// Menu de Navegacion para CGI
// Diseño: Victor Rodriguez
// Fecha : 5/06/2009



document.write('<table width=100% cellpadding="0" id="menu1" class="ddmx" border="0" bordercolor="#ebebeb" style="BORDER-COLLAPSE: collapse">');
document.write('<td><a class="item1" href="index.html">INICIO</a></td>');
document.write('<td><a class="item1" href="javascript:void(0)">¿QUIENES SOMOS?</a>');
document.write('<div class="section">');
document.write('<a class="item2" href="contenido.php?regis=1">Misión</a>');
document.write('<a class="item2" href="contenido.php?regis=2">Visión</a>');
document.write('<a class="item2" href="contenido.php?regis=3">Novedades</a>');
document.write('<a class="item2" href="contenido.php?regis=4">Casos de Exito</a>');
document.write('<a class="item2" href="contenido.php?regis=5">Socios Comerciales</a>');
document.write('<a class="item2" href="contenido.php?regis=6">Clientes</a>');
document.write('</div></td>');
document.write('<td><a class="item1" href="javascript:void(0)">PRODUCTOS</a>');
document.write('<div class="section">');
document.write('<a class="item2" href="#">Contact Center</a>');
document.write('<div class="section">');
document.write('<a class="item2" href="contenido.php?regis=21">Auto Servicio</a>');
document.write('<a class="item2" href="contenido.php?regis=22">Reporteo</a>');
document.write('<a class="item2" href="contenido.php?regis=9">Call Center</a>');
document.write('</div>');
document.write('<a class="item2" href="#">Comunicaciones Unificadas</a>');
document.write('<div class="section">');
document.write('<a class="item2" href="contenido.php?regis=11">Telefonía IP</a>');
document.write('<a class="item2" href="contenido.php?regis=23">Servers y Gateways</a>');
document.write('<a class="item2" href="contenido.php?regis=24">Movilidad</a>');
document.write('<a class="item2" href="contenido.php?regis=25">Colabracion</a>');
document.write('<a class="item2" href="contenido.php?regis=26">Aplicaciones para Negocios</a>');
document.write('</div>');
document.write('<a class="item2" href="#">Productos PYMES</a>');
document.write('<div class="section">');
document.write('<a class="item2" href="contenido.php?regis=28">Sistemas PARNTER</a>');
document.write('<a class="item2" href="contenido.php?regis=29">IP Office</a>');
document.write('</div>');
document.write('<a class="item2" href="contenido.php?regis=27">Telepresencia y <br> Video Conferencia</a>');
document.write('<a class="item2" href="#">Productos de la A a la Z</a>');
document.write('</div></td>');
document.write('<td><a class="item1" href="javascript:void(0)">SERVICIOS</a>');
document.write('<div class="section">');
document.write('<a class="item2" href="contenido.php?regis=17">Soporte Técnico</a>');
document.write('<a class="item2" href="contenido.php?regis=18">Pólizas</a>');
document.write('<a class="item2" href="contenido.php?regis=19">Solicitudes de Servicio</a>');
document.write('<a class="item2" href="http://www.caribesoft.net/attsashop/">Tienda en Línea</a>');
document.write('</div></td>');
document.write('<td><a class="item1" href="javascript:void(0)">SOLUCIONES</a>');
document.write('<div class="section">');
document.write('<a class="item2" href="contenido.php?regis=30">Gobierno</a>');
document.write('<a class="item2" href="contenido.php?regis=31">Hotelería</a>');
document.write('<a class="item2" href="contenido.php?regis=32">Finanzas</a>');
document.write('<a class="item2" href="contenido.php?regis=33">Contact Center</a>');
document.write('</div></td>');
document.write('<td><a class="item1" href="contacto.html">CONTACTO</a></td>');
document.write('</div>');
document.write('</tr></table>');		
