_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_followSpeed=5                // Follow scrolling speed
_followRate=40               // Follow scrolling Rate
_subOffsetTop=0              // Sub menu top offset
_subOffsetLeft=-3            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x


with(menuStyle=new mm_style()){
onbgcolor="#999999";
oncolor="#ffffff";
offbgcolor="#CCCCCC";
offcolor="#515151";
bordercolor="#660000";
borderstyle="solid";
borderwidth=1;
separatorcolor="#660000";
separatorsize="1";
padding=2;
fontsize="60%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#CCCCCC";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="../images/arrow.gif";
subimagepadding="6";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#CC9999', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";

}


with(menu=new menuname("Main Menu")){
style=menuStyle;
top=120;
left=70;
alwaysvisible=1;
orientation="horizontal";
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;What is Tunisie TradeNet ?&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; ;showmenu=qui;");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Documentary Intermediation&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;showmenu=intermediation;");
aI("text=&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Computer Engineering&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;;showmenu=ingenierie;");
}

with(qui=new menuname("qui")){
style=menuStyle;
aI("text=&nbsp;&nbsp;Our mission&nbsp;&nbsp;url=qui_sommes_nous.htm");
aI("text=&nbsp;&nbsp;Shareholders&nbsp;&nbsp;url=nos_actionnaires.htm");
aI("text=&nbsp;&nbsp;Our Beneficiaries&nbsp;&nbsp;url=nos_beneficiaires.htm");
aI("text=&nbsp;&nbsp;Our References&nbsp;&nbsp;url=nos_references.htm");
aI("text=&nbsp;&nbsp;Our fields of competence&nbsp;&nbsp;url=nos_competences.htm");
}

with(intermediation=new menuname("intermediation")){
style=menuStyle;
//overflow="scroll";
aI("text=The Single Bundle;showmenu=LU;status=The Single Bundle Project;");
aI("text=The Bundle Transport;showmenu=LT;status=The Single Bundle Project;");
}
with(ingenierie=new menuname("LU")){
style=menuStyle;
aI("text=The Single Bundle Project;url=reseau_ttn.htm");
aI("text=Our partners;url=nos_partenaires.htm");

aI("text=Connection to TradeNet network;url=connexion.htm");
}

with(ingenierie=new menuname("LT")){
style=menuStyle;
aI("text=Presentation;url=liasse_transport.htm");
}

with(ingenierie=new menuname("ingenierie")){
style=menuStyle;
aI("text=&nbsp;&nbsp;Our Services&nbsp;&nbsp;url=nos_services.htm");
aI("text=&nbsp;&nbsp;Our Products&nbsp;&nbsp;url=nos_produits.htm");
}

with(Training=new menuname("Training")){
style=menuStyle;
aI("text=&nbsp;&nbsp;Training Programme&nbsp;&nbsp;url=# ;target=_blank");
aI("text=&nbsp;&nbsp;Subscription Form&nbsp;&nbsp;url=#");
aI("text=&nbsp;&nbsp;Guided Model &nbsp;&nbsp;url=#;target=_blank");
}

with(news=new menuname("news")){
style=menuStyle;
aI("text=&nbsp;&nbsp;Press Articles&nbsp;&nbsp;url=#");
aI("text=&nbsp;&nbsp;User Notice&nbsp;&nbsp;url=#");
aI("text=&nbsp;&nbsp;Manifestations&nbsp;&nbsp;url=#");
}

with(ingenierie=new menuname("telechargement")){
style=menuStyle;
//margin=20;
aI("text=&nbsp;&nbsp;TTN Documents&nbsp;&nbsp;status=;url=#");
aI("text=&nbsp;&nbsp;User Guide&nbsp;&nbsp;status=;url=#");
aI("text=&nbsp;&nbsp;Utilities&nbsp;&nbsp;url=#");
}

drawMenus();

