	  function showButton(obj, time){
		  setTimeout(function(){
			obj.parent().parent().find(".panel").animate({"width": "+=210px"}, {"margin-left": "-=210px"}, "slow");
		  }, time * 1000);	  
	  }
      $(document).ready(function(){
	      showButton($("#war1"), 1);
		  showButton($("#war2"), 1.5);
		  showButton($("#war3"), 2);
		  swfobject.embedSWF("/static/images/press.swf", "press1", "410", "205", "9.0.0");
      });

