initmenu

In this function you can define type of menu and complete load

 

 

You can set follow variables

 

e_menu = define the menu

 0=beas 2009,

 1=standard,

 2=Experte

 

e_completeload =

 1 = load all entries,

  0=load only entries which are licensed

 

example:

for user "manager" use beas2009-Menu

function initmenu
if <currentuser> = manager then
   setvar=e_menu=0
end if
end function