
var mygallery=new fadeSlideShow({
	wrapperid: "fadeshow1", //ID of blank DIV on page to house Slideshow
	dimensions: [170, 150], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["images/a1.jpg", "same_day_delivery.asp", "", ""],
		["images/a2.jpg", "same_day_delivery.asp", "", ""],
		["images/a3.jpg", "same_day_delivery.asp", "", ""],
		["images/a4.jpg", "same_day_delivery.asp", "", ""] //<--no trailing comma after very last image element!
	],
	displaymode: {type:'auto', pause:2500, cycles:0, wraparound:false},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 500, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: ""
})

var mygallery1=new fadeSlideShow({
	wrapperid: "fadeshow2", //ID of blank DIV on page to house Slideshow
	dimensions: [170, 150], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["images/a5.jpg ", "birthday_gifts.asp", "", ""],
		["images/a6.jpg", "combo_gifts.asp", "", ""],
		["images/a7.jpg ", "leather_bags.asp", "", ""],
		["images/a8.jpg", "flowers.asp", "", ""] //<--no trailing comma after very last image element!
	],
	displaymode: {type:'auto', pause:2500, cycles:0, wraparound:false},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 500, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: ""
})

var mygallery=new fadeSlideShow({
	wrapperid: "fadeshow3", //ID of blank DIV on page to house Slideshow
	dimensions: [170, 150], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["images/a9.jpg", "holi_gifts.asp", "", ""],
		["images/a10.jpg", "flowers.asp", "", ""],
		["images/a11.jpg", "new_born_gifts.asp", "", ""],
		["images/a12.jpg ", "birthday_gifts.asp", "", ""] //<--no trailing comma after very last image element!
	],
	displaymode: {type:'auto', pause:2500, cycles:0, wraparound:false},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 500, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: ""
})

var mygallery1=new fadeSlideShow({
	wrapperid: "fadeshow4", //ID of blank DIV on page to house Slideshow
	dimensions: [170, 150], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["images/a13.jpg ", "leather_bags.asp", "", ""],
		["images/a14.jpg", "holi_gifts.asp", "", ""],
		["images/a15.jpg", "ladies_apparels.asp", "", ""],
		["images/a16.jpg", "new_born_gifts.asp", "", ""] //<--no trailing comma after very last image element!
	],
	displaymode: {type:'auto', pause:2500, cycles:0, wraparound:false},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 500, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: ""
})

var mygallery=new fadeSlideShow({
	wrapperid: "fadeshow5", //ID of blank DIV on page to house Slideshow
	dimensions: [170, 150], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["images/a17.jpg", "holi_gifts.asp", "", ""],
		["images/a18.jpg", "flowers.asp", "", ""],
		["images/a19.jpg", "new_born_gifts.asp", "", ""],
		["images/a20.jpg ", "birthday_gifts.asp", "", ""] //<--no trailing comma after very last image element!
	],
	displaymode: {type:'auto', pause:2500, cycles:0, wraparound:false},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 500, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: ""
})
//var mygallery1=new fadeSlideShow({
//	wrapperid: "fadeshow6", //ID of blank DIV on page to house Slideshow
//	dimensions: [170, 150], //width/height of gallery in pixels. Should reflect dimensions of largest image
//	imagearray: [
//		["images/lather_bag.jpg ", "leather_bags.asp", "", "Send Leather Bag to all over India"],
//		["images/hili_gifts.jpg", "holi_gifts.asp", "", "Send Holi Gifts to all over India"],
//		["images/appreal_gifts.jpg", "ladies_apparels.asp", "", "Send Appreal Gifts to all over India"],
//		["images/new_born_gifts.jpg", "new_born_gifts.asp", "", "Send New Born Baby Gifts to all over India"] //<--no trailing comma after very last image element!
//	],
//	displaymode: {type:'auto', pause:2500, cycles:0, wraparound:false},
//	persist: false, //remember last viewed slide and recall within same session?
//	fadeduration: 500, //transition duration (milliseconds)
//	descreveal: "ondemand",
//	togglerid: ""
//})


