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= 250;

var offX= 20;

var offY= 12; 

var tipFontFamily= "Arial, helvetica, sans-serif";

var tipFontSize= "12px";

var tipFontColor= "#003366";

var tipBgColor= "#EAEAEA"; 

var tipBorderColor= "#F2C315";

var tipBorderWidth= 4;

var tipBorderStyle= "solid";

var tipPadding= 4;