function show_photospec( pFileName, pTitle, pCaption){photoWin = window.open("","photo","width=740,height=470,screenX=50,screenY=50,left=50,top=100");photoWin.document.write(''+pTitle+'');photoWin.document.write('');photoWin.document.write('

'); photoWin.document.write('');photoWin.document.write('

'+pCaption+'


');photoWin.document.write('
');photoWin.document.close();if(navigator.appName.substring(0,8)=="Netscape") photoWin.focus();}