HM_Opciones = ["tilesa","congresos","serv","tec"];

function getMenuHorizontalII(){
var txt='';
txt+='<div class="menukit">\n';
for(i=0;i<HM_Opciones.length;i++){
txt+='<div id="'+HM_Opciones[i]+'Container">\n';
 txt+='<div id="'+HM_Opciones[i]+'Content" class="menu">\n';
	for(j=0;j<HM_Vertical[i][2].length;j++){
	  txt+='<div class="options"><a href="'+HM_Vertical[i][2][j][0]+'_'+idioma+'.'+HM_Vertical[i][2][j][3]+'"> &nbsp;'+HM_Vertical[i][2][j][idIdioma]+'</a></div>\n';
	}
 txt+='</div>\n';
txt+='</div>\n';
}	
txt+='<div class="menuTopHorizontal">\n';
txt+='<TABLE border="0" cellpadding="0" cellspacing="0" width="100%" align="top">';
txt+='<tr><td width="140" style="background-image:url(\'images/barrita.gif\');"><img src="images/pxt.gif" width="1" height="24" border="0" align="top"></td>';
txt+='<td><a href="javascript:void(0);" id="act0" name="act0" onmouseover="kppSlideOutMenu.showMenu(\'tilesa\');" onmouseout="kppSlideOutMenu.hideMenu(\'tilesa\');"><img src="images/sobretilesa_'+idioma+'.gif" width="101" height="26" border="0" align="middle"></a></td>';
txt+='<td width="7" style="background-image:url(\'images/barrita.gif\');"><img src="images/pxt.gif" width="1" height="26" border="0" align="top"></td>';
txt+='<td><a href="javascript:void(0);" class="enlace" id="act1" name="act1" onmouseover="kppSlideOutMenu.showMenu(\'congresos\');" onmouseout="kppSlideOutMenu.hideMenu(\'congresos\');"><img src="images/nuesCongresos_'+idioma+'.gif" width="101" height="26" border="0" align="middle"></a></td>';
txt+='<td width="7" style="background-image:url(\'images/barrita.gif\');"><img src="images/pxt.gif" width="1" height="26" border="0" align="middle"></td>';
txt+='<td><a href="javascript:void(0);" class="enlace" id="act2" name="act2" onmouseover="kppSlideOutMenu.showMenu(\'serv\');"  onmouseout="kppSlideOutMenu.hideMenu(\'serv\');"><img src="images/servicios_'+idioma+'.gif" width="101" height="26" border="0" align="middle"></a></td>';
txt+='<td width="7" style="background-image:url(\'images/barrita.gif\');"><img src="images/pxt.gif" width="1" height="26" border="0" align="top"></td>';
txt+='<td><a href="javascript:void(0);" class="enlace" id="act3" name="act3" onmouseover="kppSlideOutMenu.showMenu(\'tec\');"  onmouseout="kppSlideOutMenu.hideMenu(\'tec\');"><img src="images/tecnologia_'+idioma+'.gif" width="101" height="26" border="0" align="middle"></a></td>';
txt+='<td width="10" style="background-image:url(\'images/barrita.gif\');"><img src="images/pxt.gif" width="1" height="26" border="0" align="top"></td>';
txt+='<td><a href="galefotos_'+idioma+'.html" class="enlace"><img src="images/galefotos_'+idioma+'.gif" width="104" height="26" border="0" align="top"></a></td>';
txt+='<td width="10" style="background-image:url(\'images/barrita.gif\');"><img src="images/pxt.gif" width="1" height="26" border="0" align="top"></td>\n';
txt+='<td><a href="contacto_'+idioma+'.html" class="enlace"><img src="images/contacto_'+idioma+'.gif" width="104" height="26" border="0" align="top"></a></td></tr></table>';
txt+='</div></div>\n';
return txt;
}
