
function show(loc){
swidth=screen.width-12;
sheight=screen.height-30;
place = 'gallery_focus_frame.htm?'+loc
picwin=eval("window.open(place,'','toolbar=no,scrollbars=no,resizable=yes,width="+swidth+",height="+sheight+"')")

}



