
 function Photo(page) {
        photo = window.open(page,"photo","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=YES,resizable=YES,height=510,width=475")
                photo.focus();
    }



