
function photoPopUp(newurl) {
apopup = window.open(newurl,'photo','toolbar=no,location=no,directories=no,status=no,scrollbars=yes,resizable=yes,copyhistory=no,width=340,height=500');
}
