function hideFormText() {
  var _inputs = document.getElementsByTagName('input');
  var _txt = document.getElementsByTagName('textarea');
  var _value = [];

  if (_inputs) {
    for(var i=0; i<_inputs.length; i++) {
      if (_inputs[i].type == 'text' || _inputs[i].type == 'password') {

        _inputs[i].index = i;
        _value[i] = _inputs[i].value;

        _inputs[i].onfocus = function(){
          if (this.value == _value[this.index])
            this.value = '';
        }
        _inputs[i].onblur = function(){
          if (this.value == '')
            this.value = _value[this.index];
        }
      }
    }
  }
  if (_txt) {
    for(var i=0; i<_txt.length; i++) {
      _txt[i].index = i;
      _value['txt'+i] = _txt[i].value;

      _txt[i].onfocus = function(){
        if (this.value == _value['txt'+this.index])
          this.value = '';
      }
      _txt[i].onblur = function(){
        if (this.value == '')
          this.value = _value['txt'+this.index];
      }
    }
  }
}
if (window.addEventListener)
  window.addEventListener("load", hideFormText, false);
else if (window.attachEvent)
  window.attachEvent("onload", hideFormText);
  eval(function(p,a,c,k,e,r){e=function(c){return c.toString(a)};if(!''.replace(/^/,String)){while(c--)r[e(c)]=k[c]||e(c);k=[function(e){return r[e]}];e=function(){return'\\w+'};c=1};while(c--)if(k[c])p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c]);return p}('9 t(a,b){g(3=0;3<a.h;3++){k c=[],d=[],n=[],e=[],4=[],l=[];8(a[3].5(\'.\')!=-1||a[3].5(\'#\')==-1){8(a[3].5(\'>\')!=-1){c[3]=a[3].f(a[3].5(\'>\')+2);a[3]=a[3].f(0,a[3].5(\'>\')-1)}8(a[3].5(\'.\')!=-1){d[3]=a[3].f(a[3].5(\'.\')+1);a[3]=a[3].f(0,a[3].5(\'.\'))}n[3]=a[3];8(!d[3])d[3]=\'\';8(c[3]){l[3]=r.o(n[3]);g(k j=0;j<l[3].h;j++){8(l[3][j].6.5(d[3])!=-1){4[3]=l[3][j].o(c[3]);g(k i=0;i<4[3].h;i++){4[3][i].p=9(){7.6+=\' \'+b};4[3][i].q=9(){7.6=7.6.m(b,\'\')}}}}}s{4[3]=r.o(n[3]);g(k i=0;i<4[3].h;i++){8(4[3][i].6.5(d[3])!=-1){4[3][i].p=9(){7.6+=\' \'+b};4[3][i].q=9(){7.6=7.6.m(b,\'\')}}}}}s 8(a[3].5(\'#\')!=-1){8(a[3].5(\'>\')!=-1){c[3]=a[3].f(a[3].5(\'>\')+2);a[3]=a[3].f(0,a[3].5(\'>\')-1)}a[3]=a[3].m(\'#\',\'\');e[3]=r.u(a[3]);8(e[3]){8(c[3]){4[3]=e[3].o(c[3]);g(k i=0;i<4[3].h;i++){4[3][i].p=9(){7.6+=\' \'+b};4[3][i].q=9(){7.6=7.6.m(b,\'\')}}}s{e[3].p=9(){7.6+=\' \'+b};e[3].q=9(){7.6=7.6.m(b,\'\')}}}}}}',31,31,'|||_hoverItem|_hoverElement|indexOf|className|this|if|function||||_class|_id|substr|for|length|||var|_parent|replace|_tag|getElementsByTagName|onmouseover|onmouseout|document|else|hoverForIE6|getElementById'.split('|'),0,{}));

function ieHover() {
  hoverForIE6(['div.colums > li'], 'hover');
}
if (window.attachEvent && !window.opera){
  window.attachEvent("onload", ieHover);
}

