$(document).ready(function() {
 // hides the slickbox as soon as the DOM is ready
 // (a little sooner than page load)
  
   $('#compliance_1').hide();
   $('#compliance_2').hide();
   $('#compliance_3').hide();
   $('#compliance_4').hide();
   $('#compliance_5').hide();
   $('#compliance_6').hide();
   
   $('#sups_1').hide();
   $('#sups_2').hide();
   $('#sups_3').hide();
   $('#sups_4').hide();
   
   $('#bsup_1').hide();
   $('#bsup_2').hide();
   $('#bsup_3').hide();
   $('#bsup_4').hide();
   $('#tax_1').hide();
   $('#tax_2').hide();
   $('#tax_3').hide();
   $('#tax_4').hide();
   $('#vat_1').hide();
   $('#vat_2').hide();
   $('#vat_3').hide();
   $('#vat_4').hide();
   $('#paye_1').hide();
   $('#paye_2').hide();
   $('#paye_3').hide();
   $('#paye_4').hide();
   $('#hmrc_1').hide();
   
   $('#privacy_policy').hide();
   $('#terms_conditions').hide();
  
 
 // hides the slickbox on clicking the noted link  
  $('a#compliance_main_toggle').click(function() {
    $('#compliance_main').slideToggle(200);
    return false;
  });
 // hides the slickbox on clicking the noted link  
  $('a#comp1_toggle').click(function() {
    $('#compliance_1').slideToggle(200);
    return false;
  });
   // hides the slickbox on clicking the noted link  
  $('a#comp2_toggle').click(function() {
    $('#compliance_2').slideToggle(200);
    return false;
  });
   // hides the slickbox on clicking the noted link  
  $('a#comp3_toggle').click(function() {
    $('#compliance_3').slideToggle(200);
    return false;
  });
   // hides the slickbox on clicking the noted link  
  $('a#comp4_toggle').click(function() {
    $('#compliance_4').slideToggle(200);
    return false;
  });
   // hides the slickbox on clicking the noted link  
  $('a#comp5_toggle').click(function() {
    $('#compliance_5').slideToggle(200);
    return false;
  });
   // hides the slickbox on clicking the noted link  
  $('a#comp6_toggle').click(function() {
    $('#compliance_6').slideToggle(200);
    return false;
  });
  
  

  $('a#supportservices_main_toggle').click(function() {
    $('#supportservices_main').slideToggle(200);
    return false;
  });
  
  $('a#sups1_toggle').click(function() {
    $('#sups_1').slideToggle(200);
    return false;
  });
   
  $('a#sups2_toggle').click(function() {
    $('#sups_2').slideToggle(200);
    return false;
  });
   
  $('a#sups3_toggle').click(function() {
    $('#sups_3').slideToggle(200);
    return false;
  });
  
  $('a#sups4_toggle').click(function() {
    $('#sups_4').slideToggle(200);
    return false;
  });



$('a#busstartup_main_toggle').click(function() {
    $('#busstartup_main').slideToggle(200);
    return false;
  });

 $('a#bsup1_toggle').click(function() {
    $('#bsup_1').slideToggle(200);
    return false;
  });
   $('a#bsup2_toggle').click(function() {
    $('#bsup_2').slideToggle(200);
    return false;
  });
   $('a#bsup3_toggle').click(function() {
    $('#bsup_3').slideToggle(200);
    return false;
  });

$('a#taxation_main_toggle').click(function() {
    $('#taxation_main').slideToggle(200);
    return false;
  });
  $('a#tax1_toggle').click(function() {
    $('#tax_1').slideToggle(200);
    return false;
  });
   $('a#tax2_toggle').click(function() {
    $('#tax_2').slideToggle(200);
    return false;
  });
   $('a#tax3_toggle').click(function() {
    $('#tax_3').slideToggle(200);
    return false;
  });
  $('a#vat_main_toggle').click(function() {
    $('#vat_main').slideToggle(200);
    return false;
  });
  $('a#vat1_toggle').click(function() {
    $('#vat_1').slideToggle(200);
    return false;
  });
   $('a#vat2_toggle').click(function() {
    $('#vat_2').slideToggle(200);
    return false;
  });
  
    $('a#paye_main_toggle').click(function() {
    $('#paye_main').slideToggle(200);
    return false;
  });
  $('a#paye1_toggle').click(function() {
    $('#paye_1').slideToggle(200);
    return false;
  });
   $('a#paye2_toggle').click(function() {
    $('#paye_2').slideToggle(200);
    return false;
  });
    $('a#hmrc_main_toggle').click(function() {
    $('#hmrc_main').slideToggle(200);
    return false;
  });
  $('a#hmrc1_toggle').click(function() {
    $('#hmrc_1').slideToggle(200);
    return false;
  });
  
  
  $('a#privacy_link').click(function() {
    $('#privacy_policy').slideToggle(600);
    return false;
  });
  

  
    $('a#privacy_link_close').click(function() {
    $('#privacy_policy').slideToggle(600);
    return false;
	 });
	     $('a#terms_link').click(function() {
    $('#terms_conditions').slideToggle(600);
    return false;
  });
	  
	$('a#tac_link_close').click(function() {
    $('#terms_conditions').slideToggle(600);
    return false;
  
  });
  
});
