// JavaScript Document
var mygallery=new fadeSlideShow({
	wrapperid: "fadeshow1", //ID of blank DIV on page to house Slideshow
	dimensions: [967, 100], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["images/bannerbengala.gif", "hostingwindowsasp.html", "", "Click para mayor información"],
		["images/dominioin.gif", "#","", "Precio válido hasta el 30 de Marzo del 2010."],
        ["images/bannerbengala.gif", "hostingwindowsasp.html", "", "Click para mayor información"],
		["images/bannerservidoresdedicados.gif", "servidoresdedicados.html","", "Precio válido hasta el 30 de Marzo del 2010."],
        ["images/bannercom.gif", "#", "", "SuEspacio.net festeja sus 10 años con precios bajos apoyando su economía."],
		["images/bannerwhm.gif", "#", "", "Descuentos siempre presentes."] //<--no trailing comma after very last image element!
	],
	displaymode: {type:'auto', pause:4000, cycles:0, wraparound:false},
	persist: false, //remember last viewed slide and recall within same session?
	fadeduration: 1500, //transition duration (milliseconds)
	descreveal: "ondemand",
	togglerid: ""
})