var dom = (document.getElementById) ? true : false;
var ns5 = (!document.all && dom || window.opera) ? true: false;
var ie5 = ((navigator.userAgent.indexOf("MSIE")>-1) && dom) ? true : false;
var ie4 = (document.all && !dom) ? true : false;
var nodyn = (!ns5 && !ie4 && !ie5 && !dom) ? true : false;
var origWidth, origHeight;
if (nodyn) { event = "nope" }
var tipFollowMouse= true;
var tipWidth= 455;
var offX= 20;
var offY= 12;
var tipFontFamily= "Verdana, arial, helvetica, sans-serif";
var tipFontSize= "8pt";
var tipFontColor= "#B22222";
var tipBgColor= "#FFFFFF";
var tipBorderColor= "#566f9e";
var tipBorderWidth= 1;
var tipBorderStyle= "solid";
var tipPadding= 4;
var messages = new Array();
