//ENLARGEIT

/*  This comment MUST stay intact for legal use, so don't remove it. EnlargeIt! 
v1.1 - (c) 2008 Timo Sack - http://enlargeit.timos-welt.de This program is free 
software: you can redistribute it and/or modify it under the terms of the GNU 
General Public License as published by the Free Software Foundation, either 
version 3 of the License, or (at your option) any later version. See LICENSE.TXT 
for details. */

// modify these
var enl_gifpath='/scripts/enlargeit/';  // path to graphics
var enl_brdsize=0;    // border thickness (5-30)
var enl_brdcolor='transparent';   // border color (white if empty)
var enl_brdbck='';     // border background pic, '' for no pic
var enl_brdround=0;    // use rounded borders (Mozilla/Safari only)
var enl_maxstep=20;    // ani steps (10-30)
var enl_speed=12;      // time between steps
var enl_ani=3;         // 0=no,1=fade,2=glide,3=bumpglide,4=smoothglide,5=expglide
var enl_opaglide=0;    // glide transparency
var enl_shadow=0;      // shadow under border
var enl_shadowsize=0;  // size of shadow right/bottom (0-20)
var enl_shadowcolor='';// shadow color (empty: black)
var enl_shadowintens=0;// shadow intensity (5-30)
var enl_dark=1;        // darken screen (0=off/1=on/2=keep dark when nav)
var enl_darkprct=40;   // how dark the screen should be (0-100)
var enl_darksteps=40;   // how long darkening should take
var enl_center=1;      // center enlarged pic on screen
var enl_drgdrop=1;     // enable drag&drop for pics
var enl_preload=1;     // preload next/prev pic
var enl_titlebar=0;    // show pic title bar
var enl_keynav=0;      // key navigation
var enl_wheelnav=0;    // mouse wheel navigation
var enl_titletxtcol='dark grey';// color of title bar text (empty: dark grey)
var enl_ajaxcolor='light grey';  // background color for AJAX (empty: light grey)
var enl_usecounter=0;  // hidden call of counter page
var enl_counterurl=''; // base URL of counter page
var enl_btnact='';               // active buttons
var enl_btninact='';           // inactive buttons
var enl_pluscur='';           // mouse cursor of thumbnail
var enl_minuscur='';         // mouse cursor of enlarged image
var enl_noflash='No flash plugin found!';// msg if no flash plugin found
var enl_canceltext='Click to cancel';    // tooltip to cancel loading


// don't modify next line
var enl_buttonurl = new Array(),enl_buttontxt = new Array(),enl_buttonoff = new Array();


