var objWindowImage function showImage(strSrc) { objWindowImage = window.open(strSrc,'largeImage','top=30,left=200,height=480,width=640,resize=yes,status=yes,') objWindowImage.focus(); } function showSlideshow(strSrc) { objWindowImage = window.open(strSrc,'slideshow','top=30,left=200,height=640,width=640,resize=yes,status=yes,') objWindowImage.focus(); } function hi(oImage) { oImage.src = oImage.src.replace('.gif','_hi.gif') } function lo(oImage) { oImage.src = oImage.src.replace('_hi.gif','.gif') } function embedMovie(intWidth,intHeight, strFilename) { document.write (''); document.write (' '); document.write (' '); document.write (' '); document.write (' '); document.write (''); }