


_menuCloseDelay=200 // The time delay for menus to remain visible on mouse out 
_menuOpenDelay=50 // The time delay before menus open on mouse over 
_subOffsetTop=3 // Sub menu top offset 
_subOffsetLeft=-1 // Sub menu left offset 

with(menuStyle=new mm_style()){ 
onbgcolor="#EDE9E9"; 
oncolor="#0814B2"; 
offbgcolor="#F7DDDD"; 
offcolor="#000000"; 
bordercolor="#FA0000"; 
borderstyle="solid"; 
borderwidth=1; 
separatorcolor="#000000";
separatorsize=1; 
padding=3; 
fontsize="70%"; 
fontstyle="bold"; 
fontfamily="Times New Roman";
subimagepadding="4"; 
subimage="arrow.gif"; 
}


with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
screenposition="center";
orientation="horizontal";
style=menuStyle;
top=115;
menuwidth=500;
menuheight=22;
aI("text=INTERIORS;url=examples-yorkshire-interior-designers.htm");
aI("text=OUR SUPPLIERS;url=suppliers.htm");
aI("text=CONTEMPORARY FURNITURE FOR SALE;url=sale.htm");
aI("text=FIND US;showmenu=Find Us");
aI("text=CONTACT US;url=contact_us.htm");
aI("text=OPENING TIMES;url=openings.htm");
aI("text=HOME PAGE;url=index.htm");
}


               with(milonic=new menuname("Find Us")){
	       style=menuStyle;
               orientation="horizontal";
               top="offset=0";
               left="offset=-135"; 
               aI("text=A MAP;url=map_1.htm");
	         aI("text=PLAN YOUR ROUTE;url=find_us.htm");
               aI("text=HAREWOOD HOUSE;url=http://www.harewood.org.uk/"); 
               } 
           
 drawMenus();



