_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='#c9c9c9'; 
oncolor='#FFFFFF'; 
offbgcolor='#e0e0e0'; 
offcolor='#8E2A32'; 
borderstyle=''; 
borderwidth=1; 
separatorsize='1'; 
padding=5; 
fontsize='70%'; 
itemwidth='150';
itemheight='25';
align='Left';
fontstyle='Normal'; 
fontweight='Normal'; 
fontfamily='Arial'; 
subimage='images/newarrow.gif'; 
subimagepadding='2'; 
bordercolor='#e0e0e0'; 
separatorcolor='#C8CBCA'; 
bgimage='';
} 


with(sat=new menuname('6')){ style=menuStyle; aI('text=FAQ;url=FAQ.aspx;status=FAQ;');} with(sat=new menuname('2')){ style=menuStyle; aI('text=Web Design;url=design.aspx;status=Web Design;');aI('text=Programming;url=programming.aspx;status=Programming;');aI('text=Web Content;url=Content.aspx;status=Web Content;');aI('text=Hosting & Maintenance;url=hosting.aspx;status=Hosting & Maintenance;');aI('text=Internet Marketing;url=http://www.wcg-pr.com/internetmarketing.aspx;status=Internet Marketing;');} drawMenus();
