/* functions for tooltips */

function toolTip() {
    this.T_STICKY=true;
    this.T_STATIC=true;
    this.T_WIDTH=400;
}

function toolTipContent() {
    "<h3><?=$title ?></h3><p><?=$description ?></p>";
}

