/*
 *
 *
 *
 *
 */
      //Do this so menu doesn't stay visible after user clicks on menu item, but moves mouse a little
      try
      {
         window.parent.title.document.formOverMenu.overMenu.value=0;
      }
      catch(overMenuNotLoaded){}

      //This value should be set to the style:width value of the small blue DIV next to orange menu bar,
      //so the menus line up with triggers
      var aWidth = 0;
      if(document.all)
         aWidth = 10;//window.parent.contents.document.body.clientWidth;
      else
         aWidth = 10;//window.parent.contents.innerWidth;

      var mnuAccount = new menu('mnuAccount', 0, aWidth, 165, 1, '',
         new menuItem('Home - Account Summary','account.asp','View a brief summary of your account', false),
         new menuItem('Unbilled Activity','account.asp?page=2','View all activity since your last statement', false),
         new menuItem('Invoices','account.asp?page=1','View invoices', false),
	 new menuItem('Payments','#','Make payments to your account online with a credit card', false, new menu('mnuPaymentSub', 0, 0, 175, 2,'mnuAccount', new menuItem('Payment Options','payments_new.asp','Information about your payments options', false), new menuItem('Make Online Payment','make_payment.asp','Make a payment on your account with a credit card', false), new menuItem('View Online Payment Activity','payment_activity.asp','View online payment activity on your account', false))),
	 new menuItem('Modify Account','account.asp?page=3','Change your email address and/or password', false));

      var mnuReports = new menu('mnuReports', 0, aWidth+100, 120, 1, '',
         new menuItem('Routine Farm Soil','rfs_list.asp','View your Routine Farm Soil reports online', false),
         new menuItem('Lawn and Garden','lag_list.asp','View your Lawn and Garden reports online', false)/*,
         new menuItem('Plant Analysis','pa_list.asp','View your Plant Analysis reports online', false)*/);

      var mnuLabs = new menu('mnuLabs', 0, aWidth+200, 155, 1, '',
         new menuItem('View Pending Lab Work','labs.asp','View samples currently in the lab', false),
         new menuItem('View Submitted Samples','online_labs.asp','View samples you have submitted online', false),
         new menuItem('Submit Samples','#','Submit samples for lab work online', false, new menu('mnuSubmitLabSub', 0, 0, 120, 2, 'mnuLabs', new menuItem('Routine Farm Soil','rfs_info.asp','Submit a Routine Farm Soil lab online', true)/*, new menuItem('Lawn and Garden','lag_submit.asp','Submit a Lawn and Garden lab online', false), new menuItem('Plant Analysis','pa_submit.asp','Submit a Plant Analysis lab online', false), new menuItem('Other Lab Work','lab_info_sht.asp','Submit sample(s) for lab work online', true)*/)));

      var mnuHelp = new menu('mnuHelp', 0, aWidth+275, 125, 1, '', //width=165 with help info
         new menuItem('Online Account Help','help.asp','Information about your online account and its use', false),
         new menuItem('Contact Us','contact_us.asp','Contact us about your account', false));