var topM = new ItemStyle(100, 10, '', 0, 0, '', '', 'menuText', 'menuText', '', '',
 null, null, 'hand', 'hand');

var subM = new ItemStyle(22, 0, '&gt;', -15, 3, '#4F70A0', '#8FCFEF', 'menuText', 'menuText',
 'itemBorder', 'itemBorder', null, null, 'hand', 'default');


var vMenu = new PopupMenu('vMenu');
with (vMenu)
{

var sep = '<img src="vps-separator.gif" width="5" height="17" border="0">';

startMenu('root', false, 'page.winW() - 750', 60, 17, topM);

addItem('&nbsp; E-Commerce Overview', '/services/ecommerce_overview.htm', '', null, 145);
addItem(sep, '', '', null, 5);
addItem('&nbsp; Shopsite Products', 'mSsproduct', 'sm:', null, 125).onclick = 'location.href = "/products/shopsite/sc.htm"';
addItem(sep, '', '', null, 5);
addItem('&nbsp; Shopsite Comparison', 'mCompare', 'sm:', null, 135).onclick = 'location.href = "/products/shopsite/compare.htm"';
addItem(sep, '', '', null, 5);
addItem('&nbsp; Ecommerce Hosting', 'mHosting', 'sm:', null, 145).onclick = 'location.href = "/services/ecommerce_plans.htm"';
addItem(sep, '', '', null, 5);


startMenu('mSsproduct', true, 0, 22, 140, subM);
addItem('ShopSite Lite', '/products/shopsite/sclite.htm', '');
addItem('ShopSite SC Manager', '/products/shopsite/scmanager.htm', '');
addItem('ShopSIte SC Pro', '/products/shopsite/scpro.htm', '');

startMenu('mCompare', true, 0, 22, 130, subM);
addItem('Shopsite Upgrades', '/products/shopsite/shopsite_upgrades.htm', '');

startMenu('mHosting', true, 0, 22, 125, subM);
addItem('E-Basic', '/services/webebasic.htm', '');
addItem('E-Pro', '/services/webepro.htm', '');

}
