/***********************************************
* Ultimate Fade In Slideshow v2.0- (c) Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for this script and 100s more
***********************************************/

var mygallery=new fadeSlideShow({
	wrapperid: "store", //ID of blank DIV on page to house Slideshow
	dimensions: [267, 210], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["img/stores/billa.gif", "http://www.billa.bg", "_new"],
		["img/stores/carrefour.gif", "http://www.carrefour.com", "_new"],
		["img/stores/cba.gif", "http://www.cba.bg", "_new"],		
		["img/stores/evropa.gif", "http://cba.travel.bg/evropa.html", "_new"],
		["img/stores/gresto.gif", "http://www.gresto.bg", "_new"],
		["img/stores/kome.gif", "http://cba.travel.bg/kome.html", "_new"],
		["img/stores/mercator.gif", "http://www.mercator.bg", "_new"],
		["img/stores/metro.gif", "http://www.metro.bg", "_new"],
		["img/stores/intersnack.jpg", "http://www.intersnack.bg", "_new"],
		["img/stores/lagardere.gif", "http://www.lagardere-services.bg", "_new"],
		["img/stores/onda-coffee.gif", "http://www.onda.bg", "_new"],
		["img/stores/befit.jpg", "http://www.befit.bg", "_new"],
		["img/stores/lilly-drogerie.gif"],
		["img/stores/penny.gif", "http://www.penny.bg", "_new"] //<--no trailing comma after very last image element!
	],
	displaymode: {type:'auto', pause:3000, cycles:0, wraparound:false, randomize:true},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 700, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: ""
})
