// configuration structure
var A_TPL = {
	// randomize the array each time page loads
	'random' : false,
	// number of transparency changes during the transition
	//	increase for smoother transition, reduce for less CPU usage
	'steps' : 30,
	// transition duration in seconds
	'transtime': 1,
	// slide time in seconds
	'slidetime': 3,
	// width of the slide (optional)
	'width' : 725,
	// height of the slide (optional)
	'height': 120,
	// alt text for the image (optional)
	'alt' : 'Video Service - video di matrimonio',
	// css class assigned to the slide <img> (optional)
	'css' : ''
};

// list of images to display
var A_ITEMS = [

	/*@cc_on
	@if (@_jscript_version <= 5.6)
	  // js code for IE6 or down
	  'images/sunset_scritta.jpg',
	  'images/fiori_scritta.jpg',
	  'images/palloncini_scritta.jpg',
	  'images/bouquet_scritta.jpg',
	  'images/mani_scritta.jpg'
	@else @*/
	  // js code for IE7 and non-IE browsers
	  'images/sunset_scritta.png',
	  'images/fiori_scritta.png',
	  'images/palloncini_scritta.png',
	  'images/bouquet_scritta.png',
	  'images/mani_scritta.png'
	/*@end @*/
];

// fader initialization	
var mySlideShow = new tFader (A_ITEMS, A_TPL);
