/*
 * Menu items
 */

var myMenu =
[
	[null, 'Home', '/', null, 'Home'], 
    [null, 'Reparaturen', null, null, 'Reparaturen', 
        [null, 'Surfsegel', '/repairs/surfsailrepairs.html', null, 'Reparaturen - Surfsegel'],
        [null, 'Surfboards', '/repairs/surfboardrepairs.html', null, 'Reparaturen - Surfboards'],
        [null, 'Kites', '/repairs/kiterepairs.html', null, 'Reparaturen - Kites'],
	    [null, 'Yachtsegel', '/repairs/yachtsailrepairs.html', null, 'Reparaturen - Yachtsegel']  
    ], 
    [null, 'Spezialanfertigungen', '/customproducts/customproducts.html', null, 'Spezialanfertigungen'], 
    [null, 'Unternehmen', '/company/company.html', null, 'Unternehmen'], 
    [null, 'Kontakt', '/contact/contact.html', null, 'Kontakt']
];


