$(document).ready(function() {
  $processtab1 = $('#process-tab-1');
  $processtab2 = $('#process-tab-2');
  $processtab3 = $('#process-tab-3');
  $processtab1button = $('#process-tab-1-button');
  $processtab2button = $('#process-tab-2-button');
  $processtab3button = $('#process-tab-3-button');
  
  $processtab2.hide();
  $processtab3.hide();
 
  $('#process-tab-1-button, #process-tab-2 .process-tab-prev').click(function() {
    $processtab2.hide();
    $processtab3.hide();
    $processtab2button.removeClass("active");
    $processtab3button.removeClass("active");
    $processtab1.show();
    $processtab1button.addClass("active");
  });
  
    $('#process-tab-2-button, #process-tab-1 .process-tab-next, #process-tab-3 .process-tab-prev').click(function() {
    $processtab1.hide();
    $processtab3.hide();
    $processtab1button.removeClass("active");
    $processtab3button.removeClass("active");
    $processtab2.show();
    $processtab2button.addClass("active");
  });
  
    $('#process-tab-3-button, #process-tab-2 .process-tab-next').click(function() {
    $processtab1.hide();
    $processtab2.hide();
    $processtab1button.removeClass("active");
    $processtab2button.removeClass("active");
    $processtab3.show();
    $processtab3button.addClass("active");
  });
 
});	







//FAQ


$(document).ready(function() {
 // hides the slickbox as soon as the DOM is ready
 // (a little sooner than page load)
  $('#slide1').hide();
 
 // shows the slickbox on clicking the noted link 
  $('a.slide1-show').click(function() {
    $('#slide1').slideDown('normal');
    return false;
  });
 
 // hides the slickbox on clicking the noted link 
  $('a.slide1-hide').click(function() {
    $('#slide1').slideUp('normal');
   	return false;
  });
 
});


$(document).ready(function() {
 // hides the slickbox as soon as the DOM is ready
 // (a little sooner than page load)
  $('#slide2').hide();
 
 // shows the slickbox on clicking the noted link 
  $('a.slide2-show').click(function() {
    $('#slide2').slideDown('normal');
    return false;
  });
 
 // hides the slickbox on clicking the noted link 
  $('a.slide2-hide').click(function() {
    $('#slide2').slideUp('normal');
   	return false;
  });
 
});


$(document).ready(function() {
 // hides the slickbox as soon as the DOM is ready
 // (a little sooner than page load)
  $('#slide3').hide();
 
 // shows the slickbox on clicking the noted link 
  $('a.slide3-show').click(function() {
    $('#slide3').slideDown('normal');
    return false;
  });
 
 // hides the slickbox on clicking the noted link 
  $('a.slide3-hide').click(function() {
    $('#slide3').slideUp('normal');
   	return false;
  });
 
});


$(document).ready(function() {
 // hides the slickbox as soon as the DOM is ready
 // (a little sooner than page load)
  $('#slide4').hide();
 
 // shows the slickbox on clicking the noted link 
  $('a.slide4-show').click(function() {
    $('#slide4').slideDown('normal');
    return false;
  });
 
 // hides the slickbox on clicking the noted link 
  $('a.slide4-hide').click(function() {
    $('#slide4').slideUp('normal');
   	return false;
  });
 
});


$(document).ready(function() {
 // hides the slickbox as soon as the DOM is ready
 // (a little sooner than page load)
  $('#slide5').hide();
 
 // shows the slickbox on clicking the noted link 
  $('a.slide5-show').click(function() {
    $('#slide5').slideDown('normal');
    return false;
  });
 
 // hides the slickbox on clicking the noted link 
  $('a.slide5-hide').click(function() {
    $('#slide5').slideUp('normal');
   	return false;
  });
 
});


$(document).ready(function() {
 // hides the slickbox as soon as the DOM is ready
 // (a little sooner than page load)
  $('#slide6').hide();
 
 // shows the slickbox on clicking the noted link 
  $('a.slide6-show').click(function() {
    $('#slide6').slideDown('normal');
    return false;
  });
 
 // hides the slickbox on clicking the noted link 
  $('a.slide6-hide').click(function() {
    $('#slide6').slideUp('normal');
   	return false;
  });
 
});


$(document).ready(function() {
 // hides the slickbox as soon as the DOM is ready
 // (a little sooner than page load)
  $('#slide7').hide();
 
 // shows the slickbox on clicking the noted link 
  $('a.slide7-show').click(function() {
    $('#slide7').slideDown('normal');
    return false;
  });
 
 // hides the slickbox on clicking the noted link 
  $('a.slide7-hide').click(function() {
    $('#slide7').slideUp('normal');
   	return false;
  });
 
});


$(document).ready(function() {
 // hides the slickbox as soon as the DOM is ready
 // (a little sooner than page load)
  $('#slide8').hide();
 
 // shows the slickbox on clicking the noted link 
  $('a.slide8-show').click(function() {
    $('#slide8').slideDown('normal');
    return false;
  });
 
 // hides the slickbox on clicking the noted link 
  $('a.slide8-hide').click(function() {
    $('#slide8').slideUp('normal');
   	return false;
  });
 
});


$(document).ready(function() {
 // hides the slickbox as soon as the DOM is ready
 // (a little sooner than page load)
  $('#slide9').hide();
 
 // shows the slickbox on clicking the noted link 
  $('a.slide9-show').click(function() {
    $('#slide9').slideDown('normal');
    return false;
  });
 
 // hides the slickbox on clicking the noted link 
  $('a.slide9-hide').click(function() {
    $('#slide9').slideUp('normal');
   	return false;
  });
 
});


$(document).ready(function() {
 // hides the slickbox as soon as the DOM is ready
 // (a little sooner than page load)
  $('#slide10').hide();
 
 // shows the slickbox on clicking the noted link 
  $('a.slide10-show').click(function() {
    $('#slide10').slideDown('normal');
    return false;
  });
 
 // hides the slickbox on clicking the noted link 
  $('a.slide10-hide').click(function() {
    $('#slide10').slideUp('normal');
   	return false;
  });
 
});


$(document).ready(function() {
 // hides the slickbox as soon as the DOM is ready
 // (a little sooner than page load)
  $('#slide11').hide();
 
 // shows the slickbox on clicking the noted link 
  $('a.slide11-show').click(function() {
    $('#slide11').slideDown('normal');
    return false;
  });
 
 // hides the slickbox on clicking the noted link 
  $('a.slide11-hide').click(function() {
    $('#slide11').slideUp('normal');
   	return false;
  });
 
});


$(document).ready(function() {
 // hides the slickbox as soon as the DOM is ready
 // (a little sooner than page load)
  $('#slide12').hide();
 
 // shows the slickbox on clicking the noted link 
  $('a.slide12-show').click(function() {
    $('#slide12').slideDown('normal');
    return false;
  });
 
 // hides the slickbox on clicking the noted link 
  $('a.slide12-hide').click(function() {
    $('#slide12').slideUp('normal');
   	return false;
  });
 
});


$(document).ready(function() {
 // hides the slickbox as soon as the DOM is ready
 // (a little sooner than page load)
  $('#slide13').hide();
 
 // shows the slickbox on clicking the noted link 
  $('a.slide13-show').click(function() {
    $('#slide13').slideDown('normal');
    return false;
  });
 
 // hides the slickbox on clicking the noted link 
  $('a.slide13-hide').click(function() {
    $('#slide13').slideUp('normal');
   	return false;
  });
 
});


$(document).ready(function() {
 // hides the slickbox as soon as the DOM is ready
 // (a little sooner than page load)
  $('#slide14').hide();
 
 // shows the slickbox on clicking the noted link 
  $('a.slide14-show').click(function() {
    $('#slide14').slideDown('normal');
    return false;
  });
 
 // hides the slickbox on clicking the noted link 
  $('a.slide14-hide').click(function() {
    $('#slide14').slideUp('normal');
   	return false;
  });
 
});


$(document).ready(function() {
 // hides the slickbox as soon as the DOM is ready
 // (a little sooner than page load)
  $('#slide15').hide();
 
 // shows the slickbox on clicking the noted link 
  $('a.slide15-show').click(function() {
    $('#slide15').slideDown('normal');
    return false;
  });
 
 // hides the slickbox on clicking the noted link 
  $('a.slide15-hide').click(function() {
    $('#slide15').slideUp('normal');
   	return false;
  });
 
});


$(document).ready(function() {
 // hides the slickbox as soon as the DOM is ready
 // (a little sooner than page load)
  $('#slide16').hide();
 
 // shows the slickbox on clicking the noted link 
  $('a.slide16-show').click(function() {
    $('#slide16').slideDown('normal');
    return false;
  });
 
 // hides the slickbox on clicking the noted link 
  $('a.slide16-hide').click(function() {
    $('#slide16').slideUp('normal');
   	return false;
  });
 
});

//FAQ


$(document).ready(function() {
 // hides the slickbox as soon as the DOM is ready
 // (a little sooner than page load)
  $('#slide17').hide();
 
 // shows the slickbox on clicking the noted link 
  $('a.slide17-show').click(function() {
    $('#slide17').slideDown('normal');
    return false;
  });
 
 // hides the slickbox on clicking the noted link 
  $('a.slide17-hide').click(function() {
    $('#slide17').slideUp('normal');
   	return false;
  });
 
});


$(document).ready(function() {
 // hides the slickbox as soon as the DOM is ready
 // (a little sooner than page load)
  $('#slide18').hide();
 
 // shows the slickbox on clicking the noted link 
  $('a.slide18-show').click(function() {
    $('#slide18').slideDown('normal');
    return false;
  });
 
 // hides the slickbox on clicking the noted link 
  $('a.slide18-hide').click(function() {
    $('#slide18').slideUp('normal');
   	return false;
  });
 
});


$(document).ready(function() {
 // hides the slickbox as soon as the DOM is ready
 // (a little sooner than page load)
  $('#slide19').hide();
 
 // shows the slickbox on clicking the noted link 
  $('a.slide19-show').click(function() {
    $('#slide19').slideDown('normal');
    return false;
  });
 
 // hides the slickbox on clicking the noted link 
  $('a.slide19-hide').click(function() {
    $('#slide19').slideUp('normal');
   	return false;
  });
 
});


$(document).ready(function() {
 // hides the slickbox as soon as the DOM is ready
 // (a little sooner than page load)
  $('#slide20').hide();
 
 // shows the slickbox on clicking the noted link 
  $('a.slide20-show').click(function() {
    $('#slide20').slideDown('normal');
    return false;
  });
 
 // hides the slickbox on clicking the noted link 
  $('a.slide20-hide').click(function() {
    $('#slide20').slideUp('normal');
   	return false;
  });
 
});


$(document).ready(function() {
 // hides the slickbox as soon as the DOM is ready
 // (a little sooner than page load)
  $('#slide21').hide();
 
 // shows the slickbox on clicking the noted link 
  $('a.slide21-show').click(function() {
    $('#slide21').slideDown('normal');
    return false;
  });
 
 // hides the slickbox on clicking the noted link 
  $('a.slide21-hide').click(function() {
    $('#slide21').slideUp('normal');
   	return false;
  });
 
});


$(document).ready(function() {
 // hides the slickbox as soon as the DOM is ready
 // (a little sooner than page load)
  $('#slide22').hide();
 
 // shows the slickbox on clicking the noted link 
  $('a.slide22-show').click(function() {
    $('#slide22').slideDown('normal');
    return false;
  });
 
 // hides the slickbox on clicking the noted link 
  $('a.slide22-hide').click(function() {
    $('#slide22').slideUp('normal');
   	return false;
  });
 
});


$(document).ready(function() {
 // hides the slickbox as soon as the DOM is ready
 // (a little sooner than page load)
  $('#slide23').hide();
 
 // shows the slickbox on clicking the noted link 
  $('a.slide23-show').click(function() {
    $('#slide23').slideDown('normal');
    return false;
  });
 
 // hides the slickbox on clicking the noted link 
  $('a.slide23-hide').click(function() {
    $('#slide23').slideUp('normal');
   	return false;
  });
 
});


$(document).ready(function() {
 // hides the slickbox as soon as the DOM is ready
 // (a little sooner than page load)
  $('#slide24').hide();
 
 // shows the slickbox on clicking the noted link 
  $('a.slide24-show').click(function() {
    $('#slide24').slideDown('normal');
    return false;
  });
 
 // hides the slickbox on clicking the noted link 
  $('a.slide24-hide').click(function() {
    $('#slide24').slideUp('normal');
   	return false;
  });
 
});


$(document).ready(function() {
 // hides the slickbox as soon as the DOM is ready
 // (a little sooner than page load)
  $('#slide25').hide();
 
 // shows the slickbox on clicking the noted link 
  $('a.slide25-show').click(function() {
    $('#slide25').slideDown('normal');
    return false;
  });
 
 // hides the slickbox on clicking the noted link 
  $('a.slide25-hide').click(function() {
    $('#slide25').slideUp('normal');
   	return false;
  });
 
});


$(document).ready(function() {
 // hides the slickbox as soon as the DOM is ready
 // (a little sooner than page load)
  $('#slide26').hide();
 
 // shows the slickbox on clicking the noted link 
  $('a.slide26-show').click(function() {
    $('#slide26').slideDown('normal');
    return false;
  });
 
 // hides the slickbox on clicking the noted link 
  $('a.slide26-hide').click(function() {
    $('#slide26').slideUp('normal');
   	return false;
  });
 
});


$(document).ready(function() {
 // hides the slickbox as soon as the DOM is ready
 // (a little sooner than page load)
  $('#slide27').hide();
 
 // shows the slickbox on clicking the noted link 
  $('a.slide27-show').click(function() {
    $('#slide27').slideDown('normal');
    return false;
  });
 
 // hides the slickbox on clicking the noted link 
  $('a.slide27-hide').click(function() {
    $('#slide27').slideUp('normal');
   	return false;
  });
 
});


$(document).ready(function() {
 // hides the slickbox as soon as the DOM is ready
 // (a little sooner than page load)
  $('#slide28').hide();
 
 // shows the slickbox on clicking the noted link 
  $('a.slide28-show').click(function() {
    $('#slide28').slideDown('normal');
    return false;
  });
 
 // hides the slickbox on clicking the noted link 
  $('a.slide28-hide').click(function() {
    $('#slide28').slideUp('normal');
   	return false;
  });
 
});


$(document).ready(function() {
 // hides the slickbox as soon as the DOM is ready
 // (a little sooner than page load)
  $('#slide29').hide();
 
 // shows the slickbox on clicking the noted link 
  $('a.slide29-show').click(function() {
    $('#slide29').slideDown('normal');
    return false;
  });
 
 // hides the slickbox on clicking the noted link 
  $('a.slide29-hide').click(function() {
    $('#slide29').slideUp('normal');
   	return false;
  });
 
});


$(document).ready(function() {
 // hides the slickbox as soon as the DOM is ready
 // (a little sooner than page load)
  $('#slide30').hide();
 
 // shows the slickbox on clicking the noted link 
  $('a.slide30-show').click(function() {
    $('#slide30').slideDown('normal');
    return false;
  });
 
 // hides the slickbox on clicking the noted link 
  $('a.slide30-hide').click(function() {
    $('#slide30').slideUp('normal');
   	return false;
  });
 
});


$(document).ready(function() {
 // hides the slickbox as soon as the DOM is ready
 // (a little sooner than page load)
  $('#slide31').hide();
 
 // shows the slickbox on clicking the noted link 
  $('a.slide31-show').click(function() {
    $('#slide31').slideDown('normal');
    return false;
  });
 
 // hides the slickbox on clicking the noted link 
  $('a.slide31-hide').click(function() {
    $('#slide31').slideUp('normal');
   	return false;
  });
 
});


$(document).ready(function() {
 // hides the slickbox as soon as the DOM is ready
 // (a little sooner than page load)
  $('#slide32').hide();
 
 // shows the slickbox on clicking the noted link 
  $('a.slide32-show').click(function() {
    $('#slide32').slideDown('normal');
    return false;
  });
 
 // hides the slickbox on clicking the noted link 
  $('a.slide32-hide').click(function() {
    $('#slide32').slideUp('normal');
   	return false;
  });
 
});
