function popup(_1,_2,_3){_2=(_2==null)?640:_2;_3=(_3==null)?480:_3;var _4=(screen.width-_2)/2;var _5=(screen.height-_3)/2;window.open(_1,"","width="+_2+",height="+_3+",resizable=1,scrollbars=1,toolbar=0,left="+_4+",top="+_5);}function showActive(){var _6=document.getElementById("content");var ul=_6.getElementsByTagName("ul")[0];var _8=ul.getElementsByTagName("ul");for(var i=0;i<_8.length;i++){_8[i].style.display="none";}var as=ul.getElementsByTagName("a");for(var i=0;i<as.length;i++){var a=as[i];if(a.className=="on"){var li=a.parentNode;var _e=li.parentNode;if(_e.style.display!="block"){_e.style.display="block";}var _f=li.getElementsByTagName("ul");if(_f.length>0){_f[0].style.display="block";}return;}}}function addLoadEvent(_10){if(_10!=null){var _11=window.onload;if(typeof window.onload!="function"){window.onload=_10;}else{window.onload=function(){if(_11){_11();}_10();};}}}function dropShadow(){var _12=document.getElementById("words");var _13=document.createElement("span");var _14=document.createElement("span");_13.innerHTML=_12.innerHTML;_14.innerHTML=_12.innerHTML;_13.className="shadow";_14.className="text";_12.innerHTML="";_12.appendChild(_13);_12.appendChild(_14);}addLoadEvent(dropShadow);addLoadEvent(showActive);addLoadEvent(function(){$("#words").hide();});addLoadEvent(function(){$("#words").fadeIn(2000);});