function zoom(photo) {
         window.open('zoom.php?photo='+photo, 'ZOOM', 'scrollbars=no,status=no,location=no,toolbar=no,resizable=no,width=300,height=200');
}

function flash(swf,x,y) {
         window.open('flash.php?swf='+swf, 'FLASH', 'scrollbars=no,status=no,location=no,toolbar=no,resizable=no,width='+x+',height='+y);
}
