/*
base=$('base').attr('href');if(base){$('a').each(function(){if(base.indexOf(this.href)>-1)$(this).addClass('act');});}

$('table[border=1]').attr('border',0).attr('cellspacing',1).css('background','#ccCCcc').find('td').css('background','#ffFFff');

$('input[type=button],input[type=submit]').each(function(){
  $(this).wrap('<span>').parent().attr('class','button')
  $(this).focus(function(){
    $(this).blur()
  })
});

function he(){
  x = (window.innerHeight ? window.innerHeight : document.documentElement.clientHeight)-50;
  x = document.getElementById('hif').offsetHeight>x ? document.getElementById('hif').offsetHeight : x;
  if(document.getElementById('hof').style.height!=x){
    document.getElementById('hof').style.height = x+'px';
    win_h = x;
  }
}
//he(); setInterval(he,1000);
*/

