var MENU_ITEMS = [	['Home','http://visitnormandy.org/Normandy.nsf'	],		['About this site', null, null,		['Using the site', 'http://visitnormandy.org/Normandy.nsf/Visit/Using-this-site.htm'],		['About us', 'http://visitnormandy.org/Normandy.nsf/Visit/AboutUs.htm'],		['Travel Tips', 'http://visitnormandy.org/Normandy.nsf/Visit/Tips.htm'],		['Weather', 'http://visitnormandy.org/Normandy.nsf/Visit/Meteo.htm'],		['Getting There', 'http://visitnormandy.org/Normandy.nsf/Visit/Getting-There.htm'],		['Other sites', 'http://visitnormandy.org/Normandy.nsf/Visit/OtherSites.htm']	],	['Visit Normandy', null, null,		['Country side', 'http://visitnormandy.org/Normandy.nsf/Visit/Drive-Through-The-Country.htm'],		['Cities', null, null,			['All cities','http://visitnormandy.org/Normandy.nsf/Visit/Normandy.htm',],			['Upper Normandy', 'http://visitnormandy.org/Normandy.nsf/Visit/Upper-Normandy.htm'],			['Lower Normandy', 'http://visitnormandy.org/Normandy.nsf/Visit/Lower-Normandy.htm']		],		['Castles', null, null,			['by Name', 'http://visitnormandy.org/Normandy.nsf/Visit/Castles.htm'],			['by City', 'http://visitnormandy.org/Normandy.nsf/Visit/Castles-Locations.htm'],			['by Region', 'http://visitnormandy.org/Normandy.nsf/Visit/Castles-Regions.htm'],			['by Visitable', 'http://visitnormandy.org/Normandy.nsf/Visit/Castles-Visitable.htm'],			['by Map', 'http://visitnormandy.org/Normandy.nsf/Visit/Castles-Map-Upper.htm']		],		['Attractions',null,null,			['All Attractions','http://visitnormandy.org/Normandy.nsf/Visit/Attractions.htm'],			['Casinos','http://visitnormandy.org/Normandy.nsf/Visit/Attractions-Casino.htm'],			['Museums','http://visitnormandy.org/Normandy.nsf/Visit/Attractions-Museum.htm'],			['Water Sports','http://visitnormandy.org/Normandy.nsf/Visit/Attractions-WaterSports.htm'],			['Shopping','http://visitnormandy.org/Normandy.nsf/Visit/Attractions-Shopping.htm'],			['Park & Gardens','http://visitnormandy.org/Normandy.nsf/Visit/Attractions-Parks.htm']		],		['Restaurants', null,null,			['by Name', 'http://visitnormandy.org/Normandy.nsf/Visit/Restaurants.htm'],			['by Type', 'http://visitnormandy.org/Normandy.nsf/Visit/Restaurants-type.htm']		],		['Guided Tours', null,null,			['by Name', 'http://visitnormandy.org/Normandy.nsf/Visit/Tours-Name.htm'],			['by Type', 'http://visitnormandy.org/Normandy.nsf/Visit/Tours-Type.htm']		],		['Distances', 'http://visitnormandy.org/Normandy.nsf/Visit/Distances.htm'],		['Getting There', 'http://visitnormandy.org/Normandy.nsf/Visit/Getting-There.htm']	],	['Routes', 'http://visitnormandy.org/Normandy.nsf/Visit/Routes.htm'	],	['Search','http://visitnormandy.org/Normandy.nsf/Visit/Search.htm'	],	['Contact', null, null,		['E-mail', 'mailto:Mike.Werner@VisitNormandy.org'],		['Skype', 'callto:mike-werner']	]];function nw(url, name) {	window.open(url,(name ? name : '_blank'),'HEIGHT=150,WIDTH=205,TOP=200,LEFT=200,resizable=yes,scrollbars=no,status=no,titlebar=no');}
