function menuprincipal()
{
  var menu='<table border="0px" cellspacing="0px" cellpadding="0px">';
	    menu+='<tr>';
	  	menu+='<td   width="150"  style="cursor:pointer" class="botonmenu"OnMouseOver="this.className=\'botonabajo\';"onMouseOut="this.className=\'botonmenu\';"onClick="window.location=\'inicio.html\';">&nbsp;Inicio &nbsp; |</td>';
		    menu+='<td  width="150" style="cursor:pointer" class="botonmenu"OnMouseOver="this.className=\'botonabajo\';"onMouseOut="this.className=\'botonmenu\';"onClick="window.location=\'contactanos.html\';">&nbsp;Cont&aacute;ctanos &nbsp; |</td>';
			menu+='<td width="150" style="cursor:pointer" class="botonmenu"OnMouseOver="this.className=\'botonabajo\';"onMouseOut="this.className=\'botonmenu\';"onClick="window.location=\'mapa.html\';">&nbsp;Mapa &nbsp;|</td>';	
			menu+='</tr>';
			menu+='</table>';
		document.getElementById('menu').innerHTML=menu;		
}
function menuingles()
{
  var menu='<table border="0px" cellspacing="0px" cellpadding="0px">';
	    menu+='<tr>';
	  	menu+='<td     style="cursor:pointer" class="botonmenu"OnMouseOver="this.className=\'botonabajo\';"onMouseOut="this.className=\'botonmenu\';"onClick="window.location=\'home.html\';">&nbsp;Home &nbsp; |</td>';
		    menu+='<td style="cursor:pointer" class="botonmenu"OnMouseOver="this.className=\'botonabajo\';"onMouseOut="this.className=\'botonmenu\';"onClick="window.location=\'contact.html\';">&nbsp;Contact Us &nbsp; |</td>';
			menu+='<td style="cursor:pointer" class="botonmenu"OnMouseOver="this.className=\'botonabajo\';"onMouseOut="this.className=\'botonmenu\';"onClick="window.location=\'ubication.html\';">&nbsp;ubication &nbsp;|</td>';	
			menu+='</tr>';
			menu+='</table>';
		document.getElementById('menu').innerHTML=menu;		
}
