var mygallery=new fadeSlideShow({
	wrapperid: "fadeshow1", //ID of blank DIV on page to house Slideshow
	dimensions: [675, 227], //width/height of gallery in pixels. Should reflect dimensions of largest image
	imagearray: [
		["http://car-electronic.com/d_i/h_tft_tv_1.jpg", "product_info.php?products_id=1003", ""],
		["http://car-electronic.com/d_i/h_dvd_1.jpg", "product_info.php?products_id=1010", ""],
		["http://car-electronic.com/d_i/h_auto_amp_1.jpg", "product_info.php?products_id=1021", ""],
		["http://car-electronic.com/d_i/h_auto_speaker_1.jpg", "product_info.php?products_id=1045", ""],
		["http://car-electronic.com/d_i/h_auto_radio_1.jpg", "product_info.php?products_id=1011", ""]
	],
	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: ""
})



