// JavaScript Document
// JavaScript Document
function Cargar_framepdf(pdffile,listaprin)
{
 var contenido = document.getElementById("divtexto");
 contenido.innerHTML = "<div style=\"position:relative;\" class=\"linkcerrar\">| <span id=\"txtcerrar\" onclick=\"Cargar('info/"+listaprin+"','contenido','hidden');\">Regresar</span> |</div>";
  contenido.innerHTML = contenido.innerHTML+"<iframe height=\"95%\" src=\""+pdffile+"\" width=\"100%\" frameborder=\"0\" ></iframe>";
}
/*======================================================================================*/
function Cargar_ReqTramite(nom_arch_detalle)
{
	showPopWin(865, 0, null,206);
	Cargar('info/tramites_y_servicios/'+nom_arch_detalle,'popupactivo',null);
}
/*======================================================================================*/

function Cargar_Antecedentes(nom_arch_detalle)
{
	showPopWin(865, 0, null,206);
	Cargar('info/nosotros/'+nom_arch_detalle,'popupactivo',null);
}
/*======================================================================================*/

function Cargar_Prioridades(nom_arch_detalle)
{
	showPopWin(865, 0, null,206);
	Cargar('info/prioridades/'+nom_arch_detalle,'popupactivo',null);
}
/*======================================================================================*/

function Cargar_Drenaje_Sanitario()
{
	showPopWin(850, 0, null,198);
	Cargar('info/drenaje_sanitario.html','popupactivo','auto');
}


function hiddendiv(namediv)
{
	document.getElementById(namediv).style.display="none";
}
function showdiv(namediv)
{
	document.getElementById(namediv).style.display="";
}
//==============================================================================================================================
function ver_datos_sesion_cont(par1)
{
	switch(par1)
	{
		case 1:
				Cargar('info/envio_comentario.php','contenidodetalle','hidden');
				break;
		case 2:
				Cargar('info/lista_comentarios.php','contenidodetalle','hidden'); 
				break;
	}
}