// JavaScript Document


    function Open_top()
    {
      $("#logo").animate({"top": "+=195px"}, "slow");
    }
  
	
	

