var imgtapa = new Image();
imgtapa.src = "img/index/01tapa.gif";

var notasArr = new Array();
notasArr[0]="Residuos s&oacute;lidos en &aacute;reas rurales";
notasArr[1]="IDH y G&eacute;nero en M&eacute;xico 2000-2005";
notasArr[2]="Multiplica inversi&oacute;n en proyectos conjuntos con los clubes de migrantes";
notasArr[3]="V Encuentro Nacional para Mujeres Rurales, Ind&iacute;genas y Campesinas";
notasArr[4]="Amatenango del Valle, Chiapas. Cultivos experimentales con el PDZP";
notasArr[5]="Navenchauc, Zinacant&aacute;n, Chiapas. Dan inicio a las obras de la red de agua potable"; 
notasArr[6]="San Luis Potos&iacute;. Cosechan agua en zonas semides&eacute;rticas";
notasArr[7]="Chenalh&oacute;, Chiapas. Inauguran aulas y CCA en el ejido fracci&oacute;n Polh&oacute;";
notasArr[8]="Le&oacute;n, Guanajuato. El 3x1 en la restauraci&oacute;n del templo de San Francisco de Coecillo";
notasArr[9]="Zacatecas. Gana el Comit&eacute; de Obra de R&iacute;o Grande el Premio Nacional de Contralor&iacute;a Social 2009";
notasArr[10]="Ciudad de M&eacute;xico. Cien a&ntilde;os de tradici&oacute;n familiar, en colecta. Cruz Roja";
notasArr[11]="San Felipe, Guanajuato. Inauguran electrificaciones en Laguna de Guadalupe";

var notasVinc = new Array();
notasVinc[0]="1";
notasVinc[1]="2";
notasVinc[2]="3";
notasVinc[3]="4";
notasVinc[4]="11";
notasVinc[5]="12"; 
notasVinc[6]="13";
notasVinc[7]="14";
notasVinc[8]="15";
notasVinc[9]="16";
notasVinc[10]="17";
notasVinc[11]="18";

notasArr.reverse();
notasVinc.reverse();

function contenidoLay() {
	var lay1 = "<table width='350' border='0' cellspacing='0' cellpadding='0'>";
	lay1 += "<tr>";
	lay1 += "<td height='24'>&nbsp;</td>";
	lay1 += "<td align='right' valign='bottom'><a href='javascript:void(document.getElementById(\"allNotas\").style.visibility=\"hidden\")'>cerrar</a>&nbsp;&nbsp;&nbsp;</td>";
	lay1 += "</tr>";
	lay1 += "<tr>";
	lay1 += "<td width='15' height='35' bgcolor='#35021A'>&nbsp;</td>";
	lay1 += "<td width='358' bgcolor='#35021A'><strong style='font-size:13px'>Lista de notas de la Unidad de Microrregiones</strong></td>";
	lay1 += "</tr>";
	lay1 += "<tr>";
	lay1 += "<td><span class='rayadown'><img src='img/spacer.gif' width='10' height='8' /></span></td>";
	lay1 += "<td><span class='rayadown'><img src='img/spacer.gif' width='10' height='8' /></span></td>";
	lay1 += "</tr>";
	lay1 += "<tr>";
	lay1 += "<td>&nbsp;</td>";
	lay1 += "<td><ul>";
	for(i=0;i<notasArr.length;i++){
		lay1 += "<li><a href='notas.php?n="+notasVinc[i]+"'>"+ notasArr[i] +"</a></li>";
	}
	lay1 += "</ul></td>";
	lay1 += "</tr>";
	lay1 += "</table>";
	document.write(lay1);
}
/************************************************
EMPIEZA MENU NOTICIAS DESPLAZABLES
*************************************************/
/*var text1="<tr><td align='left' valign='top'>~ <a href='notas.php?n=";
var text2="'>";
var text3="</a></td></tr><tr><td align='left' valign='top'><img src='img/spacer.gif' width='7' height='8' /></td></tr>";
var initabla = "<table width='190' border='0' cellspacing='0' cellpadding='0' align='center'>";
wholemessage=initabla;
	for(i=0;i<notasArr.length;i++){
		wholemessage+= text1 + notasVinc[i] + text2 + notasArr[i] + text3;
	}
wholemessage+="</table>";
*/

var text1="~ <a href='notas.php?n=";
var text2="' style='color:#555;text-decoration:none;' target='_parent'>";
var text3="</a></p>";
var wholemessage="";
	for(i=0;i<notasArr.length;i++){
		wholemessage+= "<p style='font-family:arial;font-size:10px;padding-left:10px;text-indent:-10px'>" + text1 + notasVinc[i] + text2 + notasArr[i] + text3;
	}


/************************************************
TERMINA MENU NOTICIAS DESPLAZABLES
*************************************************/