function show_photof(pFileName,pTitle){photoWin = window.open(pFileName,"photo","width=350px,height=350px,screenX=350,screenY=350,left=350,top=350");photoWin.document.write('
'+pTitle+'');photoWin.document.write(''); photoWin.document.write('
');photoWin.document.write('');photoWin.document.close();if(navigator.appName.substring(0,8)=="Netscape") photoWin.focus();}