_menuCloseDelay=0        // The time delay for menus to remain visible on mouse out
_menuOpenDelay=0           // The time delay before menus open on mouse over
_subOffsetTop=-1             // Sub menu top offset
_subOffsetLeft=-5         // Sub menu left offset

with(menuStyle=new mm_style()){
onbgcolor="#FADE9C";
oncolor="#333333";
offbgcolor="#FFFFFF";
offcolor="#333333";
bordercolor="#333333";
borderstyle="solid";
borderwidth=1;
separatorcolor="#333333";
separatorsize="1";
separatorheight="10";
padding=1;
fontsize="11";
fontweight="bold";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#FFFFFF";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="http://bellaciao.org/images/puce2.gif";
subimagepadding="1";

}

with(menuStyle2=new mm_style()){
onbgcolor="#F5F5F5";
oncolor="#000000";
offbgcolor="#FADE9C";
offcolor="#333333";
bordercolor="#333333";
borderstyle="solid";
borderwidth=1;
padding=1;
fontweight="bold";
subimage="http://bellaciao.org/images/puce3.gif";
subimagepadding="1";
}

with(bellaciao=new menuname("Main Menu")){
style=menuStyle;
top=103;
left=220;
margin=0;
alwaysvisible=1;
orientation="horizontal";
aI("text=&nbsp;Home&nbsp;;url=http://bellaciao.org/it/;title=Home;status=Home;");
aI("text=&nbsp;Bellaciao;showmenu=Bellaciao;title=Bellaciao;status=Bellaciao");
aI("text=&nbsp;Folders;showmenu=Folders;url=;title=Folders;status=Folders");
aI("text=&nbsp;Links&nbsp;;url=http://bellaciao.org/it/links.php;status=Links;title=Links;");
aI("text=&nbsp;Contacts;showmenu=Contacts;status=Contacts;title=Contacts;");
aI("text=&nbsp;Ricerca&nbsp;;url=http://bellaciao.org/it/recherche.php;status=Ricerca;title=Ricerca;");
}

with(bellaciao=new menuname("Accessibilità")){
style=menuStyle2;
margin=3;
overflow="scroll";
aI("text=Sito TXT;url=http://bellaciao.org/it/oo;status=Edizione in modo testo del sito - terminale il modo di testo (VT, mensola Braille, sintetizzatore di voce...);title=Edizione in modo testo del sito - terminale il modo di testo (VT, mensola Braille, sintetizzatore di voce...);");
aI("text=Bellaciao TXT;url=http://bellaciao.org/it/bellaciao_txt.php3;status=Tutti gli articoli Bellaciao in modo testo;title=Tutti gli articoli Bellaciao in modo testo;");
aI("text=Articoli TXT;url=http://bellaciao.org/it/articles_txt.php3;status=Tutti gli articoli in modo testo;title=Tutti gli articoli in modo testo;");
}

with(bellaciao=new menuname("Home")){
style=menuStyle2;
margin=3;
overflow="scroll";
aI("text=Home IT;url=http://bellaciao.org/it/;");
aI("text=Home FR;url=http://bellaciao.org/fr/;");
aI("text=Home EN;url=http://bellaciao.org/en/;");
aI("text=Ricerca;url=http://bellaciao.org/it/recherche.php;status=Ricerca;title=Ricerca;");
}

with(bellaciao=new menuname("Bellaciao")){
style=menuStyle2;
margin=3;
overflow="scroll";
aI("text=Chi siamo ?;url=http://bellaciao.org/it/article.php3?id_article=1;status=Chi siamo ?;title=Chi siamo ?;");
aI("text=Editos Bellaciao;url=http://bellaciao.org/it/collettivo.php;status=Editos Bellaciao;title=Editos Bellaciao;");
aI("text=Sottoscrizione;url=http://bellaciao.org/souscription.php;status=Sottoscrizione;title=Sottoscrizione;");
}


with(bellaciao=new menuname("Folders")){
style=menuStyle2;
margin=3;
overflow="scroll";
aI("text=Forum social;url=http://bellaciao.org/it/mot.php3?id_mot=2;status=Social Forum;title=Social Forum;");
aI("text=Il Movimento;url=http://bellaciao.org/it/folders/movimento;status=Il Movimento;title=Il Movimento;");
aI("text=Referendum 2003;url=http://bellaciao.org/it/folders/refondation/referendum/;status=Referendum 2003;title=Referendum 2003;");
aI("text=Sinistra Europea;url=http://bellaciao.org/it/sinistra_europea.php;status=Sinistra Europea;title=Sinistra Europea;");
}


with(bellaciao=new menuname("Contacts")){
style=menuStyle2;
margin=3;
overflow="scroll";
aI("text=EMail to Bellaciao;url=mailto:bellaciaoparis@yahoo.fr;status=EMail to Bellaciao;title=EMail to Bellaciao;");
aI("text=Newsletter;url=http://bellaciao.org/newsletter/index_it.php;status=Newsletter Bellaciao;title=Newsletter Bellaciao;");
}

drawMenus();

