function MenuNivel(titulo, href){ 
	this.titulo = titulo;
	this.href = href;
return this;}

var arregloNov = new Array();
arregloNov[0] =new MenuNivel('Marco Macroeconómico Multianual 2011-2013','http://www.mef.gob.pe/ESPEC/MMM2011_2013/MMM2011_2013.pdf');
<!-- arregloNov[1] =new MenuNivel('Reporte de Indicadores Lideres N&ordm; 91 - Abril 2009','http://www.mef.gob.pe/DGAES/btfiscal/N91BTFIndicadoresLideres.pdf'); -->
<!-- arregloNov[2] =new MenuNivel('Lineamientos para la aplicación de la Ley de Presupuesto 2009','http://www.mef.gob.pe/DNPP/directivas/2009/directivas2009.php'); -->

