
function init(){
    $('#newsbar').css('height',document.getElementById('content').offsetHeight-22);
    $('#sidebar').css('height',document.getElementById('content').offsetHeight-22);
    $('loading').animate({opacity:0},1000);
//    if (animate==1) $('#menu2').css("height",'0px');
    $('#menu2').animate({height:'30px'},800);
}
    
function unload(){
//    $('#menu2').animate({height:'0px'},800);
    }


