//<!--	<script language="javascript" src="js/indice.js" type="text/javascript"></script> -->
var dirindice = '<table id="dirindice" cellspacing="0" cellpadding="0" border="0" width="100%" align="center">'
+ '<tr>'
+ '<td valign="top">'
+ '<a href="clasificacion.php?cla_id=1" class="grande"><img src="imagenes/clasificaciones/cla_1g.jpg" width="126" height="126" border="0" alt="EQUIPO Y COMPONENTES ELECTRICOS" title="EQUIPO Y COMPONENTES ELECTRICOS"></a> '
+ '<a href="clasificacion.php?cla_id=2" class="grande"><img src="imagenes/clasificaciones/cla_2g.jpg" width="126" height="126" border="0" alt="ILUMINACION" title="ILUMINACION"></a> '
+ '<a href="clasificacion.php?cla_id=3" class="grande"><img src="imagenes/clasificaciones/cla_3g.jpg" width="126" height="126" border="0" alt="SERVICIOS" title="SERVICIOS"></a> '
+ '<a href="clasificacion.php?cla_id=4" class="grande"><img src="imagenes/clasificaciones/cla_4g.jpg" width="126" height="126" border="0" alt="DISTRIBUIDORES" title="DISTRIBUIDORES"></a> '
+ '</td>'
+ '</tr>'
+ '</table>';
document.open();
document.write(dirindice);

