// Script that will start after the document is fully loaded
jQuery(document).ready(
    function(){
        // Create Right nav GDP
        try {
            jQuery("#gdpNavRight").treeview({ collapsed: true, unique: true, animated: "fast" });
        } catch(e) {};
		//jQuery("#tabs").tabs({ fx: { opacity: 'toggle' } });
	}
);

function openMenu() {
	if(window.location.host.split('loggue').length>1 || window.location.host.split('2').length>1){
	jQuery('#login').load('/turf/includes/logue.html');
	}
	else {
		jQuery('#login').load('/turf/includes/login.html');
		jQuery('#ouvertureCompte').load("/turf/includes/ouverture-compte.html");
	}
}

