// $Id: wac.js 149 2008-11-20 15:58:26Z webb $

function switchPic(pic) {
	document.getElementById("bigPic").src = pic;
}
function newpedigreewindow(myVar){
	window.open(myVar,'jav','width=605,height=820,resizable=yes');
}
function newdamsirewindow(myVar){
	window.open(myVar,'jav','width=750,height=675,resizable=yes');
}
