<!--//
IDP.my=(window.parent.frames.length && parent.MyFrm)?parent.MyFrm:window;
IDP[1]=(V5)?'document.getElementById(\'A8\').style.color':(IE)?'A8.style.color':'document.E8.document.linkColor';
IDP[2]=(V5)?'document.getElementById(\'A15\').style.color':(IE)?'A15.style.color':'document.E15.document.linkColor';
IDP[3]=(V5)?'document.getElementById(\'A18\').style.color':(IE)?'A18.style.color':'document.E18.document.linkColor';
IDP[4]=(V5)?'document.getElementById(\'A19\').style.color':(IE)?'A19.style.color':'document.E19.document.linkColor';
IDP[5]=(V5)?'document.getElementById(\'A20\').style.color':(IE)?'A20.style.color':'document.E20.document.linkColor';
IDP[6]=(V5)?'document.getElementById(\'A34\').style.color':(IE)?'A34.style.color':'document.E34.document.linkColor';
IDP[7]=(V5)?'document.getElementById(\'A36\').style.color':(IE)?'A36.style.color':'document.E36.document.linkColor';
IDP[8]=(V5)?'document.getElementById(\'A41\').style.color':(IE)?'A41.style.color':'document.E41.document.linkColor';

function OnWeOver(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)
	{	img=document.linkColor;
		if(flag)
		{	if(ref && (IDP.my.location.href.lastIndexOf(ref) >= 0)) img=document.vlinkColor;
		}else if (IE || (NS && V5))
		{	for (var cn=document.styleSheets.length-1; cn >= 0; --cn)
			{	var cs = NS ? document.styleSheets[cn].cssRules : document.styleSheets[cn].rules;
				for (var sn = cs.length - 1; sn >= 0; --sn)
				{	if (cs[sn].selectorText == txv) { img=cs[sn].style.color; cn=sn=0; }
				}
			}
		}
		eval(txc+'="'+img+'"');
	}
}
function OnWeLoad()
{
	isOvr=1;
}
function OnWeResize()
{
	if (!NS || !V4 || V5) return;
	window.location.href = window.location.href;
}
//-->