//////////////////////////////////////////////////////
colors=new Array();
colors[0]='#000000';
colors[1]='#1c0c00';
colors[2]='#281800';
colors[3]='#442400';
colors[4]='#603000';
colors[5]='#7c3c00';
colors[6]='#884800';
colors[7]='#945400';
colors[8]='#a06000';
colors[9]='#ac6c00';
colors[10]='#b87800';
colors[11]='#c48400';
colors[12]='#d09000';
colors[13]='#dc9c00';
colors[14]='#e89f00';
colors[15]='#f49f00';
colors[16]='#fa9f00';
colors[17]='#fa9f00';
colors[18]='#fa9f00';
colors[19]='#fa9f00';
colors[20]='#fa9f00';
colors[21]='#fa9f00';
colors[22]='#fa9f00';
colors[23]='#fa9f00';
colors[24]='#fa9f00';
colors[25]='#fa9f00';
colors[26]='#fa9f00';
colors[27]='#fa9f00';
colors[28]='#fa9f00';
colors[29]='#fa9f00';
colors[30]='#fa9f00';
colors[31]='#fa9f00';
colors[32]='#fa9f00';
colors[33]='#fa9f00';
colors[34]='#f49f00';
colors[35]='#e89f00';
colors[36]='#dc9c00';
colors[37]='#d09000';
colors[38]='#c48400';
colors[39]='#b87800';
colors[40]='#ac6c00';
colors[41]='#a06000';
colors[42]='#945400';
colors[43]='#884800';
colors[44]='#7c3c00';
colors[45]='#603000';
colors[46]='#442400';
colors[47]='#281800';
colors[48]='#1c0c00';
colors[49]='#000000';



/////////////////////////////////////////////////////


a='#888888';
b='#aaaaaa';
d=a;
cont_base=1;
function anim_logo_carregant125()
{
    if(cont_base==1){d=a;}else{d=b;}
    document.getElementById('p_carregant125').style.color=d;
    cont_base=cont_base*(-1);
return;
}

function play_anim_3_lletres()
{
    if(carregant125=='si')
    {
        document.getElementById('t_carregant125').style.visibility='hidden';
        clearInterval(id_carregant125);
    }

    id_anim_3_lletres=setInterval('anim_3_lletres()',65);
return;
}

lletres=new Array();
fotos_a=new Array();
fotos_b=new Array();
lletres[0]=text_cat[2];
fotos_a[0]='foto_a_0.jpg';
lletres[1]=text_cat[3];
fotos_a[1]='foto_a_1.jpg';
lletres[2]=text_cat[4];
fotos_a[2]='foto_a_2.jpg';
lletres[3]=text_cat[5];
fotos_a[3]='foto_a_3.jpg';
lletres[4]=text_cat[6];
fotos_a[4]='foto_a_4.jpg';
lletres[5]=text_cat[7];
fotos_a[5]='foto_a_5.jpg';
lletres[6]=text_cat[8];
fotos_a[6]='foto_a_6.jpg';
lletres[7]=text_cat[9];
fotos_a[7]='logo_2.jpg';
lletres[8]=text_cat[10];
fotos_a[8]='';

lletra_mostrar=lletres[0];
cadena='';
i=0;
cont_lletres=0;



tancar='no';
function anim_3_lletres()
{
    document.getElementById('p_lletres').style.color=colors[i];
    i++;
    document.getElementById('t_foto_a').style.visibility='inherit';
    document.getElementById('p_lletres').innerHTML=lletra_mostrar;

    if(i==colors.length/2)
    {
        if(cont_lletres+1>=lletres.length)
        {
            clearInterval(id_anim_3_lletres);
            if(document.getElementById('t_contingut_avis_legal').style.visibility=='hidden')
            {
                id_a_principal=setTimeout('a_principal()',4000);
                return false;
            }
        }
        clearInterval(id_anim_3_lletres);
        i++;
        id_temps1=setTimeout('play_anim_3_lletres()',2500);
    }
    if(i>colors.length)
    {
        clearInterval(id_anim_3_lletres);
        i=0;
        cont_lletres++;
        lletra_mostrar=lletres[cont_lletres];
        document.getElementById('p_lletres').innerHTML=lletra_mostrar;
        mostra_foto_a();
    }
}

function mostra_foto_a()
{
    document.getElementById('im_foto_a').src='fotos_web/'+resolucio+'/'+fotos_a[cont_lletres-1];
    document.getElementById('t_foto_a').style.visibility='inherit';
    id_temps1=setTimeout('play_anim_3_lletres()',100);
    
return;
}
function a_principal()
{
    window.top.location.href='principal.php?cvis='+cvis+'&idiom='+idiomar;
    return;
}

