
{
    document.write('<link href="javascript/style.css" rel="stylesheet" type="text/css" media="screen, projection"/>');
}

function home ()
{
    document.getElementById("linkPortfolio").className='';
    document.getElementById("linkContact").className='';
    document.getElementById("linkPack").className='';
    document.getElementById("linkHome").className='active';
}

function offers ()
{
    document.getElementById("linkHome").className='';
    document.getElementById("linkPortfolio").className='';
    document.getElementById("linkContact").className='';
    document.getElementById("linkPack").className='active';
}

function portfolio ()
{
    document.getElementById("linkHome").className='';
    document.getElementById("linkContact").className='';
    document.getElementById("linkPack").className='';
    document.getElementById("linkPortfolio").className='active';
}

function contact ()
{
    document.getElementById("linkPack").className='';
    document.getElementById("linkHome").className='';
    document.getElementById("linkPortfolio").className='';
    document.getElementById("linkContact").className='active';
}
// Billboard
function billboardintro ()
{
    document.getElementById("billboardpack1").className='';
    document.getElementById("billboardpack2").className='';
    document.getElementById("billboardpack3").className='';
    document.getElementById("billboardpack4").className='';
    document.getElementById("billboardintro").className='active';
}
function billboardpack1 ()
{
    document.getElementById("billboardpack2").className='';
    document.getElementById("billboardpack3").className='';
    document.getElementById("billboardpack4").className='';
    document.getElementById("billboardintro").className='';
    document.getElementById("billboardpack1").className='active';
}
function billboardpack2 ()
{
    document.getElementById("billboardpack3").className='';
    document.getElementById("billboardpack4").className='';
    document.getElementById("billboardintro").className='';
    document.getElementById("billboardpack1").className='';
    document.getElementById("billboardpack2").className='active';
}
function billboardpack3 ()
{
    document.getElementById("billboardpack4").className='';
    document.getElementById("billboardintro").className='';
    document.getElementById("billboardpack1").className='';
    document.getElementById("billboardpack2").className='';
    document.getElementById("billboardpack3").className='active';
}
function billboardpack4 ()
{
    document.getElementById("billboardintro").className='';
    document.getElementById("billboardpack1").className='';
    document.getElementById("billboardpack2").className='';
    document.getElementById("billboardpack3").className='';
    document.getElementById("billboardpack4").className='active';
}