$("document").ready(function(){
		//$('ul.mymenu li.rubrique').hover(
		//function(){
			//	$("#animate").animate(
			//	{marginTop: "2.1in"}, 
			//	500);
			//	$(this).find("ul").slideDown("slow");},
		//function(){
		//		$(this).find("ul").slideUp("slow");
		//		$("#animate").animate(
		//		{marginTop: "0in"}, 
		//		500);

		//	});
			screenshotPreview();
			
});

