<!-- 

function PhotoWindow(URL, properties) {
window.open(URL, "largephoto", properties);
}


//-->
