/*
 *  additions by Gilbert Healton for his web site
 */

var      mouseoutHash = new Array();	    /* hash of button mouseout events */
function mouseoutSet( buttonId )
{
   mouseoutHash[buttonId] = 1;
   return 1;     

}

var buttonBalloon = new Balloon;
  // Delay before balloon is displayed (msec)
  buttonBalloon.delayTime = 250;

  // If fade-in/out is allowed
  // buttonBalloon.allowFade = false;

/* end */
