jQuery(document).ready(function() {
 
  $(document).ready(function() { 
	// Hide the "viewSabaii" div. 
	$('div.viewSB').hide(); 
	// Watch for clicks on the "slide" link. 
	$('div.slideSB').click(function() { 
	// When clicked, toggle the "view" div. 
	$('div.viewSB').slideToggle(400); return false; }); }); 
 
   $(document).ready(function() { 
	// Hide the "flashGallery" div. 
	$('div.viewG').hide(); 
	// Watch for clicks on the "slide" link. 
	$('div.slideG').click(function() { 
	// When clicked, toggle the "view" div. 
	$('div.slideG').slideToggle(400); return false; }); }); 
 
 
  $(document).ready(function() { 
	// Hide the "Gallery" div. 
	$('div.viewGallery').hide(); 
	// Watch for clicks on the "slide" link. 
	$('div.slideGallery').click(function() { 
	// When clicked, toggle the "view" div. 
	$('div.viewGallery').slideToggle(400); return false; }); }); 
 
  $(document).ready(function() { 
	// Hide the "Prices" div. 
	$('div.viewPrices').hide(); 
	// Watch for clicks on the "slide" link. 
	$('div.slidePrices').click(function() { 
	// When clicked, toggle the "view" div. 
	$('div.viewPrices').slideToggle(400); return false; }); }); 
 
 //----------- Bungalow prices -------------
 
  $(document).ready(function() { 
	// Hide the "BDB" div. 
	$('div.viewBDB').hide(); 
	// Watch for clicks on the "slide" link. 
	$('div.slideBDB').click(function() { 
	// When clicked, toggle the "view" div. 
	$('div.viewBDB').slideToggle(400); return false; }); });
	
  $(document).ready(function() { 
	// Hide the "DB" div. 
	$('div.viewDB').hide(); 
	// Watch for clicks on the "slide" link. 
	$('div.slideDB').click(function() { 
	// When clicked, toggle the "view" div. 
	$('div.viewDB').slideToggle(400); return false; }); });
	
  $(document).ready(function() { 
	// Hide the "BFB" div. 
	$('div.viewBFB').hide(); 
	// Watch for clicks on the "slide" link. 
	$('div.slideBFB').click(function() { 
	// When clicked, toggle the "view" div. 
	$('div.viewBFB').slideToggle(400); return false; }); });
	
  $(document).ready(function() { 
	// Hide the "BC1" div. 
	$('div.viewBC1').hide(); 
	// Watch for clicks on the "slide" link. 
	$('div.slideBC1').click(function() { 
	// When clicked, toggle the "view" div. 
	$('div.viewBC1').slideToggle(400); return false; }); });

  $(document).ready(function() { 
	// Hide the "BC2" div. 
	$('div.viewBC2').hide(); 
	// Watch for clicks on the "slide" link. 
	$('div.slideBC2').click(function() { 
	// When clicked, toggle the "view" div. 
	$('div.viewBC2').slideToggle(400); return false; }); });

  $(document).ready(function() { 
	// Hide the "Fan" div. 
	$('div.viewFan').hide(); 
	// Watch for clicks on the "slide" link. 
	$('div.slideFan').click(function() { 
	// When clicked, toggle the "view" div. 
	$('div.viewFan').slideToggle(400); return false; }); });

  $(document).ready(function() { 
	// Hide the "seaviewAC" div. 
	$('div.viewSeaViewAC').hide(); 
	// Watch for clicks on the "slide" link. 
	$('div.slideSeaViewAC').click(function() { 
	// When clicked, toggle the "view" div. 
	$('div.viewSeaViewAC').slideToggle(400); return false; }); });
	
  $(document).ready(function() { 
	// Hide the "seaviewFan" div. 
	$('div.viewSeaViewFan').hide(); 
	// Watch for clicks on the "slide" link. 
	$('div.slideSeaViewFan').click(function() { 
	// When clicked, toggle the "view" div. 
	$('div.viewSeaViewFan').slideToggle(400); return false; }); });	


  //----------- end Bungalow prices -------------
 
  $(document).ready(function() { 
	// Hide the "Booking" div. 
	$('div.viewBooking').hide(); 
	// Watch for clicks on the "slide" link. 
	$('div.slideBooking').click(function() { 
	// When clicked, toggle the "view" div. 
	$('div.viewBooking').slideToggle(400); return false; }); }); 
 
  $(document).ready(function() { 
	// Hide the "Contact" div. 
	$('div.viewContact').hide(); 
	// Watch for clicks on the "slide" link. 
	$('div.slideContact').click(function() { 
	// When clicked, toggle the "view" div. 
	$('div.viewContact').slideToggle(400); return false; }); }); 
 
  $(document).ready(function() { 
	// Hide the "Phangan" div. 
	$('div.viewPhangan').hide(); 
	// Watch for clicks on the "slide" link. 
	$('div.slidePhangan').click(function() { 
	// When clicked, toggle the "view" div. 
	$('div.viewPhangan').slideToggle(400); return false; }); }); 
});
