$(document).ready(function() {
			
	// document.getElementById('skiplink').style.visibility = "visible";
	
	document.getElementById('feature_list').style.visibility = "visible";
			
	$.featureList(
		$("#tabs li a"),
		$("#output li"), {
			start_item	:	0 // wegen verzoegertem start
		}
	);
	

});

