// jQuery Tabs ---------------------------
	$(function() {
		$("#tabular").tabs({
			collapsible: true,
			cache: true
		});
	});	
// ---------------------------
