$(function(){
    // Document is ready

    $('#top_flash_space').flash({
        swf: 'images/template/leadersmind.swf',
        height:113,
        width:760
    });

    var body_height=$(window).height();
    var div_body_height=$('#body').height();
    var min_div_body_height=1172;

    if(div_body_height<body_height){
        $('#body').css({'height': body_height});
    }
    if(body_height>=min_div_body_height){
        $('#body').css({'height': min_div_body_height});
    }

    // preloading news button images
    news_on_1= new Image(33,30);
    news_on_1.src="images/news_on_1.png";
    news_off_1= new Image(33,30);
    news_off_1.src="images/news_off_1.png";

    news_on_2= new Image(33,30);
    news_on_2.src="images/news_on_2.png";
    news_off_2= new Image(33,30);
    news_off_2.src="images/news_off_2.png";

    news_on_3= new Image(33,30);
    news_on_3.src="images/news_on_3.png";
    news_off_3= new Image(33,30);
    news_off_3.src="images/news_off_3.png";

    news_on_4= new Image(33,30);
    news_on_4.src="images/news_on_4.png";
    news_off_4= new Image(33,30);
    news_off_4.src="images/news_off_4.png";
    
});

