
function PicWindow(theURL,winName,features) {
	picWin=window.open(theURL,'picture','scrollbars=1,toolbar=1,location=0,status=1,resizable=1,width=830,height=560');
	picWin.focus();
}

function EgWindow(theURL,winName,features) {
	picWin=window.open(theURL,'picture','scrollbars=1,toolbar=1,location=0,status=1,resizable=1,width=660,height=300');
	picWin.focus();
}


