var img;var imgWidth=0;var imgHeight=0;var ie4up=(document.all)?1:0;var ns6up=(document.getElementById&&!document.all)?1:0;function iecompattest(){return(document.compatMode&&document.compatMode!="BackCompat")?document.documentElement:document.body}var dx,xp,yp;var amp,stx,sty;var i,doc_width,doc_height,doc_height2;doc_width=ns6up?window.innerWidth-10:iecompattest().clientWidth-10;dx=new Array();amp=new Array();xp=new Array();yp=new Array();stx=new Array();sty=new Array();for(i=0;i<image.length;i++){imgWidth=Math.max(imgWidth,image[i].width);imgHeight=Math.max(imgHeight,image[i].height)}for(i=0;i<nbObjects;i++){dx[i]=0;amp[i]=Math.random()*ampMax;xp[i]=Math.random()*(doc_width-amp[i]-imgWidth-30)+amp[i];yp[i]=-verticalShift;stx[i]=0.02+Math.random()/10;sty[i]=0.5+Math.random();img=image[i%image.length];if(ie4up||ns6up){document.write("<div id=\"dot"+i+"\" style=\"POSITION: absolute; Z-INDEX: "+i+10+"; VISIBILITY: visible;\"><img src='"+img.src+"' border=\"0\"><\/div>")}}function getDocHeight(){var D=document;return Math.max(Math.max(D.body.scrollHeight,D.documentElement.scrollHeight),Math.max(D.body.offsetHeight,D.documentElement.offsetHeight),Math.max(D.body.clientHeight,D.documentElement.clientHeight))}function snowIE_NS6(){doc_width=ns6up?window.innerWidth-10:iecompattest().clientWidth-10;doc_height=getDocHeight();for(i=0;i<nbObjects;++i){yp[i]+=sty[i];if(yp[i]>doc_height-image[i%image.length].height){xp[i]=Math.random()*(doc_width-amp[i]-image[i%image.length].width-30)+amp[i];yp[i]=0;stx[i]=0.02+Math.random()/10;sty[i]=0.7+Math.random()}dx[i]+=stx[i];document.getElementById("dot"+i).style.left=xp[i]+amp[i]*Math.sin(dx[i])+"px";document.getElementById("dot"+i).style.top=yp[i]+"px"}if(run_anim==true){setTimeout("snowIE_NS6()",10)}else{for(i=0;i<nbObjects;i++){var child=document.getElementById("dot"+i);var parent=child.parentNode;parent.removeChild(child)}}}if(ie4up||ns6up){snowIE_NS6()}
