document.write('<!-- This menu in used for top level pages -->'
  + '<!-- Main menu items - Simply add another list item <li> as per existing items -->'
  + '<div class="ddcolortabs" id="colortab" text-align="center">'
  + '<ul style="text-align: center;">'
  + '  <li><a title="Home" href="index.html"><span>Home</span></a>'
  + '  </li>'
  + '  <li><a title="News" href="NewsIntro.html" rel="Newsmenu1_a"><span>News</span></a>'
  + '  </li>'
  + '  <li><a title="About CRhE" href="AboutCRhE.html" rel="Aboutmenu1_a"><span>About CRhE</span></a>'
  + '  </li>'
  + '  <li><a title="Groups" href="Groups.html"'
  + ' rel="Groupsmenu1_a"><span>Groups</span></a>'
  + '  </li>'
  + '  <li><a title="Projects" href="Projects.html"'
  + ' rel="Projectsmenu1_a"><span>Projects</span></a>'
  + '  </li>'
  + '  <li><a title="TSR" href="TSR.html" rel="TSRmenu1_a"><span>The Snowdon Ranger</span></a>'
  + '  </li>'
  + '  <li><a title="Sales"'
  + ' href="shop"><span>Sales</span></a>'
  + '  </li>'
  + '  <li><a title="The WHR Project" href="WHRProject.html"><span>The WHR Project</span></a>'
  + '  </li>'
  + '  <li><a title="The Railway" href="Railway.html"><span>The Railway</span></a>'
  + '  </li>'
  + '  <li><a title="Welsh Version" href="http://www.crhe.org.uk/index.html">'
  + '  <img style="border: 0px solid; width: 32px; height: 20px;" alt="Go to the Welsh Language Version" '
  + '   title="Go to the Welsh Language Version" src="Images/WelshFlag.gif"></a>'
  + '  </li>'
  + '</ul>'
  + '</div>'
  + '<div class="ddcolortabsline"></div> <!-- Defines the line under the menu - to be found in style sheet-->'
  + '<!-- The following define the dropdown sub-menus and links-->'
  + '<!-- To add a complete group to a main menu item add arel statement to the main menu item and create a new sub menu group -->'
  + '<!-- using an existing submenu as a template and give it an id with the same name as the rel statement -->'
  + '<!-- submenu items are added with simple a href... statement -->'
  + '<!-- News drop down menu -->'
  + '<div class="dropmenudiv_a" id="Newsmenu1_a"'
  + ' style="left: 166px; visibility: hidden; width: 150px; top: 467px;" x="166"'
  + ' y="445" contentmeasure="100"><a'
  + ' style="border-top-width: 0px;" href="News/News.html">News</a>'
  + '<a href="News/Announce.html">Announcements</a>'
  + '<a href="News/Changelog.html">Society Changelog</a>'
  + '<a href="WHRProject/changelog.htm">WHR Project Changelog</a>'
  + '</div>'
  + '<!-- Membership drop down menu -->'
  + '<div class="dropmenudiv_a" id="Aboutmenu1_a"'
  + ' style="left: 166px; visibility: hidden; width: 120px; top: 467px;" x="166"'
  + ' y="445" contentmeasure="100"><a'
  + ' style="border-top-width: 0px;" href="Membership/Join.html">Join</a>'
  + '<a href="Membership/Officers.html">Officers</a>'
  + '<a href="Membership/Responsibilities.html">Responsibilities</a>'
  + '<a href="Membership/Volunteer.html">Volunteering</a>'
  + '<a href="Membership/Donate.html">Donate</a>'
  + '<a href="Membership/Wants.html">Items Wanted & Offered</a>'
  + '<a href="Membership/Token.html">Token of Appreciation</a>'
  + '<a href="Membership/Acknowledgements.html">Acknowledgements</a>'
  + '</div>');
document.write('<!-- drop down menu for Groups -->'
  + '<div class="dropmenudiv_a" id="Groupsmenu1_a"'
  + ' style="left: 329px; visibility: hidden; width: 200px; top: 467px;" x="329"'
  + ' y="445" contentmeasure="111"><a'
  + ' style="border-top-width: 0px;" href="Groups/NorthWalesGroup.html">North Wales Group/Grwp Gogledd Cymru</a>'
  + '<a href="Groups/WestMidlandsGroup.html">West Midland Group</a>'
  + '<a href="Groups/SouthMidlandsGroup.html">South Midlands Group</a>'
  + '<a href="Groups/ReadingGroup.html">Reading Group</a>'
  + '<a href="Groups/EastAnglianGroup.html">East Anglian Group</a>'
  + '<a href="Groups/SouthWestGroup.html">South West Group</a>'
  + '<a href="Groups/WessexGroup.html">Wessex</a>'
  + '</div>'
  + '<!--Projects drop down menu -->'
  + '<div class="dropmenudiv_a" id="Projectsmenu1_a"'
  + ' style="left: 329px; visibility: hidden; width: 160px; top: 467px;" x="329"'
  + ' y="445" contentmeasure="123"><a'
  + ' style="border-top-width: 0px;" href="Projects/Track.html">Track Work</a>'
  + '<a href="Projects/K1Loco.html">K1 Locomotive</a>'
  + '<a href="Projects/NG15Loco.html">NG15 No.134 restoration</a>'
  + '<a href="Projects/Wagons.html">Wagons</a>'
  + '<a href="Projects/Stations.html">Stations and Buildings</a>'
  + '<a href="Projects/Gardens.html">Joint Landscaping Group</a>'
  + '</div>');
document.write('<!-- Magazine down menu -->'
  + '<div class="dropmenudiv_a" id="TSRmenu1_a"'
  + ' style="left: 409px; visibility: hidden; width: 150px; top: 467px;"'
  + ' x="409" y="445" contentmeasure="100"><a'
  + ' style="border-top-width: 0px;" href="TSR/Press.html">Press Dates and Info</a>'
  + '<a href="TSR/Issues1-20.html">Issues 1-20</a>'
  + '<a href="TSR/Issues21-40.html">Issues 21-40</a>'
  + '<a href="TSR/Issues41-60.html">Issues 41-60</a>'
  + '<a href="TSR/Issues61-80.html">Issues 61-67</a>'
  + '</div>');
