// 2548.co.uk
// Menu for Guests
//

var MENU_ITEMS = [
	['Main Menu', null, {'tt':'Main Menu'},
		['Home',		'/homepage.php',		{'tt':'Home Page'} ],
		['History',		'/history.php',		{'tt':'The History'} ],
		['The Owners',		'/owners.php',		{'tt':'The Owners'} ],
		['Wanted',		'/wanted.php',		{'tt':'Wanted'} ],
		['Video',		'/video.php',		{'tt':'Video'} ],
		['Support Us',		'/support.php',		{'tt':'How to Help Us'} ],
		['Guestbook',		'/guestbook.php',	{'tw':'_blank', 'tt':'Our Guestbook'} ],
		['Site Search',		'/search.php',		{'tt':'Site Search'} ],

		['Links&nbsp;<img src="/images/__url.gif" alt="url" border="0" align="top">',		'/links.php',		{'tt':'Links to other Sites'},

			// ## Links Menu Populated from DB ##

			['Wythall Transport Museum',	'/openlink.php?id=3',	{ 'tw':'_blank' , 'tt':'Birmingham &amp; Midland Motor Omnibus Trust (Wythall Transport Museum)'} ], 
			['busweb.co.uk',	'/openlink.php?id=5',	{ 'tw':'_blank' , 'tt':'busweb.co.uk - Everything to do with Public Transport is right here.'} ], 
			['Guy Motors Company History',	'/openlink.php?id=6',	{ 'tw':'_blank' , 'tt':'Guy Motors Company History - from Wolverhampton History &amp; Heritage Society.'} ], 
			['Classic Buses',	'/openlink.php?id=7',	{ 'tw':'_blank' , 'tt':'Classic Buses'} ], 
			['Bristol Commercial Vehicle Enthusiasts',	'/openlink.php?id=9',	{ 'tw':'_blank' , 'tt':'Bristol Commercial Vehicle Enthusiasts'} ], 
			['Local Transport History',	'/openlink.php?id=10',	{ 'tw':'_blank' , 'tt':'Local Transport History (Compiled by Peter Gould)'} ], 
			['National Association of Road Transport Museums',	'/openlink.php?id=11',	{ 'tw':'_blank' , 'tt':'National Association of Road Transport Museums - an informal organisation of over 60 museums and collections, formed in August 1981'} ], 
			['Lancashire United Transport Society',	'/openlink.php?id=12',	{ 'tw':'_blank' , 'tt':'Lancashire United Transport Society'} ], 
			['Black Country Museum Transport Group',	'/openlink.php?id=13',	{ 'tw':'_blank' , 'tt':'Black Country Museum Transport Group - We are involved in the restoration and running of a variety of historic vehicles, but mainly Trolley Buses and Trams'} ], 
			['Lincolnshire Vintage Vehicle Society',	'/openlink.php?id=14',	{ 'tw':'_blank' , 'tt':'Lincolnshire Vintage Vehicle Society'} ], 
			['Telford Bus Group',	'/openlink.php?id=15',	{ 'tw':'_blank' , 'tt':'Telford Bus Group - A Preservation Society'} ], 
			['Greater Manchester\'s Museum of Transport',	'/openlink.php?id=16',	{ 'tw':'_blank' , 'tt':'Greater Manchester\'s Museum of Transport'} ], 
			['Lancastrian Transport Trust (LTT)',	'/openlink.php?id=18',	{ 'tw':'_blank' , 'tt':'Lancastrian Transport Trust'} ], 
			['MSN: Guy Motors Group',	'/openlink.php?id=19',	{ 'tw':'_blank' , 'tt':'MSN: Guy Motors Group'} ], 
			['Bus Events Diary',	'/openlink.php?id=20',	{ 'tw':'_blank' , 'tt':'Bus Events Diary'} ], 
			['MidlandRed.Net',	'/openlink.php?id=22',	{ 'tw':'_blank' , 'tt':'Unofficial website for Midland Red buses'} ], 
			['Amberley Museum',	'/openlink.php?id=23',	{ 'tw':'_blank' , 'tt':'Amberley Museum'} ]
		]
	],

	['News', null,	{'tt':'News'},
		['Latest News',		'/news.php',		{'tt':'News'} ],
		['Restoration Reports',	'/reports.php',		{'tt':'Resoration Reports'} ],
		['Notify me of Updates',	'/enotify.php',		{'tt':'Notify me of Updates'} ],
		['<span style="color:yellow;font-weight:bold">Our RSS News</span>&nbsp;<a href="/feeds/rss.php"><img src="/images/mini_rss.gif" alt="Subscribe to News Feed" border="0" align="baseline"></a>', '/feeds/rss.php', {'tt':'Subscribe to Our RSS News Feed'} ]
	],

	['Galleries', null, {'tt':'Our Galleries'},
		['Design, Development & Production',	'/design.php',		{'tt':'Design, Development & Production Gallery'} ],
		['Photo Gallery',	'/photo.php',		{'tt':'Photo Gallery'} ],
		['Restoration Gallery',	'/restore.php',		{'tt':'Restoration Gallery'} ],
		['2526-2625 Gallery',	'/series.php',		{'tt':'2526-2625 Gallery'} ]
	],

	['FAQ&nbsp;<img src="/images/smileys/question.gif" alt="question" border="0" align="top">',			'/faq.php',		{'tt':'Frequently Asked Questions'} ],

	['Contact Us&nbsp;<img src="/images/__mail.gif" alt="mail" border="0" align="top">',		'/feedback.php', 	{'tt':'Contact Us'} ],

//	['Contact Us',		'/feedback.php', 	{'tt':'Contact Us'} ]


	['Logon / Logoff', null, {'tt':'Account Information'},
                ['New User Registration',  '/register.php',  {'tt':'New User Registration'} ],
                ['Lost Password',  '/lostpassword.php',  {'tt':'Lost Password ?'} ],
                ['<span style="color:yellow;font-weight:bold">Logon</span>',           '/login.php',          {'tt':'Logon'} ]
        ]
];

