function show_photo(pFileName,pTitle,pWid,pHei){photoWin = window.open(pFileName,"_blank","width=" + pWid + ",height=" + pHei+",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();}