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

var TJPzoomwidth=340;              //zoom window size
var TJPzoomheight=255; 
var TJPzoomwindowlock=0;           //set to 1 to lock window size

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

var TJPzoomamount=2;
var TJPzoomamountmax=5;
var TJPzoomamountmin=2;

var TJPborderthick=2;              //border thickness in px, SET 0 for no borders
var TJPbordercolor='#cccccc';      //border color

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

