function getTheImageName(){
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 launch2(windowName) {
gallery=window.open
(windowName,"gallery",
'toolbar=0,menubar=0,location=0,scrollbars=0,resizable=1,width=650,height=540')
window.gallery.focus()
}
function reloadTest(){
frame.self(history.go(1))
}
function writeHtml(){
document.writeln("Booya")
//document.writeln("
")
}