Preload=function(b,c){var d=new Array(b.length);var e=0;var f=b.length;var g=0;function _update(){var a=Math.round(e/f * 100);if(g !=a) g=a;if(e==f) _done()};function _imgFailed(){alert("Sembra che alcune immagini non siano state caricate correttamente. \nContattare il webmaster.");e++;_update()}function _imgLoaded(){e++;if(e>b.length){return}_update()}function _loadImages(){if(document.getElementById||document.all){for(i=0;i<b.length;i++){d[i]=new Image();d[i].onload=_imgLoaded;d[i].onerror=_imgFailed;d[i].src=b[i]}}else{_done()}};function _done(){c()};_loadImages()}
