// JavaScript MNI, Javier David

// DEFINICION DEL MENU

{
	document.writeln('<DIV id=\"menu_ini\" style=\"POSITION: absolute; TOP: 150px\"><TABLE cellSpacing=\"0\" cellPadding=\"0\" width=\"180\" border=\"0\">');
	document.writeln('<TR><TD height=\"" bgcolor=\"#86C214\" class=\"nav\">&nbsp;<FONT face=\"Verdana, Arial, Helvetica, sans-serif\" color=\"#ffffff\" size=\"2.5\"><A class=\"li\" href=\"http://www.mni.org.pe/resoluciones.html">Resoluciones</A></FONT></TD></TR>');
	document.writeln('<TR><TD bgColor=\"#ADB96E\" height=\"1\"></TD></TR>');
	document.writeln('</TABLE></DIV>');
}
{
	document.writeln('<DIV id=\"menu_nos\" style=\"POSITION: absolute; TOP: 175px\"><TABLE cellSpacing=\"0\" cellPadding=\"0\" width=\"180\" border=\"0\">');
	document.writeln('<TR><TD height=\"\" bgcolor=\"#86C214\" class=\"hoja\">&nbsp;<FONT face=\"Verdana, Arial, Helvetica, sans-serif\" color=\"#ffffff\" size=\"2.5\"><A href=\"http://www.mni.org.pe/iiicongreso.html">III Congreso</SPAN></A></FONT></TD></TR>');
	document.writeln('<TR><TD bgColor=\"#ADB96E\" height=\"1\"></TD></TR>');
	document.writeln('</TABLE></DIV>');
}
{
	document.writeln('<DIV id=\"menu_pol\" style=\"POSITION: absolute; TOP: 200px\"><TABLE cellSpacing=\"0\" cellPadding=\"0\" width=\"180\" border=\"0\">');
	document.writeln('<TR><TD height=\"18\" bgcolor=\"#86C214\" class=\"hoja\">&nbsp;<FONT face=\"Verdana, Arial, Helvetica, sans-serif\" color=\"#ffffff\" size=\"2.5\"><A class=\"hoja\" href=\"http://www.mni.org.pe/consejo_nacional.html">Consejo Nacional</A></FONT></TD></TR>');
	document.writeln('<TR><TD bgColor=\"#ADB96E\" height=\"1\"></TD></TR>');
	document.writeln('</TABLE></DIV>');
}

