/* $Id: wac.js 173 2009-02-05 04:22:59Z 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');
}
