$(document).ready(function() {
	
	// Initial Open/Close
    $("#thumbs .close_me").toggle(
      function() {
          $("#thumbs").animate({ 'bottom': '-135px' }, 'slow'),
		  $(this).html('Open');
      },
      function() {
          $("#thumbs").animate({ 'bottom': '0px' }, 'slow'),
		  $(this).html('Close');
      });
	
	// Link to larger pic
	$(".thumb_holder a").click(function(event){
		event.preventDefault();
		$('img#pic').fadeOut(1000).hide();
		var newSRC = $(this).attr("href");
		$("img#pic").attr("src", newSRC);
		$('img#pic').fadeIn();
	});
	
	// Link to Standard Features
      $(".features").click(function(event){
            event.preventDefault();
			$("#text").hide();
			$("#features").show();

            // Back to Main text
            $(".back_to_main").click(function(event){
            event.preventDefault();
			$("#text").show();
			$("#features").hide();
            });
      });
	
// BATHROOM *******************
	
    //Bathroom Open/Close
    $("#bathroom .close_me_up").toggle(
      function() {
          $("#bathroom").animate({ 'bottom': '-135px' }, 'slow'),
		  $(this).html('Open');
      },
      function() {
          $("#bathroom").animate({ 'bottom': '0px' }, 'slow'),
		  $(this).html('Close');
      });
	
	// If Bathroom is clicked
	$("#thumbs a.bathroom").click(function(event){
		$("#text").show();
		$("#features").hide();
		$("#thumbs").animate({ 'bottom': '-161px' }, 'slow'),
		$("#bathroom").animate({ 'bottom': '0' }, 'slow');
		$('#text').html("<h3>Bathroom</h3><p>The Topaz shower room comes complete with fully enclosed shower cubicle with glass door and also has push button toilet and ceramic basin.</p><p>Electric extractor fan fitted as standard.</p>");
	});	
	
	// Bathroom Back Button
	$("#bathroom .back_up").click(function(event){
		$("#text").show();
		$("#features").hide();
		$("#bathroom").animate({ 'bottom': '-161px' }, 'slow'),
		$("#thumbs").animate({ 'bottom': '0' }, 'slow');
		event.preventDefault();
		$('img#pic').fadeOut().hide();
		$("img#pic").attr("src", "/images/topaz/exterior.jpg");
		$('img#pic').fadeIn();
		$('#text').html("<p>The NEW Topaz is charming holiday home which is plentyfully furnished throughout.</p><p>It even boasts a vaulted ceiling in the lounge area and double glass is standard.</p><p>The Topaz range is amazing value for money and just perfect for those relaxing days on holiday.</p>");
	});
	
// LOUNGE *******************
	
    //Lounge Open/Close
    $("#lounge .close_me_up").toggle(
      function() {
          $("#lounge").animate({ 'bottom': '-135px' }, 'slow'),
		  $(this).html('Open');
      },
      function() {
          $("#lounge").animate({ 'bottom': '0px' }, 'slow'),
		  $(this).html('Close');
      });
	
	// If Lounge is clicked
	$("#thumbs a.lounge").click(function(event){
		$("#text").show();
		$("#features").hide();
		$("#thumbs").animate({ 'bottom': '-161px' }, 'slow'),
		$("#lounge").animate({ 'bottom': '0' }, 'slow');
		$('#text').html("<h3>Lounge</h3><p>The lounge of the Topaz is a thoughtfully planned interior comprising a comfortable living space and dining area. Fully carpeted and underlayed and a built in gas fire all add to a very welcoming environment to relax.</p>");
	});	
	
	// Lounge Back Button
	$("#lounge .back_up").click(function(event){
		$("#text").show();
		$("#features").hide();
		$("#lounge").animate({ 'bottom': '-161px' }, 'slow'),
		$("#thumbs").animate({ 'bottom': '0' }, 'slow');
		event.preventDefault();
		$('img#pic').fadeOut().hide();
		$("img#pic").attr("src", "/images/topaz/exterior.jpg");
		$('img#pic').fadeIn();
		$('#text').html("<p>The NEW Topaz is charming holiday home which is plentyfully furnished throughout.</p><p>It even boasts a vaulted ceiling in the lounge area and double glass is standard.</p><p>The Topaz range is amazing value for money and just perfect for those relaxing days on holiday.</p>");
	});
	
// BEDROOM *******************
	
    //Bedroom Open/Close
    $("#bedroom .close_me_up").toggle(
      function() {
          $("#bedroom").animate({ 'bottom': '-135px' }, 'slow'),
		  $(this).html('Open');
      },
      function() {
          $("#bedroom").animate({ 'bottom': '0px' }, 'slow'),
		  $(this).html('Close');
      });
	
	// If Bedroom is clicked
	$("#thumbs a.bedroom").click(function(event){
		$("#text").show();
		$("#features").hide();
		$("#thumbs").animate({ 'bottom': '-161px' }, 'slow'),
		$("#bedroom").animate({ 'bottom': '0' }, 'slow');
		$('#text').html("<h3>Bedroom</h3><p>All bedrooms have fitted wardrobes which offer valuable storage space.</p>");
	});	
	
	// Bedroom Back Button
	$("#bedroom .back_up").click(function(event){
		$("#text").show();
		$("#features").hide();
		$("#bedroom").animate({ 'bottom': '-161px' }, 'slow'),
		$("#thumbs").animate({ 'bottom': '0' }, 'slow');
		event.preventDefault();
		$('img#pic').fadeOut().hide();
		$("img#pic").attr("src", "/images/topaz/exterior.jpg");
		$('img#pic').fadeIn();
		$('#text').html("<p>The NEW Topaz is charming holiday home which is plentyfully furnished throughout.</p><p>It even boasts a vaulted ceiling in the lounge area and double glass is standard.</p><p>The Topaz range is amazing value for money and just perfect for those relaxing days on holiday.</p>");
	});
	
// KITCHEN *******************
	
    //Kitchen Open/Close
    $("#kitchen .close_me_up").toggle(
      function() {
          $("#kitchen").animate({ 'bottom': '-135px' }, 'slow'),
		  $(this).html('Open');
      },
      function() {
          $("#kitchen").animate({ 'bottom': '0px' }, 'slow'),
		  $(this).html('Close');
      });
	
	// If Kitchen is clicked
	$("#thumbs a.kitchen").click(function(event){
		$("#text").show();
		$("#features").hide();
		$("#thumbs").animate({ 'bottom': '-161px' }, 'slow'),
		$("#kitchen").animate({ 'bottom': '0' }, 'slow');
		$('#text').html("<h3>Kitchen</h3><p>The extremely well fitted and spacious kitchen boasts a 600mm built in cooker in a stainless steel finish.</p>");
	});	
	
	// Kitchen Back Button
	$("#kitchen .back_up").click(function(event){
		$("#text").show();
		$("#features").hide();
		$("#kitchen").animate({ 'bottom': '-161px' }, 'slow'),
		$("#thumbs").animate({ 'bottom': '0' }, 'slow');
		event.preventDefault();
		$('img#pic').fadeOut().hide();
		$("img#pic").attr("src", "/images/topaz/exterior.jpg");
		$('img#pic').fadeIn();
		$('#text').html("<p>The NEW Topaz is charming holiday home which is plentyfully furnished throughout.</p><p>It even boasts a vaulted ceiling in the lounge area and double glass is standard.</p><p>The Topaz range is amazing value for money and just perfect for those relaxing days on holiday.</p>");
	});
	
// DINING *******************
	
    //Dining Open/Close
    $("#dining .close_me_up").toggle(
      function() {
          $("#dining").animate({ 'bottom': '-135px' }, 'slow'),
		  $(this).html('Open');
      },
      function() {
          $("#dining").animate({ 'bottom': '0px' }, 'slow'),
		  $(this).html('Close');
      });
	
	// If Dining is clicked
	$("#thumbs a.dining").click(function(event){
		$("#text").show();
		$("#features").hide();
		$("#thumbs").animate({ 'bottom': '-161px' }, 'slow'),
		$("#dining").animate({ 'bottom': '0' }, 'slow');
		$('#text').html("<h3>Dining</h3><p>There's no better place to sit down and enjoy the pleasure of a family meal than at the dining table. The Topaz boasts four solid beech chairs with a wooden pedestal and quality MDF round table top. The 24 &amp; 26 x 10 Topaz features a space saving metal drop leaf table with 2 stools supplied.</p>");
	});	
	
	// Dining Back Button
	$("#dining .back_up").click(function(event){
		$("#text").show();
		$("#features").hide();
		$("#dining").animate({ 'bottom': '-161px' }, 'slow'),
		$("#thumbs").animate({ 'bottom': '0' }, 'slow');
		event.preventDefault();
		$('img#pic').fadeOut().hide();
		$("img#pic").attr("src", "/images/topaz/exterior.jpg");
		$('img#pic').fadeIn();
		$('#text').html("<p>The NEW Topaz is charming holiday home which is plentyfully furnished throughout.</p><p>It even boasts a vaulted ceiling in the lounge area and double glass is standard.</p><p>The Topaz range is amazing value for money and just perfect for those relaxing days on holiday.</p>");
	});
	
});