_menuCloseDelay=500 
_menuOpenDelay=150 
_subOffsetTop=5 
_subOffsetLeft=0 
with(menuStyle1=new mm_style()){ 
onbgcolor='#B6B6B6'; 
oncolor='#ffffff'; 
offbgcolor='#383838'; 
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='#6CA5CA'; 
oncolor='#E8F1F6'; 
offbgcolor='#4D91BD'; 
offcolor='#E8F1F6'; 
borderstyle=''; 
borderwidth=1; 
separatorsize='1'; 
padding=5; 
fontsize='70%'; 
itemwidth='200';
itemheight='30';
align='Left';
fontstyle='Normal'; 
fontweight='Bold'; 
fontfamily='Verdana'; 
subimage='dynamicdata/images/newarrow.gif'; 
subimagepadding='2'; 
bordercolor='#A0C7E1'; 
separatorcolor='#C8CBCA'; 
bgimage='';
} 


with(sat=new menuname('4')){ style=menuStyle; aI('text=Promotion;url=dynamicdata/promotion.aspx;status=Promotion;');aI('text=Publications;url=http://www.lynchelectrical.com/publication.aspx;status=Publications;');aI('text=Library;url=http://www.lynchelectrical.com/library.aspx;status=Library;');aI('text=FAQ;url=http://www.lynchelectrical.com/faq.aspx;status=FAQ;');} with(sat=new menuname('3')){ style=menuStyle; aI('text=About;url=dynamicdata/about.aspx;status=About;');aI('text=News;url=http://www.lynchelectrical.com/news.aspx;status=News;');aI('text=Locations/Map;url=dynamicdata/location.aspx;status=Locations/Map;');aI('text=Key Staff;url=http://www.lynchelectrical.com/staff.aspx;status=Key Staff;');aI('text=Affiliations;url=dynamicdata/affliations.aspx;status=Affiliations;');} with(sat=new menuname('2')){ style=menuStyle; aI('text=Commercial;url=dynamicdata/commercial.aspx;status=Commercial;');aI('text=Industrial;url=dynamicdata/industrial.aspx;status=Industrial;');aI('text=Residential;url=dynamicdata/residential.aspx;status=Residential;');aI('text=Voice/Data;url=dynamicdata/voice.aspx;status=Voice/Data;');aI('text=Security/Fire;url=dynamicdata/securityfire.aspx;status=Security/Fire;');} drawMenus();
