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;Equipment Supply&nbsp;', 'm1', 'sm:', null, vRootHeight);
    addItem('&nbsp;Consultancy&nbsp;', 'consultancy.html', '', null, vRootHeight);
    addItem('&nbsp;Applications&nbsp;', 'applications.html', '', null, vRootHeight);
    addItem('&nbsp;Chemical Supply&nbsp;', 'chemical-supply.html', '', null, vRootHeight);
    addItem('&nbsp;Service & Maintenance&nbsp;', 'service.html', '', null, vRootHeight);
    addItem('&nbsp;Systems & Custom Build&nbsp;', 'systems.html', '', null, vRootHeight);
    addItem('&nbsp;&nbsp;', '', '', null, vRootHeight);
    addItem('&nbsp;Contact us&nbsp;', 'contact.html', '', null, vRootHeight);

    startMenu('m1', bVertical, vHorizontalSubmenuOffset, vVerticalSubmenuOffset, vSubWidth, subM, vFrameName, bShowOnClick);
    addItem('&nbsp;Overview&nbsp;', 'equipment-supply.html', '');
    addItem('&nbsp;Analytical instruments, controllers, recorders etc&nbsp;', 'instrumentation.html', '', null, vRootHeight);
    addItem('&nbsp;Sensors and transducers for monitoring&nbsp;', 'monitoring.html', '', null, vRootHeight);
    addItem('&nbsp;Flow/ level measurement and control systems&nbsp;', 'control-systems.html', '', null, vRootHeight);
    addItem('&nbsp;Transfer, dosing and submersible pumps&nbsp;', 'pumps.html', '', null, vRootHeight);
    addItem('&nbsp;Health & Safety products&nbsp;', 'health-safety.html', '', null, vRootHeight);

}
