function over(e)
{
/*e.style.backgroundColor='#E8E8E8';
e.lastChild.style.color= "#194C9F"; 
	e.parentNode.onclick = function () {
		 e.lastChild.style.color= "#E60005";
		 window.location.href = e.lastChild.href;
	}

//alert(e.parentNode.nodeName);*/
}
function out(e)
{
/*e.style.backgroundColor='#194C9F';
e.lastChild.style.color= "#E8E8E8";*/
}

