BOOSOORMAN,
<script>
var activeStep = 6;
$(".nextstep").click(function () {
$('.inner').eq(activeStep ++).show(500);
$('.inner').eq(activeStep ++).show(500);
$('.inner').eq(activeStep ++).show(500);
$('.inner').eq(activeStep ++).show(500);
$('.inner').eq(activeStep ++).show(500);
$('.inner').eq(activeStep ++).show(500);
if (activeStep >= $('.inner').length) $(this).hide();
});
</script>