//jQuery
var $j = jQuery.noConflict();

// prototype
document.observe("dom:loaded", function() {
	try{
		ban = new myBanner();
		ban.initBanner();
	}catch(e){}
	
    /*MENU*/
    $j("#tree").treeview({
        collapsed: true,
        animated: "medium",
        unique: true,
        persist: "location"
    });
});

