function menu(id){

                    var url = document.URL;

                    var split = url.split('&');

                    var ausgabe = '';

                    if(split.length != 0) {

                        for(i=0; i<split.length;i++) {

                            if(split[i] == 'content='+id) {

                                return true;

                            }
                        }

                    } else {

                         return false;

                    }

                     return false;

                }

domMenu_data.set(
'domMenu_main', new Hash_DomLib(
1, new Hash_DomLib(
'contents' , "Home",
'contentsHover' , "Home",
'uri' , "http://www.ppmagency.com/guave-cms/home.php?id=5&lang=de&content=12",
'target' , "_self",
'image' , "http://www.ppmagency.com/guave-cms/images/5/menu/home_1_new1.png",
'imageHover' , "http://www.ppmagency.com/guave-cms/images/5/menu/home_2_new1.png",
'aktiveMenu', menu(12), 
'statusText' , "Home"
),
2, new Hash_DomLib(
'contents' , "Agenda",
'contentsHover' , "Agenda",
'uri' , "http://www.ppmagency.com/guave-cms/events.php?lang=de&id=5&content=131",
'target' , "_self",
'image' , "http://www.ppmagency.com/guave-cms/images/5/menu/agenda_1_1.png",
'imageHover' , "http://www.ppmagency.com/guave-cms/images/5/menu/agenda_1_over_1.png",
'aktiveMenu', menu(131), 
'statusText' , "Agenda"
),
3, new Hash_DomLib(
'contents' , "Biografie",
'contentsHover' , "Biografie",
'uri' , "http://www.ppmagency.com/guave-cms/content.php?lang=de&id=5&content=132",
'target' , "_self",
'image' , "http://www.ppmagency.com/guave-cms/images/5/menu/bio_1_over_1.png",
'imageHover' , "http://www.ppmagency.com/guave-cms/images/5/menu/bio_1_1.png",
'aktiveMenu', menu(132), 
'statusText' , "Biografie"
),
4, new Hash_DomLib(
'contents' , "Galerie",
'contentsHover' , "Galerie",
'uri' , "http://www.ppmagency.com/guave-cms/module/bildgallerie/bilder_thumb.php?id=5&nAlbId=8&content=133&bNoPopup=1&lang=de",
'target' , "_self",
'image' , "http://www.ppmagency.com/guave-cms/images/5/menu/gal_1_1.png",
'imageHover' , "http://www.ppmagency.com/guave-cms/images/5/menu/galerie1_2_new.png",
'aktiveMenu', menu(133), 
'statusText' , "Galerie"
),
5, new Hash_DomLib(
'contents' , "Music",
'contentsHover' , "Music",
'uri' , "http://www.ppmagency.com/guave-cms/content.php?lang=de&id=5&content=135",
'target' , "_self",
'image' , "http://www.ppmagency.com/guave-cms/images/5/menu/music_1_1.png",
'imageHover' , "http://www.ppmagency.com/guave-cms/images/5/menu/music_1_2.png",
'aktiveMenu', menu(135), 
'statusText' , "Music"
),
6, new Hash_DomLib(
'contents' , "Booking",
'contentsHover' , "Booking",
'uri' , "http://www.ppmagency.com/guave-cms/booking.php?lang=de&id=5&content=134",
'target' , "_self",
'image' , "http://www.ppmagency.com/guave-cms/images/5/menu/booking.png",
'imageHover' , "http://www.ppmagency.com/guave-cms/images/5/menu/booking_1_2new.png",
'aktiveMenu', menu(134), 
'statusText' , "Booking"
),
7, new Hash_DomLib(
'contents' , "Presse",
'contentsHover' , "Presse",
'uri' , "http://www.ppmagency.com/guave-cms/content.php?lang=de&id=5&content=136",
'target' , "_self",
'image' , "http://www.ppmagency.com/guave-cms/images/5/menu/presse1.png",
'imageHover' , "http://www.ppmagency.com/guave-cms/images/5/menu/presse_1_1_1.png",
'aktiveMenu', menu(136), 
'statusText' , "Presse"
),
8, new Hash_DomLib(
'contents' , "Kontakt",
'contentsHover' , "Kontakt",
'uri' , "http://www.ppmagency.com/guave-cms/contact.php?id=5&lang=de&content=190",
'target' , "_self",
'image' , "http://www.ppmagency.com/guave-cms/images/5/menu/contact_1.png",
'imageHover' , "http://www.ppmagency.com/guave-cms/images/5/menu/contact_1_1_1.png",
'aktiveMenu', menu(190), 
'statusText' , "Kontakt"
)

));

