/**
Set the default toggle level to 1
*/

$(document).ready(
    function(){
        toggleLevel(1);
    }
);