
// *** START EDITING HERE, READ THIS SECTION CAREFULLY! ***


var hBar = new ItemStyle(105, 8, '', 0, 3, '#3377cc', '0033cc', 'itemText', 'itemText', 'itemBorder', 'itemBorder',
 null, null, 'hand', 'default');


var subM = new ItemStyle(22, 0, '&gt;', -15, 3, '#3377cc', '0033cc', 'itemHover', 'itemText',
 'itemBorder', 'itemBorder', null, null, 'hand', 'default');


var subBlank = new ItemStyle(22, 1, '&gt;', -15, 3, '#CCCCDD', '#6699CC', 'itemHover', 'itemText',
 'itemBorder', 'itemBorder', null, null, 'hand', 'default');


var button = new ItemStyle(22, 1, '&gt;', -15, 2, '#006633', '#CC6600', 'itemText', 'itemHover',
 'itemBorder', 'itemBorder', 80, 95, 'crosshair', 'default');

var pMenu = new PopupMenu('pMenu');
with (pMenu)

{


startMenu('root', false, 200, 8, 38, hBar);
addItem('About<br>Grand Chapter', 'mAboutGC', 'sm:');
addItem('About<br>Royal Arch Masonry', 'mAboutRA', 'sm:');
addItem('News &<br>Diary', 'mNews', 'sm:');
addItem('Provincial & District<br>Grand Chapters', 'mProvinces', 'sm:');
addItem('Site Map<br>Useful Links', 'mMapLinks', 'sm:');


startMenu('mAboutGC', true, -27, 40, 160, subM);
addItem('Introduction', '../sgc/index.htm', '');
addItem('History of Grand Chapter', 'mHistoryGC', 'sm:');
addItem('Foreign Grand Chapters', '../foreign/index.htm', '');
addItem('Who\'s Who at SGC', '../sgc/whos-who.htm', '');
addItem('Royal Arch Regulations', '../sgc/ra-regulations.htm', '');
addItem('How to Find Us', '../sgc/location.htm', '');
addItem('Library & Museum', '../sgc/library.htm', '');
addItem('Masonic Shop', '../sgc/masonic-shop.htm', '');

startMenu('mHistoryGC', true, 160, 0, 200, subM);
addItem('The first Grand Chapter', '../sgc/fgc-history.htm', '');
addItem('The Antients Grand Chapter', '../sgc/agc-history.htm', '');
addItem('The \'Union\' of the two Grand Chapters', '../sgc/ugc-history.htm', '');
addItem('Supreme Grand Chapter', '../sgc/sgc-history.htm', '');
addItem('Grand Chapter and the Ritual', '../sgc/gcr-history.htm', '');
addItem('External Relations', '../sgc/er-history.htm', '');

startMenu('mAboutRA', true, -27, 40, 160, subM);
addItem('What is Royal Arch Masonry?', '../royal-arch/index.htm', '');
addItem('Why join Royal Arch?', '../royal-arch/why-join.htm', '');
addItem('How to join Royal Arch', '../royal-arch/how-to-join.htm', '');

startMenu('mNews', true, 0, 40, 105, subM);
addItem('News', '../news/index.htm', '');
addItem('Diary', '../news/sgc-diary.htm', '');

startMenu('mProvinces', true, -27, 40, 160, subM);
addItem('England & Wales', '../provinces/england-wales.htm', '');
addItem('Districts Overseas', '../provinces/overseas.htm', '');
addItem('Rules about Visiting', '../foreign/visiting.htm', '');

startMenu('mMapLinks', true, 0, 40, 105, subM);
addItem('Site Map', '../sgc/site-map.htm', '');
addItem('Useful Links', '../sgc/useful-links.htm', '');


}

