with (pMenu)
{
    startMenu('root', bVertical, vXPosition, vYPosition, vRootWidth, hBar, vFrameName, bShowOnClick);
    addItem('Home', 'index.html', '', null, vRootHeight);
    addItem('FLS', 'm1', 'sm:', null, vRootHeight);
    addItem('Courses', 'm2', 'sm:', null, vRootHeight);
    addItem('Costs', 'm3', 'sm:', null, vRootHeight);
    addItem('FLS newsletter', 'newsletter.html', '', null, vRootHeight);
    addItem('FLS email list', 'email-list.html', '', null, vRootHeight);
    addItem('Translations Bureau', 'http://translationsbureau.com', '', null, vRootHeight);
    addItem('Contact us', 'contact.html', '', null, vRootHeight);

    startMenu('m1', bVertical, vHorizontalSubmenuOffset, vVerticalSubmenuOffset, vSubWidth, subM, vFrameName, bShowOnClick);
    addItem('The FLS team', 'fls_team.html', '');
    addItem('Course tutors', 'fls_tutors.html', '', null, vRootHeight);
    addItem('Quality assurance', 'quality.html', '', null, vRootHeight);
    addItem('A case study', 'casestudy.html', '', null, vRootHeight);
    addItem('Accreditation', 'accreditation.html', '', null, vRootHeight);
    addItem('Clients', 'clients.html', '', null, vRootHeight);
    addItem('Endorsements', 'endorsements.html', '', null, vRootHeight);

    startMenu('m2', bVertical, vHorizontalSubmenuOffset, vVerticalSubmenuOffset, vSubWidth, subM, vFrameName, bShowOnClick);
    addItem('Language courses', 'services.html', '');
    addItem('Assessment', 'assessment.html', '', null, vRootHeight);
    addItem('Language tuition', 'languages.html', '');
    addItem('Cultural briefings', 'culturebrief.html', '', null, vRootHeight);
    addItem('Course portfolio', 'portfolio.html', '', null, vRootHeight);
    addItem('Dedicated web links', 'dedicated.html', '', null, vRootHeight);
    addItem('View sample links', 'samplelinks.html', '', null, vRootHeight);
    addItem('Training levels guide', 'levels.html', '', null, vRootHeight);
    
    startMenu('m3', bVertical, vHorizontalSubmenuOffset, vVerticalSubmenuOffset, vSubWidth, subM, vFrameName, bShowOnClick);
    addItem('Current rates', 'rates.html', '');
    addItem('Terms & Conditions', 'terms.html', '', null, vRootHeight);
 
}

