{BEGIN mainmenu_block}
##set @parent=0## ##foreach @MENU.MenuNodes as @menu order @menu.id## ##if @parent != @menu.parent##
##if @menu.type != "Group" && @previd != @menu.parent##

##endif## ##endif## ##if @menu.type=="Group"##

##include templates\bsmenuitem_preview.htm##

##if @menu.comments.text && @menu.comments.nameType=="CustomID"## ##custom @menu.comments.text## ##elseif @menu.comments.text## ##@menu.comments.text 8h## ##endif##
##elseif @menu.type=="Separator"##

##else##
##include templates\bsmenuitem_preview.htm##
##if @menu.comments.text && @menu.comments.nameType=="CustomID"## ##custom @menu.comments.text## ##elseif @menu.comments.text## ##@menu.comments.text 8h## ##endif##
##endif## ##set @parent=@menu.parent## ##set @previd=@menu.id## ##endfor##
{END mainmenu_block}