// initialize the jquery code
 $(document).ready(function(){
//close all the content divs on page load
$('.mover1').hide();

// toggle slide
$('#slideToggle1').click(function(){
// by calling sibling, we can use same div for all demos
$(this).siblings('.mover1').slideToggle();
});

});

// initialize the jquery code
 $(document).ready(function(){
//close all the content divs on page load
$('.mover2').hide();

// toggle slide
$('#slideToggle2').click(function(){
// by calling sibling, we can use same div for all demos
$(this).siblings('.mover2').slideToggle();
});

});

// initialize the jquery code
 $(document).ready(function(){
//close all the content divs on page load
$('.mover3').hide();

// toggle slide
$('#slideToggle3').click(function(){
// by calling sibling, we can use same div for all demos
$(this).siblings('.mover3').slideToggle();
});

});

// initialize the jquery code
 $(document).ready(function(){
//close all the content divs on page load
$('.mover4').hide();

// toggle slide
$('#slideToggle4').click(function(){
// by calling sibling, we can use same div for all demos
$(this).siblings('.mover4').slideToggle();
});

});

// initialize the jquery code
 $(document).ready(function(){
//close all the content divs on page load
$('.mover5').hide();

// toggle slide
$('#slideToggle5').click(function(){
// by calling sibling, we can use same div for all demos
$(this).siblings('.mover5').slideToggle();
});

});

// initialize the jquery code
 $(document).ready(function(){
//close all the content divs on page load
$('.mover6').hide();

// toggle slide
$('#slideToggle6').click(function(){
// by calling sibling, we can use same div for all demos
$(this).siblings('.mover6').slideToggle();
});

});

// initialize the jquery code
 $(document).ready(function(){
//close all the content divs on page load
$('.mover7').hide();

// toggle slide
$('#slideToggle7').click(function(){
// by calling sibling, we can use same div for all demos
$(this).siblings('.mover7').slideToggle();
});

});

// initialize the jquery code
 $(document).ready(function(){
//close all the content divs on page load
$('.mover8').hide();

// toggle slide
$('#slideToggle8').click(function(){
// by calling sibling, we can use same div for all demos
$(this).siblings('.mover8').slideToggle();
});

});

