
/***********************************************
* 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: "fadeshow1", //ID of blank DIV on page to house Slideshow
	dimensions: [602, 235], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["images/main-pix/lia.jpg", "images/shows/loud-in-gh1.jpg", "_new", ""],
		["images/main-pix/dj-abrantee.jpg", "#", "", ""],
		["images/main-pix/black-boy.jpg", "#", "", ""],
		["images/main-pix/schedule.jpg", "info/schedules.html", "", ""],
		["images/main-pix/roots-revyvals.jpg", "#", "", ""],
		["images/main-pix/jeremie.jpg", "#", "", "<span class=ghead> PROGRAME SCHEDULE  : Y-Lounge with Jeremie</span><BR>Lounge with Jeremie and discuss from TV, entertainment and many more..."] 
		//		["images/hp-main-pix/1.jpg", "", "_new", "Some day I'd like to explore these caves!"], "_new" is for pop ups		
		//<--no trailing comma after very last image element!
	],

	displaymode: {type:'auto', pause:5000, cycles:0, wraparound:false},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 500, //transition duration (milliseconds)
	descreveal: "peekaboo",
	togglerid: ""
})


