// *** START EDITING HERE, READ THIS SECTION CAREFULLY! ***

var hBar = new ItemStyle(110, 8, '', 0, 3, '#CCCCDD', '#CC6600', 'itemText', 'itemHover', 'itemBorder', 'itemBorder',
 null, null, 'hand', 'default');

var subM = new ItemStyle(22, 0, "<img src='images/arrow-2.gif' width='8' height='15' border='0'>", -10, 3, '#eedd44', 'ffff44', 'subHover', 'subText',
 'itemBorder', 'itemBorder', null, null, 'hand', 'default');

var subBlank = new ItemStyle(22, 1, '&gt;', 0, 0, '#CCCCDD', '#6699CC', 'itemHover', 'itemText',
 'itemBorder', 'itemBorder', null, null, 'hand', 'default');

var button = new ItemStyle(32, 1, '&gt;', 0, 0, '#006633', '#CC6600', 'itemText', 'itemHover',
 'itemBorder', 'itemBorder', 80, 95, 'crosshair', 'default');

var pMenu = new PopupMenu('pMenu');
with (pMenu)

{

startMenu('root', false, 'page.winW()/2 - 485', 145, 29, hBar);
addItem('Home', 'index.php', '');
addItem('News', 'news.php', '');
addItem('Machines', 'plant/index.php', '');

addItem('Attachments', 'attachments.php', '');
addItem('Get a Quote', 'quote.php', '');
addItem('Book a Hire', 'hire.php', '');
addItem('Plant Sales', 'http://www.buyadigger.com', '');
addItem('Useful Info', 'mUseful', 'sm:');

startMenu('mUseful', true, 0, 35, 140, subM);
addItem('Depots', 'depots/index.php', '');
addItem('Contact Us', 'contact-us.php', '');
addItem('Comments', '../leavecomment.php', '');
addItem('Jobs at HE Services', 'jobs.php', '');
addItem('Account Application', 'account-application.pdf', '');
addItem('Terms & Conditions', 'terms-and-conditions.php', '');
addItem('Privacy Policy', 'privacy-policy.php', '');
addItem('Digging Depth Chart', 'digging-depth-chart.php', '');
addItem('Site Safety', 'site-safety.php', '');
addItem('Plant Hire Guide', 'plant-hire-guide.pdf', '');
addItem('Pocket Guide', '/pocketguide/PocketBook.pdf', '');
addItem('Disaster Calendar 2008', '../calendar 2008 lowres.pdf', '');
addItem('Attractions', 'attractions.php', '');
addItem('EXTERNAL LINKS', '', '');
addItem('=> Masterhitch', 'http://www.masterhitch.co.uk', '');
addItem('=> Diggerland', 'http://www.diggerland.com', '');
addItem('=> Hy-Tools', 'http://www.hy-tools.co.uk', '');
}
