// JavaScript Document

function onmouseover_td( oname, cn)
{	//alert(oname.tagName)
	
	oname.className=cn;
//alert('yes')
}

function linkonclick(l)
{	document.location=l
}

function onmouseover_bg( oname, cn, onoff)
{	document.getElementById(oname+'td1').className=cn;
	document.getElementById(oname+'td2').className=cn;
	document.getElementById(oname+'td3').className=cn;
	/*if (onoff==1)
		document.getElemantById('img'+oname).src="images/";
	else
		document.getElemantById('img'+oname).src="images/";
	*/
}

function onmouseover_trbg( oname, cn, onoff)
{	document.getElementById(oname+'tr1').className=cn;
	if (onoff==1)
	{	document.getElementById(oname+'tr1').className=cn;
//		document.getElementById(oname+'tr1').style.backgroundColor='#D2DFF7';
		
		
	}
	else
	{	document.getElementById(oname+'tr1').className='';
	//	document.getElementById(oname+'tr1').style.backgroundColor='';
		
		
		
	}
	
	
	
}
function onmouseover_trbg2( oname, cn, onoff)
{	document.getElementById(oname+'tr1').className=cn;
	if (onoff==1)
	{	document.getElementById(oname+'tr1').className=cn;
//		document.getElementById(oname+'tr1').style.backgroundColor='#D2DFF7';
		
		
	}
	else
	{	document.getElementById(oname+'tr1').className='';
	//	document.getElementById(oname+'tr1').style.backgroundColor='';
		
		
	}
	
	
	
}
function onmouseover_trbg3( oname, cn, onoff)
{	document.getElementById(oname+'tr1').className=cn;
	if (onoff==1)
	{	document.getElementById(oname+'tr1').className=cn;
//		document.getElementById(oname+'tr1').style.backgroundColor='#D2DFF7';

		
	}
	else
	{	document.getElementById(oname+'tr1').className='';
	//	document.getElementById(oname+'tr1').style.backgroundColor='';
	
		
		
	}
	
	
	
}
function onmouseover_trbg4( oname, cn, onoff)
{	document.getElementById(oname+'tr1').className=cn;
	if (onoff==1)
	{	document.getElementById(oname+'tr1').className=cn;
//		document.getElementById(oname+'tr1').style.backgroundColor='#D2DFF7';
	
		
	}
	else
	{	document.getElementById(oname+'tr1').className='';
	//	document.getElementById(oname+'tr1').style.backgroundColor='';
	
		
		
	}
	
	
	
}


function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
