_scrollAmount=3      // Used for Netscape 4 scrolling
_scrollDelay=20	     // Used for Netscape 4 scrolling

_menuCloseDelay=500  // The delay for menus to remain visible on mouse off
_menuOpenDelay=150   // The delay for opening menus on mouse over
//_followSpeed=0       // Follow Scrolling speed (higher number makes the scrolling smoother but slower)
//_followRate=40        // Follow Scrolling Rate (use a minimum of 40 or you may experience problems)
_subOffsetTop=0;     // Sub menu offset Top position
_subOffsetLeft=-20;  // Sub menu offset Left position


with(mainStyle=new mm_style()){
     onbgcolor = "#B3D46B";
       oncolor = "black";
    offbgcolor = "#71A600";
      offcolor = "black";
   bordercolor = "black";
   borderstyle = "0";
separatorcolor = "black";
 separatorsize = 0;
       padding = 4
       //onborder="2px solid black"
      fontsize = "65%";
     fontstyle = "normal";
    fontweight = "bold";
    fontfamily = "verdana, tahoma, arial";
   high3dcolor = null; // Not sure if this will be included in final release
    low3dcolor = null; // Not sure if this will be included in final release
     pagecolor = "black";
   pagebgcolor = "0066A6";
   topbarimage = "";
topbarimageloc = "center;middle"
      subimage = "";
   subimageloc = "center;middle"
  //ondecoration = "underline"
  //onbold = true;
  //onitalic = true;
}




with(milonic=new menuname("mainmenu2")){_c=1
//top = 70;
//left = 3;
//itemwidth=60
//menuwidth="99%";
borderwidth = 1;
top=95;
left=160;
//alignment="center";
style = mainStyle;
alwaysvisible = 1;
orientation="horizontal"
//filter = null;
//followscroll = null;
//keepalive = 1;
//overallwidth = null;
//righttoleft = null;
//itemheight=200;
//openonclick = null;
//bgimage="winxp_back.gif";
//position="relative"
//separatorcolor="green";
aI("itemwidth=70;text=Accueil;url=index.php");
aI("itemwidth=90;text=Coran Audio;url=coranaudio.php;");
aI("itemwidth=90;text=Coran Vidéo;url=coranvideo.php;");
aI("itemwidth=85;text=Logiciel;url=logiciel.php");
aI("itemwidth=80;text=Contact;url=contact.php");
aI("itemwidth=100;text=Faire connaître;url=faire.php");

}

	with(milonic=new menuname("aaa")){_c=1
	borderwidth = 1;
	style = mainStyle;
	aI("text=Networks & Hardware;url=netw.htm");
	aI("text=Business Solutions;url=solutions.htm");
	aI("text=Content Management;url=content.htm");
	}
	
	with(milonic=new menuname("bbb")){_c=1		
	itemwidth = 150;
	borderwidth = 1;
	style = mainStyle;
	margin=0
	aI("text=Our Company;url=company.htm");
	aI("text=Our Mission;url=mission.htm");
	aI("text=Our Team;url=team.htm");
	}


	with(milonic=new menuname("careers")){_c=1		
	borderwidth = 1;
	style = mainStyle;
	aI("text=None Been Done yet Folks, Sorry<br><br>More will follow shortly;type=header");
	}
	
for(_a=_mnucnt;_a<_m.length;_a++){_drawMenu(_a)}	