// open popup windowfunction popupPage(passedurl, sizex, sizey) {	var thepage = passedurl;	windowprops = "scrollbars=yes,toolbar=no";	thewindow=window.open(thepage,"",windowprops+",width="+sizex+",height="+sizey);}