function gal_popup(filename) {
window.open(filename , "gal", 
"status = 0, resizable = 0, scrollbars=no, fullscreen=yes" )
}
