_menuCloseDelay=500 
_menuOpenDelay=150 
_subOffsetTop=5 
_subOffsetLeft=0 
with(menuStyle1=new mm_style()){ 
onbgcolor='#F7CA40'; 
oncolor='#ffffff'; 
offbgcolor='#CAE6FF'; 
offcolor='#000000'; 
bordercolor=''; 
borderstyle=''; 
borderwidth=0; 
separatorcolor='#C8CBCA'; 
separatorsize='0'; 
padding=2; 
fontsize='70%'; 
fontstyle=''; 
fontfamily=''; 
subimage=''; 
bgimage='';
subimagepadding='0'; 
} with(menuStyle=new mm_style()){ 
onbgcolor='#000000'; 
oncolor='#FFFFFF'; 
offbgcolor='#000033'; 
offcolor='#FFFFFF'; 
borderstyle=''; 
borderwidth=1; 
separatorsize='1'; 
padding=5; 
fontsize='60%'; 
fontstyle='Normal'; 
fontweight='Normal'; 
fontfamily='Verdana'; 
subimage='dynamicdata/images/newarrow.gif'; 
subimagepadding='2'; 
bordercolor='#00FF00'; 
separatorcolor='#C8CBCA'; 
bgimage='';
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#E5E5E5', Direction=135, Strength=5)";outfilter="randomdissolve(duration=0.8)";} 


with(sat=new menuname('4')){ style=menuStyle; aI('text=Products By Company;url=dynamicdata/../productcompany.aspx;status=Products By Company;');aI('text=Products By Category;url=dynamicdata/../product.aspx;status=Products By Category;');} with(sat=new menuname('2')){ style=menuStyle; aI('text=History;url=dynamicdata/testing.aspx;status=History;');aI('text=Staff;url=dynamicdata/../Staff.aspx;status=Staff;');aI('text=Location/Hrs/ Map;url=dynamicdata/../LocationMap.aspx;status=Location/Hrs/ Map;');} drawMenus();
