// This is the editable menu structure. Go nuts. _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=0 // Follow Scrolling Rate (use a minimum of 40 or you may experience problems) _subOffsetTop=0; // Sub menu offset Top position _subOffsetLeft=0; // Sub menu offset Left position //with (mainStyle=new mm_style()){ //onbgcolor = "#8a8459"; //oncolor = "#000000"; //offbgcolor = "#6e6943"; //offcolor = "#ffffff"; //pagebgcolor = "#FFFFFF"; //pagecolor = "#000000"; //bordercolor = "#8a8459"; // borderstyle = "solid"; // borderwidth = "0"; //separatorcolor = "#8a8459"; // separatorsize = 1; // padding = 4; // align = "center" //fontsize = "12px"; //fontstyle = "normal"; //fontweight = "bold"; // fontfamily = "Arial, Helvetica, sans-serif"; //} with (mainStyle=new mm_style()){ onbgcolor = ""; oncolor = "#908a68"; offbgcolor = ""; offcolor = "#d8cd8d"; pagebgcolor = ""; pagecolor = "#908a68"; bordercolor = "#8a8459"; borderstyle = "solid"; borderwidth = "1"; separatorcolor = "#8a8459"; separatorsize = 1; padding = 4; align = "center" fontsize = "12px"; fontstyle = "normal"; fontweight = "bold"; fontfamily = "Arial, Helvetica, sans-serif"; } with (mainSubStyle=new mm_style()){ onbgcolor = "#8a8459"; oncolor = "#000000"; offbgcolor = "#6e6943"; offcolor = "#ffffff"; pagebgcolor = "#FFFFFF"; pagecolor = "#000000"; bordercolor = "#8a8459"; borderstyle = "solid"; borderwidth = "1"; separatorcolor = "#8a8459"; separatorsize = 1; padding = 2; align = "left" fontsize = "11px"; fontstyle = "normal"; fontweight = "bold"; fontfamily = "Arial, Helvetica, sans-serif"; subimage = "/images/menu-arrow.gif"; } with (milonic=new menuname("mainmenu")) { alwaysvisible=1; orientation="horizontal"; position="relative"; itemheight=14; style=mainStyle; aI("text=Home;url=home.html;"); aI("text=About Us;url=aboutus.html;"); aI("text=Services;showmenu=3;url=services.html;"); aI("text=Our Wrok;url=ourwork.html;"); aI("text=Our Contact;url=contactus.html;"); aI("text=Feedback;url=testamonials.html;"); aI("text=FAQ;url=faq.html;"); aI("text=Our Clients;showmenu=20;url=overseasorder.html;"); aI("text=Policies;showmenu=18;url=policies.html;"); } with (milonic=new menuname("3")) { alwaysvisible=0; orientation="vertical"; style=mainSubStyle; aI("text= Web Development ;url=webdevelopment.html;"); aI("text= eCommerce Solutions ;url=ecommercesolutions.html;"); } with (milonic=new menuname("20")) { alwaysvisible=0; orientation="vertical"; style=mainSubStyle; aI("text= LAMP (LINUX,APACHE, PHP,MYSQL) ;url=lamplinuxapachephpmysql.html;"); aI("text= MICROSOFT (ASP.NET,ASP,MSSQL) ;url=microsoftaspnetaspmssql.html;"); } with (milonic=new menuname("18")) { alwaysvisible=0; orientation="vertical"; style=mainSubStyle; aI("text= Sitemap ;url=sitemap.html;"); } drawMenus();