var tipFollowMouse = true; // set to "false" if you don't want the popup to move when mouse moves over the link var tipWidth = 160; // the width of the popup boxes var offX = 12; // how far from mouse pointer to show the tip var offY = 12; var tipFontFamily = "verdana, arial, helvetica, sans-serif"; var tipFontSize = "10pt"; var tipFontColor = "#000000"; var tipBgColor = "#DDECFF"; // in case no bgColor is set in the array var origBgColor = tipBgColor; var tipBorderColor = "#000080"; var tipBorderWidth = 2; var tipBorderStyle = "ridge"; // other possible values: "dotted", "dashed" and "solid" var tipPadding = 4; // the content goes here (image, text, bgColor) messages[0] = new Array('http://www.finestboxing.com/davehalf.jpg','Dave Siev, President',"#FFFFFF"); messages[1] = new Array('http://www.finestboxing.com/pathalf.jpg','Pat Russo, Executive Director',"#DDECFF");