/* zum Anzeigen vom Images */
/* (c) 2009 Holger Schieck */

(function(jQuery){
	jQuery.fn.ShowImageBox = function(hotelId) {

 return this.each(function() {

	 	getHotelPhotoGallery(jQuery("#HotelPhotosImg").attr("value"),"HotelPhotosImg");
	 	getHotelDescriptionPhotoGallery(jQuery("#HotelDescriptionPhotosImg").attr("value"),"HotelDescriptionPhotosImg");

	 	jQuery("#imagediv").show();
        

  });

 };

})(jQuery);
