function ricarica() {
	window.location.reload();
	}


function inizio() {
	
	window.resizeTo(screen.width,screen.height)	
   	window.screenX=0;   window.screenY=0;	
	
	var theWindowLarghezza = $(window).width();
	var theWindowAltezza = $(window).height();
	
	$('#interoSito').css({width : theWindowLarghezza});
	$('#interoSito').css({height : theWindowAltezza});
	
	sezioneHome();
	sezioneAbout();
	sezioneContatti();
	sezioneBurning();
	sezioneWorks();
	$('#sezioneAbout').animate({"marginLeft" : theWindowLarghezza}, 500, "easeOutExpo" );
	$('#sezioneContatti').animate({"marginLeft" : theWindowLarghezza*2}, 500, "easeOutExpo" );
	$('#sezioneBurning').animate({"marginLeft" : theWindowLarghezza*3}, 500, "easeOutExpo" );
	$('#sezioneWorks').animate({"marginLeft" : theWindowLarghezza*4}, 500, "easeOutExpo" );
	$('#frecciaDestra').animate({'marginTop': - 30 + 'px'}, 500, "easeOutExpo");
	$('#frecciaSinistra').animate({'marginLeft': theWindowLarghezza*5/100}, 500, "easeOutExpo");
	$('#frecciaDestra').animate({'marginLeft': theWindowLarghezza*90/100}, 500, "easeOutExpo");
	$('#frecciaSinistra').animate({'marginTop': - 30 + 'px'}, 500, "easeOutExpo");
	}


function sezioneHome() {
	
	var theWindowLarghezza = $(window).width();
	var theWindowAltezza = $(window).height();
	
	$('#sezioneHome').animate({'marginLeft' : theWindowLarghezza /2 - $('#sezioneHome').width()/2 }, 500, "easeOutExpo");
	$('#sezioneHome').animate({'marginTop' : theWindowAltezza /2 - $('#sezioneHome').height()/2 }, 500, "easeOutExpo");
	
	}
	
function sezioneAbout() {

	
	var theWindowLarghezza = $(window).width();
	var theWindowAltezza = $(window).height();
	var aspectRatio = $('#immagineAbout').width() / $('#immagineAbout').height();
	

	
	$('#imgBackgroundAbout').css({width : theWindowLarghezza + 'px'});
	$('#imgBackgroundAbout').css({height : theWindowAltezza + 'px'});
	
	$('#contenitoreAbout').css({width : theWindowLarghezza + 'px'});
	$('#contenitoreAbout').css({height : theWindowAltezza + 'px'});
	
	$('#immagineAbout').css({width : theWindowLarghezza + 'px'});
	$('#immagineAbout').css({height : $('#immagineAbout').width() / aspectRatio + 'px'});
	
	$('#strisciaCentraleAbout').animate({'marginLeft' : theWindowLarghezza/2 - $('#strisciaCentraleAbout').width()/2 }, 200, "easeOutExpo");
	
	}
	
	
function sezioneBurning() {

	
	var theWindowLarghezza = $(window).width();
	var theWindowAltezza = $(window).height();
	var aspectRatio = $('#immagineBurning').width() / $('#immagineBurning').height();
	
	
	$('#imgBackgroundBurning').css({width : theWindowLarghezza + 'px'});
	$('#imgBackgroundBurning').css({height : theWindowAltezza + 'px'});
	
	$('#contenitoreBurning').css({width : theWindowLarghezza + 'px'});
	$('#contenitoreBurning').css({height : theWindowAltezza + 'px'});
	
	$('#neroBuring').css({width : theWindowLarghezza + 'px'});
	$('#neroBuring').css({height : theWindowAltezza + 'px'});
	
	$('#immagineBurning').css({width : theWindowLarghezza + 'px'});
	$('#immagineBurning').css({height : $('#immagineBurning').width() / aspectRatio + 'px'});
	
	$('#neroBuring').animate({'marginLeft' : theWindowLarghezza*55/100}, 500, "easeOutExpo");
	$('#pulsantieraBurning').animate({'marginLeft' : theWindowLarghezza*60/100}, 500, "easeOutExpo");
	$('#strisciaSopraBurning').animate({'marginLeft' : theWindowLarghezza*60/100}, 500, "easeOutExpo");
	$('#strisciaSottoBurning').animate({'marginLeft' : theWindowLarghezza*60/100}, 500, "easeOutExpo");
	$('#pulsantieraBurning').animate({'marginTop' : theWindowAltezza /2 - $('#pulsantieraBurning').height()/2 }, 500, "easeOutExpo");
	$('#strisciaSopraBurning').animate({'marginTop' : - theWindowAltezza/2 -$('#pulsantieraBurning').height()/2 + (theWindowAltezza-727) }, 500, "easeOutExpo");
	$('#strisciaSottoBurning').animate({'marginTop' : theWindowAltezza /2 + $('#pulsantieraBurning').height()/2 }, 500, "easeOutExpo");
	
	}	
	
	
function sezioneWorks() {

	
	var theWindowLarghezza = $(window).width();
	var theWindowAltezza = $(window).height();
	var aspectRatio = $('#immagineWorks').width() / $('#immagineWorks').height();

	
	$('#imgBackgroundWorks').css({width : theWindowLarghezza + 'px'});
	$('#imgBackgroundWorks').css({height : theWindowAltezza + 'px'});
	
	$('#contenitoreWorks').css({width : theWindowLarghezza + 'px'});
	$('#contenitoreWorks').css({height : theWindowAltezza + 'px'});
	
	//$('#biancoWorks').css({width : theWindowLarghezza + 'px'});
	$('#biancoWorks').css({height : theWindowAltezza + 'px'});
	
	$('#immagineWorks').css({width : theWindowLarghezza + 'px'});
	$('#immagineWorks').css({height : $('#immagineBurning').width() / aspectRatio + 'px'});
	
	$('#biancoWorks').animate({'marginLeft' : theWindowLarghezza*10/100}, 500, "easeOutExpo");
	$('#pulsantieraWorks').animate({'marginLeft' : theWindowLarghezza*10/100}, 500, "easeOutExpo");
	$('#strisciaSopraWorks').animate({'marginLeft' : theWindowLarghezza*10/100}, 500, "easeOutExpo");
	$('#strisciaSottoWorks').animate({'marginLeft' : theWindowLarghezza*10/100}, 500, "easeOutExpo");
	$('#pulsantieraWorks').animate({'marginTop' : theWindowAltezza /2 - $('#pulsantieraWorks').height()/2 }, 500, "easeOutExpo");
	$('#strisciaSopraWorks').animate({'marginTop' : - theWindowAltezza/2 -$('#pulsantieraWorks').height()/2 + (theWindowAltezza-800) }, 500, "easeOutExpo");
	$('#strisciaSottoWorks').animate({'marginTop' : theWindowAltezza /2 + $('#pulsantieraWorks').height()/2 }, 500, "easeOutExpo");
	
	}	

function sezioneContatti() {

	
	var theWindowLarghezza = $(window).width();
	var theWindowAltezza = $(window).height();
	var aspectRatio = $('#immagineContatti').width() / $('#immagineContatti').height();
	
	
	$('#imgContatti').css({width : theWindowLarghezza + 'px'});
	$('#imgContatti').css({height : theWindowAltezza + 'px'});
		
	
	$('#immagineContatti').css({width : theWindowLarghezza + 'px'});
	$('#immagineContatti').css({height : $('#immagineAbout').width() / aspectRatio + 'px'});
	
	$('#contenitoreContatti').animate({'marginLeft' : theWindowLarghezza /2 - $('#contenitoreContatti').width()/2 }, 500, "easeOutExpo");
	$('#contenitoreContatti').animate({'marginTop' : theWindowAltezza /2 - $('#contenitoreContatti').height()/2 }, 500, "easeOutExpo");
	
	}
	
