function show_photo ( FileName ) {
myWindow = window.open("", "", 'width=900,height=800,resizable,scrollbars')
myWindow.document.write('
\n')
myWindow.document.write('\n')
myWindow.document.write('')
myWindow.document.write('\n')
myWindow.document.write('\n')
myWindow.document.write('\n')
myWindow.document.write(' \n')
myWindow.document.write(" |
| \n")
myWindow.document.write(" |
| \n")
myWindow.document.write("')
myWindow.document.write(" |
\n")
myWindow.document.close()
return;
}
function default_status() {
window.status='Click the photos to see the larger image';
}