function openMailingList(contact_email) {	window.open('/cgi-bin/Canada/websubmit/websubmit.cgi?appname=GenericMaillist&function=show_philosopherkings&contact_email='+contact_email,'mailinglist','scrollbars=yes,width=500,height=400');}function openGallery1() {	window.open('gallery.cgi?gallery_id=1542','photos','toolbar=no,location=no,scrollbars=yes,resizable=yes,width=620,height=500');}function openWindow( fileName, winName, xLocation, yLocation, width, height ){	gNewWindow = window.open(fileName, winName, 'toolbar=no,location=no,scrollbars=yes,resizable=no,width='+width+',height='+height );	gNewWindow.moveTo( xLocation, yLocation );	gNewWindow.focus();}