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