var dots = [];
var dots2   = [];

var points = [
[500,500,"This is a Test for Things"],
[4712, 1785, "I'm Left...","",  true],
[700, 788,"I'm Right","",  "l", true]
];


