function openPhoto(URL) {
window2=window.open(URL,"window2","width=675,height=490,status=no,scrollbars=no,resizable=no,location=0,menubar=0,toolbar=no");
window2.focus();
}
function openCert(URL) {
window2=window.open(URL,"window2","width=675,height=550,status=yes,scrollbars=yes,resizable=yes,location=1,menubar=1,toolbar=yes");
window2.focus();
}
