$(document).ready(function() {


	$("div#sipario").fadeOut("slow");

// 	$("body").hide().fadeIn('slow');


// 	 $("#boxino").toggle(
// 	function() {
// 		 $("#boxino").animate({height: "400px", width: "400px"},"slow");
// 		 $("#scatolabox").animate({top:'-=100px'},"slow");
// 		 $("#imgboxino").hide().fadeIn(1200);
// 	},
// 	function() {
// 		 $("#boxino").animate({height: "70px", width: "40px"},"slow");
// 		 $("#scatolabox").animate({top:'+=100px'},"slow");
// 	});
//
//
//
// 	 $("#boxino2").toggle(
// 	function() {
// 		 $("#boxino2").animate({height: "238px", width: "470px"},"slow");
// 		 $("#scatolabox").animate({top:'-=100px'},"slow");
// 	},
// 	function() {
// 		 $("#boxino2").animate({height: "50px", width: "40px"},"slow");
// 		  $("#scatolabox").animate({top:'+=100px'},"slow");
// 	});
//
// 	 $("#boxino3").toggle(
// 	function() {
// 		 $("#boxino3").animate({height: "370px", width: "400px"},"slow");
// 		 $("#scatolabox").animate({top:'-=100px'},"slow");
// 		 $("#corpo").animate({opacity:'toggle'},"slow");
// 		 $("#footer").animate({opacity:'toggle'},"slow");
//
// 		 $("#pallina")
// 		.animate({left:'+=300px',top:'+=200px'},300)
// 		.animate({left:'+=60px',top:'+=60px'},1000)
// 		.animate({top:'+=40px'},200)
// 		.animate({left:'+=115px'},1000)
// 		.animate({left:'+=200px',top:'+=200px'},600)
// 		.animate({top:'+=78px'},800)
// 		.animate({left:'-=100px'},600)
// 		/*.animate({left:'0px', top:'-70px'},120)*/;
//
// 	},
// 	function() {
// 		 $("#boxino3").animate({height: "70px", width: "40px"},"slow");
// 		 $("#scatolabox").animate({top:'+=100px'},"slow");
// 		 $("#corpo").animate({opacity:'toggle'},"slow");
// 		 $("#footer").animate({opacity:'toggle'},"slow");
// 		 $("#pallina").animate({left:'0px', top:'-70px'},120);
// 	});
//
//
// 	$(document).keypress(function(e){
//
//             if (e.which == 122 ) {
//              $("#pallina").animate({left:'-=100px'},200)
//        		 }
//             if (e.which == 99 ) {
//              $("#pallina").animate({left:'+=100px'},200)
//        		 }
//        	   if (e.which == 120 ) {
//              $("#pallina").animate({top:'+=100px'},200)
//        		 }
//        	   if (e.which == 115 ) {
//              $("#pallina").animate({top:'-=100px'},200)
//        		 }
//     	});


});

