function populate(){
if (iedom){
cross_marquee=document.getElementById? document.getElementById("iemarquee") : document.all.iemarquee
cross_marquee.style.left=parseInt(marqueewidth)+8+"px"
cross_marquee.innerHTML=marqueecontent
actualwidth=document.all? temp.offsetWidth : document.getElementById("temp").offsetWidth
}
else if (document.layers){
ns_marquee=document.ns_marquee.document.ns_marquee2
ns_marquee.left=parseInt(marqueewidth)+8
ns_marquee.document.write(marqueecontent)
ns_marquee.document.close()
actualwidth=ns_marquee.document.width
}
lefttime=setInterval("scrollmarquee()",20)
}
function centrar(para,modo){
	if(modo=="Y"){
		valor_total=screen.height;
	}else if(modo=="X"){
		valor_total=screen.width;
	}
	valor_final=(valor_total/2)-(para/2);
	return valor_final;
}
function verfoto(foto,ancho,alto){
	ancho=(ancho+30);
	alto=(alto+150);
	propiedades="toolbar=0,location=0,directories=0,status=0,menubar=no,scrollbars=0,top="+centrar(alto,'Y')+",left="+centrar(ancho,'X')+",resizable=0,width="+ancho+",height="+alto;
	linki="foto.php?idreg="+foto;
	window.open(linki,"foto",propiedades);
}
function fotogaleria(foto,gal,ancho,alto){
	ancho=(ancho+30);
	alto=(alto+150);
	propiedades="toolbar=1,location=0,directories=0,status=0,menubar=1,scrollbars=1,top="+centrar(alto,'Y')+",left="+centrar(ancho,'X')+",resizable=1,width="+ancho+",height="+alto;
	linki="foto.php?gal="+gal+"&idreg="+foto;
	window.open(linki,"gal",propiedades);
}
function imprimir(num){
	propiedades="toolbar=0,location=0,directories=0,status=0,menubar=no,scrollbars=1,top="+centrar(350,'Y')+",left="+centrar(350,'X')+",resizable=0,width=450,height=580";
	linki="imprimir.php?nota="+num;
	window.open(linki,"imprimir",propiedades);
}
function amigo(num){
	propiedades="toolbar=0,location=0,directories=0,status=0,menubar=no,scrollbars=1,top="+centrar(400,'Y')+",left="+centrar(350,'X')+",resizable=0,width=368,height=400";
	linki="amigo.php?nota="+num;
	window.open(linki,"amigo",propiedades);
}
function contacto(){
	propiedades="toolbar=0,location=0,directories=0,status=0,menubar=no,scrollbars=1,top="+centrar(450,'Y')+",left="+centrar(350,'X')+",resizable=0,width=400,height=500";
	linki="contacto.php";
	window.open(linki,"contacto",propiedades);
}
function mas(){
	tam=document.all.cuerponoticia.name;
	if(tam==""){
		document.all.cuerponoticia.className="noticia_cuerpo2";
		document.all.cuerponoticia.name="2";
	}else if(tam=="2"){
		document.all.cuerponoticia.className="noticia_cuerpo3";
		document.all.cuerponoticia.name="3";
	}else if(tam=="3"){
		document.all.cuerponoticia.className="noticia_cuerpo4";
		document.all.cuerponoticia.name="4";
	}else if(tam=="4"){
		document.all.cuerponoticia.className="noticia_cuerpo5";
		document.all.cuerponoticia.name="5";

	}
}
function menos(){
	tam=document.all.cuerponoticia.name;
	if(tam=="5"){
		document.all.cuerponoticia.className="noticia_cuerpo4";
		document.all.cuerponoticia.name="4";
	}else if(tam=="4"){
		document.all.cuerponoticia.className="noticia_cuerpo3";
		document.all.cuerponoticia.name="3";
	}else if(tam=="3"){
		document.all.cuerponoticia.className="noticia_cuerpo2";
		document.all.cuerponoticia.name="2";
	}else if(tam=="2"){
		document.all.cuerponoticia.className="noticia_cuerpo";
		document.all.cuerponoticia.name="";

	}
}
tok=0;
function check_poll(){
	if(tok!=1){
		alert("Seleccione una opción antes de votar.");
	}else{
		formu.submit();
	}
}