function snav_on (id1,id2) 
{
    document.getElementById(id1).bgColor = '#FFB273';
    document.getElementById(id2).src = 'buttons/snav_act.gif';
}

function snav_off (id1,id2) 
{
    document.getElementById(id1).bgColor = '#FFFFFF';
    document.getElementById(id2).src = 'images/spacer.gif';
}

function link (x)
{
    document.location.href = x;
}