with (pMenu)
{
    startMenu('root', bVertical, vXPosition, vYPosition, vRootWidth, hBar, vFrameName, bShowOnClick);
    addItem('Home', '/index.html', '', null, vRootHeight);
    addItem('Translation Services', '/translations.html', '', null, vRootHeight)
    addItem('Interpreting Services', '/interpreting.html', '', null, vRootHeight)
    addItem('Typesetting Services', '/typesetting.html', '', null, vRootHeight)
    addItem('Quality Assurance', '/quality.html', '', null, vRootHeight)
    addItem('Terms & Conditions', '/terms.html', '', null, vRootHeight);
    addItem('Anthology', '/anthology.html', '', null, vRootHeight);
    addItem('Language Courses', 'http://foreignlanguageservices.com', '', null, vRootHeight);
    addItem('Contact us', '/contact.html', '', null, vRootHeight);

}

