Point.hoverTimeout = 200;
Point.proxyUrl = "http://www.thecaredivision.co.uk/tcd_point/point.php";
Point.enabledPointImage = "http://www.thecaredivision.co.uk/tcd_point/point-enabled-b.gif";
Point.disabledPointImage = "http://www.thecaredivision.co.uk/tcd_point/point-disabled-b.gif";
Point.pointEnabledDivClass = "point_sym_hover";
Point.pointEnabledDivId = "point_content_div";
// If findContentById is true, Point content is enabled inside an element with an id 
// matching pointEnabledDivId, instead of a css class matching pointEnabledDivClass
Point.findContentById = false; 

Point.blacklistedElements = [
"applet",
"button",
"canvas",
"embed",
"iframe",
"map",
"object",
"optgroup",
"option",
"script",
"select",
"style",
"table",
"tbody",
"textarea",
"tfoot",
"thead",
"title",
"tr"
];

