// Menu definition
var MenuDef = {
    type:"bar", 
    style:{
        css:"menu", 
        bgcolor:"#BE1F23", 
        size:[127,21], 
        imgspace:5, 
        imgendoff:{src:"images/chek_sm.gif", width:3, height:8}, 
        imgendon:{src:"images/chek_sm1.gif", width:3, height:8}, 
        direction:"v", 
        box:false, 
        //shadow:{color:"#FF8080", width:3}, 
        border:{
            color:"white"
        }
    }, 
    itemover:{
        bgcolor:"#FF8080"
    }, 
    position:{
        pos:[11,170]
    }, 
    imgblank:"images/1x1.gif",
    items: [ 
    {
        text:"Startseite", 
        action:{
            url:"index_hp.php"
        }
    },
    {
        text:"Allgemeines",
        menu:{
            position:{
                anchor:"ne", 
                anchor_side:"nw"
            }, 
            items:[
            {
                text:"Berichte",
	        action:{
	            url:"berichte.php"
	        }
            },
            {
                text:"News",
	        action:{
	            url:"news_68.php"
	        }
            },
            {
                text:"Anfahrt",
	        action:{
	            url:"anfahrt.php"
	        }
            },
            {
                text:"Unterricht/Probe",
	        action:{
	            url:"unterricht.php"
	        }
            },
            {
                text:"Vorwort",
	        action:{
	            url:"vorwort.php"
	        }
            },
            {
                text:"Vorstand",
	        action:{
	            url:"vorstand.php"
	        }
            },
            {
                text:"Chronik",
		action:{
	            url:"chronik.php"
	        }
            },
	    {
                text:"Kooperation",
                menu:{
                    items:[
                    {
                        text:"Schule&Verein",
	       		action:{
	            	    url:"schule_verein.php"
	        	}
		    },
		    {
                        text:"AMR",
	       		action:{
	            	    url:"amr.php"
	        	}
                    }
		    ]
		}
	    }
            ]
        }
    },
    {
        text:"Das Akkordeon",
        menu:{
            position:{
                anchor:"ne", 
                anchor_side:"nw"
            }, 
            items:[
            {
                text:"Geschichte",
	        action:{
	            url:"geschichte.php"
	        }
            },
            {
                text:"Aufbau",
	        action:{
	            url:"aufbau.php"
	        }
            },
            {
                text:"Bildergalerie",
	        action:{
	            url:"bildergalerie.php"
	        }
            },
            {
                text:"Rekorde",
	        action:{
	            url:"rekorde.php"
	        }
            }
	    ]
	}

    },
    {
        text:"Orchester",
        menu:{
            position:{
                anchor:"ne", 
                anchor_side:"nw"
            }, 
            items:[
            {
                text:"1. Orchester",
	        action:{
	            url:"1orchester.php"
	        }
            },
            {
                text:"AVB-Ensemble",
	        action:{
	            url:"ensemble.php"
	        }
            },
            {
                text:"Hobbyorchester",
	        action:{
	            url:"hobbyorchester.php"
	        }
            },
            {
                text:"Jugendorchester",
	        action:{
	            url:"jugendorchester.php"
	        }
            },
            {
                text:"Schülerorchester",
	        action:{
	            url:"schuelerorchester.php"
	        }
            },
            {
                text:"Dirigenten",
	        action:{
	            url:"dirigenten.php"
	        }, 
                menu:{
                    items:[
                    {
                        text:"Kurt Goll",
	       		action:{
	            	    url:"dirigent_goll.php"
	        	}
                    },
                    {
                        text:"Rudi Marx",
	       		action:{
	            	    url:"dirigent_marx.php"
	        	}
                    },
                    {
                        text:"Thomas Weigel",
	       		action:{
	            	    url:"dirigent_weigel.php"
	        	}
                    },
                    {
                        text:"Olga Riefert",
	       		action:{
	            	    url:"dirigent_riefert.php"
	        	}
                    }
                    ]
                }
            }
            ]
        }
    },
    {
        text:"Informationen",
        menu:{
            position:{
                anchor:"ne", 
                anchor_side:"nw"
            }, 
            items:[
            {
                text:"Termine",
	        action:{
	            url:"termine.php"
	        }
            },
            {
                text:"Bilder",
	        action:{
	            url:"bilder.php"
	        }
            },
            {
                text:"Downloads",
	        action:{
	            url:"downloads.php"
	        }
            },
            {
                text:"Gästebuch",
	        action:{
	            url:"gbook.php"
	        }
            },
//            {
//                text:"Forum",
//	        action:{
//	            url:"forum/index.php"
//	        }
//            },
            {
                text:"Kontakt",
	        action:{
	            url:"kontakt.php"
	        }
            },
            {
                text:"Impressum",
	        action:{
	            url:"impressum.php"
	        }
            }
            ]
        }
    },
    {
        text:"Links", 
        menu:{
            position:{
                anchor:"ne", 
                anchor_side:"nw"
            }, 
            items:[
            {
                text:"Deutschland",
	        action:{
	            url:"links_deutschland.php"
	        }
            },
            {
                text:"Weltweit",
	        action:{
	            url:"links_weltweit.php"
	        }
            },
            {
                text:"Sonstige",
	        action:{
	            url:"links_sonstige.php"
	        }
            }
            ]
        }
    },
    {
        text:"Archiv", 
        menu:{
            position:{
                anchor:"ne", 
                anchor_side:"nw"
            }, 
            items:[
            {
                text:"Jahr 2007",
	        action:{
	            url:"archiv_2007.php"
	        }
            },
            {
                text:"Jahr 2006",
	        action:{
	            url:"archiv_2006.php"
	        }
            },
            {
                text:"Jahr 2005",
	        action:{
	            url:"archiv_2005.php"
	        }
            }
            ]
        }
    }
    ]
};

