/*
Copyright 2009 Aellius Professional Research & Consulting
www.aellius.com
*/

function divmouseover(elm)
{
	//elm.style.backgroundColor = "#3399ff";
}

function divmouseout(elm)
{
	//elm.style.backgroundColor = "#000079";
}

function divnavigate(href)
{
	window.location.href = href;
}

function leftmenuhover(elm)
{
	//elm.style.backgroundColor = "05ff96";
	/*
	var imgid = elm.id + "img";
	if (document.all(imgid) != null)
	{
		document.all(imgid).style.backgroundColor = "lightblue";
	}
	elm.innerText = elm.offsetTop;
	if (elm.children == "y")
	{
		elm.innerText = "Yes!";
	}
	*/
}
function leftmenuout(elm)
{
	//elm.style.backgroundColor = "#cccccc";
	//elm.style.backgroundColor = "#ffffcc";
	// 05/21/09 19:49 : changed
	//elm.style.backgroundColor = "#ffffff";
	//var imgid = elm.id + "img";
	//document.all(imgid).style.backgroundColor = "white";
}

function leftmenuclick(href)
{
	window.location.href = href;
}
