window.addEvent('domready', function(){
	var data = {
		'image_banner_activity.gif': { caption: 'hotel Trinity' }, 
		'image_banner_activity1.jpg': { caption: 'hotel Trinity' }, 
		'image_banner_activity2.jpg': { caption: 'hotel Trinity' }
	};
	var myShow = new Slideshow('slideshome', data, { captions: false, controller: true, delay: 5000, height: 297, hu: 'img/', width: 558 });

	var data2 = {
		'image_banner_info1.jpg': { caption: 'hotel Trinity' }, 
		'image_banner_info2.jpg': { caption: 'hotel Trinity' }
	};
	var myShow2 = new Slideshow('slidestourist', data2, { captions: false, controller: false, delay: 5000, height: 297, hu: 'img/', width: 558 });

	var data3 = {
		'image_banner_amenity.gif': { caption: 'hotel Trinity' }, 
		'image_banner_amenity2.jpg': { caption: 'hotel Trinity' }, 
		'image_banner_amenity3.jpg': { caption: 'hotel Trinity' }
	};
	var myShow3 = new Slideshow('slidesamenity', data3, { captions: false, controller: false, delay: 5000, height: 297, hu: 'img/', width: 558 });

	var data4 = {
		'hoteltrinityfortworth1.jpg': { caption: 'hotel Trinity' }, 
		'hoteltrinityfortworth2.jpg': { caption: 'hotel Trinity' }, 
		'hoteltrinityfortworth3.jpg': { caption: 'hotel Trinity' }, 
		'hoteltrinityfortworth4.jpg': { caption: 'hotel Trinity' }, 
		'hoteltrinityfortworth5.jpg': { caption: 'hotel Trinity' }, 
		'hoteltrinityfortworth6.jpg': { caption: 'hotel Trinity' }, 
		'hoteltrinityfortworth8.jpg': { caption: 'hotel Trinity' }
	};
	var myShow4 = new Slideshow('promotion', data4, { captions: false, controller: false, delay: 5000, height: 120, hu: 'img/', width: 200 });

	var data5 = {
		'image_banner_restaurant1.jpg': { caption: 'hotel Trinity' }, 
		'image_banner_restaurant2.jpg': { caption: 'hotel Trinity' }, 
		'image_banner_restaurant3.jpg': { caption: 'hotel Trinity' }
	};
	var myShow5 = new Slideshow('slidesrestaurant', data5, { captions: false, controller: false, delay: 5000, height: 297, hu: 'img/', width: 558 });
});