// JavaScript Document

var win = null;
function MM_openBrWindow(theURL,winName,features, myWidth, myHeight, isCenter) { //v3.0
  if(window.screen)if(isCenter)if(isCenter=="true"){
    var myLeft = (screen.width-myWidth)/2;  
    var myTop = (screen.height-myHeight)/2; 
    features+=(features!='')?',':''; 
    features+=',left='+myLeft+',top='+myTop;
  }
  window.open(theURL,winName,features+((features!='')?',':'')+'width='+myWidth+',height='+myHeight);
}

// funcion popup asignacion tamaņos

function participa(){
	MM_openBrWindow('../form_pv09/form_pv09.html','participa','scrollbars=no,resizable=no','568','391','true');
}

function ganadores(){
	MM_openBrWindow('../form_pv09/ganadores.html','ganadores','scrollbars=no,resizable=no','826','670','true');
}
function participaes(){
        MM_openBrWindow('nominados/form_nominados_es.html','participaes','scrollbars=no,resizable=no','448' ,'599','true');
}