// JavaScript Document
function popUpImg(imagen){
	ventana = window.open("/www/bin/popUpImg.php?Imagen="+imagen, "venImg", "width=510 height=600");
	ventana.focus();
	document.location="participa.php";
}
function verImagen(path, url, imagen){
	ventana = window.open("/www/bin/popUpImg.php?Path="+path+"&Url="+url+"&Imagen="+imagen, "venImg", "resizable=yes, width=640 height=500");
	ventana.focus();
}
function popUpDebate(){
	ventana = window.open("/www/templates/ArchivosDebate2000.html", "venImg", "width=500 height=500, scrollbars=yes");
	ventana.focus();
}

function debate2006Audio(archivo){
	ventana = window.open("/debate_2006_1/audio/"+archivo, "venDeb2006Aud", "width=378 height=368, scrollbars=no");
	ventana.focus();
}
function debate2006Texto(archivo){
	ventana = window.open("/debate_2006_1/texto/"+archivo, "venDeb2006Txt", "width=378 height=368, scrollbars=yes");
	ventana.focus();
}
function popUpGaleria(){
	ventana = window.open("/www/templates/PeaceJamGaleriaCenaPop.html", "venImg", "width=600 height=600,scrollbars=no");
	ventana.focus();
}
function popUpPulseras(){
	ventana = window.open("/www/templates/Pulseras.html", "venPul", "width=550 height=468,scrollbars=no");
	ventana.focus();
}
function liga(v){
	//window.name = "main";
	var num = random();
	var ventana = window.open(v, "liga"+num, 'resizable=yes,scrollbars=yes');
	
	ventana.focus();
}
function detalles(v, i){
	if (! i)return;
	var ventana = window.open ('fotos_contenido.php?ACCION=3&id='+v, 'fotografia', 'HEIGHT=580,WIDTH=580,resizable=yes,scrollbars=yes');
	ventana.focus();
}
function articulo(ruta, id){
	//var ventana = window.open(ruta, "venArt", "width=550 height=468,scrollbars=no");
	var ventana = window.open("articulos.php?ACCION=detalles&EntrevistaID="+id, "venArt", "width=550 height=468,scrollbars=yes");
	ventana.focus();
}
function buscaDistrito(){
	var division = document.getElementById('DivisionPolitica');
	var ventana = window.open("buscarDistritos.php?DivisionPoliticaID="+division.value, "distritos", 'HEIGHT=260,WIDTH=380,resizable=yes,scrollbars=no');
}