
_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=-2 // Sub menu left offset 

with(menuStyle=new mm_style()){ 
onbgcolor="#EBE4E5"; 
oncolor="#0000FA"; 
offbgcolor="#FFFFFF"; 
offcolor="#0000FF"; 
bordercolor="#0000FF"; 
borderstyle="solid"; 
borderwidth=1; 
separatorcolor="#0000FF"; 
separatorsize=1; 
padding=3; 
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.5);Alpha(opacity=90);Shadow(color=#E0E0E0', Direction=135, Strength=45)";  
fontsize="65%"; 
fontstyle="bold"; 
fontfamily="Verdana, Tahoma, Arial";
subimagepadding="4"; 
subimage="images/arrow.gif"; 
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="vertical";
style=menuStyle;
top=240;
left=3;
overflow="scroll";
followscroll=1;
aI("text=EXAMPLES OF OUR BUILDING WORK;url=northallerton-builders-examples.htm");
aI("text=CONTACT US;showmenu=Contact");
aI("text=FIND US;url=find_us.htm");
aI("text=USEFUL LINKS;showmenu=Links");
aI("text=HOME PAGE;url=index.htm");
}

               with(milonic=new menuname("Contact")){
	         style=menuStyle;
               top="offset=-5";
               left="offset=-44"; 
	         aI("text=ON-LINE;url=contact_on.htm");
               aI("text=OFF-LINE;url=contact_off.htm");
               } 

               with(milonic=new menuname("Links")){
	         style=menuStyle;
               top="offset=-5";
               left="offset=-44"; 
               aI("text=THE FEDERATION OF MASTER BUILDERS;url=http://www.fmb.org.uk/;target= blank"); 
               aI("text=THE NATIONAL HOUSEBUILDING COUNCIL;url=http://www.nhbc.co.uk;target= blank"); 
	         aI("text=OUR WEBMASTER;url=http://www.nyws.co.uk;target= blank");
               }                
      
 drawMenus();

