function GET(aa){var ba=document.getElementById(aa);return ba!=null?POW(ba):ba;}
function XGET(ca,da){return document.nodeGetByXPath(ca,da);}
function POW(ea){if(ea.eventSet==null){if(ea.nodeType==null){for(var fa in CliWin)ea[fa]=CliWin[fa];}
else if(ea.nodeType==9){for(var fa in CliDoc)ea[fa]=CliDoc[fa];}
else if(ea.nodeType==1){for(var fa in CliElem)ea[fa]=CliElem[fa];if(isIn(ea.tagName.toLowerCase(),["input","textarea","select","button"])!=-1){for(var fa in CliInput)ea[fa]=CliInput[fa];}}
for(var fa in CliComm)ea[fa]=CliComm[fa];}
return ea;}
function CliWin(){}
CliWin.ENGINE_GECKO=0;CliWin.ENGINE_PRESTO=1;CliWin.ENGINE_WEBKIT=2;CliWin.ENGINE_TRIDENT=3;CliWin.OS_WIN=0;CliWin.EVENT_KEY_NULL=0;CliWin.EVENT_KEY_TAB=9;CliWin.EVENT_KEY_ENTER=13;CliWin.EVENT_KEY_ESC=27;CliWin.EVENT_KEY_PAGEUP=33;CliWin.EVENT_KEY_PAGEDOWN=34;CliWin.EVENT_KEY_END=35;CliWin.EVENT_KEY_HOME=36;CliWin.EVENT_KEY_LEFT=37;CliWin.EVENT_KEY_UP=38;CliWin.EVENT_KEY_RIGHT=39;CliWin.EVENT_KEY_DOWN=40;var ieobj/*@cc_on = {
			quirksmode : (document.compatMode == "BackCompat"),
			version : parseFloat (navigator.appVersion.match (/MSIE (.+?);/) [1])
		}@*/;if(ieobj!=null){window.$cliwin_engine=CliWin.ENGINE_TRIDENT;}
else if(window.opera!=null){window.$cliwin_engine=CliWin.ENGINE_PRESTO;}
else if(document.getBoxObjectFor!=null){window.$cliwin_engine=CliWin.ENGINE_GECKO;}
else if(document.childNodes&&!document.all&&!this.taintEnabled&&!this.accentColorName){window.$cliwin_engine=CliWin.ENGINE_WEBKIT;}
delete ieobj;CliWin.getEngine=function(){return window.$cliwin_engine;}
CliWin.openCentered=function(ga,ha,ia){var ja="";if(ia!=null){if(ia["width"]==null)ia["width"]=800;if(ia["height"]==null)ia["height"]=600;if(ia["left"]==null){ia["left"]=(window.getEngine()!=window.ENGINE_PRESTO?this.screen.availWidth:this.innerWidth)/ 2 - _list ["width"] / 2;}
if(ia["top"]==null){ia["top"]=(window.getEngine()!=window.ENGINE_PRESTO?this.screen.availHeight:this.innerHeight)/ 2 - _list ["height"] / 2;}
for(var ka in ia)ja+=ka+"="+ia[ka]+", ";ja=ja.substring(0,ja.length-2);}
return POW(this.open(ga,ha,ja));}
CliWin.buildEvent=function(la,ma){if(!ma)ma={};if(window.getEngine()==window.ENGINE_TRIDENT){var e=document.createEventObject();for(var na in ma)e[na]=ma[na];return e;}
else{var oa={"clientX":0,"clientY":0,"screenX":0,"screenY":0,"button":1,"relatedTarget":null,"keyCode":0,"ctrlKey":false,"altKey":false,"shiftKey":false};for(var na in ma)oa[na]=ma[na];switch(la){case "mouseover":case "mouseout":case "mousemove":case "mousedown":case "mouseup":case "click":var e=document.createEvent("MouseEvents");e.initMouseEvent(la,true,true,this,1,oa["clientX"],oa["clientY"],oa["screenX"],oa["screenY"],oa["ctrlKey"],oa["altKey"],oa["shiftKey"],false,oa["button"],oa["relatedTarget"]);break;case "keydown":case "keyup":case "keypress":var e=document.createEvent("KeyboardEvent");e.initKeyEvent(la,true,true,this,oa["ctrlKey"],oa["altKey"],oa["shiftKey"],false,oa["keyCode"],0);break;default:var e=document.createEvent("HTMLEvents");e.initEvent(la,true,true);break;}
return e;}}
CliWin.buildEventEmu=function(_e,pa){var e={"eventIE":_e,"type":_e.type,"target":_e.srcElement,"currentTarget":pa,"eventPhase":_e.srcElement==pa?2:3,"clientX":_e.clientX,"clientY":_e.clientY,"screenX":_e.screenX,"screenY":_e.screenY,"altKey":_e.altKey,"ctrlKey":_e.ctrlKey,"shiftKey":_e.shiftKey,"keyCode":_e.keyCode,"stopPropagation":function(){this["eventIE"].cancelBubble=true;},"preventDefault":function(){this["eventIE"].returnValue=false;}}
if(_e.type=="mouseover"){e["relatedTarget"]=_e.fromElement;}
else if(_e.type=="mouseout"){e["relatedTarget"]=_e.toElement;}
e["pageX"]=e["clientX"];e["pageY"]=e["clientY"];if(e["target"]!=null){var qa;if(e["target"].nodeType==document.DOM_NODE_DOCTYPE){qa=e["target"];}
else if(e["target"].ownerDocument!=null){qa=e["target"].ownerDocument;}
if(qa!=null){e["pageX"]=e["pageX"]+qa.documentElement.scrollLeft;e["pageY"]=e["pageY"]+qa.documentElement.scrollTop;}}
return e;}
CliWin.loadXML=function(ra,sa,ta,ua,va,wa){if(sa!=null){ra+="?";for(var xa in sa)ra+=xa+"="+encodeURIComponent(sa[xa])+"&";}
if(ta==null)ta=false;if(ua==null)ua=false;

var ya = XMLHttpRequest ? new XMLHttpRequest () : new ActiveXObject ("Microsoft.XMLHTTP");

ya.open("GET",ra,ta);

			if (! ua) {
				ya.setRequestHeader ("Cache-Control", "no-cache");
				ya.setRequestHeader ("Pragma", "no-cache");
				ya.setRequestHeader ("If-Modified-Since", "Mon, 1 Jan 2000 00:00:00 GMT");
			}

ya.setRequestHeader("Cache-Control",ua?"public":"no-cache");

if(ta){var za=this;var Aa=function(){za.$onLoadXML(ya,va,wa);}
ya.onreadystatechange=Aa;ya.send(null);return true;}
else{ya.send(null);return this.$onLoadXML(ya,va,wa);}}
CliWin.$onLoadXML=function(Ba,Ca,Da){if(Ba.readyState==4&&Ba.status==200){if(Ba.responseXML!=null){if(window.getEngine()==window.ENGINE_TRIDENT)Ba.responseXML.setProperty("SelectionLanguage","XPath");Ba.responseXML.documentElement.normalize();if(Ca!=null){Da?Ca.call(Da,Ba.responseXML):Ca(Ba.responseXML);}
else{return Ba.responseXML;}}
else{if($INIT.isDebugMode()){var Ea=window.open($INIT.getSysPath()+"html/blank.html","","");POW(Ea).eventSet("load",function(_e){_e.currentTarget.document.open();_e.currentTarget.document.write(Ba.responseText);_e.currentTarget.document.close();});}
if(Ca!=null){Da?Ca.call(Da,null):Ca(null);}
else{return null;}}}}
function CliDoc(){}
CliDoc.DOM_NODE_ELEM=1;CliDoc.DOM_NODE_ATTRIB=2;CliDoc.DOM_NODE_TEXT=3;CliDoc.DOM_NODE_CDATA=4;CliDoc.DOM_NODE_ENTITYREF=5;CliDoc.DOM_NODE_ENTITY=6;CliDoc.DOM_NODE_PROCESS=7;CliDoc.DOM_NODE_COMM=8;CliDoc.DOM_NODE_DOC=9;CliDoc.DOM_NODE_DOCTYPE=10;CliDoc.DOM_NODE_DOCFRAG=11;CliDoc.DOM_NODE_NOTATION=12;CliDoc.buildElem=function(Fa,Ga){var Ha=this.createElement(Fa);if(Ga!=null){var Ia=this.createElement("div");Ia.appendChild(Ha);var Ja="";for(var Ka in Ga)Ja+=" "+Ka+"=\""+Ga[Ka]+"\"";Ia.innerHTML=Ia.innerHTML.substring(0,Fa.length+1)+Ja+Ia.innerHTML.substring(Fa.length+1);Ha=Ia.removeChild(Ia.firstChild);}
return POW(Ha);}
CliDoc.cssGetRule=function(La){for(var i=this.styleSheets.length-1;i>=0;i--){var Ma=window.getEngine()==window.ENGINE_TRIDENT?this.styleSheets[i].rules:this.styleSheets[i].cssRules;for(var j=Ma.length-1;j>=0;j--){if(Ma[j].selectorText==La)return Ma[j].style;}}
return null;}
CliDoc.cssStyleToList=function(Na){Na=Na.sepToUpCase("-");var Oa=[];var Pa=Na.split(";");for(var i=0;i<Pa.length;i++){var Qa=Pa[i].split(":");if(Qa.length==2){Oa[Qa[0].trim()]=Qa[1].trim();}}
return Oa;}
CliDoc.cssPxValueToInt=function(Ra){if(Ra!=null){switch(Ra){case "auto":return 0;break;case "thin":return 1;break;case "medium":return 3;break;case "thick":return 5;break;default:return parseInt(Ra.replace("px",""),10);break;}}
else{return null;}}
CliDoc.nodeGetByXPath=function(Sa,Ta){var Ua;if(window.getEngine()==window.ENGINE_TRIDENT){Ua=Sa.selectNodes(Ta);}
else{var Va=Sa.ownerDocument!=null?Sa.ownerDocument:Sa;var Wa=Va.evaluate(Ta,Sa,null,XPathResult.ORDERED_NODE_ITERATOR_TYPE,null);var Ua=[];while((node=Wa.iterateNext())!=null)Ua[Ua.length]=node;}
return Ua;}
CliDoc.nodeSerialize=function(Xa){if(window.getEngine()==window.ENGINE_TRIDENT){return Xa.xml;}
else{return(new XMLSerializer()).serializeToString(Xa);}}
CliDoc.nodeToDoc=function(Ya,Za){var $a=XGET(Ya,Za)[0];var ab;if(window.getEngine()==window.ENGINE_TRIDENT){ab=new ActiveXObject("MSXML2.DOMDocument");ab.setProperty("SelectionLanguage","XPath");ab.appendChild($a.cloneNode(true));}
else{ab=this.implementation.createDocument("","",null);ab.appendChild(ab.importNode($a.cloneNode(true),true));}
ab.documentElement.normalize();return ab;}
function CliElem(){}
CliElem.getX=function(bb){if(bb==null)bb=this;var x=0;while(bb.offsetParent!=null){x+=bb.offsetLeft;bb=bb.offsetParent;}
return window.getEngine()==window.ENGINE_TRIDENT?x+bb.offsetLeft:x;}
CliElem.getY=function(cb){if(cb==null)cb=this;var y=0;while(cb.offsetParent!=null){y+=cb.offsetTop;cb=cb.offsetParent;}
return window.getEngine()==window.ENGINE_TRIDENT?y+cb.offsetTop:y;}
CliElem.getByTag=function(db){var eb=[];var fb=this.getElementsByTagName(db);for(var i=0;i<fb.length;i++)eb.push(POW(fb[i]));return eb;}
CliElem.getByAttrib=function(gb,hb,ib,jb,kb){if(jb==null)jb=this;if(kb==null)kb=[];for(var i=0;i<jb.childNodes.length;i++){if(kb.length==ib)break;if(jb.childNodes[i].nodeType==document.DOM_NODE_ELEM){if(jb.childNodes[i][gb]!=null&&(""+jb.childNodes[i][gb]).search(hb)!=-1)kb.push(POW(jb.childNodes[i]));if(jb.childNodes[i].childNodes.length>0)CliElem.getByAttrib(gb,hb,ib,jb.childNodes[i],kb);}}
return kb;}
CliElem.isDescendant=function(lb,mb,nb){if(!nb)mb=this;if(mb==lb){return true;}
else if(mb==null){return false;}
else{try{return this.isDescendant(lb,mb.parentNode,true);}
catch(_ex){return null;}}}
CliElem.cssGetCompStyle=function(){return window.getEngine()==window.ENGINE_TRIDENT?this.currentStyle:window.getComputedStyle(this,"");}
CliElem.cssSet=function(ob){if(this.$cli_styletext==null)this.$cli_styletext=this.style.cssText;for(var pb in ob){this.style[pb]=ob[pb];}}
CliElem.cssReset=function(){if(this.$cli_styletext!=null)this.style.cssText=this.$cli_styletext;}
CliElem.cssGetOpacity=function(){var qb=this.cssGetCompStyle();if(window.getEngine()==window.ENGINE_TRIDENT){if(this.filters.alpha==null||this.filters.alpha.opacity==null)this.style.filter="alpha (opacity=100)";return this.filters.alpha.opacity;}
else{return qb["opacity"]!=null?parseFloat(qb["opacity"])*100:1;}}
CliElem.cssSetOpacity=function(rb){if(window.getEngine()==window.ENGINE_TRIDENT){this.style.filter="alpha (opacity="+rb+")";}
else{this.style["opacity"]=rb/100;}}
function CliInput(){}
CliInput.getValue=function(){if(this.length!=null){for(var i=0;i<this.length;i++){if(this[i].checked!=null&&this[i].checked)return this[i].value;}
return null;}
else{return this.value;}}
function CliComm(){}
CliComm.getWin=function(){if(this.nodeType!=null){var sb=this.ownerDocument?this.ownerDocument:this;return window.getEngine()==window.ENGINE_TRIDENT?sb.parentWindow:sb.defaultView;}
else{return this;}}
CliComm.eventSet=function(tb,ub){if(window.getEngine()!=window.ENGINE_TRIDENT){this.addEventListener(tb,ub,false);}
else{if(this.eventFind(tb,ub)!=-1)return;var vb=this;var wb=function(_e){var e=window.buildEventEmu(_e,vb);ub.call(vb,e);}
this.attachEvent("on"+tb,wb);var id=this.eventBuildID();if(window.$clicomm_list_hinfo==null)window.$clicomm_list_hinfo={};window.$clicomm_list_hinfo[id]={"elem":this,"type":tb,"func":ub,"func_wrap":wb};if(this.$clicomm_arr_hid==null)this.$clicomm_arr_hid=[];this.$clicomm_arr_hid.push(id);if(!window.$clicomm_uhandlers){window.$clicomm_uhandlers=true;window.attachEvent("onunload",CliComm.eventUnsetAll);}}}
CliComm.eventUnset=function(xb,yb){if(window.getEngine()!=window.ENGINE_TRIDENT){this.removeEventListener(xb,yb,false);}
else{var i=this.eventFind(xb,yb);if(i==-1)return;var id=this.$clicomm_arr_hid[i];var zb=window.$clicomm_list_hinfo[id];this.detachEvent("on"+zb["type"],zb["func_wrap"]);this.$clicomm_arr_hid.splice(i,1);delete window.$clicomm_list_hinfo[id];}}
CliComm.eventFind=function(Ab,Bb){if(this.$clicomm_arr_hid==null)return -1;for(var i=this.$clicomm_arr_hid.length-1;i>=0;i--){var id=this.$clicomm_arr_hid[i];var Cb=window.$clicomm_list_hinfo[id];if(Cb["type"]==Ab&&Cb["func"]==Bb)return id;}
return -1;}
CliComm.eventBuildID=function(){this.$cli_eventcount=this.$cli_eventcount!=null?this.$cli_eventcount++:0;return this.$cli_eventcount;}
CliComm.eventUnsetAll=function(){for(var id in window.$clicomm_list_hinfo){var Db=window.$clicomm_list_hinfo[id];Db["elem"].detachEvent("on"+Db["type"],Db["func_wrap"]);delete window.$clicomm_list_hinfo[id];}}
CliComm.eventFire=function(Eb,_e){if(_e==null)_e=window.buildEvent(Eb);if(window.getEngine()==window.ENGINE_TRIDENT){this.fireEvent("on"+Eb,_e);}
else{this.dispatchEvent(_e);}}
POW(window);POW(document);POW(document.documentElement);document.documentElement.eventSet("mouseover",function(_e){if(_e.target.title==""&&_e.target.alt!=null)_e.target.title=_e.target.alt;});