var rootM = new ItemStyle(31, 0, '', 0, 9, '', '', 'rootText', 'rootText', '', '',
 null, null, 'hand', 'default');

var subM = new ItemStyle(22, 0, '&gt;', -15, 3, '#4F70A0', '#8FCFEF', 'menuText', 'menuText',
 'itemBorder', 'itemBorder', null, null, 'hand', 'default');


var pMenu = new PopupMenu('pMenu');
with (pMenu)
{

startMenu('root', true, 0, 87, 143, rootM);
addItem('', '', '', null, 33);
addItem('Company Info', 'mCompanyInfo', 'sm:', null, 31, 0, '', 0, 9);
addItem('&nbsp; &nbsp; &nbsp; Services', 'mServices', 'sm:', null, 35, 0, '', 0, 11);
addItem('&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Products', 'mProducts', 'sm:', null, 28, 0, '', 0, 9);
addItem('&nbsp; &nbsp; &nbsp; &nbsp; Resellers', 'mResellers', 'sm:', null, 34, 0, '', 0, 14);
addItem('&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Affiliates', '/affiliates/index.html', '', null, 33, 0, '', 0, 11);
addItem('&nbsp; &nbsp; &nbsp; Support', '/customer/support/index.htm', '', null, 34, 0, '', 0, 11);
addItem('&nbsp; Contact', 'https://www.dynamicnet.net/site/contact.htm', '', null, 32, 0, '', 0, 10);
addItem('', '', '', null, 21);

startMenu('mCompanyInfo', true, 150, 8, 130, subM);
addItem('Home', '/index.htm', '');
addItem('About', '/site/about_dynamicnet.htm', '');
addItem('Company Background', '/site/dynamicnet_info.htm', '');
addItem('Our Network', '/site/network_specifications.htm', '');
addItem('Testimonials', '/clients/index.htm', '');
addItem('Press Releases', '/news/press.htm', '');
addItem('News Articles', '/news/articles/index.htm', '');
addItem('Employment', '/employment/index.htm', '');

startMenu('mServices', true, 150, 8, 165, subM);
addItem('Web Hosting', '/services/websitehosting.htm', '');
addItem('Domain Name Registration', '/services/domain_name_registration_prices.htm', '');
addItem('Managed Services', 'http://www.wemanageservers.com/', '');
addItem('H-Sphere', '/services/hsphere.htm', '');
addItem('Merchant Account', 'http://www.e-onlinedata.com/dynamic', '');

startMenu('mProducts', true, 150, 8, 90, subM);
addItem('Monitoring', 'http://www.wemanageservers.com/monitoring/monitoring.html', '');
addItem('ShopSite', '/services/ecommerce_overview.htm', '');


startMenu('mResellers', true, 150, 8, 90, subM);
addItem('Program', '/resellers/index.htm', '');
addItem('Compare Plans', '/resellers/reseller_plan_compare.htm', '');
addItem('Private Label', '/resellers/private_label_reseller_automation.htm', '');
addItem('Marketing', '/resellers/marketing/index.htm', '');

}
