function rolloverSetup(){var A,C,G,E,D,F;for(var B=0;(A=document.images[B]);B++){if(A.getAttribute){G=A.getAttribute("src");C=A.getAttribute("hsrc");E=A.getAttribute("dsrc");if(G!=""&&G!=null){d=false;if(C!=""&&C!=null){A.h=new Image();A.h.src=C;A.onmouseover=rolloverSwapOn;A.onmouseout=rolloverSwapOff;d=true}if(E!=""&&E!=null){A.d=new Image();A.d.src=E;A.onmousedown=rolloverSwapDown;d=true}if(d){A.n=new Image();A.n.src=A.src}}D=A.getAttribute("alt");F=A.getAttribute("title");if(F=""||F==null){A.title=A.alt}}}}function rolloverSwapOn(){this.src=this.h.src}function rolloverSwapOff(){this.src=this.n.src}function rolloverSwapDown(){this.src=this.d.src;this.temp=typeof (document.onmouseup)!="undefined"&&typeof (document.onmouseup)!="unknown"?document.onmouseup:"";rolloverSwapUp.img=this;document.onmouseup=rolloverSwapUp}function rolloverSwapUp(){var A=rolloverSwapUp.img;A.src=A.n.src;if(A.temp){document.onmouseup=A.temp}};
