function movein(which)
{
	which.style.background='#6e6f72'
	which.style.cursor='pointer'
}

function moveout(which){
	which.style.background='#9d9696'
	which.style.cursor='default'
}

function moveinSubMenu(which)
{
	which.style.background='#2f5518'
	which.style.cursor='pointer'
}

function moveoutSubMenu(which){
	which.style.background='#91bb7f'
}

function loadmore( theUrl )
	{
		window.open( theUrl, "_top" );
	}