$(document).ready(function() {


$("#reserve").click(function(){
$("#reserve").fadeOut("slow");
$("#reservation").delay(100).animate({width:'420px'},888);
$("#restext").delay(1000).fadeIn("slow");
$("#rescn").delay(1000).fadeIn("slow");
$("#resphone").delay(1500).fadeIn("slow");
$("#close").delay(2000).fadeIn("slow");
});


$("#close").click(function(){


$("#restext").fadeOut("slow");
$("#rescn").fadeOut("slow");
$("#resphone").fadeOut("slow");
$("#close").fadeOut("slow");
$("#reservation").delay(500).animate({width:'0px'},888);
$("#reserve").delay(1500).fadeIn("slow");
});








});
