//<!--	<SCRIPT LANGUAGE="JavaScript" SRC="js/indice.js" TYPE="text/javascript"></SCRIPT> -->
var dirindice = '<TABLE CELLSPACING="0" CELLPADDING="5" BORDER="0" ALIGN="CENTER">'
+ '<TR>'
+ '<TD VALIGN="TOP" COLSPAN="2"><H2 ALIGN="CENTER">Indice General</H2><P CLASS="centro"><A HREF="index_e.php">English</A></P></TD>'
+ '</TR><TR>'
+ '<TD VALIGN="TOP">'
+ '<A HREF="clasificacion.php?cla_id=1" CLASS="grande">Proveedores de la Industria Alimentaria</A><BR>'
+ '<A HREF="clasificacion.php?cla_id=2" CLASS="grande">Empacadores y Fabricantes</A><BR>'
+ '</TD>'
+ '</TR>'
+ '</TABLE>';
document.open();
document.write(dirindice);
