$(document).ready(function(){


	// third example
	$("#red").treeview({
		animated: "fast",
		collapsed: true,
		unique: true,
		persist: "cookie",
		toggle: function() {
			window.console && console.log("%o was toggled", this);
		}
	});



});
function change_tab(tab,img)
{
    $('#word_tab').attr('src',img+'word.png');
    $('#powerpoint_tab').attr('src',img+'powerpoint.png');
    $('#pdf_tab').attr('src',img+'pdf.png');
    $('#excel_tab').attr('src',img+'excel.png');
    $('#divers_tab').attr('src',img+'divers.png');


    $('#'+tab+'_tab').attr('src',img+tab+'_hover.png');
    $('.tools_tabs').hide();
    $('#'+tab+'_blad').show();
}
