//popup script
function PopupPhotos(sPicURL) { 
window.open( "popup.html?"+sPicURL, "photos", "resizable=0,scrollbars=0,WIDTH=350,HEIGHT=525"); 
}

function PopupPhotos2(sPicURL) { 
window.open( "popup.html?"+sPicURL, "photos2", "resizable=0,scrollbars=0,WIDTH=525,HEIGHT=350"); 
}