			IDP.my=(window.parent.frames.length && parent.MyFrm)?parent.MyFrm:window;
			IDP[1]=(V5)?'document.getElementById(\'A24\').style.color':(IE)?'A24.style.color':'document.E24.document.linkColor';
			IDP[2]=(V5)?'document.getElementById(\'A21\').style.color':(IE)?'A21.style.color':'document.E21.document.linkColor';
			IDP[3]=(V5)?'document.getElementById(\'A15\').style.color':(IE)?'A15.style.color':'document.E15.document.linkColor';
			IDP[4]=(V5)?'document.getElementById(\'A14\').style.color':(IE)?'A14.style.color':'document.E14.document.linkColor';
			IDP[5]=(V5)?'document.getElementById(\'A10\').style.color':(IE)?'A10.style.color':'document.E10.document.linkColor';
			IDP[6]=(V5)?'document.getElementById(\'A3\').style.color':(IE)?'A3.style.color':'document.E3.document.linkColor';
			
			function OnOver(snd,txc,txv,img,imv,ref,flag)
			{	if(!isOvr) return;
				if(!V4) return;
				if(typeof(IDP.my.location.href)!='string') return;
				if(img && imv)
				{	if(flag)
					{	if(ref)
						{	imv.pos=1;
							if(IDP.my.location.href.lastIndexOf(ref) >= 0) imv.pos=imv.max;
							--imv.pos;
						}
						if(++imv.pos > imv.max) imv.pos=(imv.max)?1:0;
						eval(img+'="'+imv[imv.pos].src+'"');
					}else
					{	eval( img+'="'+imv[0].src+'"' );
					}
				}
				if(txc)
				{	if(flag)
					{	if(!txv) txv=document.linkColor;
						if(ref && (IDP.my.location.href.lastIndexOf(ref) >= 0)) txv=document.vlinkColor;
					}else
					if(!txv) txv=document.alinkColor;
					eval(txc+'="'+txv+'"');
				}
			}
			function OnLoad()
			{
				isOvr=1;
			}
