
function openPhoto (photo_name)
{
    window.open (photo_name, "photowindow","width=660,height=540");
    
    return false;
}



