// Menu definition
var MenuDef = {
    style:{
        css:"xp", 
        bgcolor:"#D3E5FA", 
        size:[185,26], 
        imgitem:{src:"img/ball1.jpg", width:24, height:24}, 
        imgdir:{src:"img/basket2.gif", width:24, height:24}, 
        imgendoff:{src:"img/arr_off.gif", width:5, height:10}, 
        imgendon:{src:"img/arr_on.gif", width:5, height:10}, 
        border:{
            color:"#55A1FF"
        }
    }, 
    itemover:{
        css:"xp", 
        color:"white", 
        bgcolor:"#1665CB", 
        imgitem:{src:"img/ball2.jpg", width:24, height:24}, 
        imgdir:{src:"img/basket1.gif", width:24, height:24}
    }, 
    position:{
        pos:[20,110]
    }, 
    defaction:{
        title:"Clicca qui per il menu Riva Basket"
    }, 
    imgblank:"img/1x1.gif",
    items: [ 
    {
        text:"LNAF Lega Nazionale", 
        menu:{
            style:{
                css:"xp2", 
                bgcolor:"white", 
                size:[180,20], 
                imgitem:{src:"img/subitem.gif", width:18, height:16}, 
                imgdir:{src:"img/subdir.gif", width:18, height:16}, 
                bar:{
                    src:"img/bar_xp.gif", 
                    size:[6,65]
                }
            }, 
            itemover:{
                css:"xp2", 
                color:"white", 
                bgcolor:"#1665CB", 
                imgitem:{src:"img/subitem_over.gif", width:18, height:16}, 
                imgdir:{src:"img/subdir_over.gif", width:18, height:16}
            }, 
            items:[
            {
                text:"Lega Nazionale A", 
                action:{
                    url:"lnbf.html"
                }
            },
            {
                text:"Calendario", 
                action:{
                    js:"MM_openBrWindow('http://www.lnba.ch/calendrier.php?m_f=1&ligue=218&tour=0','Calendario','scrollbars=yes,width=820,height=700')"
                }
            },
            {
                text:"La Stampa", 
                action:{
                    url:"stampaelenco.html"
                }
            },
            {
                text:"Schede Giocatrici", 
                action:{
                    url:"squadra.htm"
                }
            },
            {
                text:"Classifica",
                action:{
                    js:"MM_openBrWindow('http://www.lnba.ch/classement.php?m_f=1&ligue=218','Classifica','scrollbars=yes,width=820,height=700')"
                }
            },
            {
                text:"Statistiche LNAF", 
                action:{
                    js:"MM_openBrWindow('http://www.lnba.ch/cumul.php?ligue=218&m_f=1','Statistiche','scrollbars=yes,width=820,height=700')"
                }
            },
            {
                text:"Coppa Svizzera", 
                action:{
                    url:"http://www.lnba.ch/calendrier.php?m_f=1&ligue=222&tour=0",
		    target:"_blank"
                }
            },
            {
                text:"Coppa di Lega", 
                action:{
                    js:"MM_openBrWindow('http://www.coupedelaligue.ch/index.php','Coppa_di_Lega','scrollbars=yes,width=820,height=700')"
                }
            }
            ]
        }
    },
    {
        text:"Giovanile Cantonale", 
        menu:{
            items:[
            {
                text:"Movimento Giovanile", 
                action:{
                    url:"giovanile.html"
                }
            },
			{
                text:"Cuccioli", 
                action:{
                    url:"cuccioli.html"
                }
            },
            {
                text:"Pulcini", 
                action:{
                    url:"pulcini.html"
                }
            },
            {
                text:"Propaganda", 
                action:{
                    url:"propaganda.html"
                }
            },
            {
                text:"Junior", 
                action:{
                    url:"junior.html"
                }
            },
            {
                text:"Calendari/Classifiche", 
                action:{
                    url:"calendari.html"
                }
            }
            ]
        }
    },
    {
        text:"La Stampa", 
        action:{
            url:"stampaelenco.html"
        }
    },
    {
        text:"Organigramma", 
        action:{
            url:"organigramma.html"
        }
    },
    {
        text:"Programma Allenamenti", 
        action:{
            url:"allenamenti.htm"
        }
    },
    {
        text:"Allenatori", 
        action:{
            url:"allenatori.html"
        }
    },
    {
        text:"Storia", 
        action:{
            url:"historyhome.html"
        }
    },
    {
        text:"Links", 
        action:{
            url:"link.html"
        }
    },
    {
        text:"Sponsor & Sostenitori", 
        menu:{
            items:[
            {
                text:"Sponsor", 
                action:{
                    url:"sponsor.html"
                }
            },
            {
                text:"Palloni Offerti", 
                action:{
                    url:"palloni_offerti.html"
                }
            }
            ]
        }
    },
    {
        text:"Guestbook", 
        action:{
            url:"guestbook.html"
        }
    },
    {
        text:"Galleria Fotografica", 
        action:{
            url:"galleria.html"
        }
    },
    {
        text:"News", 
        action:{
            url:"news.html"
        }
    }
    ]
};

