	<!--  //      NAVarr = new Array("pho_mov","pho_por","pho_tra","pho_eve","art_fin","art_hum",      "art_cha","art_the","fil_sto","fil_con","fil_ads","fil_mov","fil_ons","mor_abo",      "mor_con","mor_acc","mor_web","pho_enlarge","pho_previous","pho_next","art_enlarge",      "art_previous","art_next","fil_enlarge","fil_previous","fil_next","mor_previous",      "mor_next","mor_timkemail","mor_timkweb","hom_enter","exi_reload");      if (document.images) {        for (var NAVitem in NAVarr) {          for (var NAVicount=0; NAVicount < 2; NAVicount++) {            eval("b" + NAVarr[NAVitem] + NAVicount + " = new Image()");            eval("b" + NAVarr[NAVitem] + NAVicount + ".src = 'nav/" + NAVarr[NAVitem] + "_" + NAVicount + ".gif'");          }        }      }      var activeImg;      activeImg = "off";      function BturnOn(imageName) {        if (document.images) { document [imageName].src = eval("b" + imageName + "1.src");  }        }      function BturnOff(imageName) {        if (document.images) { if (imageName != activeImg) {          document [imageName].src = eval("b" + imageName + "0.src");  }        }        }      function BcLick(imageName) {        if (document.images) { if ((activeImg != "off") && (activeImg != imageName)) {          document [activeImg].src = eval("b" + activeImg + "0.src"); }          document [imageName].src = eval("b" + imageName + "1.src");          activeImg = imageName;           }        }    //  -->		<!--	function MM_openBrWindow(theURL,winName,features) { //v2.0		window.open(theURL,winName,features);		}	//-->			<!-- // requires h + w description in a href but automatically removes excess space 	function ImageEnlarge(imgURL,imgHeight,imgWidth){	imgHeight-=16;	imgWidth-=16;	window.open("misc_viewimage.htm?" + imgURL,null,"height="+imgHeight +",width="+imgWidth +",status=no,toolbar=no,scrollbar=no,menubar=no,location=no");	     }	//-->