// *** START EDITING HERE, READ THIS SECTION CAREFULLY! ***

var hBar = new ItemStyle(116, 8, '', 0, 3, '#ffee66', 'ffff00', '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 - 365', 106, 39, hBar);
addItem('Home', '../index.php', '');
addItem('Plant Hire', '../plant/index.php', '');
addItem('News', '../news.php', '');
addItem('Attachment Hire', '../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', '../viewguestbook.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('2009 Calendar', 'H_E_Services__Calendar__2009.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', '');
}
