function goforit(){

	$("#MenuButton0_float").animate({height:"30px", top:"0px"}, 200, "swing").animate({height:"30px", top:"0px"}, 120, "swing").animate({height:"0px", top:"30px"}, 300, "swing");
	$("#MenuButton1_float").animate({height:"0px"}, 40, "swing").animate({height:"30px", top:"0px"}, 200, "swing").animate({height:"30px", top:"0px"}, 120, "swing").animate({height:"0px", top:"30px"}, 300, "swing");
	$("#MenuButton2_float").animate({height:"0px"}, 80, "swing").animate({height:"30px", top:"0px"}, 200, "swing").animate({height:"30px", top:"0px"}, 120, "swing").animate({height:"0px", top:"30px"}, 300, "swing");
	$("#MenuButton3_float").animate({height:"0px"}, 120, "swing").animate({height:"30px", top:"0px"}, 200, "swing").animate({height:"30px", top:"0px"}, 120, "swing").animate({height:"0px", top:"30px"}, 300, "swing");
	$("#MenuButton4_float").animate({height:"0px"}, 160, "swing").animate({height:"30px", top:"0px"}, 200, "swing").animate({height:"30px", top:"0px"}, 120, "swing").animate({height:"0px", top:"30px"}, 300, "swing");
	$("#MenuButton5_float").animate({height:"0px"}, 200, "swing").animate({height:"30px", top:"0px"}, 200, "swing").animate({height:"30px", top:"0px"}, 120, "swing").animate({height:"0px", top:"30px"}, 300, "swing");
	$("#MenuButton6_float").animate({height:"0px"}, 240, "swing").animate({height:"30px", top:"0px"}, 200, "swing").animate({height:"30px", top:"0px"}, 120, "swing").animate({height:"0px", top:"30px"}, 300, "swing");
	//$("#MenuButton0").fadeIn().animate({ opacity: 1.0 },3000).fadeOut();
	
}// JavaScript Document
