function launchScreenshot( filename ) { myfilename = "/popups/" + filename; 
new_win = window.open( myfilename, "HoloCosmos", "width=600,height=450,menubar=yes,toolbar=no,taskbar=no,scrollbars=yes,resizable=yes,location=no" 
); } 
