var newwin;var newwinG;var newwinP;var newwinR;var newwinC;var newwinI;function popup(page,wid,hig) {var details = "scrollbars=no,resizable=yes,width="+wid+",height="+hig;newwin=window.open(page,'Popup',details);setTimeout('newwin.focus();',250);}function popscroll(page,wid,hig) {var details = "scrollbars=yes,resizable=yes,width="+wid+",height="+hig;newwin=window.open(page,'PopupS',details);setTimeout('newwin.focus();',250);}function popP(page) {newwinP=window.open(page,'Photo','scrollbars=yes,resizable=yes,width=600,height=500');setTimeout('newwinP.focus();',250);}function popG(page) {newwinG=window.open(page,'Glossary','scrollbars=yes,resizable=yes,width=450,height=350');setTimeout('newwinG.focus();',250);}function popR(page) {newwinR=window.open(page,'References','scrollbars=yes,resizable=yes,width=600,height=500');setTimeout('newwinR.focus();',250);}function popC(page) {newwinC=window.open(page,'Credits','scrollbars=yes,resizable=yes,width=400,height=500');setTimeout('newwinC.focus();',250);}function popI(page) {newwinI=window.open(page,'Introduction','scrollbars=yes,resizable=yes,width=600,height=500');setTimeout('newwinI.focus();',250);}