function snap(a){if(document.getElementById(a).style.display=="none"){Effect.Appear(a)}else{Effect.Fade(a)}}function snap2(a,b){Effect.Fade(b);new Ajax.Request(a,{asynchronous:true})}function snap3(a,b){Effect.Appear(b);new Ajax.Request(a,{method:"post",asynchronous:true})}function snap4(a,b){new Ajax.Updater(b,a,{method:"post",asynchronous:true})}function nosnap(a,b){new Ajax.Updater(b,a,{asynchronous:true})}var xmlHttp2=false;try{xmlHttp2=new ActiveXObject("Msxml2.XMLHTTP")}catch(e){try{xmlHttp2=new ActiveXObject("Microsoft.XMLHTTP")}catch(e){xmlHttp2=false}}if(!xmlHttp2&&typeof XMLHttpRequest!="undefined"){xmlHttp2=new XMLHttpRequest()}statex2="";statey2="";parameters2="";function loadDataX(d,h,f,c,b,a,g){f="value="+encodeURI(f)+"&value2="+encodeURI(c)+"&value3="+encodeURI(b)+"&value4="+encodeURI(a)+"&value5="+encodeURI(g);if(xmlHttp2){xmlHttp2.open("POST",d,true);xmlHttp2.setRequestHeader("Content-type","application/x-www-form-urlencoded");xmlHttp2.setRequestHeader("Content-length",f.length);xmlHttp2.setRequestHeader("Connection","close");xmlHttp2.onreadystatechange=function(){if(xmlHttp2.readyState==4){document.getElementById(h).innerHTML=xmlHttp2.responseText}};xmlHttp2.send(f)}doit3()}function correctPNG(){for(var h=0;h<document.images.length;h++){var d=document.images[h];var g=d.src.toUpperCase();if(g.substring(g.length-3,g.length)=="PNG"){var b=(d.id)?"id='"+d.id+"' ":"";var f=(d.className)?"class='"+d.className+"' ":"";var j=(d.title)?"title='"+d.title+"' ":"title='"+d.alt+"' ";var c="display:inline-block;"+d.style.cssText;if(d.align=="left"){c="float:left;"+c}if(d.align=="right"){c="float:right;"+c}if(d.parentElement.href){c="cursor:hand;"+c}var a="<span "+b+f+j+' style="width:'+d.width+"px; height:"+d.height+"px;"+c+";filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (src='"+d.src+"', sizingMethod='scale');\"></span>";d.outerHTML=a;h=h-1}}}if(window.ActiveXObject){window.attachEvent("onload",correctPNG)};