// JavaScript Document


// Select MENU
function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}


function MM_goToURL() { //v3.0
  var i, args=MM_goToURL.arguments; document.MM_returnValue = false;
  for (i=0; i<(args.length-1); i+=2) eval(args[i]+".location='"+args[i+1]+"'");
}

// Mostra e nao mostra DIV
function MM_showHideLayers() { //v9.0
  var i,p,v,obj,args=MM_showHideLayers.arguments;
  for (i=0; i<(args.length-2); i+=3) 
  with (document) if (getElementById && ((obj=getElementById(args[i]))!=null)) { v=args[i+2];
    if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v=='hide')?'hidden':v; }
    obj.visibility=v; }
}

//Popup
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

//Abre Curso
function curso(c,m) { //v2.0
  window.open('curso.php?c='+c+'&m='+m,'curso','status=yes,scrollbars=yes,resizable=yes,width=900,height=700');
}

//Abre Ajuda
function ajuda(a) { //v2.0
  window.open('ajuda.pop.php?a='+a,'ajuda','status=yes,scrollbars=yes,resizable=yes,width=700,height=400');
}

function esqueci() { //v2.0
  window.open('esqueci.php','esqueci','status=yes,scrollbars=yes,resizable=yes,width=400,height=250');
}

function alterarEmail() { //v2.0
  window.open('painel.email.php','email','status=yes,scrollbars=yes,resizable=yes,width=400,height=200');
}


//Abre Boleto
function boleto(b) { //v2.0
  window.open('../pgto/boleto/boleto.php?b='+b,'boleto','status=yes,scrollbars=yes,resizable=yes,width=780,height=500');
}
