if( BrowserDetect.browser == "Opera" )
	document.write( "<link rel=\"StyleSheet\" type=\"text/css\" href=\"/stylesheets/zamora/ostyle.css\" />" );
else if( BrowserDetect.browser == "Firefox" )
	document.write( "<link rel=\"StyleSheet\" type=\"text/css\" href=\"/stylesheets/zamora/fstyle.css\" />" );
else
	document.write( "<link rel=\"StyleSheet\" type=\"text/css\" href=\"/stylesheets/zamora/istyle.css\" />" );	

function Highlight( bBox )	
{
	document.getElementById( bBox ).className = "hnavelement";
}

function Unhighlight( bBox )
{
	document.getElementById( bBox ).className = "navelement";
}

function HighlightNew( bBox )	
{
	document.getElementById( bBox ).style.backgroundImage = "url(/images/zamora/style2/thighlight.png)";
}

function HighlightNewBL( bBox )	
{
	document.getElementById( bBox ).style.backgroundImage = "url(/images/zamora/style2/blhighlight.png)";
}

function HighlightNewBR( bBox )	
{
	document.getElementById( bBox ).style.backgroundImage = "url(/images/zamora/style2/brhighlight.png)";
}

function UnhighlightNew( bBox )
{
	document.getElementById( bBox ).style.backgroundImage = "url(/images/zamora/style2/t_nohigh.png)";
}

function UnhighlightNewBL( bBox )	
{
	document.getElementById( bBox ).style.backgroundImage = "url(/images/zamora/style2/bl_nohigh.png)";
}

function UnhighlightNewBR( bBox )	
{
	document.getElementById( bBox ).style.backgroundImage = "url(/images/zamora/style2/br_nohigh.png)";
}

function FixBoxes()
{
	var temp = document.getElementById( "nameboxid" ).innerHTML;
	document.getElementById( "nameboxid" ).innerHTML = "";
	document.getElementById( "nameboxid" ).innerHTML = temp;
}