<!--
   
$(document).ready(function() {

       // hides the slickbox as soon as the DOM is ready

       // (a little sooner than page load)
 	$('#slickbox01').hide();
	
// shows the slickbox on clicking the noted link  
	$('a#slick-down01').click(function() {
	$('#slickbox01').slideDown('slow');
 	return false;
});
	
// hides the slickbox on clicking the noted link  
	$('a#slick-up01').click(function() {
		$('#slickbox01').slideUp('fast');
		 return false;
 	});

// toggles the slickbox on clicking the noted link  
$('a#slick-toggle01').click(function() {
	$('#slickbox01').slideToggle(400);
	return false;
	});
});



$(document).ready(function() {

       // hides the slickbox as soon as the DOM is ready

       // (a little sooner than page load)
 	$('#slickbox02').hide();
	
// shows the slickbox on clicking the noted link  
	$('a#slick-down02').click(function() {
	$('#slickbox02').slideDown('slow');
 	return false;
});
	
// hides the slickbox on clicking the noted link  
	$('a#slick-up02').click(function() {
		$('#slickbox02').slideUp('fast');
		 return false;
 	});

// toggles the slickbox on clicking the noted link  
$('a#slick-toggle02').click(function() {
	$('#slickbox02').slideToggle(400);
	return false;
	});
});




$(document).ready(function() {

       // hides the slickbox as soon as the DOM is ready

       // (a little sooner than page load)
 	$('#slickbox03').hide();
	
// shows the slickbox on clicking the noted link  
	$('a#slick-down03').click(function() {
	$('#slickbox03').slideDown('slow');
 	return false;
});
	
// hides the slickbox on clicking the noted link  
	$('a#slick-up03').click(function() {
		$('#slickbox03').slideUp('fast');
		 return false;
 	});

// toggles the slickbox on clicking the noted link  
$('a#slick-toggle03').click(function() {
	$('#slickbox03').slideToggle(400);
	return false;
	});
});

//-->

$(document).ready(function() {

       // hides the slickbox as soon as the DOM is ready

       // (a little sooner than page load)
 	$('#slickbox04').hide();
	
// shows the slickbox on clicking the noted link  
	$('a#slick-down04').click(function() {
	$('#slickbox04').slideDown('slow');
 	return false;
});
	
// hides the slickbox on clicking the noted link  
	$('a#slick-up04').click(function() {
		$('#slickbox04').slideUp('fast');
		 return false;
 	});

// toggles the slickbox on clicking the noted link  
$('a#slick-toggle04').click(function() {
	$('#slickbox04').slideToggle(400);
	return false;
	});
});

//-->
