try
{
var url = parent.document.URL;
}
catch(e)
{
	  var detect = navigator.userAgent.toLowerCase();
	  if (detect.indexOf('mac') < 1)
	  {
	   //Catch caso carrege de um iframe
	   top.location.href="http://www.finasaesportes.com.br/";
	  }
}


function NavMOver(eItem){
	eItem.DefaultBgColor = eItem.style.backgroundColor;
	eItem.DefaultTxtColor = eItem.style.color;
	eItem.style.backgroundColor = "#373737";
	eItem.style.cursor="hand";
}
function NavMOut(eItem){
	eItem.style.backgroundColor = eItem.DefaultBgColor;
}


function NavMOverprograma(eItem){
	eItem.DefaultBgColor = eItem.style.backgroundColor;
	eItem.DefaultTxtColor = eItem.style.color;
	eItem.style.backgroundColor = "#C6A3A7";
	eItem.style.cursor="hand";
}
function NavMOutprograma(eItem){
	eItem.style.backgroundColor = eItem.DefaultBgColor;
}


function NavMOvernucleos(eItem){
	eItem.DefaultBgColor = eItem.style.backgroundColor;
	eItem.DefaultTxtColor = eItem.style.color;
	eItem.style.backgroundColor = "#C2C2C2";
	eItem.style.cursor="hand";
}
function NavMOutnucleos(eItem){
	eItem.style.backgroundColor = eItem.DefaultBgColor;
}

function NavMOvervolei(eItem){
	eItem.DefaultBgColor = eItem.style.backgroundColor;
	eItem.DefaultTxtColor = eItem.style.color;
	eItem.style.backgroundColor = "#BBB7D7";
	eItem.style.cursor="hand";
}
function NavMOutvolei(eItem){
	eItem.style.backgroundColor = eItem.DefaultBgColor;
}


function NavMOvernoticias(eItem){
	eItem.DefaultBgColor = eItem.style.backgroundColor;
	eItem.DefaultTxtColor = eItem.style.color;
	eItem.style.backgroundColor = "#ABCAD3";
	eItem.style.cursor="hand";
}
function NavMOutnoticias(eItem){
	eItem.style.backgroundColor = eItem.DefaultBgColor;
}


function NavMOverbasquete(eItem){
	eItem.DefaultBgColor = eItem.style.backgroundColor;
	eItem.DefaultTxtColor = eItem.style.color;
	eItem.style.backgroundColor = "#E4BFA5";
	eItem.style.cursor="hand";
}
function NavMOutbasquete(eItem){
	eItem.style.backgroundColor = eItem.DefaultBgColor;
}

function NavMOvergeral(eItem){
	eItem.DefaultBgColor = eItem.style.backgroundColor;
	eItem.DefaultTxtColor = eItem.style.color;
	eItem.style.backgroundColor = "#373737";
	eItem.style.cursor="hand";
}
function NavMOutgeral(eItem){
	eItem.style.backgroundColor = eItem.DefaultBgColor;
}


function gotourl() { //v3.0
  var i, args=gotourl.arguments; document.tv1_returnValue = false;
  for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'");
}