<!--
/************************************************
* default colors for TemplateTextControl rollover
************************************************/
var defaultbgcolor="#FFEF98";
var defaultbordercolor="#000000";


function SetPage(f)
{
	var select=document.getElementById("Nav1Select");
	var url=select.options[select.selectedIndex].value;
	if (url !="0")
	{
		window.location=url;
	}
}

function SetNav1()
{
	var select=document.getElementById("Nav1Select");
	select.selectedIndex=currnav1;
}

//-->