$(document).ready(function(){
        $(".section").click(function(){
                var id = $(this).attr("id");
                $("#" + id + "_toggle").slideToggle('fast');
        });
	$("#example > ul").tabs();
	$("#example2 > ul").tabs();
	$("#example3 > ul").tabs();
	$("#example4 > ul").tabs();
//	$("#seqdialog").dialog();
	$('.cluetip').cluetip({arrows: true, dropshadow: true, splitTitle: '|', showTitle: true});
});
