function posicionar_i_visualitzar()
{
    if(carregant=='si')
    {
        clearInterval(id_logo_carregant);
        document.getElementById('t_carregant_logo').style.visibility='hidden';
    }
////////////////////////////////////////////////////////////////////////////////
// colocar objectes:

//idiomes:
document.getElementById('t_idiomes').style.top=95*swp;
document.getElementById('t_idiomes').style.left=90*swp;


//logo_petit
document.getElementById('im_logo_petit').style.left=520*swp;
document.getElementById('im_logo_petit').style.top=80*swp;
document.getElementById('im_logo_petit').style.zIndex=4;

//im_foto_g
//im_foto_v
document.getElementById('im_foto_g').style.zIndex=4;
document.getElementById('im_foto_v').style.zIndex=4;

//objecte mostrar:
document.getElementById('tmostrar').style.top=180*swp;
document.getElementById('tmostrar').style.left=220*swp;




//d_email:
document.getElementById('d_email').style.top=300*swp;
document.getElementById('d_email').style.left=400*swp;

//t_avis_legal:
document.getElementById('t_avis_legal').style.width=400*swp;
document.getElementById('t_avis_legal').style.top=160*swp;
document.getElementById('t_avis_legal').style.left=750*swp;

//t_registre:
document.getElementById('t_registre').style.width=400*swp;
document.getElementById('t_registre').style.height=250*swp;
document.getElementById('t_registre').style.top=220*swp;
document.getElementById('t_registre').style.left=730*swp;

//t_projectes:
document.getElementById('t_projectes').style.width=400*swp;
document.getElementById('t_projectes').style.height=250*swp;
document.getElementById('t_projectes').style.top=220*swp;
document.getElementById('t_projectes').style.left=730*swp;

//t_tresones:
document.getElementById('t_tresones').style.width=450*swp;
document.getElementById('t_tresones').style.height=400*swp;
document.getElementById('t_tresones').style.top=160*swp;
document.getElementById('t_tresones').style.left=730*swp;

//t_serveis:
document.getElementById('t_serveis').style.width=450*swp;
document.getElementById('t_serveis').style.height=400*swp;
document.getElementById('t_serveis').style.top=160*swp;
document.getElementById('t_serveis').style.left=730*swp;

//t_condicions:
document.getElementById('t_condicions').style.width=490*swp;
document.getElementById('t_condicions').style.height=350*swp;
document.getElementById('t_condicions').style.top=150*swp;
document.getElementById('t_condicions').style.left=730*swp;

//d_menu 1,2,3
menux_top1=270*swp;
menux_left1=370*swp;
document.getElementById('d_menu0').style.top=(menux_top1);
document.getElementById('d_menu0').style.left=menux_left1;
document.getElementById('d_menu1').style.top=(menux_top1+30*swp);
document.getElementById('d_menu1').style.left=menux_left1;
document.getElementById('d_menu2').style.top=(menux_top1+60*swp);
document.getElementById('d_menu2').style.left=menux_left1;
document.getElementById('d_menu6').style.top=(menux_top1+90*swp);
document.getElementById('d_menu6').style.left=menux_left1;
document.getElementById('d_menu3').style.top=(menux_top1+120*swp);
document.getElementById('d_menu3').style.left=menux_left1;
document.getElementById('d_menu4').style.top=(menux_top1+150*swp);
document.getElementById('d_menu4').style.left=menux_left1;

document.getElementById('d_menu11').style.top=530*swp;
document.getElementById('d_menu11').style.left=40*swp;
//document.getElementById('d_menu12').style.top=550*swp;
//document.getElementById('d_menu12').style.left=100*swp;
//document.getElementById('d_menu13').style.top=550*swp;
//document.getElementById('d_menu13').style.left=18*swp;


//t_menu2
document.getElementById('t_menu2').style.top=270*swp;
document.getElementById('t_menu2').style.left=690*swp;

//t_mapa
document.getElementById('t_mapa').style.width='80%';
document.getElementById('t_mapa').style.height='69%';
document.getElementById('t_mapa').style.top='17%';
document.getElementById('t_mapa').style.left='10%';

//acces_area_privada:
document.getElementById('t_acces_area_privada').style.top=260*swp;
document.getElementById('t_acces_area_privada').style.left=690*swp;




//t_eines:
document.getElementById('t_eines').style.top=270*swp;
document.getElementById('t_eines').style.left=90*swp;
document.getElementById('t_eines').style.zIndex=10;
document.getElementById('a_eines').style.fontSize=t17;

for (i=0;i<80;i++)
{
    document.getElementById('p'+i).style.fontSize=t12;
}

    document.getElementById('p1').style.fontSize=t20;

    document.getElementById('p20').style.fontSize=t10;
    document.getElementById('p6').style.fontSize=t10;
    document.getElementById('p58').style.fontSize=t10;
    document.getElementById('p71').style.fontSize=t10;
    document.getElementById('p72').style.fontSize=t10;
    document.getElementById('p61').style.fontSize=t10;
    document.getElementById('a78').style.fontSize=t20;

///////////////////////////////
// mostrar objectes

document.getElementById('tmostrar').style.visibility='inherit';
//document.getElementById('t_logo').style.visibility='inherit';
document.getElementById('d_menu0').style.visibility='inherit';
document.getElementById('d_menu1').style.visibility='inherit';
document.getElementById('d_menu2').style.visibility='inherit';
document.getElementById('d_menu3').style.visibility='inherit';
document.getElementById('d_menu4').style.visibility='inherit';
document.getElementById('d_menu6').style.visibility='inherit';
document.getElementById('t_menu2').style.visibility='inherit';
document.getElementById('d_menu11').style.visibility='inherit';
//document.getElementById('d_menu12').style.visibility='inherit';
//document.getElementById('d_menu13').style.visibility='inherit';


document.getElementById('t_titol').style.zIndex=4;
document.getElementById('t_titol').style.left=0*swp;
document.getElementById('t_titol').style.top=20*swp;
document.getElementById('t_titol').style.visibility='inherit';


document.getElementById('t_principal2').style.zIndex=4;
document.getElementById('t_principal2').style.left=0*swp;
document.getElementById('t_principal2').style.top=0*swp;
document.getElementById('t_principal2').style.visibility='inherit';

document.getElementById('im_logo_petit').style.visibility='inherit';
document.getElementById('t_idiomes').style.visibility='inherit';
document.getElementById('t_eines').style.visibility='inherit';



return;
}

