_menuCloseDelay=500 // The time delay for menus to remain visible on mouse out _menuOpenDelay=150 // The time delay before menus open on mouse over _subOffsetTop=100 // Sub menu top offset _subOffsetLeft=-10 // Sub menu left offset with(menuStyle=new mm_style()){ align="center"; onbgcolor=""; oncolor="#ffffff"; offbgcolor=""; offcolor="#ffffff"; separatorcolor="#ffffff"; separatorsize=1; padding=1; fontsize="70%"; fontstyle="normal"; fontweight="normal"; fontfamily="Tahoma, Geneva, sans-serif"; overfilter="Fade(duration=0.2);Alpha(opacity=100);"; outfilter="randomdissolve(duration=0.3)"; itemposition="center"; } with(menuSubStyle=new mm_style()){ onbgcolor="#2a2055"; oncolor="#ffff80"; offbgcolor="#46B446"; offcolor="#ffffff"; bordercolor="#bbbbbb"; borderstyle="solid"; borderwidth=1; separatorcolor="#ffffff"; separatorsize=1; padding=5; fontsize="70%"; fontstyle="normal"; fontfamily="Arial, Helvetica, sans-serif"; pageborder=""; pagecolor="#ffffff"; pagebgcolor="#666666"; headercolor="#000000"; headerbgcolor="#ffffff"; subimage="/images/arrow.gif"; subimagepadding=2; overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#777777', Direction=140, Strength=5)"; outfilter="randomdissolve(duration=0.3)"; } with(milonic=new menuname("Main Menu")){ style=menuStyle; top=358; alwaysvisible=1; orientation="horizontal"; menuwidth="98%"; menualign="center"; screenposition="center"; align="center"; aI("text= HOME  ;url=index.php;status=Back To Home Page;"); aI("text=  HET SERVICES  ;showmenu=hns;url=;"); aI("text=  CASE STUDIES  ;showmenu=cs;"); aI("text=  NEWS   showmenu=news;url=news.php?menu_id=12;"); aI("text=  USEFUL LINKS  ;showmenu=ul;url="); aI("text=  PLANNING & BUILDING REGULATIONS  ;showmenu=pdr;url=pnbr.php?menu_id=13"); aI("text=  TESTIMONIALS  showmenu=testimonials;url=testimonials.php"); aI("text=  CONTACT US   showmenu=contact;url=contactus.php"); } with(milonic=new menuname("hns")){ style=menuSubStyle; top=377; overflow="scroll"; aI("text=Property Assessment;url=het_services.php?menu_id=1"); aI("text=Feasibility Study;url=het_services.php?menu_id=2;"); aI("text=Full Design;url=het_services.php?menu_id=3;"); aI("text=Building;url=het_services.php?menu_id=4;"); } with(milonic=new menuname("cs")){ style=menuSubStyle; top=377; aI("text=Extensions;url=show_case_studies_list.php?menu_id=5"); aI("text=Loft Conversions;url=show_case_studies_list.php?menu_id=6;"); aI("text=Conservatories;url=show_case_studies_list.php?menu_id=7;"); } with(milonic=new menuname("ul")){ style=menuSubStyle; top=377; overflow="scroll"; aI("text=Local Councils;url=useful_links.php?menu_id=8"); aI("text=Technical Information;url=useful_links.php?menu_id=9;"); aI("text=Interiors;url=useful_links.php?menu_id=10;"); aI("text=Professional Bodies;url=useful_links.php?menu_id=11;"); }