//Funções para a barra de conexões

function MM_jumpMenu(targ,selObj,restore){ //v3.0
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
  if (restore) selObj.selectedIndex=0;
}

function jumpCanais(targ,selObj,restore){
  eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"&origem="+this.location+"'");
  if (restore) selObj.selectedIndex=0;
}

function maillogin(form) {
form.login_username.value = form.login_username.value + "@shalommail.com.br";
form.submit();
}

