// JavaScript Document
$(document).ready(function(){
$("#InformationTop").click(function(){
$("#Information").slideToggle('fast');
});
});

