function photo(URL)
{
Photo=window.open(URL, 'Photo', 'height=600, width=800, directories=no, resizable=yes, scrollbars=yes, location=no, menubar=no, status=no, toolbar=yes')
Photo.focus()
}