var cancel=new Array(20);function fade(balloonitem,inorout){var inorout;var balloonitem;if(inorout=='in'){cancel[balloonitem]=false;var showme=document.getElementById('bal'+balloonitem);showme.style.display='none';setTimeout('hmMOver("'+balloonitem+'")',400);}else{cancel[balloonitem]=true;hmMOut(balloonitem);}
return false;}
function hmMOver(balloonitem){var balloonitem;if(cancel[balloonitem]==true)return false;var showme=document.getElementById('bal'+balloonitem);showme.style.display='block';showme.fader=new Fadomatic(showme,20,0);showme.fader.fadeIn();return false;}
function hmMOut(balloonitem){var balloonitem;var showme=document.getElementById('bal'+balloonitem);showme.fader=new Fadomatic(showme,10);showme.fader.fadeOut();setTimeout('resetdisplay("'+balloonitem+'")',2000);return false;}
function resetdisplay(balloonitem){var balloonitem;if(cancel[balloonitem]==false)return false;var showme=document.getElementById('bal'+balloonitem);showme.style.display='none';return false;}
