// <![CDATA[
var _H=_H || (function(){
return{
_html:document.getElementsByTagName('html')[0],
_byid:function(id){
if(typeof id!=='string') return id;
return (document.getElementById)
? document.getElementById(id)
: document.all[id];
},
_bytag:function(tag, root){
return (root || document).getElementsByTagName(tag);
},
_toggleClass:function(element,c1,c2,forcedrepl){
var e=this._byid(element);
if(0>e.className.indexOf(c1) && 0>e.className.indexOf(c2)){
var forcedrepl=forcedrepl || '!';
if(forcedrepl==="?") e.className=[e.className,c1].join(' ');
}
else{
e.className=(-1<e.className.indexOf(c1))
? e.className.replace(c1,c2)
: e.className.replace(c2,c1);
}
},
_isIE:('v'=='\v'),
_isIE6:('v'=='\v') && !window.XMLHttpRequest,
_isIE7:('v'=='\v') && !!window.XMLHttpRequest && !document.documentMode,
_isIE8:('v'=='\v') && Object.prototype.toString.call(self.JSON)==="[object JSON]" && document.documentMode>7,
_isltIE8:('v'=='\v') && !document.documentMode
};
})();

var USTATION={};
// ]]>
