//------------------------------------------------------------------------------
//------------------------------------------------------------------------------
//seleccio de la fulla d'estils

if(screen.width==800)
{
    document.writeln("<LINK REL=StyleSheet HREF='stylesheets/botiga_800.css' TITLE='stylesheets_1' TYPE='text/css'>");
}
else
{
    document.writeln("<LINK REL=StyleSheet HREF='stylesheets/botiga_1024.css' TITLE='stylesheets_1' TYPE='text/css'>");
}
////////////////////////////////////////////////////////////////////////////////
/////  ofertes_1.js   :  funcions de càrrega de pàgina    //////////////////////
////////////////////////////////////////////////////////////////////////////////

//////////////////////////


function stop_loading()
{
    stop='si';
    return;

return;
}
actiu=0;
stop='no';

function setLoadingPosition()
{

    document.getElementById('div0').style.left=(sw-300)/2;
    document.getElementById('div0').style.top=(sh-50)/2;

    return;
}
function loading()
{
    //document.getElementById('taula_principal').style.visibility='hidden';
    //eval("document.getElementById('tab"+actiu+"').style.backgroundColor='#ff7f00';");

    if(stop=='si')
    {
        clearInterval(Int);
        document.getElementById('div0').style.visibility='hidden';
        document.getElementById('taula_principal').style.visibility='inherit';
    }
    if(actiu==0)
    {
        document.getElementById('tab11').style.backgroundColor='#ffffff';
        document.getElementById('tab0').style.backgroundColor='#ff7f00';
    }

    else
    {
        actiu_anterior=actiu-1;
        eval("document.getElementById('tab"+actiu+"').style.backgroundColor='#ff7f00';");
        eval("document.getElementById('tab"+actiu_anterior+"').style.backgroundColor='#ffffff';");
    }

    actiu++;
    if(actiu==12)
    {
        actiu=0;
    }

return;
}


//--------------------------------------------------
function marc_in(i)
{
document.getElementById('seccio_num'+i).style.backgroundColor='#ff7f00';
color_actual=document.getElementById('seccio_num'+i).style.color;
document.getElementById('seccio_num'+i).style.color='#ffffff';
return;
}
//--------------------------------------------------
function marc_out(i)
{
document.getElementById('seccio_num'+i).style.backgroundColor='transparent';
document.getElementById('seccio_num'+i).style.color=color_actual;
return;
}





