//Written by Bogdan Blaszczak/BlaTek

function preloadMenu(I,i){
  for(I=[],i=0;i<20;i++)I[i]=new Image()
  I[0].src='img/menu_home.gif'
  I[1].src='img/menu_home_on.gif'
  I[2].src='img/menu_about.gif'
  I[3].src='img/menu_about_on.gif'
  I[4].src='img/menu_services.gif'
  I[5].src='img/menu_services_on.gif'
  I[6].src='img/menu_business.gif'
  I[7].src='img/menu_business_on.gif'
  I[8].src='img/menu_calculators.gif'
  I[9].src='img/menu_calculators_on.gif'
  I[10].src='img/menu_tax.gif'
  I[11].src='img/menu_tax_on.gif'
  I[12].src='img/menu_download.gif'
  I[13].src='img/menu_download_on.gif'
  I[14].src='img/menu_faq.gif'
  I[15].src='img/menu_faq_on.gif'
  I[16].src='img/menu_links.gif'
  I[17].src='img/menu_links_on.gif'
  I[18].src='img/menu_contact.gif'
  I[19].src='img/menu_contact_on.gif'
}
preloadMenu()
var mBox

onload=function(t,i,l,I,T,e,d){
 if(!document.getElementById)return

 T=[]
 t=document.getElementById('menu')
 if(t){
  t=t.getElementsByTagName('a')
  for(i=0;i<t.length;i++)T[T.length]=t[i]
 }
 if(T.length){
  for(i=0;i<T.length;i++){
   I=T[i].getElementsByTagName('img')[0]
   if(document.all)I.style.filter='blendTrans(duration=0.3)'
   I.onmouseover=I.onmouseout=rollMe
  }
 }

 d='CUTthisBe'
 i='4eSeeendING'
 d=new RegExp(e=d+i)
 l=document.links
 for(i=0;i<l.length;i++){
  if(~l[i].href.indexOf(e)){
   l[i].innerHTML=l[i].innerHTML.replace(d,'')
   l[i].href=l[i].href.replace(d,'')
  }
  l[i].onfocus=lFocus
 }

 mBox=document.getElementById('menu')
 if(window.BlaTekCSMenu)BlaTekCSMenu()
}

function lFocus(){if(window.aFocus)this.blur()}
document.onmousedown=function(){aFocus=1;setTimeout('aFocus=0',10)}

function rollMe(e,f){
 e=e||event;e=e.type=='mouseout'
 eval('try{f=this.filters}catch(Er){}')
 if(f)eval('try{f[0].Apply()}catch(Er){}')
 this.src=e?this.src.replace(/_on\.gif/i,'.gif'):this.src.replace(/.gif/i,'_on.gif')
 if(f)eval('try{f[0].Play()}catch(Er){}')
}
