function showlayer(b,e,a){if(!a){a=window.event}a.cancelBubble;if(a.stopPropagation){a.stopPropagation()}var d,c;if((d=document.getElementById(b))!=null){if(d.style){c=(e=="show")?"visible":"hidden";d.style.visibility=c}}}function gotosite(a,d){var b;b=document.getElementById(d);if(b!=null){var c=b.options[b.selectedIndex].value;c=c.replace(/ /g,"+");window.location.href=a+c}}function swap(c,a){var b;if((b=document.getElementById(c))!=null){b.src=a}}function clearBox(a){if(a.value=="search..."){a.value=""}}var pdTip=null;function initTip(l){var g,h,b,a,e,i;var j=l.split(",");a=document.createElement("div");a.id="pdTip";document.body.appendChild(a);pdTip=a;document.onmousemove=function(m){moveTip(m)};for(var d=0;d<j.length;d++){g=document.getElementsByTagName(j[d]);if(g){for(var f=0;f<g.length;f++){b=g[f];var k=b.className;if(k){var c=k.substr(0,4);if(c=="pTip"){h=b.getAttribute("title");if(h){b.setAttribute("tipText",h);b.removeAttribute("title");b.removeAttribute("alt");if(b.addEventListener){b.addEventListener("mouseover",function(){showTip(this)},false);b.addEventListener("mouseout",function(){hideTip()},false)}else{b.attachEvent("onmouseover",function(m){showTipIE(m)});b.attachEvent("onmouseout",hideTip)}}}}}}}}function showTipIE(b){var a=b.srcElement;showTip(a)}function showTip(a){var b;b=a.getAttribute("tipText");pdTip.innerHTML=b;pdTip.style.display="block"}function hideTip(){pdTip.innerHTML="";pdTip.style.display="none"}function moveTip(b){var a=0,c=0;if(document.all){a=(document.documentElement&&document.documentElement.scrollLeft)?document.documentElement.scrollLeft:document.body.scrollLeft;c=(document.documentElement&&document.documentElement.scrollTop)?document.documentElement.scrollTop:document.body.scrollTop;a+=window.event.clientX;c+=window.event.clientY}else{a=b.pageX;c=b.pageY}pdTip.style.left=(a+2)+"px";pdTip.style.top=(c+18)+"px"};