function changeContent(id,shtml) {
   if (document.getElementById || document.all) {
      var el = document.getElementById? document.getElementById(id): document.all[id];
      if (el && typeof el.innerHTML != "undefined") el.innerHTML = shtml;
   }
}function s(){	/*	var win=new objWin(),h=win.h,w=win.w;	pos("everything",w>800?Math.round((w-800)/2):0);	*/	/*	var agnt=navigator.userAgent,bIsIE=agnt.indexOf("MSIE")>-1,bIsMac=agnt.indexOf("Macintosh")>-1 || agnt.indexOf("PowerPC")>-1 || agnt.indexOf("PPC")>-1,bIsMz=agnt.indexOf("Mozilla/")>-1,bIsWin=agnt.indexOf("Windows")>-1,M=window;	var win=new objWin(),h=win.h,w=win.w;	pos("mnuCinemaBuilt",w>800?Math.round((w-800)/2) + 160:160);	*/}function wol(){/*splash=false;*/s();/*vis("everything");*/}function imgChng(imgSrc,imgName){	if (document.images)document[escape(imgName)].src = escape(imgSrc);}function setStyle(where,theclass){document.getElementById(where).className=theclass; }function glblSearch(){
	var f = document.frm;
	window.location="/search.html?glbl_sch=" + f.global_search.value + "&pg=1";
}      
