_scrollAmount=5 // Used for Netscape 4 scrolling _scrollDelay=10 // 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 _subOffsetTop=0; // Sub menu offset Top position _subOffsetLeft=0; // Sub menu offset Left position Goverfilter = "Fade(duration=0.2);Shadow(color='#777777', Direction=135, Strength=3)" Goutfilter = "randomdissolve(duration=0.4)" with(vertStyle=new mm_style()){ onbgcolor = "#0099CC"; oncolor = "#000000"; offbgcolor = "#0099CC"; offcolor = "#ffffff"; visitedcolor = "#000000"; bordercolor = "#999999"; borderstyle = "solid"; separatorcolor = "#ffffff"; separatorsize = 1; separatorpadding=0 padding = 0 borderwidth = 0 //if(!mac)onborder="1px solid #000000"; overfilter = "" outfilter = "" fontsize = "11px"; fontstyle = "bold"; fontfamily = "verdana, arial, tahoma"; //pagebgcolor = "#ECF4F9"; //pagecolor = "#000000"; //subimage = "images/black_13x13_greyboxed.gif"; headercolor = "#000000"; headerbgcolor = "#0099CC"; headerborder="1px solid #999999"; } horizStyle=new copyOf(vertStyle) horizStyle.overfilter="" horizStyle.outfilter="" horizStyle.borderwidth=1 horizStyle.separatorpadding=0 horizStyle.padding=3 horizStyle.onborder=""; horizStyle.separatorcolor = "#999999"; //horizStyle.subimage="images/downboxed.gif"; horizStyle.onbgcolor = "#0099CC"; horizStyle.oncolor = "#ffffff"; horizStyle.offbgcolor = "#CCCCCC"; horizStyle.offcolor = "#000000"; with(ivdsl=new menuname("mainmenu1")){ top = 83; left =112; var tablewidth = 780/2; var scrWidth = screen.width/2; left = scrWidth-tablewidth-10; tSpace = "images/spacer2.gif" if(!ns4) { top = 87; var browserWidth = document.body.scrollWidth; if(browserWidth > (2*tablewidth) || browserWidth < (2*scrWidth)-20) left = (browserWidth/2)-tablewidth; if(browserWidth == (2*scrWidth)) left = scrWidth-tablewidth-10 if(browserWidth == (2*scrWidth)-20) left = scrWidth-tablewidth-10; if(browserWidth <= (2*tablewidth)) left = 0; tSpace = "images/spacer1.gif;onbgcolor=#CCCCCC;" } style = horizStyle; alwaysvisible = 1; orientation="horizontal" aI("text=  ABOUT US  ;url=aboutus.htm;title=About Us;"); aI("text=  SERVICES  ;url=services.htm;showmenu=SERVICES;"); aI("text=  R & D  ;url=r_d.htm;showmenu=RND;"); aI("text=  CLIENT  ;url=clients.htm;showmenu=CLIENT;"); aI("text=  CAREER  ;url=careers.htm;showmenu=CAREER;"); aI("image="+tSpace+";"); } with(ivdsl=new menuname("SERVICES")){ style = vertStyle; top="offset=2" margin=3 orientation="horizontal" aI("text= overview ;url=services.htm;"); aI("text= e-learning ;url=elearning.htm;"); aI("text= internet solutions ;url=internet_application.htm;"); aI("text= intranet solutions ;url=intranet_solutions.htm;"); aI("text= content management ;url=content_management.htm;"); aI("text= gaming ;url=gaming.htm;"); } drawMenus() // Add this bit if you haven't finished building menus yet. clearTimeout(_mst) _mst=null _startM=1