function updateNavbar()
{
if(document.getElementById)
	{
	if(window.navID)
		{
			link=document.getElementById(navID);
			link.className="active";
		}
	if(window.subnavID)
		{
			link=document.getElementById(subnavID);
			link.className="active";
		}
	}
}


function openPrivacy()
{
window.open('privacy.htm', 'privacy', 'height=520,width=680,status=yes,toolbar=no,menubar=no,location=no,resizable=yes,scrollbars=yes')
return false;
}


