function ToggleAddlButtons() {
	var currhref = location.href;
	currhref = currhref.substring(currhref.length - 12, currhref.length);
	if (currhref != 'univterm.asp') { location.href = 'univterm.asp';}
	if (document.all( 'cellAddlButtons' ).innerHTML == "")
	{
		document.all( 'cellAddlButtons' ).innerHTML = "<map name='FPMap2'><area href='ut-whose.asp' shape='rect' coords='20, 0, 204, 13'><area href='ut-access.asp' shape='rect' coords='20, 13, 204, 25'><area href='ut-conversion.asp' shape='rect' coords='20, 24, 204, 38'><area href='ut-specs.asp' shape='rect' coords='20, 37, 204, 52'><area href='results.asp' shape='rect' coords='20, 51, 204, 67'></map><img border='0' src='images/UTsubmenu.jpg' usemap='#FPMap2' width='205' height='68'>";
	}
	else
	{
		document.all( 'cellAddlButtons' ).innerHTML = "";
	}
}

function OpenButtons() {
	document.all( 'cellAddlButtons' ).innerHTML = "<map name='FPMap2'><area href='ut-whose.asp' shape='rect' coords='20, 0, 204, 13'><area href='ut-access.asp' shape='rect' coords='20, 13, 204, 25'><area href='ut-conversion.asp' shape='rect' coords='20, 24, 204, 38'><area href='ut-specs.asp' shape='rect' coords='20, 37, 204, 52'><area href='results.asp' shape='rect' coords='20, 51, 204, 67'></map><img border='0' src='images/UTsubmenu.jpg' usemap='#FPMap2' width='205' height='68'>";
}
