myMenu =
[
    [null, 'News', root + 'php/news.php?count=5', 'content', null],  // a menu item
    _cmSplit,
    [null, 'Band', null, null, null,   // a folder item
        [null, 'Biography', root + 'htm/en/biography.htm', 'content', null],  // a menu item
        _cmSplit,
        [null, 'Members', root + 'htm/en/members.htm', 'content', null,   // a folder item
            [null, 'Mark', root + 'htm/en/members.htm#mark', 'content', null],  // a menu item
            [null, 'Holger', root + 'htm/en/members.htm#holger', 'content', null],  // a menu item
            [null, 'Max', root + 'htm/en/members.htm#max', 'content', null],  // a menu item
    	]
    ],
    _cmSplit,
    [null, 'Media', null, null, null,   // a folder item
        [null, 'Audio', root + 'htm/en/mp3s.htm', 'content', 'content', null],  // a menu item
        [null, 'Video', root + 'gallerie_tower/index.htm', 'content', null],  // a menu item
        [null, 'Lyrics', 'lyrics.php', 'content', null],   // a menu item                
    ],
    _cmSplit,
    [null, 'Live', null, null, null,   // a folder item
        [null, 'Galleries', root + 'php/gallery.php', 'content', null],  // a menu item
        [null, 'Gigs', root + 'php/gigs.php', 'content', null],  // a menu item
    ],
    _cmSplit,
    [null, 'Links', root + 'php/links.php', 'content', null],  // a menu item
    _cmSplit,
    [null, 'Contact', null, null, null,   // a folder item
        [null, 'Guestbook', 'http://gaestebuch.007box.de/index.php?gbname=gb10847&lng=en', 'content', null],  // a menu item
        [null, 'Mail', root + 'htm/en/email.htm', 'content', null],  // a menu item
    ],
    _cmSplit,
    [null, 'Shop', null, null, null,   // a folder item
        [null, 'Order CD', root + 'htm/en/order_ep.htm', 'content', null],  // a menu item
        [null, 'Spreadshirt', 'http://www.spreadshirt.net/shop.php?sid=44827', 'content', null],  // a menu item
    ],
    _cmSplit,
    [null, 'MySpace', 'http://www.myspace.com/mentalvortexband', '_blank', null],  // a menu item
];
