



$(document).ready(function(){
  $('#menu-wrapper ul li.selected h3 a').click(function(){return false;});  
  $('#footer ul.menu li.selected h3 a').click(function(){return false;});  
  if ($.browser.msie&&$.browser.version<7){
/*    $('#tree').css('height',document.body.offsetHeight+"px");
    $('#tree .top').css('height',document.body.offsetHeight+"px");*/
    $('#tree .bottom').css('height',document.body.offsetHeight+"px");
    $('#footer').css('visibility','visible');
	window.onresize = function(){
	  $('#footer').fadeTo(10,0.99,function(){
        $('#tree .bottom').css('height',document.body.offsetHeight+"px");
		$(this).fadeTo(10,0.99);
	  })	  
	}
  }
});

