// JavaScript Document
var menu = '<table width="187" border="0" cellpadding="0" cellspacing="0" class="tablamenu">' +
'<tr>' +
'<td class="menuoff" id="as_contable.htm"><img src="img/pixel.gif" width="5" height="5"><img src="img/puntos.gif" width="6" height="6">&nbsp;&nbsp;Asesor&iacute;a contable </td>' +
'</tr>' +
'<tr>' +
'<td class="menuoff" id="as_fiscal.htm"><img src="img/pixel.gif" width="5" height="5"><img src="img/puntos.gif" width="6" height="6">&nbsp;&nbsp;Asesor&iacute;a fiscal </td>' +
'</tr>' +
'<tr>' +
'<td class="menuoff" id="as_laboral.htm"><img src="img/pixel.gif" width="5" height="5"><img src="img/puntos.gif" width="6" height="6">&nbsp;&nbsp;Asesor&iacute;a laboral </td>' +
'</tr>' +
'<tr>' +
'<td class="menuoff" id="as_juridica.htm"><img src="img/pixel.gif" width="5" height="5"><img src="img/puntos.gif" width="6" height="6">&nbsp;&nbsp;Asesor&iacute;a jur&iacute;dica</td>' +
'</tr>' +
'<tr>' +
'<td class="menuoff" id="as_informatica.htm"><img src="img/pixel.gif" width="5" height="5"><img src="img/puntos.gif" width="6" height="6">&nbsp;&nbsp;Asesor&iacute;a inform&aacute;tica </td>' +
'</tr>' +
'<tr>' +
'<td class="menuoff" id="riesgos_laborales.htm"><img src="img/pixel.gif" width="5" height="5"><img src="img/puntos.gif" width="6" height="6">&nbsp;&nbsp;Riesgos laborales </td>' +
'</tr>' +
'<tr>' +
'<td class="menuoff" id="subvenciones.htm"><img src="img/pixel.gif" width="5" height="5"><img src="img/puntos.gif" width="6" height="6">&nbsp;&nbsp;Subvenciones</td>' +
'</tr>' +
'<tr>' +
'<td class="menuoff" id="seguros.htm"><img src="img/pixel.gif" width="5" height="5"><img src="img/puntos.gif" width="6" height="6">&nbsp;&nbsp;Seguros</td>' +
' </tr>' +
'<tr>' +
'<td class="menuoff" id="as_inmobiliaria.htm"><img src="img/pixel.gif" width="5" height="5"><img src="img/puntos.gif" width="6" height="6">&nbsp;&nbsp;Asesor&iacute;a inmobiliaria </td>' +
'</tr>' +
'<tr>' +
'<td class="menuoff" id="auditoria_consultoria.htm"><img src="img/pixel.gif" width="5" height="5"><img src="img/puntos.gif" width="6" height="6">&nbsp;&nbsp;Auditor&iacute;a y consultor&iacute;a </td>' +
'</tr>' +
'<tr>' +
'<td class="menuoff" id="patentes_marcas.htm"><img src="img/pixel.gif" width="5" height="5"><img src="img/puntos.gif" width="6" height="6">&nbsp;&nbsp;Consultores propiedad<br>' +
'&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;intelectual:Patentes y Marcas </td>' +
'</tr>' +
'<tr>' +
'<td class="menuoff" id="administracion_fincas.htm"><img src="img/pixel.gif" width="5" height="5"><img src="img/puntos.gif" width="6" height="6">&nbsp;&nbsp;Administraci&oacute;n de fincas </td>' +
'</tr>' +
'<tr>' +
'<td class="menuoff" id="proyectos_tecnicos.htm"><img src="img/pixel.gif" width="5" height="5"><img src="img/puntos.gif" width="6" height="6">&nbsp;&nbsp;Proyectos t&eacute;cnicos<br>' +
'&nbsp;&nbsp;&nbsp;&nbsp;          y de instalaciones </td>' +
'</tr>' +
'<tr>' +
'<td class="menuoff" id="calidad_medioambiente.htm"><img src="img/pixel.gif" width="5" height="5"><img src="img/puntos.gif" width="6" height="6">&nbsp;&nbsp;Calidad y Medioambiente:<br>' +
'&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Gesti&oacute;n y formaci&oacute;n </td>' +
'</tr>' +
'<tr>' +
'<td class="menuoff" id="asesoria_virtual.htm"><img src="img/pixel.gif" width="5" height="5"><img src="img/puntos.gif" width="6" height="6">&nbsp;&nbsp;Asesoría Virtual </td>' +
'</tr>' +
'<tr>' +
'<td class="menuoff" id="as_estrategica.htm"><img src="img/pixel.gif" width="5" height="5"><img src="img/puntos.gif" width="6" height="6">&nbsp;&nbsp;Asesoría estratégica </td>' +
'</tr>' +
'</table>';
document.write (menu);
