<!-- hide
function showText(text){
     self.status=text;
     return true;
}
function hideText(){
     self.status='';
     return true;
}
// end hide -->



<!--- Inicio de script para abrir página --->
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
<!--- Fin de script para abrir página --->
