// JavaScript Document


    function Open_foot()
    {
      $("#footer").animate({"bottom": "+=60px"}, "slow");
    }
  
	
	

