
var hBar = new ItemStyle(134, 2, '', 0, 4, '#3399ff', '#0066cc', 'itemText', (isNS4?'itemText':'itemHover'), 'itemBorder', 'itemBorder', null, null, 'hand', 'default');

var subM = new ItemStyle(25, 0, '+', 0, 4, '#ffe7bb', '#be9e56', 'itemSubText', (isNS4?'itemSubText':'itemSubHover'), 'itemSubBorder', 'itemSubBorder', null, null, 'hand', 'default');

var pMenu = new PopupMenu('pMenu');
with (pMenu)

{

startMenu('root', false, 'page.winW()/2 - 479', 121, 27, hBar);
addItem('Home Page', 'index.php', '');
addItem('Standard Test', 'standard-test-probe-overview.php', '');
addItem('Cable Harness Test', 'cable-harness-test-probe-overview.php', '');
addItem('RF Test', 'rf-test-probe-overview.php', '');
addItem('Technical Information', 'mTech', 'sm:');
addItem('Downloads', 'downloads.php', '');
addItem('Contact', 'contact.php', '');

startMenu('mTech', true, 0, 25, 230, subM);
addItem('Tip Style Overview', 'tip-style-overview.php', '');
addItem('Design of INGUN Test Probes', 'design-of-ingun-test-probes.php', '');
addItem('Design of Receptacles', 'design-of-receptacles.php', '');
addItem('Composition of INGUN Test Probes', 'composition-of-ingun-test-probes.php', '');
addItem('Life Expectancy of INGUN Test Probes', 'life-expectancy-of-ingun-test-probes.php', '');
addItem('Application Temperature Range', 'application-temperature-range.php', '');
addItem('Wobble and Minimum Test Pad Size', 'wobble-and-minimum-test-pad-size.php', '');
addItem('Collar Height and Extension Height', 'collar-height-and-extension-height.php', '');


}

