var cmsMenu =
[
 ['', 'Routes TIP |', '', '', '',
   ['', 'Home', 'index.html', '', 'Routes Travel Info Portal Home'],		
 ],
 
 _cmSplit,
 ['', 'Places |', '', '', '',
   ['', 'Index', 'index/index.html', '', 'Alphabetical Index of Places'],
    _cmSplit,
   ['', 'Eastern Cape', 'ec/index.html', '', 'Eastern Cape'],
   ['', 'Freestate', 'fs/index.html', '', 'Freestate'],
   ['', 'Gauteng', 'gp/index.html', '', 'Gauteng'],
   ['', 'Kwazulu/Natal', 'kn/index.html', '', 'Kwazulu/Natal'],
   ['', 'Limpopo', 'lp/index.html', '', 'Limpopo'],
   ['', 'Mpumalanga', 'mp/index.html', '', 'Mpumalanga'],
   ['', 'Northern Cape', 'nc/index.html', '', 'Northern Cape'],
   ['', 'North-West', 'nw/index.html', '', 'North-West'],
   ['', 'Western Cape', 'wc/index.html', '', 'Western Cape'],
   _cmSplit,  
   ['', 'National Parks', 'nationalparks/index.html', '', 'National Parks'],
   ['', 'Nature Reserves', 'naturereserves/index.html', '', 'Nature Reserves'],
   ['', 'Game Reserves', 'game/index.html', '', 'Game Reserves'],
   _cmSplit,
   ['', 'Ecoregions', 'nature/ecoregions/index.html', '', 'Ecoregions'],
   ['', 'Adventure', 'adventure/index.html', '', 'Hiking trails, Horse riding, etc'],
   _cmSplit,
   ['', 'Botswana', 'bw/index.html', '', 'Botswana'],
   ['', 'Lesotho', 'ls/index.html', '', 'Lesotho'],
   ['', 'Mocambique', 'mz/index.html', '', 'Mocambique'],
   ['', 'Namibia', 'na/index.html', '', 'Namibia'],
   ['', 'Swaziland', 'sz/index.html', '', 'Swaziland'],
   ['', 'Zimbabwe', 'zw/index.html', '', 'Zimbabwe'],
 ],

 _cmSplit,
 ['', 'Roads and Routes |', '', '', '',
   ['', 'Routes summary', 'route/index.html', '', 'Index of routes'],
    _cmSplit,
   ['', 'N Routes', 'route/nindex.html', '', 'National Routes'],
   ['', 'R Routes', 'route/rindex.html', '', 'Regional Routes'],
   ['', 'M Routes', 'route/metro/index.html', '', 'Metro Routes'],
    _cmSplit,
   ['', 'Toll Roads and Tariffs', 'tollroads/index.html', '', 'Toll Roads and Tariffs'],
   _cmSplit,				 			  
   ['', 'Distances', 'distance/index.html', '', 'Distances between main places'],
   ['', 'Border Posts', 'route/bordercontrol.html', '', 'Border Posts to other regional countries'],
   ['', 'Route Planner', 'route/routeplanner.html', '', 'Plann your trip'],
   ['', 'Route status and conditions', 'route/status/index.html', '', 'Route alerts and warnings'],
   ['', 'Roads authorities', 'tollroads/contact.html', '', 'Route alerts and warnings'], 

 ],
 _cmSplit,
 ['', 'Maps |', '', '', '',
   ['', 'South Africa', 'map.html', '', 'Map of South Africa'],
    _cmSplit,
   ['', 'Eastern Cape', 'ec/map.html', '', 'Map of the Eastern Cape'],
   ['', 'Freestate', 'fs/map.html', '', 'Map of the Freestate'],
   ['', 'Gauteng', 'gp/map.html', '', 'Map of Gauteng'],
   ['', 'Kwazulu/Natal', 'kn/map.html', '', 'Map of Kwazulu/Natal'],
   ['', 'Kwazulu/Natal North Coast', 'kn/northcoast/index.html', '', 'Map of Kwazulu/Natal North Coast'],
   ['', 'Kwazulu/Natal South Coast', 'kn/southcoast/index.html', '', 'Map of Kwazulu/Natal South Coast'],
   ['', 'Limpopo', 'lp/map.html', '', 'Map of Limpopo'],
   ['', 'Mpumalanga', 'mp/map.html', '', 'Map of Mpumalanga'],
   ['', 'Northern Cape', 'nc/map.html', '', 'Map of the Northern Cape'],
   ['', 'North-West', 'nw/map.html', '', 'Map of the North-West'],
   ['', 'Western Cape', 'wc/map.html', '', 'Map of the Western Cape'],
 ],
 _cmSplit,
 ['', 'Travel Info |', '', '', '',
   ['', 'All...', 'info/index.html', '', 'List of all Travel related info'],
   ['', 'Weather', 'weather/index.html', '', 'Weather reports for today'],
   ['', 'Money', 'money.html', '', 'Curency converter and other money matters'],
   ['', 'Phoning', 'info/phone.html', '', 'Phone system in South Africa'],
   ['', 'Seasons', 'info/seasons.html', '', 'Holiday seasons in South Africa'],
   ['', 'Transport', 'transport/index.html', '', 'Transport in South Africa'],
   ['', 'Health', 'info/health.html', '', 'Health issues'],
   ['', 'Embasies / Consulates', 'info/diplomatic.html', '', 'Embasies / Consulates'],
   ['', 'People', 'info/people/index.html', '', 'Photo albums'],
   ['', 'Photos', 'albums.html', '', 'Photo albums'],
 ],
 _cmSplit,
 ['', 'General Info', '', '', '',
   ['', 'All...', 'info/index.html#GeneralInfo', '', 'List of General Info'],
   ['', 'Sitemap', 'sitemap.html', '', 'Sitemap'],
   ['', 'Glossary', 'glossary/index.html', '', 'Sitemap'],
   ['', 'Help', 'help.html', '', 'Sitemap'],
   ['', 'About Routes TIP', 'about.html', '', 'Sitemap'],
   ['', 'For Service Providers', 'services/index.html', '', 'For Hospitality Service Providers'],
   ['', 'Contact us', 'inforequest.html', '', 'Contact us'],
 ],
];

cmDraw ('cmsMenu', cmsMenu, 'hbr', cmThemeIE, 'ThemeIE');