Point.hoverTimeout = 200;

// The URL of the proxy file.
Point.proxyUrl = "http://www.equalitiesinhealth.org/point/point.php";

// If Point.enableImmediately is set to true, Point will enable itself
// automatically as soon as the page has loaded
Point.enableImmediately = true;

Point.enabledPointImage = "http://www.equalitiesinhealth.org/point/point-enabled-b.gif";
Point.disabledPointImage = "http://www.equalitiesinhealth.org/point/point-disabled-b.gif";

// If findContentById is true, Point content is enabled inside an element with
// an id matching Point.pointEnabledDivId, instead of a CSS class matching
// Point.pointEnabledDivClass
Point.findContentById = false; 
Point.pointEnabledDivClass = "point_sym_hover";
Point.pointEnabledDivId = "point_content_div";

// Point will not be applied to text within the following elements:
Point.blacklistedElements = [
	"applet",
	"button",
	"canvas",
	"embed",
	"iframe",
	"map",
	"object",
	"script",
	"style",
	"table",
	"tbody",
	"textarea",
	"tfoot",
	"thead",
	"title",
	"tr"
];

// Point.spansInheritParentStyles should be set to false unless there are
// any layout problems inside Point-enabled content.
Point.spansInheritParentStyles = false;

// If Point.httpsImageUrls is true, Point's symbol images will be served via
// HTTPS rather than HTTP.
Point.httpsImageUrls = false;
