with (pMenu)
{
    startMenu('root', bVertical, vXPosition, vYPosition, vRootWidth, hBar, vFrameName, bShowOnClick);
    addItem('Home', 'index.html', '', null, vRootHeight);
    addItem('About Us', 'about.html', '', null, vRootHeight);
    addItem('Stables', 'stables-01.html', '', null, vRootHeight);
    addItem('Internal Stables', 'internal-stables-00.html', '', null, vRootHeight);
    addItem('Mobile Stables', 'mobile-stables.html', '', null, vRootHeight);
    addItem('Field Shelters', 'field-shelters.html', '', null, vRootHeight);
    addItem('Other timber buildings', 'timber-buildings-0050.html', '', null, vRootHeight);
    addItem('Garden buildings', 'garden-buildings-01.html', '', null, vRootHeight);
    addItem('Bases', 'bases.html', '', null, vRootHeight);
    addItem('Testimonials', 'quotes.html', '', null, vRootHeight);
    addItem('Price List', 'price-list.html', '', null, vRootHeight);
    addItem('How to order', 'order.html', '', null, vRootHeight);
    addItem('Elizabeth Whiter', 'whiter.html', '', null, vRootHeight);
    addItem('Dressage: V. Thompson', 'dressage-01.html', '', null, vRootHeight);
    addItem('Fun Page', 'fun-page.html', '', null, vRootHeight);
    addItem('News', 'news.html', '', null, vRootHeight);
    addItem('Contact Us', 'contact.html', '', null, vRootHeight);
    addItem('&nbsp;&nbsp;', '', '', null, vRootHeight);

}
