IMPORTANT
The Resellers menu is placed at the the end of the menu bar, and ends in
curved edges. Commenting the code for the Resellers section would hide the
menu, but also leave sharp edges at the right extremity of the main menu.
In order to preserve the look
of the main menu, you would have to append the code that lends the
curvature, to the menu immediately preceding the Resellers menu. (This would
be the Business Solutions menu by default, or any other menu if you have
switched the order in which the menu items are displayed.) The patch of code
you need to append to the menu is:
image=getImage.php?src=menu-end-cover.gif;
To lend curved edges to the
Business solutions menu, simply modify the code that defines the menu, like
so
aI("align=center;showmenu=Business Solutions;text=Business
Solutions;image=getImage.php?src=menu-end-cover.gif;");
|
This will ensure that the menu
is displayed appropriately.
