
<!--
function displayWindow(url, width, height) {
        var Win = window.open(url,"displayWindow",'width=' + width + ',height=' + height + ',resizable=0,scrollbars=no,menubar=no' );
}
//-->
<!--
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}
function abreycentra(theURL) {
	var nAlto = window.screen.height;
	var nAncho = window.screen.width;
	var nIzquierda = nAncho/2 -350 ;
	var nSuperior = nAlto/2 -295 ;
	var winName = "frame";
	var features = "scrollbars=1,width=640,height=480,left=" + nIzquierda + ",top=" + nSuperior;
	window.open(theURL,winName,features);
}
//-->
<!--
	var options;
  	function IR(I)
  	{
  	 options="width=400,height=200,left=187,top=281";
     window.open("comunicado.htm","Sec",options);
	}
//-->
<!-- 
function popUpg(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=500,height=350,left=170,top=230');");
}
// -->
<!-- 
function popUpt(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width=700,height=400,left=45,top=110');");
}
// -->
<!-- 
function noRightClick() 
 { 
 if (event.button==2) 
   { 
   alert('Equipo de Promoción y Capacitación Amazónica - PROCAM - Derechos Reservados - 2007') 
   } 
} 
 document.onmousedown=noRightClick
// -->
