<P>ALPFrame menus and other extended DHTML features. These samples will open in new window because they will need to
show their own menus. Note that ALPFrame menus are controlled on the client side - scripts in the DHTML page, however 
it is not a problem for any ASP application to define what the menus will be by controlling the DHTML scripts used.
</P>
<P>The menus object model is simple and powerful. By our own oppinion it is organized in very convenient manner - may
be better than in any RAD environment. For example menu radio groups look like submenu for the application which 
eliminates need to care about start/end IDs, the keyboard accelerators are flexible and can be changed dynamically,
many menus can be kept in one tree and the application is able to show part of it wherever it needs to. However
we supply a few sample helper scripts to help you when the menus are more complex and require more care. One of them is
based on Javascript initialization syntax, the other is based on ASP page that generates simple Javascript over
given textual resource file. You can build your own helpers or work with the ALPFrame API directly, anyway if the menus
are only a little part of your application and you want to use them without spending too much time for development take
a look at these sample helpers.
</P>