function tayPhoto640(pFileName) {
pWindow = window.open( "", "photo", "width=700,height=500,status=0,scrollbars=yes,resizable=yes,screenX=10,screenY=10,left=20,top=40");
pWindow.document.write('<html><head><title>' + pFileName + '</title></head>');
pWindow.document.write('<BODY BGCOLOR=#999999 TEXT=#000000 LINK=#000000 VLINK=#000000>');
pWindow.document.write('<center>');
pWindow.document.write('<table border=2 cellpadding=0 cellspacing=0><tr><td>');
pWindow.document.write('<a onClick="javascript:window.close();">');
pWindow.document.write('<img src="' + pFileName + '"></a><p>');
pWindow.document.write('</td></tr></table>');
pWindow.document.write('<font face="verdana,arial,helvetica" size="-2">');
pWindow.document.write('Click image to close...');
pWindow.document.write('</font></center></body></html>');
pWindow.document.close();
pWindow.focus();
}

function open_windowTay(pFileName) {
pWindow = window.open( "", "photo", "width=700,height=500,status=0,scrollbars=yes,resizable=yes,screenX=10,screenY=10,left=20,top=40");
pWindow.document.write('<html><head><title>' + pFileName + '</title></head>');
pWindow.document.write('<BODY BGCOLOR=#999999 TEXT=#000000 LINK=#000000 VLINK=#000000>');
pWindow.document.write('<center>');
pWindow.document.write('<table border=2 cellpadding=0 cellspacing=0><tr><td>');
pWindow.document.write('<a onClick="javascript:window.close();">');
pWindow.document.write('<img src="' + pFileName + '"></a><p>');
pWindow.document.write('</td></tr></table>');
pWindow.document.write('<font face="verdana,arial,helvetica" size="-2">');
pWindow.document.write('Click image to close...');
pWindow.document.write('</font></center></body></html>');
pWindow.document.close();
pWindow.focus();
}

