with (pMenu)
{
    startMenu('root', bVertical, vXPosition, vYPosition, vRootWidth, hBar, vFrameName, bShowOnClick);
    addItem('&nbsp;Home&nbsp;', 'index.html', '', null, vRootHeight);
    addItem('&nbsp;&nbsp;', '', '', null, vRootHeight);
    addItem('&nbsp;About Us&nbsp;', 'about.html', '', null, vRootHeight);
    addItem('&nbsp;Design Service/Fees', 'design-service.html', '', null, vRootHeight);
    addItem('&nbsp;Garden Maintenance', 'maintenance-01.html', '', null, vRootHeight);
    addItem('&nbsp;Portfolio&nbsp;', 'm2', 'sm:', null, vRootHeight);
    addItem('&nbsp;Groundworks&nbsp;', 'groundworks-01.html', '', null, vRootHeight);
    addItem('&nbsp;Testimonials&nbsp;', 'comments.html', '', null, vRootHeight);
    addItem('&nbsp;Job histories&nbsp;', 'm3', 'sm:', null, vRootHeight);
    addItem('&nbsp;Awards&nbsp;', 'm1', 'sm:', null, vRootHeight);
    addItem('&nbsp;TrustMark&nbsp;', 'trustmark.html', '', null, vRootHeight);
    addItem('&nbsp;Our Team&nbsp;', 'team-01.html', '', null, vRootHeight);
    addItem('&nbsp;French Students&nbsp;', 'french-students.html', '', null, vRootHeight);
    addItem('&nbsp;Contact us&nbsp;', 'contact.html', '', null, vRootHeight);
    addItem('&nbsp;&nbsp;', '', '', null, vRootHeight);
    addItem('&nbsp;Links&nbsp;', 'links.html', '', null, vRootHeight);

    startMenu('m1', bVertical, vHorizontalSubmenuOffset, vVerticalSubmenuOffset, vSubWidth, subM, vFrameName, bShowOnClick);
    addItem('&nbsp;APL 2003&nbsp;', 'apl2003-01.html', '', null, vRootHeight);
    addItem('&nbsp;APL 2004&nbsp;', 'apl2004-01.html', '', null, vRootHeight);
    addItem('&nbsp;Sussex Heritage Trust 2005&nbsp;', 'sht2005-01.html', '', null, vRootHeight);
    addItem('&nbsp;APL 2005&nbsp;', 'apl2005-01.html', '', null, vRootHeight);
    addItem('&nbsp;Sussex Heritage Trust 2006&nbsp;', 'sht2006-01.html', '', null, vRootHeight);
    addItem('&nbsp;APL 2007&nbsp;', 'apl2007-01.html', '', null, vRootHeight);
    addItem('&nbsp;LABC 2008&nbsp;', 'labc2008-01.html', '', null, vRootHeight);
    addItem('&nbsp;Staff awards 2008/2009&nbsp;', 'staff2008-01.html', '', null, vRootHeight);
    addItem('&nbsp;APL 2009&nbsp;', 'apl2009-01.html', '', null, vRootHeight);

    startMenu('m2', bVertical, vHorizontalSubmenuOffset, vVerticalSubmenuOffset, vSubWidth, subM, vFrameName, bShowOnClick);
    addItem('&nbsp;Landscaping & Drainage&nbsp;', 'landscaping-01.html', '', null, vRootHeight);
    addItem('&nbsp;Planting & Borders&nbsp;', 'planting-01.html', '', null, vRootHeight);
    addItem('&nbsp;Driveways&nbsp;', 'driveways-01.html', '', null, vRootHeight);
    addItem('&nbsp;Garden Features&nbsp;', 'garden_features-01.html', '', null, vRootHeight);
    addItem('&nbsp;Hedging&nbsp;', 'hedging-01.html', '', null, vRootHeight);
    addItem('&nbsp;Paths&nbsp;', 'garden-paths-01.html', '', null, vRootHeight);
    addItem('&nbsp;Patios & Terraces&nbsp;', 'patios-01.html', '', null, vRootHeight);
    addItem('&nbsp;Pergolas&nbsp;', 'pergolas-01.html', '', null, vRootHeight);
    addItem('&nbsp;Decking&nbsp;', 'decking-01.html', '', null, vRootHeight);
    addItem('&nbsp;Sculptures&nbsp;', 'garden_sculptures-01.html', '', null, vRootHeight);
    addItem('&nbsp;Small Gardens&nbsp;', 'small_gardens-01.html', '', null, vRootHeight);
    addItem('&nbsp;Walls&nbsp;', 'garden-walls-01.html', '', null, vRootHeight);
    addItem('&nbsp;Water&nbsp;', 'water-01.html', '', null, vRootHeight);
    addItem('&nbsp;Fencing&nbsp;', 'fencing-01.html', '', null, vRootHeight);
    addItem('&nbsp;Garden Lighting&nbsp;', 'garden_lighting-01.html', '', null, vRootHeight);
    addItem('&nbsp;Construction&nbsp;', 'construction-01.html', '', null, vRootHeight);
    addItem('&nbsp;In the community&nbsp;', 'community-01.html', '', null, vRootHeight);

    startMenu('m3', bVertical, vHorizontalSubmenuOffset, vVerticalSubmenuOffset, vSubWidth, subM, vFrameName, bShowOnClick);
    addItem('&nbsp;Job 1&nbsp;', 'job1-01.html', '', null, vRootHeight);
    addItem('&nbsp;Job 2&nbsp;', 'job2-01.html', '', null, vRootHeight);
    addItem('&nbsp;Job 3&nbsp;', 'job3-01.html', '', null, vRootHeight);

}
