//------------------------------------------------------------------------------
//------------------------------------------------------------------------------
//funcions

//funcions
function focus_menu_in(element)
{
    document.getElementById('im_'+element+'_sup').src='fotos_web/sc_bl.jpg';
    document.getElementById('im_'+element+'_inf').src='fotos_web/sc2_g.jpg';
return;
}
function focus_menu_out(element)
{
    document.getElementById('im_'+element+'_sup').src='fotos_web/sc_g.jpg';
    document.getElementById('im_'+element+'_inf').src='fotos_web/sc2_bl.jpg';
return;
}

function mostrar(element)
{
    if (element==1)
    {
        w_el=582*swp;
        h_el=300*shp;
        le=240*swp;
        to=135*shp;

        //element: empresa
        objA="<table><tr><td valign='top'><input class='ITANCAR' style='font-size:"+t10+";' type='button' onClick='tancar_element();' value='X'></td></tr><tr><td valign='middle'>";
        objB="<object id='element' type='text/html' data='empresa.php?idiom="+idioma+"' width='"+w_el+"' height='"+h_el+"'></object>";
        objC="</td></tr></table>";

        document.getElementById('tmostrar').innerHTML=objA+objB+objC;
        document.getElementById('tmostrar').style.left=le;
        document.getElementById('tmostrar').style.top=to;

        document.getElementById('t_acces_area_privada').style.visibility='hidden';
        for(i=0;i<elements_menu.length;i++)
        {
            document.getElementById('vidre_'+i).style.visibility='hidden';
        }
        document.getElementById('tmostrar').style.visibility='inherit';
    }

    if (element==2)
    {
        window.top.location.href=fitxer['continguts']+'?idiom='+idioma;
    }

    if (element==3)
    {
   
           //element: mapa
        w_el=730*swp;
        h_el=460*shp;
        le=206*swp;
        to=0*shp;

        objA="<table><tr><td valign='top'><input class='ITANCAR' style='font-size:"+t10+";' type='button' onClick='tancar_element();' value='X'></td><td valign='top'>";
        objB="<object id='element' type='text/html' data='ref_mapa.php?idiom="+idioma+"' width='"+w_el+"' height='"+h_el+"'>";
        objC="</object></td></tr></table>";

        document.getElementById('tmostrar').innerHTML=objA+objB+objC;
        document.getElementById('tmostrar').style.left=le;
        document.getElementById('tmostrar').style.top=to;

        document.getElementById('t_acces_area_privada').style.visibility='hidden';
        document.getElementById('tmostrar').style.zIndex=5;
        document.getElementById('tmostrar').style.visibility='inherit';
    }

    if (element==6)
    {
        //element: contacte
        w_el=582*swp;
        h_el=300*shp;
        le=240*swp;
        to=135*shp;

        objA="<table><tr><td valign='top'><input class='ITANCAR' style='font-size:"+t10+";' type='button' onClick='tancar_element();' value='X'></td></tr><tr><td valign='top'>";
        objB="<object id='element' type='text/html' data='email.php?idiom="+idioma+"' width='"+w_el+"' height='"+h_el+"'>";
        objC="</object></td></tr></table>";

        document.getElementById('tmostrar').style.left=le;
        document.getElementById('tmostrar').style.top=to;

        for(i=0;i<elements_menu.length;i++)
        {
            document.getElementById('vidre_'+i).style.visibility='hidden';
        }

        document.getElementById('tmostrar').innerHTML=objA+objB+objC;
        document.getElementById('t_acces_area_privada').style.visibility='hidden';
        document.getElementById('tmostrar').style.visibility='inherit';
    }

    if (element==7)
    {
        //element: area privada
        document.getElementById('tmostrar').style.visibility='hidden';
        document.getElementById('t_acces_area_privada').style.visibility='inherit';
    }

return;
}

function tancar_element(element)
{
    if(element==6)
    {
        document.getElementById('t_acces_area_privada').style.visibility='hidden';
    }
        document.getElementById('tmostrar').innerHTML="";
        document.getElementById('tmostrar').style.visibility='hidden';

        for(i=0;i<elements_menu.length;i++)
        {
            document.getElementById('vidre_'+i).style.visibility='inherit';
        }

        document.getElementById('tmostrar').style.zIndex=0;
        document.getElementById('tmostrar').style.left=50*swp;
        document.getElementById('tmostrar').style.top=190*shp;
return;
}



///////////////////////////////////////////////
//// menu seccions:

menu_top=190*shp;
menu_left=670*swp;
pos_left=menu_left;
activar_id=0;



function activacio(element_act)
{
    desactivar();
    element_activar=element_act;
    activar_id=setInterval("moure_vidre()",10);

return;
}

function desactivar()
{
    if(activar_id!=0){clearInterval(activar_id);}
    pos_left=menu_left;
    for(i=0;i<elements_menu.length;i++)
    {
        document.getElementById(elements_menu[i]['id']).style.left=menu_left;
    }
return;
}

function moure_vidre()
{
        desactivar_imatge_inicial();
        pos_left=pos_left-3;
        document.getElementById(elements_menu[element_activar]['id']).style.left=pos_left;
        if(pos_left<=(menu_left-50*swp))
        {
            if(activar_id!=0){clearInterval(activar_id);}
            pos_left=menu_left;
            document.getElementById('im_elements_menu').src='taller_fotos_c/'+elements_menu[element_activar]['imatge'];
            document.getElementById('im_elements_menu').style.visibility='inherit';
            document.getElementById('p_text_elements_menu').innerHTML=elements_menu[element_activar]['text'];
        }
return;
}

function carregar_seccio(seccio_a_carregar)
{
    document.getElementById('sel_seccio').value=seccio_a_carregar;
    document.getElementById('f_carregar_seccio_a_continguts').submit();
return;
}

function imatge_inicial()
{
    id010307=setInterval("carregar_imatge_inicial()",100);
    document.getElementById('t_imatge_inicial').style.visibility='inherit';
return;
}

function desactivar_imatge_inicial()
{
    clearInterval(id010307);
    document.getElementById('t_imatge_inicial').style.visibility='hidden';
    document.getElementById('t_imatge_inicial').style.zIndex=0;
return;
}

color010307=new Array();    // blau clar
color010307[0]='#fcfefc';
color010307[1]='#f8fdf9';
color010307[2]='#f4fcf7';
color010307[3]='#f0f9f5';
color010307[4]='#ebf8f3';
color010307[5]='#e8f7f1';
color010307[6]='#eef5ff';



color010307_index=0;
function carregar_imatge_inicial()
{
    document.getElementById('t_imatge_inicial').style.backgroundColor=color010307[color010307_index];

    if(color010307_index==6)
    {
        document.getElementById('t_imatge_inicial').style.backgroundColor='#ffffff';
        document.getElementById('im_imatge_inicial').style.visibility='inherit';
        clearInterval(id010307);
        color010207_index=0;
        return;
    }
    color010307_index++;
return;
}


////////////////////////////////////////////////////



