function abrirmodulosellos()
{
windowOpenDiaInternet();
}
function abrirvotaciones()
{

}
function abrirbases()
{
	top.contenidoIframe.location="bases.asp" 
}
function votaciones()
{
	document.getElementById('tabla_flash').style.display='none';
	document.getElementById('tabla_iframe').style.height='800px';
	document.getElementById('iframe1').style.height='800px';
}
function novotaciones()
{
	document.getElementById('tabla_flash').style.display='';
	document.getElementById('tabla_iframe').style.height='611px';
	document.getElementById('iframe1').style.height='611px';
}
function windowOpenDiaInternet(psURL,psName,pnWidth,pnHeight,pnTop,pnLeft,pbScroll){
	var nLeft=pnLeft || Math.round((window.screen.width-pnWidth)/2);
	var nTop=pnTop || Math.round((window.screen.height-pnHeight)/2)-20;	
	if (psName=="") psName=null;
	var oWindow=window.open(psURL,psName,"top="+nTop+",left="+nLeft+",height="+pnHeight+",width="+pnWidth+",status=no,toolbar=no,menubar=no,location=no,resizable=no"+((pbScroll)?",scrollbars=yes":""));
	oWindow.focus();
}
function windowOpenDiaInternet(){

	var nLeft=false || Math.round((window.screen.width-875)/2);
	var nTop=false || Math.round((window.screen.height-740)/2)-20;	
	var oWindow=window.open('participantes.asp','Participantes',"top="+false+",left="+false+",height="+740+",width="+875+",status=no,toolbar=no,menubar=no,location=no,resizable=no"+((true)?",scrollbars=yes":""));
	oWindow.focus();
}
function popupReescalar(psURL,psName,pnWidth,pnHeight,pnTop,pnLeft,pbScroll){
	var nLeft=pnLeft || Math.round((window.screen.width-pnWidth)/2);
	var nTop=pnTop || Math.round((window.screen.height-pnHeight)/2)-20;	
	if (psName=="") psName=null;
	var oWindow=window.open(psURL,psName,"top="+nTop+",left="+nLeft+",height="+pnHeight+",width="+pnWidth+",status=no,toolbar=no,menubar=no,location=no,resizable=no"+((pbScroll)?",scrollbars=yes":""));
	oWindow.focus();
}
