dBg2=location.search.indexOf("&debug2")>0;a_isNS=(navigator.appName.indexOf("Netscape")!=-1);a_isIE=(navigator.userAgent.toLowerCase().indexOf("msie")>-1)&&(navigator.userAgent.toLowerCase().indexOf("opera")<0);function a_trim(_1){return _1?_1.replace(/^\s*|\s*$/g,""):"";}function a_getObI(_2){return document.getElementById(_2);}function a_getText(_3){if(!_3){return;}if(!_3.firstChild){return;}return _3.firstChild.nodeValue;}function a_newWindow(_4,_5,_6,_7){if(_4.indexOf("http")!=0){_4="http://"+_4;}_4=_4.replace("http%3A%2F%2F","http://");if(!_6){newWin=window.open(_4,_5);}else{newWin=window.open(_4,_5,_6);}if(_7){newWin.document.open();newWin.document.write(_7);newWin.document.close();}newWin.focus();return false;}function a_getAbT(_8,_9,_a){if(!_8){return;}_8=_8.parentNode;if(!_8){return;}_9=_9.toLowerCase();if(!_a){_a="";}if(_8.nodeType==1&&_8.tagName.toLowerCase()==_9){if(a_hasSubClass(_8,_a)){return _8;}}return a_getAbT(_8,_9,_a);}function a_getDbT(_b,_c,_d){if(_b==null){return;}_c=_c.toLowerCase();if(!_d){_d="";}objs=_b.getElementsByTagName(_c);for(var i=0,_b;_b=objs[i];i++){if(a_hasSubClass(_b,_d)){return _b;}}}function a_getElements(_f,_10,_11){if(!_f){_f=document;}var _12=(!_10&&_f.all)?_f.all:_f.getElementsByTagName(_10.toLowerCase());if(!_11||!_12.length){return _12;}var _13=[];for(var i=0,obj;obj=_12[i];i++){if(a_hasSubClass(obj,_11)){_13.push(obj);}}return _13;}function a_setOpacity(obj,_16){_16=(_16>=100)?99.999:_16;obj.style.filter="alpha(opacity:"+_16+")";obj.style.KHTMLOpacity=_16/100;obj.style.MozOpacity=_16/100;obj.style.opacity=_16/100;}function a_hasSubClass(obj,_18){str=" "+obj.className+" ";if(_18==""||str.indexOf(" "+_18+" ")>=0){return obj;}}function a_addSubClass(obj,_1a,_1b){if(!obj||!_1a){return;}if(_1b==null){_1b=true;}if(_1b){if(!a_hasSubClass(obj,_1a)){obj.className+=" "+_1a;}}else{if(obj){obj.className=obj.className.replace(new RegExp(" "+_1a+"\\b"),"");}}}function a_enableDisplay(obj,_1d){if(!obj){return;}if(_1d==null){_1d=true;}obj.style.display=_1d?"":"none";}function a_enableInput(obj,_1f){if(!obj){return;}if(_1f==null){_1f=true;}obj.disabled=!_1f;a_addSubClass(obj,"disabled",!_1f);}function decompose(obj,_21){if(typeof (obj)!="object"){return "Not an Object";}if(!_21){_21=0;}str="";for(var i in obj){if(typeof (obj[i])=="object"){str+=pad(_21)+i+"|object:\n"+decompose(obj[i],_21+1);}else{str+=pad(_21)+i+"|"+typeof (obj[i])+": "+obj[i]+" \n";}}return str;function pad(num){pstr="";while(num>0){pstr+="  ";num--;}return pstr;}}function alertD(obj){alert(decompose(obj));}