'); photoWin.document.write('
'); photoWin.document.write('');
photoWin.document.write('
');
photoWin.document.write('');
photoWin.document.write( '"' + pTitle + '" photo ©
');
photoWin.document.write('');
photoWin.document.close();
// If we are on NetScape, we can bring the window to the front
if (navigator.appName.substring(0,8) == "Netscape") photoWin.focus();
}
// done hiding from old browsers -->
// This script opens a new browser window and writes
// HTML to play a vidoe with a title and caption
function play_vid( pFileName, pTitle, pCaption) {
// specify window paramaters
photoWin = window.open( "", "photo", "width=600,height=500,status,scrollbars,resizable,screenX=20,screenY=40,left=20,top=40");
// wrote content to window
photoWin.document.write('
');
photoWin.document.write('');
photoWin.document.write('');
photoWin.document.write( '"' + pTitle + '" photo ©
');
photoWin.document.write('');
photoWin.document.close();
// If we are on NetScape, we can bring the window to the front
if (navigator.appName.substring(0,8) == "Netscape") photoWin.focus();
}
function showtext(pFileName) {
// specify window paramaters
TextWin=window.open(pFileName, "TextWin", "width=700,height=500,status,scrollbars,resizable,screenX=20,screenY=40,left=20,top=40");
// If we are on NetScape, we can bring the window to the front
if (navigator.appName.substring(0,8) == "Netscape") photoWin.focus();}
// done hiding from old browsers -->