var offImgArray1=new Array();var onImgArray1=new Array();var offImgArray2=new Array();var onImgArray2=new Array();var offImgArray3=new Array();var onImgArray3=new Array();var offImgArray4=new Array();var onImgArray4=new Array();// Set image rollover to the 'on' statefunction imageOn(i,seg)	{	eval("document.image"+i+".src=onImgArray"+seg+"["+i+"].src");	//alert("image"+i+".src=onImgArray"+seg+"["+i+"].src");	return true;	}// Set image rollover to the 'off' statefunction imageOff(i,seg)	{	eval("document.image"+i+".src=offImgArray"+seg+"["+i+"].src");	//alert("image"+i+".src=offImgArray"+seg+"["+i+"].src");	return true;	}// Use me to set rollover status messagesfunction setstatus(msg)	{	window.status=msg;	return true;	}function ImagePopUp(theURL,theName,theHeight,theWidth)	{		theWindoid=window.open(theURL,theName,"height=" + theHeight + ",width=" + theWidth + ",top=20,left=20,scrollbars=yes,resizable=yes");		theURL.target=theName;		theWindoid.focus();	}function openBigWindow(url)	{	popupWin = window.open(url, 'remote', 'menubar=no,toolbar=no,location=no,directories=no,status=no,scrollbars=no,resizable=yes,dependent,width=720,height=600,left=0,top=0')		popupWin.focus();	} 