var TJPzoomwidth=200;              //zoom window size
var TJPzoomheight=200;
var TJPzoomwindowlock=1;           //set to 1 to lock window size

var TJPzoomoffset='';   //turning off smart mode
var TJPzoomoffsetx=1/2; //where is the zoom box relative to the mouse cursor - choose a number between 0 and 1 and see what happens ;]
var TJPzoomoffsety=1/2;

var TJPzoomamount=2;
var TJPzoomamountmax=3;
var TJPzoomamountmin=1.5;

var TJPborderthick=0;              //border thickness, SET 0 to no borders
var TJPbordercolor='#cccccc';      //border color

var TJPshadowthick=0;              //shadow image size/2, SET 0 to have no shadows (saves cpu)
var TJPshadow='dropshadow/';       // <>: n, ne, e, se, s, sw, w, nw - TJPshadow+'nw.png'



