function OpenHorPhoto() {
photo_h=open('/blank.html','blank_h','left=100,top=100,screenX=100,screenY=100,width=400,height=300');
photo_h.focus();
}
function OpenVertPhoto() {
photo_v=open('/blank.html','blank_v','left=100,top=100,screenX=100,screenY=100,width=300,height=400');
photo_v.focus();
}