
var topMenu = 
[
  [null,'Home','index.php','_self',null,],
	
	[null,'Previous Articles &#x25bc;',null,null,null,
	
    [null,'Gardening','articleMenu.php?type=Gardening','_self',null,],
    
    [null,'Recipes','articleMenu.php?type=Recipes','_self',null,],
			
		[null,'Birding','articleMenu.php?type=Birding','_self',null,],
		
		[null,'Farming Year','articleMenu.php?type=Farming+Year','_self',null,],
     
		[null,'Local Memories','articleMenu.php?type=Local+Memories','_self',null,],
		 
    [null,'Weston Parish Council','articleMenu.php?type=Weston+Parish+Council','_self',null,],
			
    [null,'Hope Mansell Parish Council','articleMenu.php?type=Hope+Mansell+Parish+Council','_self',null,],
		
  ], // of Previous Articles
	
	
	[null,'Local Information &#x25bc;',null,null,null,
	
	  [null, 'Churches &#x25ba;',null,null,null,

        [null,'Weston Church','churchWeston.php','_self',null,],
				[null,'Hope Mansel Church','churchHopeMansell.php','_self',null,],
				[null,'Bailey Lane End Methodist Church','churchbaileylaneend.php','_self',null,],    

    ],
  
	  [null, 'History &#x25ba;',null,null,null,

        [null,'History of Weston-under-Penyard','history_weston.php','_self',null,],
				[null,'The Hope Mansell Name','hopemansellname.php','_self',null,],
				[null,'1678 Parish Contributions','parishcontributions1678.php','_self',null,],
				[null,'Ariconium','ariconium.php','_self',null,],
				[null,'Hereford and Gloucester Canal','herefordgloucscanal.php','_self',null,],    

    ],
		
		[null, 'Local Walks &#x25ba;',null,null,null,

        [null,'Two Walks around Weston','localwalks.php','_self',null,],
				
    ],
	
	], // of local information
	
	[null,'What\'s On','calendar.php','_self',null,],
	[null,'Local Services','services.php','_self',null,],
	
];


// this will add a horizontal menu to the div with id=dynamicMenu

cmDraw('dynamicMenu', topMenu, 'hbr', cmThemeWeston, 'ThemeWeston');

