function localNavPop(that)
{
	that.style.backgroundColor='C0C0C0';
	that.style.borderColor='808080';
	that.style.cursor='hand';
}
function localNavFizz(that)
{
	that.style.backgroundColor='E8E8E8';
	that.style.borderColor='E8E8E8';
	that.style.cursor='default';
}
function localNavGo(url)
{
	document.location = url;
}
