	//<![CDATA[
		function globalNavOver(el) {
			document.IL_tagSr = new Array();
			document.IL_tagSr[0] = el;
			if(!el.oSrc) el.oSrc = el.src;
			el.src = el.src.replace('_off.gif','_RollOver.gif');
		}
		function globalNavRestore() {
			var i,a=document.IL_tagSr;
			if(!a) return;
			for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) {
				x.src = x.oSrc;
			}
		}

		function menuOver(el,t,r,b,l,img) {
			document.IL_tagSr = new Array();
			document.IL_tagSr[0] = el;
			if(!el.oSrc) el.oSrc = el.src;
			el.src = el.src.replace('_off.jpg','_Roll.jpg');
		}
		function menuRestore() {
			var i,a=document.IL_tagSr;
			if(!a) return;
			for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) {
				x.src = x.oSrc;
			}
		}

	//]]>
