_menuCloseDelay=100 // The time delay for menus to remain visible on mouse out _menuOpenDelay=50 // The time delay before menus open on mouse over _subOffsetTop=2 // Sub menu top offset _subOffsetLeft=-10 // Sub menu left offset _menuCloseDelay=100 // The time delay for menus to remain visible on mouse out _menuOpenDelay=50 // The time delay before menus open on mouse over _subOffsetTop=2 // Sub menu top offset _subOffsetLeft=2 // Sub menu left offset with(XPMainStyle=new mm_style()){ onbgcolor="#E7EAE6"; oncolor="#FFFFFF"; offbgcolor="#E7EAE6"; offcolor="#E7EAE6"; bordercolor="#E7EAE6"; borderstyle="solid"; borderwidth=0; separatorcolor="#E7EAE6"; separatorsize="0"; padding=0; fontsize="100%"; fontstyle="normal"; fontweight="bold"; fontfamily="Arial,Helvetica,Verdana"; subimagepadding="2"; //onborder="1px solid #E7EAE6"; //offborder="1px solid #E7EAE6"; } with(XPMenuStyle=new mm_style()){ onbgcolor="#F8EBDA"; oncolor="#44548F"; offbgcolor="#E6D1A6"; offcolor="#000000"; bordercolor="#FFA300"; borderstyle="solid"; separatorsize="1"; borderwidth=0; separatorcolor="#FFA300"; separatorpadding="0"; separatoralign="center"; separatorwidth="100%"; padding=1; fontsize="95%"; fontstyle="normal"; fontweight="normal"; fontfamily="Arial,Helvetica,Verdana"; image="xpblank.gif"; subimage="arrow.gif"; onborder="1px solid #144400"; overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)"; outfilter="randomdissolve(duration=0.3)"; menubgimage="spacer.gif";//winxp } with(milonic=new menuname("Main Menu")){ style=XPMainStyle; position="relative"; alwaysvisible=1; orientation="horizontal"; margin=0; aI("text=;image=images/EMP_WINGMAN_06.jpg;url=index.php;"); aI("text=;image=images/EMP_WINGMAN_07.jpg;url=content.php?content_id=3"); aI("text=;image=images/EMP_WINGMAN_08.jpg;showmenu=register"); aI("text=;image=images/EMP_WINGMAN_09.jpg;url=job_list.php;"); aI("text=;image=images/EMP_WINGMAN_10.jpg;showmenu=comment"); aI("text=;image=images/EMP_WINGMAN_11.jpg;showmenu=service"); aI("text=;image=images/EMP_WINGMAN_12.jpg;url=content.php?content_id=4;"); } with(milonic=new menuname("comment")){ style=XPMenuStyle; overflow="scroll"; margin=4; aI("text=Company Tips           ;image=images/spacer.gif;url=content.php?content_id=6;"); aI("text=Job Seekers Tips          ;image=images/spacer.gif;url=content.php?content_id=8;"); } with(milonic=new menuname("service")){ style=XPMenuStyle; overflow="scroll"; margin=4; aI("text=Services For Company           ;image=images/spacer.gif;url=content.php?content_id=10;"); aI("text=Services for Job Seekers          ;image=images/spacer.gif;url=content.php?content_id=11;"); } with(milonic=new menuname("register")){ style=XPMenuStyle; overflow="scroll"; margin=4; aI("text=Register for Company           ;image=images/spacer.gif;url=employer_reg1.php;"); aI("text=Register for Job Seekers          ;image=images/spacer.gif;url=staff_register11.php;"); } drawMenus();