	function onOver(id)
	{
		//document.getElementById("td_"+id).background="/images/downbut_activ.jpg";
		document.getElementById('td_'+id).style.background = 'url(/i/downbut_activ.jpg)';
	}
	function onOut(id)
	{
		//document.getElementById("td_"+id).background="/i/downbut.jpg";	
		document.getElementById('td_'+id).style.background = 'url(/i/downbut.jpg)';
	}
	function onOverP(id)
	{
		document.getElementById("p_"+id).src="/i/point_sel"+id+".jpg";	
	}
	function onOutP(id)
	{
		document.getElementById("p_"+id).src="/i/point"+id+".jpg";								
	}
	function onOverB2()
	{
		document.getElementById("b_2").src="/i/button_activ2.gif";	
	}
	function onOutB2()
	{
		document.getElementById("b_2").src="/i/button_2.gif";								
	}
	function onOverB1()
	{
		document.getElementById("b_1").src="/i/button_activ1.gif";	
	}
	function onOutB1()
	{
		document.getElementById("b_1").src="/i/button_1.gif";								
	}
	function onOverB3()
	{
		document.getElementById("b_3").src="/i/button_activ1.gif";	
	}
	function onOutB3()
	{
		document.getElementById("b_3").src="/i/button_1.gif";								
	}
	function onOver(sId)
	{
		document.getElementById(sId).src="/i/button_activ1.gif";	
	}
	function onOut(sId)
	{
		document.getElementById(sId).src="/i/button_1.gif";								
	}
	
