_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=50 // Follow scrolling Rate _subOffsetTop=5 // Sub menu top offset _subOffsetLeft=-10 // 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()){ borderstyle="solid"; borderwidth="0"; itemheight="19"; align="center"; valign="top"; padding="0px 0px 0px 0px"; fontsize="11px"; fontstyle="normal"; fontfamily="Verdana, Arial, Helvetica"; itemwidth="139"; fontweight="bold"; oncolor="#FFCC00"; offcolor="#FFFFFF"; onbold=1; separatorcolor="#FFFFFF"; separatorsize="1"; //bgimage="http://www.gegervision.com/clients/eaglecreek/images/button.gif" } with(menuStyle2=new mm_style()){ onbgcolor="#9CDDF2"; oncolor="#FFFFFF"; itemheight="5"; offbgcolor="#47C7F1"; offcolor="#FFFFFF"; bordercolor="#000000"; itemheight="10"; borderstyle="solid"; borderwidth="1"; separatorcolor="#9B9B9B"; separatorsize="2"; padding="3"; fontsize="10px"; fontstyle="normal"; fontfamily="Verdana, Arial, Helvetica"; fontweight="bold"; high3dcolor="#9B9B9B"; low3dcolor="#FFFFFF"; swap3d='true'; overfilter="Shadow(color='#C3C3C3', Direction=135, Strength=4)"; //overfilter="Fade(duration=0.2)"; //outfilter="randomdissolve(duration=0.3)"; } with(milonic=new menuname("Services")){ style=menuStyle2; itemwidth=160; overflow="scroll"; aI("text=Interactive;url=/interactive.php;status=Interactive Services;"); aI("text=Creative;url=/creative.php;status=Creative Services;"); aI("text=Professional;url=/professional.php;status=Professional Services;"); aI("text=Four C's of Internet;url=/fourcs.php;status=Four C's of Internet;"); } with(milonic=new menuname("About Us")){ style=menuStyle2; itemwidth=150; overflow="scroll"; aI("text=Company Background;url=/aboutus.php;status=Company Background;"); aI("text=Corporate News;url=/news.php;status=Corporate News;"); aI("text=Job Opportunities;url=/careers.php;status=Job Opportunities;"); //aI("text=Our Partners;url=partners.php;status=Our Partners;"); } with(milonic=new menuname("Clients")){ style=menuStyle2; itemwidth=150; overflow="scroll"; aI("text=Client List;url=/ourclients.php;status=Client List;"); //aI("text=Current Projects;status=Current Projects;"); aI("text=Portfolio;showmenu=Examples;status=Portfolio;"); } with(milonic=new menuname("Examples")){ style=menuStyle2; itemwidth=150; overflow="scroll"; aI("text=Interactive;url=/interactive.php;status=Interactive Samples;"); aI("text=Creative;url=/creative.php;status=Creative Samples;"); } drawMenus();