function imageover(id)
{
	/*if(id=='latest')
	{
	document.getElementById('latest_top').src="images/latestrollover.gif";

	}*/
	if(id=='latest_top')
	{
	document.getElementById('latest_top').src="images/latestrollover.gif";

	}
	else
	{
	
     document.getElementById(id).src="images/menubullactv.jpg";
	}

}
function imageout(id)
{  
  /* if(id=='latest')
	{
	document.getElementById('latest_top').src="images/latest.gif";
   // alert("if1");
	}*/
	if(id=='latest_top')
	{
	//document.getElementById('latest_top').src="images/latestrollover.gif";
  	document.getElementById('latest_top').src="images/latest.gif";
	}
	else
	{
 document.getElementById(id).src="images/index_16.gif";
	}

}
function testover(id)
{
document.getElementById(id).style.color="#ff6100";

}
function testout(id)
{
document.getElementById(id).style.color="#828195";

}

function rollover(id,image)
{ 
//document.getElementById(test).src="images/"+image;
var c="images/"+image;
document.getElementById(id).src=c;
	
}
function rolloverout(id,image)
{  

var c="images/"+image;

document.getElementById(id).src=c;
	
}
function menuover(id)
{ 
document.getElementById(id).style.color="#ff6100";

}
function menuout(id)
{
document.getElementById(id).style.color="#000000";

}

function moseover(id)
{
	document.getElementById(id).style.color="#ff6100";
	document.getElementById(id).src="images/latest.gif";
	
}
function moseout(id)
{
	document.getElementById(id).style.color="#828195";
	document.getElementById(id).src="images/latestrollover.gif";
	
}