document.writeln('<br><br><br><br><br><br><br><br>')
document.writeln('<script LANGUAGE="JavaScript">')
document.writeln("/***")
document.writeln("This @@ is the menu creation code - place it right after you body tag")
document.writeln("Feel free to add this to a stand-alone js file and link it to your page.")
document.writeln("**/")
document.writeln("//Menu object creation")
document.writeln('oCMenu=new makeCM("oCMenu") //Making the menu object. Argument: menuname')
document.writeln("oCMenu.frames = 9")
document.writeln("//Menu properties")
document.writeln("oCMenu.pxBetween=50")
document.writeln("oCMenu.fromLeft=220") //180
document.writeln("oCMenu.fromTop=91")
document.writeln("oCMenu.rows=4")
document.writeln('oCMenu.menuPlacement="left"')
document.writeln('oCMenu.offlineRoot=""')
document.writeln('oCMenu.onlineRoot=""')
document.writeln("oCMenu.resizeCheck=1")
document.writeln("oCMenu.wait=400")
document.writeln('oCMenu.fillImg=""')
document.writeln("oCMenu.zIndex=0")
document.writeln("//Background bar properties")
document.writeln("oCMenu.useBar=0")
document.writeln('oCMenu.barWidth="0%"')
document.writeln('oCMenu.barHeight="menu"')
document.writeln('oCMenu.barClass="clBar"')
document.writeln("oCMenu.barX=0")
document.writeln("oCMenu.barY=0")
document.writeln("oCMenu.barBorderX=0")
document.writeln("oCMenu.barBorderY=0")
document.writeln('oCMenu.barBorderClass=""')
document.writeln("//Level properties - ALL properties have to be specified in level 0")
document.writeln("oCMenu.level[0]=new cm_makeLevel() //Add this for each new level")
document.writeln('oCMenu.level[0].regClass="clLevel0"')
document.writeln('oCMenu.level[0].overClass="clLevel0over"')
document.writeln("oCMenu.level[0].width=200")
document.writeln("oCMenu.level[0].height=25")
document.writeln("oCMenu.level[0].borderX=0")
document.writeln("oCMenu.level[0].borderY=0")
document.writeln('oCMenu.level[0].borderClass=""')
document.writeln("oCMenu.level[0].offsetX=-38")
document.writeln("oCMenu.level[0].offsetY=3")
document.writeln("oCMenu.level[0].rows=0")
document.writeln("oCMenu.level[0].arrow=0")
document.writeln("oCMenu.level[0].arrowWidth=0")
document.writeln("oCMenu.level[0].arrowHeight=0")
document.writeln('oCMenu.level[0].align="bottom"')
document.writeln("//EXAMPLE SUB LEVEL[1] PROPERTIES - You have to specify the properties you want different from LEVEL[0] - If you want all items to look the same just remove this")
document.writeln("oCMenu.level[1]=new cm_makeLevel() //Add this for each new level (adding one to the number)")
document.writeln("oCMenu.level[1].width=oCMenu.level[0].width-2")
document.writeln("oCMenu.level[1].height=22")
document.writeln('oCMenu.level[1].regClass="clLevel1"')
document.writeln('oCMenu.level[1].overClass="clLevel1over"')
document.writeln("oCMenu.level[1].borderX=")
document.writeln("oCMenu.level[1].borderY=1")
document.writeln('oCMenu.level[1].align="right"')
document.writeln("oCMenu.level[1].offsetX=-(oCMenu.level[0].width-2)/2+55")
document.writeln("oCMenu.level[1].offsetY=0")
document.writeln('oCMenu.level[1].borderClass=""')
document.writeln("//EXAMPLE SUB LEVEL[2] PROPERTIES - You have to specify the properties you want different from LEVEL[1] OR LEVEL[0] - If you want all items to look the same just remove this")
document.writeln("oCMenu.level[2]=new cm_makeLevel() //Add this for each new level (adding one to the number)")
document.writeln("oCMenu.level[2].width=150")
document.writeln("oCMenu.level[2].height=20")
document.writeln("oCMenu.level[2].offsetX=0")
document.writeln("oCMenu.level[2].offsetY=0")
document.writeln('oCMenu.level[2].regClass="clLevel2"')
document.writeln('oCMenu.level[2].overClass="clLevel2over"')
document.writeln('oCMenu.level[2].borderClass=""')
document.writeln("//EXAMPLE SUB LEVEL[3] PROPERTIES - You have to specify the properties you want different from LEVEL[1] OR LEVEL[0] - If you want all items to look the same just remove this")
document.writeln("oCMenu.level[3]=new cm_makeLevel() //Add this for each new level (adding one to the number)")
document.writeln("oCMenu.level[3].width=150")
document.writeln("oCMenu.level[3].height=20")
document.writeln("oCMenu.level[3].offsetX=0")
document.writeln("oCMenu.level[3].offsetY=0")
document.writeln('oCMenu.level[3].regClass="clLevel3"')
document.writeln('oCMenu.level[3].overClass="clLevel3over"')
document.writeln('oCMenu.level[3].borderClass=""')
document.writeln("//EXAMPLE SUB LEVEL[4] PROPERTIES - You have to specify the properties you want different from LEVEL[1] OR LEVEL[0] - If you want all items to look the same just remove this")
document.writeln("oCMenu.level[4]=new cm_makeLevel() //Add this for each new level (adding one to the number)")
document.writeln("oCMenu.level[4].width=150")
document.writeln("oCMenu.level[4].height=20")
document.writeln("oCMenu.level[4].offsetX=0")
document.writeln("oCMenu.level[4].offsetY=0")
document.writeln('oCMenu.level[4].regClass="clLevel4"')
document.writeln('oCMenu.level[4].overClass="clLevel4over"')
document.writeln('oCMenu.level[4].borderClass=""')
document.writeln("/******************************************")
document.writeln("Menu item creation:")
document.writeln("myCoolMenu.makeMenu(name, parent_name, text, link, target, width, height, regImage, overImage, regClass, overClass , align, rows, nolink, onclick, onmouseover, onmouseout)")
document.writeln("*************************************/")
document.writeln("oCMenu.makeMenu('topA','','Geoserver.nl','/uk/index.htm','',132,0)")
document.writeln("oCMenu.makeMenu('subA0','topA','Welcome','/uk/index.htm','',178,0)")
document.writeln("oCMenu.makeMenu('subA1','topA','For who?','/uk/geoserver/users.htm','',178,0)")
document.writeln("oCMenu.makeMenu('subA2','topA','How does it work?','/uk/geoserver/howdoesitwork.htm','',178,0)")
document.writeln("oCMenu.makeMenu('subA3','topA','Examples','/uk/geoserver/examples.htm','',178,0)")
document.writeln("oCMenu.makeMenu('subA4','topA','The costs?','/uk/geoserver/costs.htm','',178,0)")
document.writeln("oCMenu.makeMenu('subA5','topA','Contact','/uk/geoserver/contact.htm','',178,0)")
document.writeln("oCMenu.makeMenu('subA6','topA','Disclaimer','/uk/geoserver/disclaimer.htm','',178,0)")
document.writeln("oCMenu.makeMenu('subA7','topA','News','/uk/news/index.htm','',178,0)")
document.writeln("oCMenu.makeMenu('top0','','Mapservice','/uk/mapservice/index.htm','',132,0)")
document.writeln("oCMenu.makeMenu('sub00','top0','Base Map...','/uk/mapservice/basemap/index.htm','',178,0)")
document.writeln("oCMenu.makeMenu('sub001','sub00','Base Map...','/uk/mapservice/basemap/index.htm','',100,0)")
document.writeln("oCMenu.makeMenu('sub0011','sub001','Aerial Photo','/uk/mapservice/basemap/aerialphoto.htm','',170,0)")
document.writeln("oCMenu.makeMenu('sub0012','sub001','Satellite','/uk/mapservice/basemap/sat5.htm','',170,0)")
document.writeln("oCMenu.makeMenu('sub0013','sub001','Streetmap','/uk/mapservice/basemap/geostreets.htm','',170,0)")
document.writeln("oCMenu.makeMenu('sub0014','sub001','Topography','/uk/mapservice/basemap/top25.htm','',170,0)")
document.writeln("oCMenu.makeMenu('sub0015','sub001','GBKN','/uk/mapservice/basemap/gbkn.htm','',170,0)")
document.writeln("oCMenu.makeMenu('sub0016','sub001','Reference map','/uk/mapservice/basemap/geodanref.htm','',170,0)")
document.writeln("oCMenu.makeMenu('sub0017','sub001','Municipal map','/uk/mapservice/basemap/municipal.htm','',170,0)")
document.writeln("oCMenu.makeMenu('sub0018','sub001','Postcode map','/uk/mapservice/basemap/postcodemap.htm','',170,0)")
document.writeln("oCMenu.makeMenu('sub0019','sub001','European Streetmap','/uk/mapservice/basemap/eurostreets.htm','',170,0)")
document.writeln("oCMenu.makeMenu('sub0020','sub001','Worldmap','/uk/mapservice/basemap/world.htm','',170,0)")
document.writeln("oCMenu.makeMenu('sub002','sub00','Examples','/uk/mapservice/basemap/Examples.htm','',120,0)")
document.writeln("oCMenu.makeMenu('sub01','top0','Find location...','/uk/mapservice/geocoding/index.htm','',178,0)")
document.writeln("oCMenu.makeMenu('sub011','sub01','Overview','/uk/mapservice/geocoding/index.htm','',210,0)")
document.writeln("oCMenu.makeMenu('sub012','sub01','Coordinate with Address','/uk/mapservice/geocoding/CoordinateWithAddress.htm','',210,0)")
document.writeln("oCMenu.makeMenu('sub013','sub01','Address with coordinate','/uk/mapservice/geocoding/AddressWithCoordinate.htm','',210,0)")
document.writeln("oCMenu.makeMenu('sub014','sub01','Neighbourhood information','/uk/mapservice/geocoding/Neighbourhood.htm','',210,0)")
document.writeln("oCMenu.makeMenu('sub015','sub01','Radius Finder','/uk/mapservice/geocoding/radiusfinder.htm','',210,0)")
document.writeln("oCMenu.makeMenu('sub016','sub01','MapInfo Geocodertool','/uk/application/mapinfo/index.htm','',150,0)")
document.writeln("oCMenu.makeMenu('sub017','sub01','FAQ Netherlands','/uk/mapservice/geocoding/index_faq.htm','',210,0)")
document.writeln("oCMenu.makeMenu('sub018','sub01','FAQ Europe','/uk/mapservice/geocoding/index_faq_EU.htm','',210,0)")
document.writeln("oCMenu.makeMenu('sub02','top0','Map with symbol...','/uk/mapservice/mapsymbol/index.htm','',178,0)")
document.writeln("oCMenu.makeMenu('sub021','sub02','Overview','/uk/mapservice/mapsymbol/index.htm','',100,0)")
document.writeln("oCMenu.makeMenu('sub022','sub02','Examples','/uk/mapservice/mapsymbol/examples.htm','',100,0)")
document.writeln("oCMenu.makeMenu('sub03','top0','Routing...','/uk/mapservice/routing/index.htm','',178,0)")
document.writeln("oCMenu.makeMenu('sub035','sub03','Overview','/uk/mapservice/routing/index.htm','',150,0)")
document.writeln("oCMenu.makeMenu('sub036','sub03','Routing Netherlands','/uk/mapservice/routing/falkrouting.htm','',150,0)")
document.writeln("oCMenu.makeMenu('sub037','sub03','Drive time Nederlands','/uk/mapservice/routing/drivetime.htm','',150,0)")
document.writeln("oCMenu.makeMenu('sub038','sub03','Examples: Netherlands','/uk/mapservice/routing/examples.htm','',150,0)")
document.writeln("oCMenu.makeMenu('sub039','sub03','Examples: Europe','/uk/mapservice/routing/examplesEu.htm','',150,0)")
document.writeln("oCMenu.makeMenu('sub04','top0','Accesibilities','/uk/mapservice/isochron/index.htm','',178,0)")
document.writeln("oCMenu.makeMenu('sub08','top0','Maintenance','/uk/mapservice/maintenance/index.htm','',178,0)")

document.writeln("oCMenu.makeMenu('top1','','Applications','/uk/application/index.htm','',135,0)")
document.writeln("oCMenu.makeMenu('sub05','top1','MapInfo...','/uk/application/mapinfo/index.htm','',178,0)")
document.writeln("oCMenu.makeMenu('sub052','sub05','Download geocoder NL','/uk/application/mapinfo/Mapinfo_geocoder.htm','',140,0)")
document.writeln("oCMenu.makeMenu('sub053','sub05','Download Mapmenu NL','/uk/application/mapinfo/Mapinfo_geoservermaps.htm','',140,0)")
document.writeln("oCMenu.makeMenu('sub054','sub05','Download EU','/uk/application/mapinfo/mapinfo_eu_maps_geocoder.htm','',140,0)")
document.writeln("oCMenu.makeMenu('sub055','sub05','FAQ','/uk/application/mapinfo/mapinfo_basemaps_FAQ.htm','',140,0)")
document.writeln("oCMenu.makeMenu('sub06','top1','ArcGIS...','/uk/application/ArcGIS/index.htm','',178,0)")
document.writeln("oCMenu.makeMenu('sub062','sub06','ArcGIS','/uk/application/ArcGIS/index.htm','',140,0)")
document.writeln("oCMenu.makeMenu('sub063','sub06','Download geocoder','/uk/application/ArcGIS/arcgis_geocoder.htm','',140,0)")
document.writeln("oCMenu.makeMenu('sub07','top1','Google Earth','/uk/application/google/GoogleEarth.htm','',178,0)")
document.writeln("oCMenu.makeMenu('sub08','top1','Google Maps','/uk/application/google/GoogleMaps.htm','',178,0)")
document.writeln("oCMenu.makeMenu('sub09','top1','Tile Maps','/uk/application/tilemap/index.htm','',178,0)")

document.writeln("oCMenu.makeMenu('top2','','My account','/login/redirect.asp?redirect=login.asp&language=uk','',100,0)")
document.writeln("oCMenu.makeMenu('sub10','top2','Register','/login/redirect.asp?redirect=registreren.asp&language=uk','',178,0)")
document.writeln("oCMenu.makeMenu('sub13','top2','Login','/login/redirect.asp?redirect=login.asp&language=uk','',178,0)")
document.writeln("oCMenu.makeMenu('sub11','top2','Account','/login/redirect.asp?redirect=accountinfo.asp&language=uk','',178,0)")
document.writeln("oCMenu.makeMenu('sub12','top2','Change account','/login/redirect.asp?redirect=updateAccountInfo.asp&language=uk','',178,0)")
document.writeln("oCMenu.makeMenu('sub14','top2','Overview','/login/redirect.asp?redirect=addService.asp&language=uk','',178,0)")
document.writeln("oCMenu.makeMenu('sub15','top2','Order','/login/redirect.asp?redirect=addCredits.asp&language=uk','',178,0)")
document.writeln("//Leave this line - it constructs the menu")
document.writeln("oCMenu.construct()")
document.writeln("</script>")
document.writeln("<a href='/index.htm' style='position: absolute; left: 0px; top: 0px;'><img title='geoserver.nl mapserviceen - home' border=0 src=/pxl.gif width=400 height=85></a><a target='_blank' href='http://www.geodan.nl' style='position: absolute; left: 490px; top: 0px;'><img title='geoserver.nl is een portaal van geodan - ga naar de geodan website' border=0 src=/pxl.gif width=10 height=85></a>")

//Voor google analytics
//document.write(unescape("%3Cscript src='http://www.google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E")); 
//try {
//var pageTracker = _gat._getTracker("UA-2828751-1");
//pageTracker._trackPageview();
//} catch(err) {}