function getTheImageName(){ theImage = location.search; //document.writeln(theImage); theImage = theImage.substring(theImage.indexOf("=")+1);// Get rid of 'name=' //document.write(theImage); document.write(""); } function getTheImageNameGB(){ theImage = location.search; //document.writeln(theImage); theImage = theImage.substring(theImage.indexOf("=")+1);// Get rid of 'name=' //document.write(theImage); document.write(""); } function closeWindow(){ window.close(); } function launch(windowName) { gallery=window.open (windowName,"gallery", 'toolbar=0,menubar=1,location=1,scrollbars=1,resizable=1,width=650,height=540') window.gallery.focus() } function launch_slideshow(windowName) { mywindow=window.open (windowName,"mywindow", 'toolbar=0,menubar=1,location=0,scrollbars=0,resizable=1,width=500,height=320') window.mywindow.focus() } function launch_slideshow_big(windowName) { mywindow=window.open (windowName,"mywindow", 'toolbar=0,menubar=1,location=0,scrollbars=1,resizable=1,width=515,height=500') window.mywindow.focus() } function launch_slideshow_big2(windowName) { mywindow=window.open (windowName,"mywindow", 'toolbar=0,menubar=1,location=0,scrollbars=1,resizable=1,width=700,height=600') window.mywindow.focus() } function launch_poetry(windowName) { mywindow=window.open (windowName,"mywindow", 'toolbar=0,menubar=1,location=0,scrollbars=1,resizable=0,width=560,height=500') window.mywindow.focus() } function reloadTest(){ frame.self(history.go(1)) } function WinOpenExt(gofer) { msgWindow=window.open( gofer,"displayWindow","resizable=yes,menubar=yes,toolbar=no,location=no,scrollbars=yes,width=640,height=420,status=yes"); window.msgWindow.focus() } function writeHtml(){ document.writeln("Booya") //document.writeln(" // // // //
//
// // // // // // // //
") // //getTheImageName() // //document.writeln("

// (reload window)      // (close window) //
//
//
") }