var thx={
_i:null,_p:null,
bs:function(){},
bh:function(){},
_o:function(v){if(v&&(typeof v=='string'||v instanceof String)){if(document.getElementById){return document.getElementById(v);}else if(document.all){return document.all[v];}else{return null;}}else{return v;}},
_c:function(){return this._o('lemmaContent');},
_a:function(){if(this._i){var i=this._o(this._i);if(i){return i;}}return this._c();},
_g:function(n){var s,a=function(n,a){if(n.getAttribute){var t=((typeof a)=='string'?a:new String(a));var v=n.getAttribute(t.toUpperCase());if((v)&&((typeof v)=='string')&&(v!='')){return v;}if(v&&v.value){return v.value;}if(n.getAttributeNode&&n.getAttributeNode(t)){return n.getAttributeNode(t).value;}else if(n.getAttribute(t)){return n.getAttribute(t);}else if(n.getAttribute(a.toLowerCase())){return n.getAttribute(a.toLowerCase());}}return null;};if(n.className){s=n.className;}else if((s=a(n,'class'))){}else{s='';}return s;},
_s:function(n,c){var s=new String(c);try{if(typeof n.className=='string'){n.className=s;}else if(n.setAttribute){n.setAttribute('class',c);n.className=s;}}catch(e){}},
_h:function(n){this._s(n,this._g(n)+' tc');},
_n:function(n){try{this._s(n,this._g(n).replace(new RegExp('(^|\\s+)'+'tc'+'(\\s+|$)'),'$1$2'));}catch(e){}},
_t:function(v){var t=0;if(v){if(navigator.userAgent.indexOf('Safari')>0){var f;do{if('TR'==v.tagName.toUpperCase()){f=v.firstChild;if(f){t+=f.offsetTop;}}else{t+=v.offsetTop;}v=v.offsetParent;}while(v);}else{do{t+=v.offsetTop;v=v.offsetParent;}while(v);}}return t;},
sah:function(v){var o,i=[];i.push('thx_');i.push(v);i=i.join('');if(this._i!=i){if(this._i){o=this._o(this._i);if(o){this._u(o,'te');this._n(o);}}o=this._o(i);if(o){this._h(o);this._i=i;}}else{o=this._o(i);}if(o){this._d(o);}},
_f:function(e){if(window.getSelection){var s=window.getSelection();try{s.collapse();}catch(e){}s.removeAllRanges();}else if(document.getSelection){document.getSelection().removeAllRanges();}else if(document.selection){document.selection.empty();}if(!e){var e=window.event;}e.cancelBubble=true;if(e.stopPropagation){e.stopPropagation();}return false;},
pon:function(){if(this._p){return;}var c=this._c();if(c){c.style.MozUserSelect='none';c.style.KHTMLUserSelect='none';c.style.UserSelect='none';c.style.cursor='default';if(c.addEventListener){c.addEventListener('dragstart',this._f,false);c.addEventListener('drag',this._f,false);c.addEventListener('dragend',this._f,false);c.addEventListener('selectstart',this._f,false);c.addEventListener('select',this._f,false);c.addEventListener('mousedown',this._f,false);c.addEventListener('mousemove',this._f,false);c.addEventListener('mouseup',this._f,false);}else if(c.attachEvent){c.attachEvent('ondragstart',this._f);c.attachEvent('ondrag',this._f);c.attachEvent('ondragend',this._f);c.attachEvent('onselectstart',this._f);c.attachEvent('onselect',this._f);c.attachEvent('onmousedown',this._f);c.attachEvent('onmousemove',this._f);c.attachEvent('onmouseup',this._f);}else{c.ondragstart=this._f;c.ondrag=this._f;c.ondragend=this._f;c.onselectstart=this._f;c.onselect=this._f;c.onmousedown=this._f;c.onmousemove=this._f;c.onmouseup=this._f;}this._p=1;}},
pof:function(){if(this._p){var c=this._c();if(c){c.style.MozUserSelect='';c.style.KHTMLUserSelect='';c.style.UserSelect='';c.style.cursor='';if(c.removeEventListener){c.removeEventListener('dragstart',this._f,false);c.removeEventListener('drag',this._f,false);c.removeEventListener('dragend',this._f,false);c.removeEventListener('selectstart',this._f,false);c.removeEventListener('select',this._f,false);c.removeEventListener('mousedown',this._f,false);c.removeEventListener('mousemove',this._f,false);c.removeEventListener('mouseup',this._f,false);}else if(c.detachEvent){c.detachEvent('ondragstart',this._f);c.detachEvent('ondrag',this._f);c.detachEvent('ondragend',this._f);c.detachEvent('onselectstart',this._f);c.detachEvent('onselect',this._f);c.detachEvent('onmousedown',this._f);c.detachEvent('onmousemove',this._f);c.detachEvent('onmouseup',this._f);}else{o.ondragstart=null;o.ondrag=null;o.ondragend=null;o.onselectstart=null;o.onselect=null;o.onmousedown=null;o.onmousemove=null;o.onmouseup=null;o.onmouseup=null;}this._p=null;}}},
ch:function(){this._z(true);},
ct:function(){this._z(false);},
_z:function(h){var o=this._a();if(o){var x=this._p;if(x){this.pof();}var n='thx_Cpy';if(!h&&window.clipboardData&&window.clipboardData.setData){window.clipboardData.setData('text',o.innerText);}else if(document.body.createTextRange){var d=this._o(n);if(!d){d=document.createElement('DIV');d.id=n;d.style.position='absolute';d.style.visibility='hidden';}if(h){d.innerHTML=o.innerHTML;if(this._i&&this._o(this._i)){this._n(d);}}else{if(o.textContent){d.innerHTML=o.textContent;}else if(o.innerText){d.innerHTML=o.innerText;}}document.body.insertBefore(d,document.body.lastChild);var r=document.body.createTextRange();r.moveToElementText(thx_Cpy);r.select();r.execCommand('Copy');}else if(window.netscape){try{netscape.security.PrivilegeManager.enablePrivilege('UniversalXPConnect');var t=Components.classes['@mozilla.org/widget/transferable;1'].createInstance(Components.interfaces.nsITransferable);if(h){t.addDataFlavor('text/html');}else{t.addDataFlavor('text/unicode');}var d=Components.classes['@mozilla.org/supports-string;1'].createInstance(Components.interfaces.nsISupportsString);if(h){if(this._i&&this._o(this._i)){this._n(o);d.data=o.innerHTML;this._h(o);}else{d.data=o.innerHTML;}}else{if(o.textContent){d.data=o.textContent;}else if(o.innerText){d.data=o.innerText;}}t.setTransferData('text/html',d,d.data.length*2);var k=Components.interfaces.nsIClipboard;var c=Components.classes['@mozilla.org/widget/clipboard;1'].getService(k);c.setData(t,null,k.kGlobalClipboard);}catch(e){}}else if(!h&&document.createRange&&window.getSelection&&document.execCommand){var d=this._o(n);if(!d){d=document.createElement('DIV');d.id=n;d.style.position='absolute';d.style.visibility='hidden';}d.innerHTML=o.innerHTML;if(this._i&&this._o(this._i)){this._n(d);}document.body.insertBefore(d,document.body.lastChild);var r=document.createRange();r.selectNode(d);var s=window.getSelection();s.removeAllRanges();document.designMode='On';s.addRange(r);try{document.execCommand('Copy',true,null);}catch(e){}document.designMode='Off';s.removeAllRanges();r.detach();}if(x){this.pon();}}},
ph:function(){this._r(true);},
pt:function(){this._r(false);},
_r:function(h){var o=this._a();if(o){if(h&&!(this._i&&this._o(this._i))){var p=o.parentNode;if(p&&'BODY'==p.tagName){if(document.execCommand){try{document.execCommand('Print',true,null);return;}catch(e){}}if(window){window.focus();window.print();return;}}}var n='thx_Prn';if(!this._o(n)){var f;try{f=document.createElement('IFRAME');f.setAttribute('id',n);f.setAttribute('name',n);f.style.border='0px';f.style.height='0px';f.style.width='0px';document.body.appendChild(f);if(document.frames){f=document.frames[n];}}catch(e){f='\<iframe id="'+n+'" name="'+n+'" style="border:0px;width:0px;height:0px;"><\/iframe>';document.body.innerHTML+=f;f=new Object();f.document=new Object();f.document.location=new Object();f.document.location.iframe=this._o(n);}}var d=window.frames[n].document;d.open();if(h==true){d.write('<'+'html><'+'head>');var e=document.getElementsByTagName('style'),l,i;if(e){l=e.length;for(i=0;i<l;i++){d.write('<'+'style>'+e[i].innerHTML+'<'+'/style>');}}e=document.getElementsByTagName('link');if(e){l=e.length;for(i=0;i<l;i++){if(e[i].getAttribute('rel').indexOf('style')!=-1&&e[i].getAttribute('href')){d.write('<'+'link rel="stylesheet" type="text/css" href="'+e[i].getAttribute('href')+'" />');}}}d.write('<'+'/head><'+'body>');this._n(o);d.write(o.innerHTML);this._h(o);d.write('<'+'/body><'+'/html>');}else{if(o.textContent){d.write(o.textContent);}else if(o.innerText){d.write(o.innerText);}}d.close();var s=1;if(d.execCommand){try{d.execCommand('Print',true,null);s=null;}catch(e){}}if(s){if(window.frames[n].self){window.frames[n].self.focus();window.frames[n].self.print();}else if(d.defaultView){d.defaultView.focus();d.defaultView.print();}else if(d.contentWindow){d.contentWindow.focus();d.contentWindow.print();}else if(d.parentWindow){d.parentWindow.focus();d.parentWindow.print();}else if(f.window){f.window.focus();f.window.print();}else if(f.print){f.focus();f.print();}}}},
hc:function(){var o=this._a();if(o){this._u(o,'te');}},
hj:function(v){this._m(v,0,false,'te');},
hji:function(v){this._m(v,0,true,'te');},
he:function(v){this._m(v,0,false,'te');},
hei:function(v){this._m(v,0,true,'te');},
hp:function(v){this._m(v,1,false,'te');},
hpi:function(v){this._m(v,1,true,'te');},
hi:function(v){this._m(v,2,false,'te');},
hii:function(v){this._m(v,2,true,'te');},
hs:function(v){this._m(v,3,false,'te');},
hsi:function(v){this._m(v,3,true,'te');},
ec:function(){var o=this._a();if(o){this._u(o,'th');}},
ej:function(v){this._m(v,0,false,'th');},
eji:function(v){this._m(v,0,true,'th');},
ee:function(v){this._m(v,0,false,'th');},
eei:function(v){this._m(v,0,true,'th');},
ep:function(v){this._m(v,1,false,'th');},
epi:function(v){this._m(v,1,true,'th');},
ei:function(v){this._m(v,2,false,'th');},
eii:function(v){this._m(v,2,true,'th');},
es:function(v){this._m(v,3,false,'th');},
esi:function(v){this._m(v,3,true,'th');},
_e:function(v){var s=v.toLowerCase();s=s.replace(/[Ã Ã¡Ã¢Ã£Ã¤Ã¥ÄÄƒÄ…ÇŽÇŸÇ¡Ç»ÈÈƒÈ§á¸áºšáº¡áº£áº¥áº§áº©áº«áº­áº¯áº±áº³áºµáº·]/g,'a');s=s.replace(/[Æ€ÆƒÆ…á¸ƒá¸…á¸‡]/g,'b');s=s.replace(/[Ã§Ä‡Ä‰Ä‹ÄÆˆá¸‰]/g,'c');s=s.replace(/[ÄÄ‘á¸‹á¸á¸á¸‘á¸“]/g,'d');s=s.replace(/[Ã¨Ã©ÃªÃ«Ä“Ä•Ä—Ä™Ä›È…È‡È©á¸•á¸—á¸™á¸›á¸áº¹áº»áº½áº¿á»á»ƒá»…á»‡]/g,'e');s=s.replace(/[á¸Ÿ]/g,'f');s=s.replace(/[ÄÄŸÄ¡Ä£Ç¥Ç§Çµá¸¡]/g,'g');s=s.replace(/[Ä¥Ä§ÈŸá¸£á¸¥á¸§á¸©á¸«áº–]/g,'h');s=s.replace(/[Ã¬Ã­Ã®Ã¯Ä©Ä«Ä­Ä¯Ä±ÇÈ‰È‹á¸­á¸¯á»‰á»‹]/g,'i');s=s.replace(/[Äµ]/g,'j');s=s.replace(/[Ä·Ä¸Ç©á¸±á¸³á¸µ]/g,'k');s=s.replace(/[ÄºÄ¼Ä¾Å€Å‚á¸·á¸¹á¸»á¸½]/g,'l');s=s.replace(/[á¸¿á¹á¹ƒ]/g,'m');s=s.replace(/[Ã±Å„Å†ÅˆÅ‰Å‹Ç¹á¹…á¹‡á¹‰á¹‹]/g,'n');s=s.replace(/[Ã²Ã³Ã´ÃµÃ¶ÅÅÅ‘Ç’Ç«Ç­ÈÈÈ«È­È¯È±á¹á¹á¹‘á¹“á»á»á»‘á»“á»•á»—á»™á»›á»á»Ÿá»¡á»£]/g,'o');s=s.replace(/[á¹•á¹—]/g,'p');s=s.replace(/[Å•Å—Å™È‘È“á¹™á¹›á¹á¹Ÿ]/g,'r');s=s.replace(/[Å›ÅÅŸÅ¡È™á¹¡á¹£á¹¥á¹§á¹©]/g,'s');s=s.replace(/Å¢Å£Å¥Å§È›á¹«á¹­á¹¯á¹±áº—/g,'t');s=s.replace(/[Ã¹ÃºÃ»Ã¼Å©Å«Å­Å¯Å±Å³Ç”Ç–Ç˜ÇšÇœÈ•È—á¹³á¹µá¹·á¹¹á¹»á»¥á»§á»©á»«á»­á»¯á»±]/g,'u');s=s.replace(/[á¹½á¹¿]/g,'v');s=s.replace(/[Åµáºáºƒáº…áº‡áº‰áº˜]/g,'w');s=s.replace(/[áº‹áº]/g,'x');s=s.replace(/[Ã½Ã¿Å·È³áºáº™á»³á»µá»·á»¹]/g,'y');s=s.replace(/[ÅºÅ¼Å¾È¥áº‘áº“áº•]/g,'z');return s;},
_v:true,
_d:function(v){var b=this._o('lemmaContent');if(b){var p=b.parentNode;if(p){b=this._t(p);var y=this._t(v);y-=b;if('BODY'==p.tagName){if(self.innerHeight){b=self.innerHeight;}else if(document.documentElement&&document.documentElement.clientHeight){b=document.documentElement.clientHeight;}else if(document.body&&document.body.clientHeight){b=document.body.clientHeight;}else{b=0;}b-=v.offsetHeight;if(b>0){y-=b/2.618;if(y<0){y=0;}}if(document.parentWindow){document.parentWindow.scrollTo(0,y);}else if(document.defaultView){document.defaultView.scrollTo(0,y);}else if(window){window.scrollTo(0,y);}}else{b=p.clientHeight-v.offsetHeight;if(b>0){y-=b/2.618;if(y<0){y=0;}}p.scrollTop=y;}}}},
_j:function(n,s,c,d){var i,r;if(n.hasChildNodes){r=this._g(n);if(r==d||r=='tp'){return;}r=n.childNodes;for(i=0;i<r.length;){this._j(r[i++],s,c,d);}}if(n.nodeType==3){i=this._g(n);if(i==d||i=='tp'){return;}var m,a,b,v,t,h,z,p=n.parentNode;v=n.nodeValue;i=0;if(c){z=c(v);}else{z=v;}while(null!=(m=s.exec(z))){i=m.index;r=m[0].length;b=document.createTextNode(v.substr(0,i));a=document.createTextNode(v.substr(i+r));t=document.createTextNode(v.substr(i,r));h=document.createElement('SPAN');this._s(h,d);h.appendChild(t);p.insertBefore(b,n);p.insertBefore(h,n);p.insertBefore(a,n);p.removeChild(n);if(this._b(p)&&this._v){if(navigator.userAgent.indexOf('Safari')>0){h.scrollIntoView();}else{this._d(p);}this._v=false;}n=a;v=n.nodeValue;if(c){z=c(v);}else{z=v;}}}},
_b:function(v){var a=this._a();while(v!=a){if(v.style.display=='none'){return false;}v=v.parentNode;}return true;},
_u:function(n,c){if(n.hasChildNodes){var i,t=n.childNodes;for(i=0;i<t.length;){this._u(t[i++],c);}}if(n.nodeType==3){var p=n.parentNode;if(this._g(p)==c){var q=p.previousSibling;var r=p.nextSibling;try{r.nodeValue=q.nodeValue+n.nodeValue+r.nodeValue;q.nodeValue='';n.nodeValue='';r=[];r.push('(^|\\s+)');r.push(c);r.push('(\\s+|$)');this._s(p,this._g(p).replace(new RegExp(r.join('')),'$1$2'));}catch(e){}}}},
_m:function(v,m,i,c){var o=this._a();if(o){this._u(o,c);if(v&&''!=v){var a=v.split('+');v=[];var q,b,j,s;for(q=0;q<a.length;){b=a[q++].split('|');for(j=0;j<b.length;){s=b[j++].replace(/^\s+|\s+$/g,'');s=s.replace(/^\"+|\"+$/g,'');if(''!=s){if(v.length){v.push('|');}switch(m){case 1:v.push(s);v.push('*');break;case 2:v.push('*');v.push(s);v.push('*');break;case 3:v.push('*');v.push(s);break;default:v.push(s);}}}}if(v.length){v=v.join('');if(i){v=this._e(v);}v=v.replace(/(\w)/g,'$1__SHY__');v=v.replace(/\?/g,'\\S');v=v.replace(/__SHY__/g,'[\u00ad]?');s=v.replace(/\*/g,'\\S*');v=[];v.push('\\b(');v.push(s);v.push(')\\b');v=v.join('');this._v=true;if(i){this._j(o,new RegExp(v,'i'),this._e,c);}else{this._j(o,new RegExp(v),null,c);}}}}},
st:function(){var s='';if(window.getSelection){s=window.getSelection()+'';}else if(document.getSelection){s=document.getSelection();}else if(document.selection){s=document.selection.createRange().text;}return s;},
sid:function(v){var e=this._o(v);if(e){this._h(e);if(this._b(e)){this._d(e);}}}
};

