// JavaScript Document


    function Open_top()
    {
      $("#top").animate({"top": "+=50px"}, "slow");
    }
  
	
	

