function fitxa(fch)
{
		w = 690;
		h = 508;
        altura=screen.height;
        anchura=screen.width;
        posx= parseInt((anchura/2)-(w/2));
        posy= parseInt((altura/2)-(h/2)-20);
        varfitxa=open(fch,"fitxaasac","resizable=0,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=yes,width="+w+",height="+h+",left="+posx+",top="+posy+",screenLeft="+posx+",screenTop="+posy+"");
        varfitxa.focus();
		
}

function formu(fch)
{
		w = 690;
		h = 508;
        altura=screen.height;
        anchura=screen.width;
        posx= parseInt((anchura/2)-(w/2));
        posy= parseInt((altura/2)-(h/2));
        varformu=open(fch,"formuasac","resizable=0,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=yes,width="+w+",height="+h+",left="+posx+",top="+posy+",screenLeft="+posx+",screenTop="+posy+"");
        varformu.focus();
		
}

function pdfs(urlpdf)
{
		w = 690;
		h = 508;
        altura=screen.height;
        anchura=screen.width;
        posx= parseInt((anchura/2)-(w/2));
        posy= parseInt((altura/2)-(h/2));
        varpdf=open(urlpdf,"pdfasac","resizable=1,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=no,width="+w+",height="+h+",left="+posx+",top="+posy+",screenLeft="+posx+",screenTop="+posy+"");
        varpdf.focus();
		
}

function openjoc(url, w, h)
{
        altura=screen.height;
        anchura=screen.width;
        posx= parseInt((anchura/2)-(w/2));
        posy= parseInt((altura/2)-(h/2));
        varformu=open(url,"movies","resizable=0,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=yes,width="+w+",height="+h+",left="+posx+",top="+posy+",screenLeft="+posx+",screenTop="+posy+"");
        varformu.focus();
		
}

function esp()
{
		w = 690;
		h = 508;
        altura=screen.height;
        anchura=screen.width;
        posx= parseInt((anchura/2)-(w/2));
        posy= parseInt((altura/2)-(h/2)-20);
        varesp=open("f_infoesp.htm","infoesp","resizable=0,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=yes,width="+w+",height="+h+",left="+posx+",top="+posy+",screenLeft="+posx+",screenTop="+posy+"");
        varesp.focus();
		
}

function eng()
{
		w = 690;
		h = 508;
        altura=screen.height;
        anchura=screen.width;
        posx= parseInt((anchura/2)-(w/2));
        posy= parseInt((altura/2)-(h/2)-20);
        vareng=open("f_infoeng.htm","infoeng","resizable=0,toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=yes,width="+w+",height="+h+",left="+posx+",top="+posy+",screenLeft="+posx+",screenTop="+posy+"");
        vareng.focus();
		
}
