//<!--
function setNav() {
// Put setNav onload in body.
// Use unique title tag text and insert in IndeOf sections
var x = document.images
var strTitle=document.URL;
var b = navigator

if (b.appVersion.indexOf("4.75")!=-1)
{
}
else
{
	//document.write (b.appName + b.appCodeName + b.appVersion )
if (strTitle.indexOf("http://www.betadental.com/default.asp") !=-1)
{
x[6].src="/images/nav/home_over.gif"
}

if (strTitle.indexOf("/pages/group_dental") !=-1)
{
x[8].src="/images/nav/group_dental_plans_over.gif"
}

if (strTitle.indexOf("providers") !=-1)
{
x[9].src="/images/nav/providers_over.gif"
}

if (strTitle.indexOf("help_and_info") !=-1)
{
x[10].src="/images/nav/help_and_info_over.gif"
}

/*if (strTitle.indexOf("help") !=-1)
{
x(9).src="/images/help_and_info_over.gif"
}
*/
if (strTitle.indexOf("contact_us") !=-1)
{
x[11].src="/images/nav/contact_us_over.gif"
}

if (strTitle.indexOf("about_us") !=-1)
{
x[12].src="/images/nav/about_us_over.gif"
}
}
}
//-->