Creates Mac-like dock.
The dock will be created using options specified in optionsObject.
Adds a new image found aturlto the dock.
CSS class of the fisheye div.
var f = new OAT.FishEye({smallSize:48, bigSize:64, limit:200, spacing:5}); document.body.appendChild(f.div); f.addImage("image.png");