﻿// clients
jQuery.preloadImages = function(){
	for(var i = 0; i<arguments.length; i++)	{
		jQuery("<img>").attr("src", "immagini/clienti/"+arguments[i]);
	}
}
$.preloadImages("agrilandia.jpg","barbieri.jpg","bertani.jpg","bioenergetics.jpg","cap.jpg","casa-del-mare.jpg","codella.jpg","delta.jpg","dolsatech.jpg","dr.jpg","frassinetti.jpg","il-coccio.jpg","intercom.jpg","martini.jpg","mav.jpg","nord-milano.jpg","pagani.jpg","progedil.jpg","scafi.jpg","steba.jpg","vexel.jpg","x-ost.jpg");
$(function(){
    	$('#img1').show(500);
		$('#img2').show(1000);
		$('#img3').show(1500);
		$('#img4').show(500);
		$('#img5').show(2500); 
		$('#img6').show(500);
		$('#img7').show(1000);
		$('#img8').show(1000);
		$('#img9').show(2000);
		$('#img10').show(2500); 
		$('#img11').show(500);
		$('#img12').show(1000);
		$('#img13').show(1500);
		$('#img14').show(500);
		$('#img15').show(2500); 
		$('#img16').show(1500);
})
