// JavaScript Document

/**
 * On/Off Elements
 * @author     Alejandro Rodriguez <simar@basnek.com>
 * @version    1.0.0    
 * 
 * @param   string    ID del elemento
 * @return  string   Estado 'none' or ''
 * @access  public
 **/   
function OnOff( cual, estado ) {
	document.getElementById(cual).style.visibility = estado
}

function MM_jumpMenu(targ,selObj,restore){//v3.0
// MM_jumpMenu('parent',this,0)
	// alert( targ);
    eval(targ+".location='"+selObj.options[selObj.selectedIndex].value+"'");
    if (restore) selObj.selectedIndex=0;
}


function goThere() { 	 
var list = document.idiomaHeader.jumpMenuSuperior 	 
location = list.options[list.selectedIndex].value 	 
}
