
var hBar = new ItemStyle(120, 25, '', 0, 0, '15#317D7B', '10#68A4A4', 'highText', 'highText', '', '',
 null, null, 'hand', 'default');


var subM = new ItemStyle(22, 0, '&gt;', -15, 3, '#317D7B', '#68A4A4', 'lowText', 'lowText',
 'itemBorder', 'itemBorder', null, null, 'hand', 'default');

var subBlank = new ItemStyle(22, 1, '&gt;', -15, 3, '#4E8994', '#68A4A4', 'lowText', 'lowText',
 'itemBorderBlank', 'itemBorder', null, null, 'hand', 'default');

var button = new ItemStyle(22, 1, '&gt;', -15, 2, '10#4E8994', '10#68A4A4', 'buttonText', 'buttonHover',
 'buttonBorder', 'buttonBorderOver', 80, 95, 'crosshair', 'default');


var pMenu = new PopupMenu('pMenu');
with (pMenu)
{

startMenu('root', false, 'window.page.winW()/2 - menuW/2', 140, 22, hBar);
addItem('&nbsp; Home', 'index.htm', '', null, 75);
addItem('&nbsp; Properties', 'mProperties', 'sm:', null, 110);
addItem('&nbsp; Buyers', 'Buyers.htm', '', null, 85);
addItem('&nbsp; Sellers', 'Sellers.htm', '', null, 85);
addItem('&nbsp; Offices', 'Offices.htm', '', null, 85);
addItem('&nbsp; Local   Information', 'Local.htm', '', null, 180);


startMenu('mProperties', true, 0, 22, 110, subM, '', false);
addItem('Upto £100k', 'to100.htm', '');
addItem('£100-£200k', '100-200.htm', '');
addItem('£200-£300k', '200-300.htm', '');
addItem('£300-£400k', '300-400.htm', '');
addItem('£400-£500k', '400-500.htm', '');
addItem('£500-£600k', '500-600.htm', '');
addItem('Over £600k', 'over600.htm', '');}
























