        function catItem(text,link)
        {
        this.text = text
        this.link = link
        }

        var catalog        = new Array()


// Menu Oben | DE

catalog[01] = new catItem("Home"        , "d-index.htm")
catalog[02] = new catItem("Zimmer"      , "d-rooms.htm")
catalog[03] = new catItem("Service"     , "d-service.htm")
catalog[04] = new catItem("Lageplan"    , "d-location.htm")
catalog[05] = new catItem("Reservation" , "d-reservation.htm")
catalog[06] = new catItem("Fotoalbum"   , "d-gallery.htm")
catalog[07] = new catItem("Gästebuch"   , "d-guestbook.htm")
catalog[08] = new catItem("Links"       , "d-link.htm")
catalog[09] = new catItem("www.mozart-bocachica.com - &copy;2007 by Ad von der Tuyn - Design by SHOK Design&trade;" , "mailto:computerservice@justmail.de")


// Menu Oben | EN

catalog[11] = new catItem("Home"        , "index.htm")
catalog[12] = new catItem("Rooms"       , "rooms.htm")
catalog[13] = new catItem("Service "    , "service.htm")
catalog[14] = new catItem("Location"    , "location.htm")
catalog[15] = new catItem("Reservation" , "reservation.htm")
catalog[16] = new catItem("Gallery"     , "gallery.htm")
catalog[17] = new catItem("Guestbook"   , "guestbook.htm")
catalog[18] = new catItem("Links"       , "link.htm")
catalog[19] = new catItem("www.mozart-bocachica.com - &copy;2007 by Ad von der Tuyn - Design by SHOK Design&trade;" , "mailto:computerservice@justmail.de")


// Menu Oben | HL

catalog[21] = new catItem("Home"        , "h-index.htm")
catalog[22] = new catItem("Kamers "     , "h-rooms.htm")
catalog[23] = new catItem("Dienst"      , "h-service.htm")
catalog[24] = new catItem("Ligging"     , "h-location.htm")
catalog[25] = new catItem("Reserveren"  , "h-reservation.htm")
catalog[26] = new catItem("Gallery"     , "h-gallery.htm")
catalog[27] = new catItem("Gastenboek"  , "h-guestbook.htm")
catalog[28] = new catItem("Links"       , "h-link.htm")
catalog[29] = new catItem("www.mozart-bocachica.com - &copy;2007 by Ad von der Tuyn - Design by SHOK Design&trade;" , "mailto:computerservice@justmail.de")


// Sonstiges

catalog[31] = new catItem( "Hotel Mozart" , "" )
catalog[32] = new catItem( "Calle Juan Bautista Vicini #47" , "" )
catalog[33] = new catItem( "Boca Chica" , "" )
catalog[34] = new catItem( "Dominican Republic" , "" )
catalog[35] = new catItem( "Tel: +1 809 781 63 70" , "" )
catalog[36] = new catItem( "Cel: +1 809 523 55 21" , "" )
catalog[37] = new catItem( "eMail: info@mozart-bocachica.com" , "" )

