
// slideshow for home page





var mygallery=new fadeSlideShow({

	wrapperid: "fadeshow1", //ID of blank DIV on page to house Slideshow

	dimensions: [992, 380], //width/height of gallery in pixels. Should reflect dimensions of largest image

	imagearray: [

		["images/slide/URBAN_LEGEND_CLOTHING_1.jpg", "", "", ""],

		["images/slide/URBAN_LEGEND_CLOTHING_2.jpg", "", "", ""],

		["images/slide/URBAN_LEGEND_CLOTHING_3.jpg", "", "", ""],

		["images/slide/URBAN_LEGEND_CLOTHING_4.jpg", "", "", ""],

		["images/slide/URBAN_LEGEND_CLOTHING_5.jpg", "", "", ""],
		
		["images/slide/URBAN_LEGEND_CLOTHING_6.jpg", "", "", ""],

		["images/slide/URBAN_LEGEND_CLOTHING_7.jpg", "", "", ""] //<--no trailing comma after very last image element!

	],

	displaymode: {type:'auto', pause:2500, cycles:0, wraparound:false, randomize:true},

	persist: false, //remember last viewed slide and recall within same session?

	fadeduration: 500, //transition duration (milliseconds)

	descreveal: "ondemand",

	togglerid: ""

})




// slideshow for Pizza Inn





var mygallery=new fadeSlideShow({

	wrapperid: "fadeshow_wyre", //ID of blank DIV on page to house Slideshow

	dimensions: [500, 346], //width/height of gallery in pixels. Should reflect dimensions of largest image

	imagearray: [

		["images/CELEBS/wyre.jpg", "", "", ""],

		["images/CELEBS/Urban_Legend_wyre_2.jpg", "", "", ""],
		["images/CELEBS/Urban_Legend_wyre_3.jpg", "", "", ""],
		["images/CELEBS/Urban_Legend_wyre_4.jpg", "", "", ""],
		["images/CELEBS/Urban_Legend_wyre_5.jpg", "", "", ""]//<--no trailing comma after very last image element!

	],

	displaymode: {type:'auto', pause:2500, cycles:0, wraparound:false, randomize:true},

	persist: false, //remember last viewed slide and recall within same session?

	fadeduration: 500, //transition duration (milliseconds)

	descreveal: "ondemand",

	togglerid: ""

})


// slideshow for Dj Leo





var mygallery=new fadeSlideShow({

	wrapperid: "fadeshow_Leo", //ID of blank DIV on page to house Slideshow

	dimensions: [500, 346], //width/height of gallery in pixels. Should reflect dimensions of largest image

	imagearray: [

		["images/CELEBS/Leo.jpg", "", "", ""],

		["images/CELEBS/Urban_Legend_Leo_2.jpg", "", "", ""],
		["images/CELEBS/Urban_Legend_Leo_3.jpg", "", "", ""],
		["images/CELEBS/Urban_Legend_Leo_4.jpg", "", "", ""],
		["images/CELEBS/Urban_Legend_Leo_5.jpg", "", "", ""]//<--no trailing comma after very last image element!

	],

	displaymode: {type:'auto', pause:2500, cycles:0, wraparound:false, randomize:true},

	persist: false, //remember last viewed slide and recall within same session?

	fadeduration: 500, //transition duration (milliseconds)

	descreveal: "ondemand",

	togglerid: ""

})

// slideshow for Pizza Inn





var mygallery=new fadeSlideShow({

	wrapperid: "fadeshow_wdj", //ID of blank DIV on page to house Slideshow

	dimensions: [500, 346], //width/height of gallery in pixels. Should reflect dimensions of largest image

	imagearray: [

		["images/CELEBS/Leo.jpg", "", "", ""],

		["images/CELEBS/Urban_Legend_leo_2.jpg", "", "", ""],
		["images/CELEBS/Urban_Legend_leo_3.jpg", "", "", ""],
		["images/CELEBS/Urban_Legend_leo_4.jpg", "", "", ""],
		["images/CELEBS/Urban_Legend_leo_5.jpg", "", "", ""]//<--no trailing comma after very last image element!

	],

	displaymode: {type:'auto', pause:2500, cycles:0, wraparound:false, randomize:true},

	persist: false, //remember last viewed slide and recall within same session?

	fadeduration: 500, //transition duration (milliseconds)

	descreveal: "ondemand",

	togglerid: ""

})




// slideshow for Galitos






var mygallery=new fadeSlideShow({

	wrapperid: "fadeshow_garlitos", //ID of blank DIV on page to house Slideshow

	dimensions: [689, 194], //width/height of gallery in pixels. Should reflect dimensions of largest image

	imagearray: [

		["images/galitos/main_banner/banner.jpg", "", "", ""],
		["images/galitos/main_banner/banner2.jpg", "", "", ""]//<--no trailing comma after very last image element!

	],

	displaymode: {type:'auto', pause:2500, cycles:0, wraparound:false, randomize:true},

	persist: false, //remember last viewed slide and recall within same session?

	fadeduration: 500, //transition duration (milliseconds)

	descreveal: "ondemand",

	togglerid: ""

})



// slideshow for Bakers Inn





var mygallery=new fadeSlideShow({

	wrapperid: "fadeshow_bakers", //ID of blank DIV on page to house Slideshow

dimensions: [689, 194], //width/height of gallery in pixels. Should reflect dimensions of largest image

	imagearray: [

		["images/bakers_inn/head_banner/slide_1.jpg", "", "", ""],
		["images/bakers_inn/head_banner/slide_2.jpg", "", "", ""]//<--no trailing comma after very last image element!

	],

	displaymode: {type:'auto', pause:2500, cycles:0, wraparound:false, randomize:true},

	persist: false, //remember last viewed slide and recall within same session?

	fadeduration: 500, //transition duration (milliseconds)

	descreveal: "ondemand",

	togglerid: ""

})


// slideshow for Store Locator





var mygallery=new fadeSlideShow({

	wrapperid: "fadeshow_outlet", //ID of blank DIV on page to house Slideshow

dimensions: [689, 194], //width/height of gallery in pixels. Should reflect dimensions of largest image

	imagearray: [

		["images/slide2/1.jpg", "", "", ""],

		["images/slide2/2.jpg", "", "", ""],
		["images/slide2/3.jpg", "", "", ""],
		["images/slide2/4.jpg", "", "", ""],
		["images/slide2/5.jpg", "", "", ""]//<--no trailing comma after very last image element!

	],

	displaymode: {type:'auto', pause:2500, cycles:0, wraparound:false, randomize:true},

	persist: false, //remember last viewed slide and recall within same session?

	fadeduration: 500, //transition duration (milliseconds)

	descreveal: "ondemand",

	togglerid: ""

})





/



//store selector jumpto



function jumpto(x){



if (document.form1.jumpmenu.value != "null") {

document.location.href = x

}

}







