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