function mOver(id)
{
	document.getElementById(id).src ="/img/"+id+"_.png";
}

function mOut(id)
{
	document.getElementById(id).src ="/img/"+id+".png";
}

function aOver(id)
{
	document.getElementById(id).style.textIndent = "25px";
}

function aOut(id)
{
	document.getElementById(id).style.textIndent = "15px";
}