<!--

function abretesesamo(theURL,winName,features) { //v2.0

window.open(theURL,winName,features);

}

function windowOpener() { //v2.0

var URL=document.Buscar.submit();

window.open(URL);

}

function MM_jumpMenu_ant(selObj){ //v3.0
  document.f1.action=(selObj.options[selObj.selectedIndex].value);
  document.f1.submit();
}
//-->

