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=1,resizable=0,width=515,height=320')
window.mywindow.focus()
}
function launch_slideshow_big(windowName) {
mywindow=window.open
(windowName,"mywindow",
'toolbar=0,menubar=1,location=0,scrollbars=1,resizable=0,width=515,height=500')
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 writeHtml(){
document.writeln("Booya")
//document.writeln("
")
}