_menuCloseDelay=500 
_menuOpenDelay=150 
_subOffsetTop=5 
_subOffsetLeft=0 
with(menuStyle1=new mm_style()){ 
onbgcolor='#FFFFFF'; 
oncolor='#ffffff'; 
offbgcolor='#ffffff'; 
offcolor='#FFFFFF'; 
bordercolor=''; 
borderstyle=''; 
borderwidth=0; 
separatorcolor='#C8CBCA'; 
separatorsize='0'; 
padding=2; 
fontsize='70%'; 
fontstyle=''; 
fontfamily=''; 
subimage=''; 
bgimage='';
subimagepadding='0'; 
} with(menuStyle=new mm_style()){ 
onbgcolor='#FFFFFF'; 
oncolor='#CC0000'; 
offbgcolor='#FFFFFF'; 
offcolor='#A7A7A7'; 
borderstyle=''; 
borderwidth=1; 
separatorsize='1'; 
padding=5; 
fontsize='70%'; 
itemwidth='100';
itemheight='15';
align='Center';
fontstyle='Normal'; 
fontweight='Bold'; 
fontfamily='Verdana'; 
subimage='dynamicdata/images/newarrow.gif'; 
subimagepadding='2'; 
bordercolor='#A7A7A7'; 
separatorcolor='#C8CBCA'; 
bgimage='';
} 


with(sat=new menuname('5')){ style=menuStyle; aI('text=Recipes;url=dynamicdata/Recipes.aspx;status=Recipes;');} with(sat=new menuname('2')){ style=menuStyle; aI('text=Scope & Activities;url=dynamicdata/ScopeandActivities.aspx;status=Scope & Activities;');aI('text=Warehousing;url=dynamicdata/Warehousing.aspx;status=Warehousing;');aI('text=Distribution;url=dynamicdata/Distribution.aspx;status=Distribution;');} with(sat=new menuname('3')){ style=menuStyle; aI('text=Agencies;url=dynamicdata/Agencies.aspx;status=Agencies;');} drawMenus();
