function goLite(id) {
    document.getElementById(id).style.color = "#333333";
    document.getElementById(id).style.backgroundImage = "url(../img/btn_mailinglist.gif)";
}

function goDim(id) {
    document.getElementById(id).style.color = "#FFFFFF";
    document.getElementById(id).style.backgroundImage = "url(../img/btn_mailinglist.gif)";
}

//load the div scroll effect
$(document).ready(function() {
    $.localScroll({
        queue:true,
        duration:1000
    });
});

$(document).ready(function()
{
	slide("#sliding-navigation", 25, 15, 100, .8);
});

// apply slogan fadine fade out effect
$(document).ready(
    function(){
        $('#news').innerfade({
            animationtype: 'slide',
            speed: 1000,
            timeout: 6000,
            type: 'random'
    });
});

