<!--
function nofollow(n){ document.location.href=n; } 

function MenuOn(obj,color,msg)
{
	obj.bgColor = color;
	obj.style.cursor = 'hand';
	if (!msg)
		msg = '';
	window.status = msg;
	return true;
}

function MenuOff(obj,color,msg)
{
	obj.bgColor = color;
	obj.style.cursor = 'default';
	window.status = '';
	return false;
}

function MenuGo(url)
{
	window.location = url;
}
//-->

