// JavaScript Document
/*
$(document).ready(function(){
		
$('#a1')
  .css( {backgroundPosition: "0 0px"} )	
	.mouseover(function(){
		$('#box1').stop().animate(
			{backgroundPosition:"(0px 0px)"}, 
			{duration:500})
		$('#box2').stop().animate(
			{backgroundPosition:"(-200px -200px)"}, 
			{duration:500})
		$('#box3').stop().animate(
			{backgroundPosition:"(-400px -400px)"}, 
			{duration:500})
	})

$('#a2')
  .css( {backgroundPosition: "0 0px"} )	
	.mouseover(function(){
		$('#box1').stop().animate(
			{backgroundPosition:"(0px -200px)"}, 
			{duration:500})
		$('#box2').stop().animate(
			{backgroundPosition:"(-200px -600px)"}, 
			{duration:500})
		$('#box3').stop().animate(
			{backgroundPosition:"(-400px -200px)"}, 
			{duration:500})
	})	 	

$('#a3')
  .css( {backgroundPosition: "0 0px"} )	
	.mouseover(function(){
		$('#box1').stop().animate(
			{backgroundPosition:"(0px -400px)"}, 
			{duration:500})
		$('#box2').stop().animate(
			{backgroundPosition:"(-200px -400px)"}, 
			{duration:500})	
		$('#box3').stop().animate(
			{backgroundPosition:"(-400px -600px)"}, 
			{duration:500})	
	})

$('#a4')
  .css( {backgroundPosition: "0 0px"} )	
	.mouseover(function(){
		$('#box1').stop().animate(
			{backgroundPosition:"(0px -600px)"}, 
			{duration:500})
		$('#box2').stop().animate(
			{backgroundPosition:"(-200px -800px)"}, 
			{duration:500})
		$('#box3').stop().animate(
			{backgroundPosition:"(-400px -0px)"}, 
			{duration:500})			
	})
	
$('#a5')
  .css( {backgroundPosition: "0 0px"} )	
	.mouseover(function(){
		$('#box1').stop().animate(
			{backgroundPosition:"(0px -800px)"}, 
			{duration:500})
		$('#box2').stop().animate(
			{backgroundPosition:"(-200px -0px)"}, 
			{duration:500})
		$('#box3').stop().animate(
			{backgroundPosition:"(-400px -800px)"}, 
			{duration:500})			
	})


});
*/


// JavaScript Document

$(document).ready(function(){
		
$('#a1')
  .css( {backgroundPosition: "0 0px"} )	
	.mouseover(function(){
		$('#box1').stop().animate(
			{backgroundPosition:"(0px 0px)"}, 
			{duration:500})
		$('#box2').stop().animate(
			{backgroundPosition:"(-200px -200px)"}, 
			{duration:500})
		$('#box3').stop().animate(
			{backgroundPosition:"(-400px -400px)"}, 
			{duration:500})
	})

$('#a2')
  .css( {backgroundPosition: "0 0px"} )	
	.mouseover(function(){
		$('#box1').stop().animate(
			{backgroundPosition:"(0px -200px)"}, 
			{duration:500})
		$('#box2').stop().animate(
			{backgroundPosition:"(-200px -600px)"}, 
			{duration:500})
		$('#box3').stop().animate(
			{backgroundPosition:"(-400px -200px)"}, 
			{duration:500})
	})	 	

$('#a3')
  .css( {backgroundPosition: "0 0px"} )	
	.mouseover(function(){
		$('#box1').stop().animate(
			{backgroundPosition:"(0px -400px)"}, 
			{duration:500})
		$('#box2').stop().animate(
			{backgroundPosition:"(-200px -400px)"}, 
			{duration:500})	
		$('#box3').stop().animate(
			{backgroundPosition:"(-400px -600px)"}, 
			{duration:500})	
	})

$('#a4')
  .css( {backgroundPosition: "0 0px"} )	
	.mouseover(function(){
		$('#box1').stop().animate(
			{backgroundPosition:"(0px -600px)"}, 
			{duration:500})
		$('#box2').stop().animate(
			{backgroundPosition:"(-200px -800px)"}, 
			{duration:500})
		$('#box3').stop().animate(
			{backgroundPosition:"(-400px -0px)"}, 
			{duration:500})			
	})
	
$('#a5')
  .css( {backgroundPosition: "0 0px"} )	
	.mouseover(function(){
		$('#box1').stop().animate(
			{backgroundPosition:"(0px -800px)"}, 
			{duration:500})
		$('#box2').stop().animate(
			{backgroundPosition:"(-200px -0px)"}, 
			{duration:500})
		$('#box3').stop().animate(
			{backgroundPosition:"(-400px -800px)"}, 
			{duration:500})			
	})

	
$('#a6')
  .css( {backgroundPosition: "0 0px"} )	
	.mouseover(function(){
		$('#box1').stop().animate(
			{backgroundPosition:"(0px -400px)"}, 
			{duration:500})
		$('#box2').stop().animate(
			{backgroundPosition:"(-200px -800px)"}, 
			{duration:500})
		$('#box3').stop().animate(
			{backgroundPosition:"(-400px -200px)"}, 
			{duration:500})			
	})

});


function ChangeClass(id){
document.getElementById('a1').className='';
document.getElementById('a2').className='';
document.getElementById('a3').className='';
document.getElementById('a4').className='';
document.getElementById('a5').className='';
document.getElementById('a6').className='';
document.getElementById(id).className='current';
}


(function($) {
	var imgList = [];
	$.extend({
		preload: function(imgArr, option) {
			var setting = $.extend({
				init: function(loaded, total) {},
				loaded: function(img, loaded, total) {},
				loaded_all: function(loaded, total) {}
			}, option);
			var total = imgArr.length;
			var loaded = 0;
			
			setting.init(0, total);
			for(var i in imgArr) {
				imgList.push($("<img />")
					.attr("src", imgArr[i])
					.load(function() {
						loaded++;
						setting.loaded(this, loaded, total);
						if(loaded == total) {
							setting.loaded_all(loaded, total);
						}
					})
				);
			}
			
		}
	});
})(jQuery);


$(function() {
	
	$.preload([
		"http://www.piuomenoassociati.it/images/loading.gif",
		"http://www.piuomenoassociati.it/images/box.jpg",
		"http://www.piuomenoassociati.it/images/citofono.jpg",
		"http://www.piuomenoassociati.it/images/archivio1/malafronte_1.jpg",
		"http://www.piuomenoassociati.it/images/archivio1/malafronte_2.jpg",
		"http://www.piuomenoassociati.it/images/archivio1/1calenna_logo.gif",
		"http://www.piuomenoassociati.it/images/archivio1/2calenna_cartone2.jpg",
		"http://www.piuomenoassociati.it/images/archivio1/3calenna_cartone1.jpg",
		"http://www.piuomenoassociati.it/images/archivio1/4calenna_brick.jpg",
		"http://www.piuomenoassociati.it/images/archivio1/5calenna_cartoline.jpg",
		"http://www.piuomenoassociati.it/images/archivio1/6calenna_rollup.jpg",
		"http://www.piuomenoassociati.it/images/archivio1/7calenna_web.jpg",
		"http://www.piuomenoassociati.it/images/archivio1/1biolularocca_logo.gif",
		"http://www.piuomenoassociati.it/images/archivio1/2biolularocca_pack.jpg",
		"http://www.piuomenoassociati.it/images/archivio1/1acquapazza_shop.jpg",
		"http://www.piuomenoassociati.it/images/archivio1/2acquapazza_menu.jpg",
		"http://www.piuomenoassociati.it/images/archivio1/3acquapazza_menu.jpg",
		"http://www.piuomenoassociati.it/images/archivio1/4acquapazza_menu.jpg",
		"http://www.piuomenoassociati.it/images/archivio1/1sgvivai_logo.gif",
		"http://www.piuomenoassociati.it/images/archivio1/2sgvivai_pack.jpg",
		"http://www.piuomenoassociati.it/images/archivio1/3sgvivai_roll-up.jpg",
		"http://www.piuomenoassociati.it/images/archivio1/4sgvivai_web.jpg",
		"http://www.piuomenoassociati.it/images/archivio1/artidimaggio_spillato.jpg",
		"http://www.piuomenoassociati.it/images/archivio1/scuola_pieghevole.jpg",
		"http://www.piuomenoassociati.it/images/archivio1/1francolise_logo.gif",
		"http://www.piuomenoassociati.it/images/archivio1/2francolise.jpg",
		"http://www.piuomenoassociati.it/images/archivio1/3francolise.jpg",
		"http://www.piuomenoassociati.it/images/archivio1/4francolise.jpg",
		"http://www.piuomenoassociati.it/images/archivio1/1lycodoro_logo.gif",
		"http://www.piuomenoassociati.it/images/archivio1/2lycodoro.jpg",
		"http://www.piuomenoassociati.it/images/archivio1/3lycodoro.jpg",
		"http://www.piuomenoassociati.it/images/archivio1/4lycodoro.jpg",
		"http://www.piuomenoassociati.it/images/archivio1/5lycodoro.jpg",
		"http://www.piuomenoassociati.it/images/archivio2/ortolana.gif",
		"http://www.piuomenoassociati.it/images/archivio2/02_ortolana.jpg",
		"http://www.piuomenoassociati.it/images/archivio2/03_ortolana.jpg",
		"http://www.piuomenoassociati.it/images/archivio2/04_ortolana.jpg",
		"http://www.piuomenoassociati.it/images/archivio2/05_ortolana.jpg",
		"http://www.piuomenoassociati.it/images/archivio2/gusto_fresco.gif",
		"http://www.piuomenoassociati.it/images/archivio2/06_ortolana.jpg",
		"http://www.piuomenoassociati.it/images/archivio2/07_ortolana.jpg",
		"http://www.piuomenoassociati.it/images/archivio2/08_ortolana.jpg",
		"http://www.piuomenoassociati.it/images/archivio2/09_ortolana.jpg",
		"http://www.piuomenoassociati.it/images/archivio2/01_cfi.gif",
		"http://www.piuomenoassociati.it/images/archivio2/1cfi_brochure.jpg",
		"http://www.piuomenoassociati.it/images/archivio2/2cfi_brochure1.jpg",
		"http://www.piuomenoassociati.it/images/archivio2/3cfi_cartoline.jpg",
		"http://www.piuomenoassociati.it/images/archivio2/02_cfi.jpg",
		"http://www.piuomenoassociati.it/images/archivio2/03_cfi.jpg",
		"http://www.piuomenoassociati.it/images/archivio2/04_cfi.jpg",
		"http://www.piuomenoassociati.it/images/archivio2/05_cfi.jpg",
		"http://www.piuomenoassociati.it/images/archivio2/dolci01.gif",
		"http://www.piuomenoassociati.it/images/archivio2/dolci02.jpg",
		"http://www.piuomenoassociati.it/images/archivio2/dolci03.jpg",
		"http://www.piuomenoassociati.it/images/archivio2/dolci04.jpg",
		"http://www.piuomenoassociati.it/images/archivio2/dolci05.jpg",
		"http://www.piuomenoassociati.it/images/archivio2/dolci06.jpg",
		"http://www.piuomenoassociati.it/images/archivio2/dolci07.jpg",
		"http://www.piuomenoassociati.it/images/archivio2/dolci08.jpg",
		"http://www.piuomenoassociati.it/images/archivio2/01_casamauti.gif",
		"http://www.piuomenoassociati.it/images/archivio2/02_casamauti.gif.jpg",
		"http://www.piuomenoassociati.it/images/archivio2/03_casamauti.gif.jpg",
		"http://www.piuomenoassociati.it/images/archivio2/04_casamauti.gif.jpg",
		"http://www.piuomenoassociati.it/images/archivio2/05_casamauti.gif.jpg",
		"http://www.piuomenoassociati.it/images/archivio2/06_casamauti.gif.jpg",
		"http://www.piuomenoassociati.it/images/archivio2/07_casamauti.jpg",
		"http://www.piuomenoassociati.it/images/archivio2/copi01.gif",
		"http://www.piuomenoassociati.it/images/archivio2/1conip_spillato1.jpg",
		"http://www.piuomenoassociati.it/images/archivio2/2conip_spillato2.jpg",
		"http://www.piuomenoassociati.it/images/archivio2/copi_1.jpg",
		"http://www.piuomenoassociati.it/images/archivio2/copi_2.jpg",
		"http://www.piuomenoassociati.it/images/archivio2/copi02.jpg",
		"http://www.piuomenoassociati.it/images/archivio2/copi03.jpg",
		"http://www.piuomenoassociati.it/images/archivio2/00_benincasa.jpg",
		"http://www.piuomenoassociati.it/images/archivio2/01_benincasa.jpg",
		"http://www.piuomenoassociati.it/images/archivio2/02_benincasa.jpg",
		"http://www.piuomenoassociati.it/images/archivio2/03_benincasa.jpg",
		"http://www.piuomenoassociati.it/images/archivio2/04_benincasa.jpg",
		"http://www.piuomenoassociati.it/images/archivio2/ifc-02.jpg",
		"http://www.piuomenoassociati.it/images/archivio2/ifc_web.jpg",
		"http://www.piuomenoassociati.it/images/archivio3/01logo.gif",
		"http://www.piuomenoassociati.it/images/archivio3/02plasticasud_pieghevoli.jpg",
		"http://www.piuomenoassociati.it/images/archivio3/03ps_calendario01.jpg",
		"http://www.piuomenoassociati.it/images/archivio3/04ps_calendario02.jpg",
		"http://www.piuomenoassociati.it/images/archivio3/05ps_calendario03.jpg",
		"http://www.piuomenoassociati.it/images/archivio3/06plasticasudweb.jpg",
		"http://www.piuomenoassociati.it/images/archivio3/07tecalogistica.jpg",
		"http://www.piuomenoassociati.it/images/archivio3/08render.jpg",
		"http://www.piuomenoassociati.it/images/archivio3/09tecalogisticaweb.jpg",
		"http://www.piuomenoassociati.it/images/archivio3/de-gregorio_01.gif",
		"http://www.piuomenoassociati.it/images/archivio3/de-gregorio_02.gif.jpg",
		"http://www.piuomenoassociati.it/images/archivio3/01_aes_logo.gif",
		"http://www.piuomenoassociati.it/images/archivio3/manifesto_01.jpg",
		"http://www.piuomenoassociati.it/images/archivio3/manifesto_02.jpg",
		"http://www.piuomenoassociati.it/images/archivio3/manifesto_03.jpg",
		"http://www.piuomenoassociati.it/images/archivio3/pieghevole01.jpg",
		"http://www.piuomenoassociati.it/images/archivio3/pieghevole02.jpg",
		"http://www.piuomenoassociati.it/images/archivio3/pieghevole03.jpg",
		"http://www.piuomenoassociati.it/images/archivio3/pieghevole04.jpg",
		"http://www.piuomenoassociati.it/images/archivio3/web01.jpg",
		"http://www.piuomenoassociati.it/images/archivio3/01_nitor.gif",
		"http://www.piuomenoassociati.it/images/archivio3/02_nitor.jpg",
		"http://www.piuomenoassociati.it/images/archivio3/03_nitor.jpg",
		"http://www.piuomenoassociati.it/images/archivio3/04_nitor.jpg",
		"http://www.piuomenoassociati.it/images/archivio3/05_nitor.jpg",
		"http://www.piuomenoassociati.it/images/archivio3/06_nitor.jpg",
		"http://www.piuomenoassociati.it/images/archivio3/07_nitor.jpg",
		"http://www.piuomenoassociati.it/images/archivio3/08_nitor.jpg",
		"http://www.piuomenoassociati.it/images/archivio3/10_nitor.jpg",
		"http://www.piuomenoassociati.it/images/archivio3/11_nitor.jpg",
		"http://www.piuomenoassociati.it/images/archivio3/01_piuomeno.jpg",
		"http://www.piuomenoassociati.it/images/archivio3/03_piuomeno.jpg",
		"http://www.piuomenoassociati.it/images/archivio3/04_piuomeno.jpg",
		"http://www.piuomenoassociati.it/images/archivio3/05_piuomeno.jpg",
		"http://www.piuomenoassociati.it/images/archivio3/06_piuomeno.jpg",
		"http://www.piuomenoassociati.it/images/archivio3/07_piuomeno.jpg",
		"http://www.piuomenoassociati.it/images/archivio3/08_piuomeno.jpg",
		"http://www.piuomenoassociati.it/images/archivio3/09_piuomeno.jpg",
		"http://www.piuomenoassociati.it/images/archivio3/10_piuomeno.jpg",
		"http://www.piuomenoassociati.it/images/archivio3/11_piuomeno.jpg",
		"http://www.piuomenoassociati.it/images/archivio3/12_piuomeno.jpg",
		"http://www.piuomenoassociati.it/images/archivio3/13_piuomeno.jpg",
		"http://www.piuomenoassociati.it/images/archivio3/14_piuomeno.jpg",
		"http://www.piuomenoassociati.it/images/archivio3/gm01.gif",
		"http://www.piuomenoassociati.it/images/archivio3/gm02.jpg",
		"http://www.piuomenoassociati.it/images/archivio3/gm03.jpg",
		"http://www.piuomenoassociati.it/images/archivio3/gm04.jpg",
		"http://www.piuomenoassociati.it/images/archivio3/alfano_01.jpg", 
		"http://www.piuomenoassociati.it/images/archivio3/alfano_02.jpg",
		"http://www.piuomenoassociati.it/images/archivio3/alfano_03.jpg",
		"http://www.piuomenoassociati.it/images/archivio3/alfano_04.jpg",
		"http://www.piuomenoassociati.it/images/archivio3/alfano_05.jpg",
		"http://www.piuomenoassociati.it/images/archivio3/alfano_08.jpg",
		"http://www.piuomenoassociati.it/images/archivio3/alfanopack01.jpg",
		"http://www.piuomenoassociati.it/images/archivio3/alfanopack02.jpg",  
		"http://www.piuomenoassociati.it/images/archivio3/mediterranea01.jpg",
		"http://www.piuomenoassociati.it/images/archivio3/mediterranea02.jpg",
		"http://www.piuomenoassociati.it/images/archivio3/mediterranea03.jpg",
		"http://www.piuomenoassociati.it/images/archivio3/mediterranea_web.jpg", 
		"http://www.piuomenoassociati.it/images/archivio3/01_joannedunn.jpg",
		"http://www.piuomenoassociati.it/images/archivio3/02_joannedunn.jpg",
		"http://www.piuomenoassociati.it/images/archivio3/03_joannedunn.jpg",
		"http://www.piuomenoassociati.it/images/archivio3/04_joannedunn.jpg",
		"http://www.piuomenoassociati.it/images/archivio3/marzio01.jpg",
		"http://www.piuomenoassociati.it/images/archivio3/tortello01.jpg",
		"http://www.piuomenoassociati.it/images/archivio3/tortello02.jpg",
		"http://www.piuomenoassociati.it/images/archivio3/glam01.jpg",
		"http://www.piuomenoassociati.it/images/archivio3/glam02.jpg",
		"http://www.piuomenoassociati.it/images/archivio4/citta06.jpg",
		"http://www.piuomenoassociati.it/images/archivio4/citta07.jpg",
		"http://www.piuomenoassociati.it/images/archivio4/citta01.jpg",
		"http://www.piuomenoassociati.it/images/archivio4/citta02.jpg",
		"http://www.piuomenoassociati.it/images/archivio4/citta04.jpg",
		"http://www.piuomenoassociati.it/images/archivio4/citta05.jpg",
		"http://www.piuomenoassociati.it/images/archivio4/olea01.gif",
		"http://www.piuomenoassociati.it/images/archivio4/olea02.jpg",
		"http://www.piuomenoassociati.it/images/archivio4/cps01.jpg",
		"http://www.piuomenoassociati.it/images/archivio4/cps02.jpg",
		"http://www.piuomenoassociati.it/images/archivio4/baobab_01.jpg",
		"http://www.piuomenoassociati.it/images/archivio4/baobab_02.jpg",
		"http://www.piuomenoassociati.it/images/archivio4/vitale01.jpg",
		"http://www.piuomenoassociati.it/images/archivio4/vitale02.jpg",
		"http://www.piuomenoassociati.it/images/archivio4/vitale03.jpg",
		"http://www.piuomenoassociati.it/images/archivio4/vitale04.jpg"
	], {
		init: function(loaded, total) {
			$("#indicator").html("Caricamento slide: "+loaded+"/"+total);
		},
		loaded: function(img, loaded, total) {
			$("#indicator").html("Caricamento slide: "+loaded+"/"+total);
			//$("#full-screen").append(img);
		},
		loaded_all: function(loaded, total) {
			$("#indicator").html("");
		}
	});

});

// Funzione preload hompage
function _body_onload()
{
	setScrollInIE();
	turnAutocompleteOff();
	loff();
	
}

function _body_onresize()
{
	setScrollInIE();
	
}

function _body_onunload()
{
	lon();
	
}
// Fine Funzione preload hompage
