
galleryData = {}
galleryData['images'] = 28;
galleryData['thnPath'] = '/media/gallery/thumb-';
galleryData['imgPath'] = '/media/gallery/main-';
galleryData['descriptions'] = {}
galleryData['descriptions'][1] = 'Welcome to Siroco&rsquo;s Rooms and Studios.';
galleryData['descriptions'][2] = 'Entrance to the reception.';
galleryData['descriptions'][3] = 'Studio for 2';
galleryData['descriptions'][4] = 'Studio for 3: with three single beds.';
galleryData['descriptions'][5] = 'View to the Parian countryside and the mountains from the first floor rooms & studios.';
galleryData['descriptions'][6] = 'Swimming pool by night.';
galleryData['descriptions'][7] = 'Bar and coffee shop at Siroco&rsquo;s.';
galleryData['descriptions'][8] = 'Daily continental breakfast is served at the indoor & outdoor coffee shop spaces with a small extra charge.';
galleryData['descriptions'][9] = 'Studio for 3: double & singe bed, sat. TV, air-condition, refrigerator, shower bathroom,  balcony.';
galleryData['descriptions'][10] = 'Studio for 2: double bed, small kitchen where you may prepare some light meals and other facilities.';
galleryData['descriptions'][11] = 'Shaded veranda with open view in one of the first floor rooms.';
galleryData['descriptions'][12] = 'Entrance to a ground floor studio.';
galleryData['descriptions'][13] = 'A sunny studio for 2 persons.';
galleryData['descriptions'][14] = 'Dining area & kitchen at the one-bedroom apartment.';
galleryData['descriptions'][15] = 'Swimming pool is a cool way to chill.';
galleryData['descriptions'][16] = 'Room balcony with open view.';
galleryData['descriptions'][17] = 'Entrance to a ground floor studio.';
galleryData['descriptions'][18] = 'Siroco&rsquo;s by night.';
galleryData['descriptions'][19] = 'Unobstructed view to the Parian countryside and the mountains in the horizon.';
galleryData['descriptions'][20] = 'The quiet street in front of Siroco&rsquo;s.';
galleryData['descriptions'][21] = 'Enjoy your drinks outdoors in the patio.';
galleryData['descriptions'][22] = 'Lounge with internet access.';
galleryData['descriptions'][23] = 'Studio for 2';
galleryData['descriptions'][24] = 'Studio for 2 with cooking facilities.';
galleryData['descriptions'][25] = 'Blooming entrance to Siroco&rsquo;s.';
galleryData['descriptions'][26] = 'Shaded terrace in front of the rooms.';
galleryData['descriptions'][27] = 'Common patio of the studios.';
galleryData['descriptions'][28] = 'Outdoor evening time.';


function initGallery() {
	myGallery = new Gallery();
	myGallery.galleryId = 'myGallery';
	myGallery.imageId   = 'galleryImg';
	myGallery.descId    = 'galleryDsc';
	myGallery.prevId 		= 'previewsInner'
	myGallery.prevPageWidth = 228;
	myGallery.mainPreload = '<em class="preload"><img src="/interface/anim-gallery-loading-1.gif" alt="loading image" width="22" height="22" />loading image @@ ...</em>'
	myGallery.prevPreload = '<p class="preload"><em><img src="/interface/anim-gallery-loading-2.gif" alt="loading page" width="22" height="22" />loading page @@ ...</em></p>'
	myGallery.data = galleryData;
	myGallery.init();
}

