/*--INFORMES--*/
function despliegaTexto_01(){
	var txt_01 = document.getElementById("t_coyuntura");
	txt_01.className="visible";
	var txt_02 = document.getElementById("t_estudios");
	txt_02.className="invisible";
	var txt_03 = document.getElementById("t_otros");
	txt_03.className="invisible";
	}
function despliegaTexto_02(){
	var txt_02 = document.getElementById("t_estudios");
	txt_02.className="visible";
	var txt_01 = document.getElementById("t_coyuntura");
	txt_01.className="invisible";
	var txt_03 = document.getElementById("t_otros");
	txt_03.className="invisible";
	}
function despliegaTexto_03(){
	var txt_03 = document.getElementById("t_otros");
	txt_03.className="visible";
	var txt_01 = document.getElementById("t_coyuntura");
	txt_01.className="invisible";
	var txt_02 = document.getElementById("t_estudios");
	txt_02.className="invisible";
	}
/*--INFORMES--*/
function closeWindows(){
	window.close();
	alert(ok);
	}
function condiciones(){
	window.open('http://www.camacol.org.co/estudios_economicos/condiciones.html','','titlebar=0,channelmode=no,toolbar=0,scrollbars=no,location=0,statusbar=yes,menubar=no,resizable=yes,fullscreen=no,height=400,width=400,top=200,left=200'); 	
}