
function loadMenu()
{

txt='<div class="column first">';
txt=txt+'<div id="subnav">';
txt=txt+'<h2>Contacto</h2>';
txt=txt+'<ul>';
txt=txt+'<li id="sn-mail"><a href="javascript:loadXMLDocSoporte(\'./data/news.xml\',2);" src="soporte.js"><img src="./images/soporte/soporte_presentacion.gif" width="41" height="49" border="0" alt=""><span>Presentaci&oacute;n</span></a></li>';
txt=txt+'<li id="sn-mail"><a href="javascript:loadXMLDocSoporte(\'./data/news.xml\',1);" src="soporte.js"><img src="./images/soporte/soporte_online.gif" width="41" height="49" border="0" alt=""><span>Soporte On-Line</span></a></li>';
txt=txt+'<li id="sn-mail"><a href="javascript:loadXMLDocSoporte(\'./data/news.xml\',3);" src="soporte.js"><img src="./images/soporte/soporte_mail.gif" width="41" height="49" border="0" alt=""><span>Correo Electr&oacute;nico</span></a></li>';
txt=txt+'<li id="sn-mail"><a href="javascript:loadXMLDocSoporte(\'./data/news.xml\',5);" src="soporte.js"><img src="./images/soporte/soporte_telefonos.gif" width="41" height="49" border="0" alt=""><span>Tel&eacute;fonos</span></a></li>';
txt=txt+'<li id="sn-mail" ><a href="javascript:loadXMLDocSoporte(\'./data/news.xml\',4);" src="soporte.js"><img src="./images/soporte/soporte_direccion.gif" width="41" height="49" border="0" alt=""><span>Direcci&oacute;n Comercial</span></a></li>';

//txt=txt+'<li id="sn-mail" ><a href="javascript:loadXMLDocSoporte(\'./data/news.xml\',6);" src="chatpronto.js"><img src="./images/soporte/soporte_chat.gif" width="41" height="49" border="0" alt=""><span>CHAT</span></a></li>';
txt=txt+'<li id="sn-mail"><a href="javascript:loadXMLDocSoporte(\'./data/news.xml\',7);" src="soporte.js"><img src="./images/soporte/twitter.png"  border="0" alt="" style="border: 0; top: 10px; position: relative;"><span>Twitter @M01_Sistema</span></a></li>';
txt=txt+'<li id="sn-mail"><a href="https://plus.google.com/107527112143691635123/?prsrc=3" style="text-decoration: none;"><img src="https://ssl.gstatic.com/images/icons/gplus-32.png" width="32" height="32" style="border: 0; top: 10px; position: relative;"></img>Google +</a></li>';
txt=txt+'<li id="sn-mail"class="bottom" ><a href="./screencast.html" src="soporte.js"><img src="./images/screencast_new.png" width="41" height="49" border="0" alt=""><span>Vídeos</span></a></li>';


txt=txt+'</ul>';
txt=txt+'</div>';


txt=txt+'<div id="redessociales">';
txt=txt+'<center>';
txt=txt+'<g:plusone></g:plusone>';
//txt=txt+'<a href="https://plus.google.com/107527112143691635123/?prsrc=3" style="text-decoration: none;"><img src="https://ssl.gstatic.com/images/icons/gplus-32.png" width="32" height="32" style="border: 0;"></img></a>';
txt=txt+'</center>';
txt=txt+'</div>';

/*
txt=txt+'<div id="subnav">';
txt=txt+'<h2>Clientes</h2>';
txt=txt+'<ul>';
txt=txt+'<li id="sn-mail" class="bottom"><a href="clientes.html"><img src="./images/actualizaciones.gif" width="41" height="49" border="0" alt=""><span>Lista Clientes</span></a></li>';
txt=txt+'</ul>';
txt=txt+'</div>';
*/
txt=txt+'<div id="programas">';
txt=txt+'</div>';
txt=txt+'<div id="subnav">';
txt=txt+'<h2>Acceso</h2>';
txt=txt+'<ul>';
txt=txt+'<li id="sn-mail" class="bottom"><a href="./ssc/index.html"><img src="./images/tecnicos.gif" width="41" height="49" border="0" alt=""><span>T&eacute;cnicos</span></a></li>';
txt=txt+'</ul>';
txt=txt+'</div>';

txt=txt+'</div>';

document.getElementById('content_menu').innerHTML=txt;

}






