<!-- Begin

function popUpfoto(URL) {

day = new Date();

id = day.getTime();

eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=no,location=0,statusbar=0,menubar=0,resizable=1,width=640,height=480,left = 400,top = 300');");

}

// End -->
function popUpbigfoto(URL) {

day = new Date();

id = day.getTime();

eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=no,location=0,statusbar=0,menubar=0,resizable=1,width=500,height=667,left = 400,top = 300');");

}
