var SPACER="images/spacer.gif";function fixPNGs(){var a=document.images;var b;if(($.browser.name == "msie")&&($.browser.version == "6.0")){for(b=0;b<a.length;b++){fixPNG(a[b])}setTimeout("showPNGs()",200)}else{for(b=0;b<a.length;b++){a[b].style.visibility="visible"}}}function fixPNG(a){if(a.style.visibility=="hidden"){a.style.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+a.src+"',sizingMethod='image') revealTrans(transition=12,duration=0.5)"}else{a.style.filter="progid:DXImageTransform.Microsoft.AlphaImageLoader(src='"+a.src+"',sizingMethod='image')"}a.src=SPACER}function showPNGs(){var a=document.images;var b;for(b=0;b<a.length;b++){showPNG(a[b])}}function showPNG(a){if(a.style.visibility=="hidden"){a.filters[1].Apply();a.style.visibility="visible";a.filters[1].Play()}};
