function cargar(p_dato) {
					 if (p_dato=="Q") {
					 	parent.principal.location = "n_quie01.html";
					 }
					 if (p_dato=="P") {
					 	parent.principal.location = "n_prod01.html";
					 }
					 if (p_dato=="T") {
					 	parent.principal.location = "n_tecn01.html";
					 }
					 if (p_dato=="O") {
					 	parent.principal.location = "n_obra01.html";
					 }
					 if (p_dato=="C") {
					 	parent.principal.location = "n_cont01.html";
					 }
			}
			
			
function cargarlocal(p_dato) {
					 if (p_dato=="Q") {
					 	window.location = "n_quie01.html";
					 }
					 if (p_dato=="P") {
					 	window.location = "n_prod01.html";
					 }
					 if (p_dato=="T") {
					 	window.location = "n_tecn01.html";
					 }
					 if (p_dato=="O") {
					 	window.location = "n_obra01.html";
					 }
					 if (p_dato=="C") {
					 	window.location = "n_cont01.html";
					 }
			}
			
function cargarlocal_esp(p_dato) {
		 			 if (p_dato=="I") {
					 	window.location = "index.html";
					 }
					 if (p_dato=="Q") {
					 	window.location = "quie01.html";
					 }
					 if (p_dato=="P") {
					 	window.location = "prod01.html";
					 }
					 if (p_dato=="T") {
					 	window.location = "tecn01.html";
					 }
					 if (p_dato=="O") {
					 	window.location = "obra01.html";
					 }
					 if (p_dato=="C_V") {
					 	window.location = "cont01.html";
					 }
					 if (p_dato=="C") {
					 	window.location = "contNaos.php";
					 }
					 if (p_dato=="PVA") {
					 	window.location = "prod01va.html";
					 }
					 if (p_dato=="PVC") {
					 	window.location = "prod01vc.html";
					 }
					 if (p_dato=="PRP") {
					 	window.location = "prod01rp.html";
					 }
			}		
			
function abrir_pantalla(cad) {
		 		 ventana = window.open(cad,"new","toolbar=yes,location=yes,directories=0,status=yes,menubar=yes,top=50,left=50,width=700,height=450,scrollbars=yes,resizable=yes");
		 		 if (ventana==null) {
		 		 alert("Tiene la opción de ventanas emergentes BLOQUEADA. Por favor active la misma para emitir la información.");
		 		 }
}
				 
function abrir_pantalla_sn(cad) {
		 ventana = window.open(cad,"new","toolbar=no,location=no,directories=0,status=no,menubar=no,top=50,left=50,width=700,height=450,scrollbars=yes,resizable=yes");
		 if (ventana==null) {
		 	alert("Tiene la opción de ventanas emergentes BLOQUEADA. Por favor active la misma para emitir la información.");
		 }
}							
