
function goTo( url ) {
	window.location.href = url;
}


function TNavOver( tableCellRef, hoverFlag, navStyle, bfilename ) {
	if ( hoverFlag ) {
		switch ( navStyle ) {
			case 1:
				tableCellRef.style.backgroundColor = '#036';
				break;
			default:
				if ( document.getElementsByTagName ) {
					tableCellRef.getElementsByTagName('a')[0].style.color = '#7E93AA';
				}
		}
	} else {
		switch ( navStyle ) {
			case 1:
				tableCellRef.style.backgroundColor = '#036';
				break;
			default:
				if ( document.getElementsByTagName ) {
					tableCellRef.getElementsByTagName('a')[0].style.color = '#000';
				}
		}
	}
}

function NavOver(elem, bfilename)
{elem.background = "/images/"+bfilename;
elem.children.tags('A')[0].style.color = "#000";}

function NavOut(elem, bfilename)
{elem.background = "/images/"+bfilename;
elem.children.tags('A')[0].style.color = "#FFFFFF";}

function NavDown(elem, bfilename)
{elem.background = "/images/"+bfilename;
elem.children.tags('A')[0].style.color = "#000";}

function NavUp(path)
{location.href = path;}

cellswitch = new Image();
cellswitch.src = "/images/navcell-off.gif"

cellswitchB = new Image();
cellswitchB.src = "/images/navcell_large-off.gif"
