var mygallery=new fadeSlideShow({
	wrapperid: "fadeshow1", //ID of blank DIV on page to house Slideshow
	dimensions: [170, 120], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["images/js_ad_jain.jpg", "http://www.jaingroup.co.in/"],
		["images/js_ad_hdfc.jpg","http://www.hdfc.com/"],
		["images/js_ad_icici.jpg","http://www.icici.com/"],
		["images/js_ad_senco.jpg", "http://www.sjcgold.com"],
		["images/js_ad_uae.jpg", "http://www.uaeexchange.com/"],
		["images/js_ad_lic.jpg", "http://www.licindia.in/"],
		["images/js_ad_dishari.jpg", "http://www.londonsu.org/"],
		["images/js_ad_incredibleindia.jpg", "http://www.incredibleindia.org/index.html"],
		
	],
	displaymode: {type:'auto', pause:1000, cycles:0, wraparound:false},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 150, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: ""
})

var mygallery3=new fadeSlideShow({
	wrapperid: "fadeshow3", //ID of blank DIV on page to house Slideshow
	dimensions: [170, 120], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["images/js_ad_kalibari.jpg", "http://www.londonkalibari.org.uk/"],
		["images/js_ad_zcafe.png","http://www.cafecrazee.com/"],
		["images/2011/aamaartv_ad_small.png","http://www.aamaar.com/"],		
		["images/2011/aidias.jpg","http://www.aidias.in/"],		
		["images/2011/chhappanbhog.jpg","http://www.chhappanbhog.co.uk/"],				
		["images/js_ad_calcuttarescue.jpg", "http://www.calcuttarescue.org/"],
		["images/js_ad_bms.jpg", "http://www.londonsu.org/"]

	],
	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 mygallery2=new fadeSlideShow({
	wrapperid: "fadeshow2", //ID of blank DIV on page to house Slideshow
	dimensions: [200, 85], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["images/g2.png",""],
		["images/g3.png",""],
		["images/g5.png",""],
		["images/g6.png",""],
		["images/g7.png",""],
		["images/g9.png",""],
		["images/g10.png",""],
		["images/g12.png",""]
	],
	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: ""
})

