function getId(id) {
	var parts = id.split('-');
	return parts[parts.length-1];
}

$(function () {
    $('.hide-if-no-js').removeClass('hide-if-no-js');
    
	$('.bulle').tooltip({
		track: true,
		delay: 0,
		showURL: false
	});
	
	/*if ($('textarea.tinymce-editor').length) {
		$('textarea.tinymce-editor').tinymce({
			script_url : '/media/js/tinymce/tiny_mce.js',
			width: "100%",
			height: ($('textarea.tinymce-editor').hasClass('hauteur-plus-petite') ? "200px" : "300px"),
			theme : "advanced",
			language : "fr",
			plugins : "table,advimage,inlinepopups,media,contextmenu,paste,visualchars,xhtmlxtras,advlist,wordpress",
			theme_advanced_buttons1 : "bold,italic,underline,strikethrough,|,bullist,numlist,blockquote,|,justifyleft,justifycenter,justifyright,justifyfull,|,link,unlink,|,image,|,wp_adv",
			theme_advanced_buttons2 : "forecolor,backcolor,|,outdent,indent,|,undo,redo,|,anchor,cleanup,code,visualchars,|,table,|,hr,removeformat,|,sub,sup,|,formatselect,fontselect,fontsizeselect",
			theme_advanced_buttons3 : "",
			theme_advanced_buttons4 : "",
			theme_advanced_toolbar_location : "top",
			theme_advanced_toolbar_align : "left",
			theme_advanced_statusbar_location : "bottom",
			theme_advanced_resizing : true,
			theme_advanced_resize_horizontal : false,
			entity_encoding : "raw",
			convert_urls : false,
			theme_advanced_blockformats : "p,pre,h2,h3,h4",
			content_css : "/media/js/tinymce/themes/advanced/skins/default/mycontent.css"
		});
	}*/
});
