// working around yet another Microsoft bug!
if (document.all) {
	path='http://www.pro-marketer.com';
} else {
	path='';
}

ajmenu1 = new mainMenu('horizontal', 0, '#e2e5e7', '#e2e5e7', '#03609B', '#033D78','','right');
 ajmenu1.fontFamily = 'Verdana';
 ajmenu1.fontSize = '9pt';
 ajmenu1.fontWeight = 'bold';
  ajmenu1.addItems('Home', path+'/index.php');
  ajmenu1.addItems('Screenshots', path+'/screenshots.php');
  ajmenu1.addItems('Getting Started', path+'/getstarted.php');
  ajmenu1.addItems('Resources', '');
  ajmenu1.addItems('Products', path+'/inventory.php');
  ajmenu1.addItems('FAQ', path+'/faq/index.php');
ajmenu1 = new subMenu('3', '#e2e5e7', '#e2e5e7', '#03609B', '#033D78');
 ajmenu1.fontFamily = 'Verdana';
 ajmenu1.fontSize = '9pt';
 ajmenu1.fontWeight = 'bold';
  ajmenu1.addItems('Pricing', path+'/pricing.php');
  ajmenu1.addItems('Terms', path+'/appterms.php');
  ajmenu1.addItems('Subscribe', path+'/subscribe.php');
ajmenu1 = new subMenu('4', '#e2e5e7', '#e2e5e7', '#03609B', '#033D78');
 ajmenu1.fontFamily = 'Verdana';
 ajmenu1.fontSize = '9pt';
 ajmenu1.fontWeight = 'bold';
  ajmenu1.addItems('Domain Names/Registration', path+'/domains.php');
  ajmenu1.addItems('Payment Processors', path+'/processors.php');
  //ajmenu1.addItems('Links', path+'/links/index.php');
  //ajmenu1.addItems('Forum', '');
