// Created with MAX's HTML Beauty++ ME

function photopen(name,photo,w,h) {
a=40;// w=w+a; h=h+a;
properties ='width='+w+',height='+h+',toolbar=no,location=no,directories=no,menubar=no,scrollbars=yes,resizable=yes';
twin=w+h
win = window.open(photo,twin,properties);
win.document.title =  name
return false;
}

