// if true, doubleclick on the imagechanger will bring you to the first or last image of the collection var DBLCLICK_FEATURE_ACTIVE = false; // if true, reaching the end of a collection, it will start from the begining. // same with reaching the beginning --> go on with the last image. var NONSTOP_FEATURE_ACTIVE = true; // imagepath. subfolder with images inside is the value of the variable "cat" defined in config.XXX.txt. var IMGPATH = "img/portfolio/"; // defines, which image-no. will be shown initial. var CURRENT = 1;