Welcome.

This theme is widgets enabled
with a brand new menu collapsing script cookie-managed.
this means that each time a visitor collapses or expands a menu mext time he comes back that settings will be remembered.

you have only to set un your theme and modify the variable INITIALCONDITIONS in the index template file 

<< index.php >>

accessible from "theme editing panel" in administration console


-----------------------------------------------------------------

//    OPTIONS   --  edit below, not above

var condizioniiniziali='111'; /* initial menu conditions (0/1/2 : closed/open/locked)*/ 
var numeromenu=1; /* how many menus. Menus should have progressive ID : menu1, menu2, menu3 etc*/
var HM_Active=1; /* 1 active / 2 disable */

//    OPTIONS   --  don't edit below

-----------------------------------------------------------------





you should change the value between quotes, 

for example if you have 7 widgets ( plus the two of google search and blog search embedded in theme), for a total of 9

and you want:
	the first two locked open (no collapse button)	
	the third and fourth closed
	and the remaining open

you should edit

	var initialconditions=''; 
>>>>    var initialconditions='220011111';  
or >	var initialconditions='2200';

!!! dont' forget the quotes.

and this will be the layout your visitors will se forst time they open your blog, when they delete cookies, or when you change "loked open" items.

Default value is 1 (open).
this means if you set variable:

	var initialconditions='220'; >>> first 2 items "locked open", third closed and remaining open.



isn't it simple?