// TJPzoom 3 configuration file * János Pál Tóth
// 2007.04.28
// Docs @ http://valid.tjp.hu/tjpzoom/ 
// News @ http://tjpzoom.blogspot.com/

// RELATIVE
// like DEFAULT, but the mouse cursor is at the top left corner of the zoom box
// and a bit of a drop shadow

var TJPzoomwidth=160;              //zoom window size
var TJPzoomheight=120; 
var TJPzoomwindowlock=0;           //set to 1 to lock window size

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

var TJPzoomamount=1.5;
var TJPzoomamountmax=1;
var TJPzoomamountmin=1;

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

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

// TJPzoom 3 configuration file * János Pál Tóth
// Docs @ http://valid.tjp.hu/tjpzoom/ 
// News @ http://tjpzoom.blogspot.com/
