  $(function() {
    $('img.image1').data('ad-desc', '');
    $('img.image1').data('ad-title', '');
    $('img.image2').data('ad-desc', '<span class="gallerylinks">Find out more about our global network<br /><br /><a href="/our-global-network/our-key-distributors.aspx">Our distribution network</a><br /><a href="/contact-us/contact-us.aspx">Contact us</a></span>');
    $('img.image2').data('ad-title', '');
    $('img.image3').data('ad-desc', '<span class="gallerylinks">Quarterly Market Reports<br /><br /><a href="/market-snapshot.aspx">Quarterly Market Snap Shot</a></span>');
    $('img.image3').data('ad-title', '');
    $('img.image4').data('ad-desc', '<span class="gallerylinks">What&#39;s in a name<br /><br /><a href="/our-new-look/welcome.aspx">Our new look</a></span>');
    $('img.image4').data('ad-title', ''); 
    var galleries = $('.ad-gallery').adGallery();
    $('#switch-effect').change(
      function() {
        galleries[0].settings.effect = $(this).val();
        return false;
      }
    );
    $('#toggle-slideshow').click(
      function() {
        galleries[0].slideshow.toggle();
        return false;
      }
    );
  });
   


	$(document).ready(function(){
    
 	if ($('#checkboxAgree').attr('checked')) {
			$('#datadisabled').hide();
			$('#datashow').show();
		}
		else
		{
		 	  $('#datadisabled').show();
	 		  $('#datashow').hide();
		}
	$('#tableyear2012').show();
	$('#tableyear2011').hide();
	$('#tableyear2010').hide();
	$('#tableyear2009').hide();
	$('#tableyear2008').hide();
	$('#tableyear2007').hide();
	$('#tableyear2006').hide();
	$('#tableyear2005').hide();
	$('#tableyear2004').hide();
	$('#tableyear2003').hide();

	$('#checkboxAgree').click(function () {

		if ($('#checkboxAgree').attr('checked')) {
			$('#datadisabled').hide();
			$('#datashow').show();
		}
		else
		{
		 	  $('#datadisabled').show();
	 		  $('#datashow').hide();
		}
	  return true;
	 });


	$('#dropdownYear').change(function () {



		if ($('#dropdownYear').val() == '2012') {
						
			$('#tableyear2012').show();
			$('#tableyear2011').hide();			
			$('#tableyear2010').hide();
			$('#tableyear2009').hide();
			$('#tableyear2008').hide();
			$('#tableyear2007').hide();
			$('#tableyear2006').hide();
			$('#tableyear2005').hide();
			$('#tableyear2004').hide();
			$('#tableyear2003').hide();
			return true;
		}

		if ($('#dropdownYear').val() == '2011') {
			
			$('#tableyear2012').hide();						
			$('#tableyear2011').show();			
			$('#tableyear2010').hide();
			$('#tableyear2009').hide();
			$('#tableyear2008').hide();
			$('#tableyear2007').hide();
			$('#tableyear2006').hide();
			$('#tableyear2005').hide();
			$('#tableyear2004').hide();
			$('#tableyear2003').hide();
			return true;
		}


		if ($('#dropdownYear').val() == '2010') {
			$('#tableyear2012').hide();
			$('#tableyear2011').hide();
			$('#tableyear2010').show();
			$('#tableyear2009').hide();
			$('#tableyear2008').hide();
			$('#tableyear2007').hide();
			$('#tableyear2006').hide();
			$('#tableyear2005').hide();
			$('#tableyear2004').hide();
			$('#tableyear2003').hide();
			return true;
		}


		if ($('#dropdownYear').val() == '2009') {
			$('#tableyear2012').hide();
			$('#tableyear2011').hide();			
			$('#tableyear2010').hide();
			$('#tableyear2009').show();
			$('#tableyear2008').hide();
			$('#tableyear2007').hide();
			$('#tableyear2006').hide();
			$('#tableyear2005').hide();
			$('#tableyear2004').hide();
			$('#tableyear2003').hide();
			return true;
		}

		if ($('#dropdownYear').val() == '2008') {
			$('#tableyear2012').hide();
			$('#tableyear2011').hide();			
			$('#tableyear2010').hide();
			$('#tableyear2009').hide();
			$('#tableyear2008').show();
			$('#tableyear2007').hide();
			$('#tableyear2006').hide();
			$('#tableyear2005').hide();
			$('#tableyear2004').hide();
			$('#tableyear2003').hide();
			return true;
		}

		if ($('#dropdownYear').val() == '2007') {
			$('#tableyear2012').hide();
			$('#tableyear2011').hide();			
			$('#tableyear2010').hide();
			$('#tableyear2009').hide();
			$('#tableyear2008').hide();
			$('#tableyear2007').show();
			$('#tableyear2006').hide();
			$('#tableyear2005').hide();
			$('#tableyear2004').hide();
			$('#tableyear2003').hide();
			return true;
		}

		if ($('#dropdownYear').val() == '2006') {
			$('#tableyear2012').hide();
			$('#tableyear2011').hide();			
			$('#tableyear2010').hide();
			$('#tableyear2009').hide();
			$('#tableyear2008').hide();
			$('#tableyear2007').hide();
			$('#tableyear2006').show();
			$('#tableyear2005').hide();
			$('#tableyear2004').hide();
			$('#tableyear2003').hide();
			return true;
		}

		if ($('#dropdownYear').val() == '2005') {
			$('#tableyear2012').hide();
			$('#tableyear2011').hide();			
			$('#tableyear2010').hide();
			$('#tableyear2009').hide();
			$('#tableyear2008').hide();
			$('#tableyear2007').hide();
			$('#tableyear2006').hide();
			$('#tableyear2005').show();
			$('#tableyear2004').hide();
			$('#tableyear2003').hide();
			return true;
		}

		if ($('#dropdownYear').val() == '2004') {
			$('#tableyear2012').hide();
			$('#tableyear2011').hide();			
			$('#tableyear2010').hide();
			$('#tableyear2009').hide();
			$('#tableyear2008').hide();
			$('#tableyear2007').hide();
			$('#tableyear2006').hide();
			$('#tableyear2005').hide();
			$('#tableyear2004').show();
			$('#tableyear2003').hide();
			return true;
		}

		if ($('#dropdownYear').val() == '2003') {
			$('#tableyear2012').hide();
			$('#tableyear2011').hide();			
			$('#tableyear2010').hide();
			$('#tableyear2009').hide();
			$('#tableyear2008').hide();
			$('#tableyear2007').hide();
			$('#tableyear2006').hide();
			$('#tableyear2005').hide();
			$('#tableyear2004').hide();
			$('#tableyear2003').show();
			return true;
		}


	  return true;
	 });


  });
