_menuCloseDelay=500 
_menuOpenDelay=150 
_subOffsetTop=5 
_subOffsetLeft=0 
with(menuStyle1=new mm_style()){ 
onbgcolor='#215FC3'; 
oncolor='#215FC3'; 
offbgcolor='#215FC3'; 
offcolor='#215FC3'; 
bordercolor=''; 
borderstyle=''; 
borderwidth=0; 
separatorcolor='#C8CBCA'; 
separatorsize='0'; 
padding=2; 
fontsize='70%'; 
fontstyle=''; 
fontfamily=''; 
subimage=''; 
bgimage='';
subimagepadding='0'; 
} with(menuStyle=new mm_style()){ 
onbgcolor='#3366CC'; 
oncolor='#CC3333'; 
offbgcolor='#3366CC'; 
offcolor='#FFFFFF'; 
borderstyle=''; 
borderwidth=1; 
separatorsize='1'; 
padding=5; 
fontsize='70%'; 
fontstyle='Normal'; 
fontweight='Bold'; 
fontfamily='Arial'; 
subimage='images/newarrow.gif'; 
subimagepadding='2'; 
bordercolor='#FFFFFF'; 
separatorcolor='#C8CBCA'; 
bgimage='';
} 


with(sat=new menuname('7')){ style=menuStyle; aI('text=Location/ Store Hours;url=Location.aspx;status=Location/ Store Hours;');} with(sat=new menuname('3')){ style=menuStyle; aI('text=Contractor Listing;url=services.aspx;status=Contractor Listing;');} with(sat=new menuname('2')){ style=menuStyle; aI('text=Community Service;url=Community.aspx;status=Community Service;');aI('text=Our Staff;url=Ourstaff.aspx;status=Our Staff;');aI('text=Location/ Store Hours;url=Location.aspx;status=Location/ Store Hours;');} drawMenus();
