
		IE=(navigator.appName.indexOf('Microsoft') >= 0);
		NS=(navigator.appName.indexOf('Netscape') >= 0);
		V4=(parseInt(navigator.appVersion) >= 4);
		V5=(parseInt(navigator.appVersion)>=5||navigator.appVersion.indexOf("MSIE 5")!=-1);
		MAC=(navigator.userAgent.indexOf('Mac')!=-1); //-->
	



<!--//Java 1.2 links script------------->

		IDP={}; IDP[0]=0;
		isOvr=0; function OnOver(snd,txc,txv,img,imv,ref,flag){}
	

IDP.my=(window.parent.frames.length && parent.MyFrm)?parent.MyFrm:window;

IDP[1]=(V5)?'document.getElementById(\'A1\').style.color':(IE)?'A1.style.color':'document.E1.document.linkColor';
IDP[2]=(V5)?'document.getElementById(\'A2\').style.color':(IE)?'A2.style.color':'document.E2.document.linkColor';
IDP[3]=(V5)?'document.getElementById(\'A3\').style.color':(IE)?'A3.style.color':'document.E3.document.linkColor';
IDP[4]=(V5)?'document.getElementById(\'A4\').style.color':(IE)?'A4.style.color':'document.E4.document.linkColor';
IDP[5]=(V5)?'document.getElementById(\'A5\').style.color':(IE)?'A5.style.color':'document.E5.document.linkColor';
IDP[6]=(V5)?'document.getElementById(\'A6\').style.color':(IE)?'A6.style.color':'document.E6.document.linkColor';
IDP[7]=(V5)?'document.getElementById(\'A7\').style.color':(IE)?'A7.style.color':'document.E7.document.linkColor';
IDP[8]=(V5)?'document.getElementById(\'A8\').style.color':(IE)?'A8.style.color':'document.E8.document.linkColor';
IDP[9]=(V5)?'document.getElementById(\'A9\').style.color':(IE)?'A9.style.color':'document.E9.document.linkColor';
IDP[10]=(V5)?'document.getElementById(\'A10\').style.color':(IE)?'A10.style.color':'document.E10.document.linkColor';
IDP[11]=(V5)?'document.getElementById(\'A11\').style.color':(IE)?'A11.style.color':'document.E11.document.linkColor';
IDP[12]=(V5)?'document.getElementById(\'A12\').style.color':(IE)?'A12.style.color':'document.E12.document.linkColor';
IDP[13]=(V5)?'document.getElementById(\'A13\').style.color':(IE)?'A13.style.color':'document.E13.document.linkColor';
IDP[14]=(V5)?'document.getElementById(\'A14\').style.color':(IE)?'A14.style.color':'document.E14.document.linkColor';
IDP[15]=(V5)?'document.getElementById(\'A15\').style.color':(IE)?'A15.style.color':'document.E15.document.linkColor';
IDP[16]=(V5)?'document.getElementById(\'A16\').style.color':(IE)?'A16.style.color':'document.E16.document.linkColor';
IDP[17]=(V5)?'document.getElementById(\'A17\').style.color':(IE)?'A17.style.color':'document.E17.document.linkColor';
IDP[18]=(V5)?'document.getElementById(\'A18\').style.color':(IE)?'A18.style.color':'document.E18.document.linkColor';
IDP[19]=(V5)?'document.getElementById(\'A19\').style.color':(IE)?'A19.style.color':'document.E19.document.linkColor';
IDP[20]=(V5)?'document.getElementById(\'A20\').style.color':(IE)?'A20.style.color':'document.E20.document.linkColor';
IDP[21]=(V5)?'document.getElementById(\'A21\').style.color':(IE)?'A21.style.color':'document.E21.document.linkColor';
IDP[22]=(V5)?'document.getElementById(\'A22\').style.color':(IE)?'A22.style.color':'document.E22.document.linkColor';
IDP[23]=(V5)?'document.getElementById(\'A23\').style.color':(IE)?'A23.style.color':'document.E23.document.linkColor';
IDP[24]=(V5)?'document.getElementById(\'A24\').style.color':(IE)?'A24.style.color':'document.E24.document.linkColor';
IDP[25]=(V5)?'document.getElementById(\'A25\').style.color':(IE)?'A25.style.color':'document.E25.document.linkColor';
IDP[26]=(V5)?'document.getElementById(\'A26\').style.color':(IE)?'A26.style.color':'document.E26.document.linkColor';
IDP[27]=(V5)?'document.getElementById(\'A27\').style.color':(IE)?'A27.style.color':'document.E27.document.linkColor';
IDP[28]=(V5)?'document.getElementById(\'A28\').style.color':(IE)?'A28.style.color':'document.E28.document.linkColor';
IDP[29]=(V5)?'document.getElementById(\'A29\').style.color':(IE)?'A29.style.color':'document.E29.document.linkColor';
IDP[30]=(V5)?'document.getElementById(\'A30\').style.color':(IE)?'A30.style.color':'document.E30.document.linkColor';
IDP[31]=(V5)?'document.getElementById(\'A31\').style.color':(IE)?'A31.style.color':'document.E31.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+'"');
	}
	if(!MAC && snd && eval('document.Snd'+snd))
	{	eval('document.Snd'+snd+'.stop()');
		if(flag) eval('document.Snd'+snd+'.run()');
	}
}
function OnLoad()
{
	isOvr=1;
}
<!---//end java links script-->