

function menu_item_mover(o)
{
	cols = o.getElementsByTagName("td");
	img = cols[1].getElementsByTagName("img");
	href = cols[0].getElementsByTagName("a");
	
	href[0].style.color="#000000";
	cols[0].style.backgroundColor="#fdded7";
	href[0].style.backgroundColor="#fdded7";
	img[0].src = "files/Design/menu_pic_mover.jpg";
}
function menu_item_mout(o)
{
	cols = o.getElementsByTagName("td");
	img = cols[1].getElementsByTagName("img");
	href = cols[0].getElementsByTagName("a");
	
	href[0].style.color="#a83926";
	cols[0].style.backgroundColor="#fbccc5";
	href[0].style.backgroundColor="#fbccc5";
	img[0].src = "files/Design/menu_pic.jpg";
}


function menu2_item_mover(o)
{
	cols = o.getElementsByTagName("td");
	img = cols[1].getElementsByTagName("img");
	href = cols[0].getElementsByTagName("a");
	
	href[0].style.color="#000000";
	//cols[0].style.backgroundColor="#eaeaea";
	//href[0].style.backgroundColor="#eaeaea";
	cols[0].style.backgroundColor="#fdded7";
	href[0].style.backgroundColor="#fdded7";
	img[0].src = "files/Design/menu2_pic_mover.jpg";
}
function menu2_item_mout(o)
{
	cols = o.getElementsByTagName("td");
	img = cols[1].getElementsByTagName("img");
	href = cols[0].getElementsByTagName("a");
	
	href[0].style.color="#a83926";
	//cols[0].style.backgroundColor="#fbccc5";
	//href[0].style.backgroundColor="#fbccc5";
	cols[0].style.backgroundColor="#fcd6d0";
	href[0].style.backgroundColor="#fcd6d0";
	img[0].src = "files/Design/menu2_pic.jpg";
}


