function enlace() {
open("formulario.htm", "Win22", "scrollbars=no,status=no,width=430,height=230,top=50,left=50");

}

function ayuda() {
open("ayuda.htm", "Win22", "scrollbars=no,status=no,width=430,height=230,top=50,left=50");

}

function voto() {
open("votacion.htm", "Win3222", "scrollbars=no,status=no,width=430,height=230,top=50,left=50");

}

function tematica() {
open("tematica.htm", "Win22", "scrollbars=no,status=no,width=430,height=230,top=50,left=50");

}

function congreso() {
open("/congreso/index.html", "Win4322", "scrollbars=no,status=no,width=700,height=500,top=50,left=50");

}

function foto(ref,w,h) { 
      
       var blank = 12513065
       f1=open('',"Win25","scrollbars=no, status=no, width=1, height=1, top=2000, left=0");      
      f1.close();
       //f1=open('',"Win25","scrollbars=no,status=no,width="+ w +",height="+ h +",top=50,left=400");
       f1=open('',"Win25","scrollbars=no,status=no,width="+ w +",height="+ h +",top=30,left=30");            
      	f1.focus();
      	f1.document.open();
       f1.document.write("<head><title>Fotodigiscoping</title><meta http-equiv=\"imagetoolbar\" content=no><script src=\"fd.js\"></script></head><body bgcolor='DDDDDD' topmargin=0, leftmargin=0, marginwidth=0, marginheight=0><center><p><a href='javascript:self.close();'><img border=0 src="+ ref +"></a></p></body></html>");
      	f1.document.close();
} 


function codigo() {
open("codigo.htm", "Win523", "scrollbars=yes,status=no,width=510,height=450,top=50,left=50");

}

function info(ref2) {
	var url = "formulario.php?accion=info&ref=" +ref2;
	open(url, "Win32", "scrollbars=no,status=no,width=440,height=240,top=50,left=50");

}

var now=new Date();
var quina=(now.getSeconds())%8;
