function hoverMenu(state,id)
{
	if(state)
		document.getElementById("menuItem"+id).style.background='#BBD9C1';
	else
		document.getElementById("menuItem"+id).style.background='#D3E6D7';
}

function openSupport()
{
	var support;
	support = window.open("support/","supportwin","WIDTH=790,HEIGHT=500,SCROLLBARS=YES,SCROLLING=YES");
}
