﻿//loading image

var fileLoadingImage = "/jscripts/maxigallery/loading.gif";

//close image

var fileBottomNavCloseImage = "/jscripts/maxigallery/closelabel.gif";

//next image

var nextLinkImage = "/jscripts/maxigallery/nextlabel.gif";

//previous image

var previousLinkImage = "/jscripts/maxigallery/prevlabel.gif";

//controls the speed of the image resizing in milliseconds

var resizeDuration = 500;

//resize transition effect

var resizeTransition = Fx.Transitions.sineInOut;

//the "Image" part from the text "Image 1 of 6"

var imageNrDesc = "Изображение";

//the separator "of" from the text "Image 1 of 6", you can change to / slash or whatever

var imageNrSep = "из";

//accelerator keys that goes to next picture, separate by commas

var nextKeys = new Array("n"," ");

//accelerator keys that goes to previous picture, separate by commas

var prevKeys = new Array("b");

//accelerator keys that close the lightbox, separate by commas

var closeKeys = new Array("c","x","q");


