_menuCloseDelay=500 
_menuOpenDelay=150 
_subOffsetTop=5 
_subOffsetLeft=0 
with(menuStyle1=new mm_style()){ 
onbgcolor='#ffffff'; 
oncolor='#ffffff'; 
offbgcolor='#ffffff'; 
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='#669933'; 
oncolor='#FFFFFF'; 
offbgcolor='#66CC00'; 
offcolor='#FFFFFF'; 
borderstyle=''; 
borderwidth=1; 
separatorsize='1'; 
padding=5; 
fontsize='60%'; 
itemwidth='50';
itemheight='25';
align='Center';
fontstyle='Italic'; 
fontweight='Normal'; 
fontfamily='Verdana'; 
subimage='dynamicdata/images/newarrow.gif'; 
subimagepadding='2'; 
bordercolor='#FFFFFF'; 
separatorcolor='#C8CBCA'; 
bgimage='';
} 


with(sat=new menuname('135')){ style=menuStyle; aI('text=Energy;url=dynamicdata/testpage.aspx;status=Energy;');aI('text=Water;url=dynamicdata/testpage.aspx;status=Water;');aI('text=Telecom;url=dynamicdata/testpage.aspx;status=Telecom;');} with(sat=new menuname('133')){ style=menuStyle; aI('text=Energy;url=dynamicdata/energynews.aspx;status=Energy;');aI('text=Water;url=dynamicdata/waternews.aspx;status=Water;');aI('text=Telecoms;url=dynamicdata/telecomnews.aspx;status=Telecoms;');} with(sat=new menuname('1')){ style=menuStyle; aI('text=Service Summary;url=dynamicdata/ServiceSummary.aspx;status=Service Summary;');} drawMenus();
