

// addMenu('ID', 'DisplayName', 'Location', 'target')
// addSubMenu('ParentID', 'ID', 'DisplayName', 'Location', 'Target')
// addSplitter('ParentID')


addMenu('Home', 'Home', '/home', '')
addMenu('Products', 'Producten', '/producten', '')
addMenu('Diensten', 'Diensten', '/diensten', '')
addMenu('Portfolio', 'Portfolio', '/portfolio', '')
addMenu('Contact', 'Contact', '/contact', '')
// addMenu('Aanmelden', 'Aanmelden', '/aanmelden', '')


addSubMenu('Products', 'websites', 'Websites', '/producten/websites', '')
addSubMenu('Products', 'webdesign', 'Webdesign', '/producten/webdesign', '')
//addSubMenu('Products', 'webapplicaties', 'Webapplicaties', '/producten/webapplicaties', '')
addSubMenu('Products', 'Maatwerk', 'Maatwerk', '/producten/maatwerk', '')

//addSubMenu('Products', 'applicaties', 'Standaard applicaties', '/producten/applicaties', '')


addSubMenu('Diensten', 'advies', 'Advies', '/diensten/advies', '')
addSubMenu('Diensten', 'hosting', 'Hosting', '/diensten/hosting', '')
addSubMenu('Diensten', 'domein', 'Domeinregistratie', '/diensten/domein', '')
addSubMenu('Diensten', 'customercare', 'Nazorg', '/diensten/nazorg', '')



//addSubMenu('Contact', 'Info', 'Over Qweso', '/contact/info', '')
addSubMenu('Contact', 'Route', 'Route', '/contact/route', '')
addSubMenu('Contact', 'Contactformulier', 'Contactformulier', '/contact/formulier', '')
addSubMenu('Contact', 'Belmij', 'Bel mij', '/contact/belmij', '')
addSubMenu('Contact', 'Sitemap', 'Sitemap', '/contact/sitemap', '')



