_menuCloseDelay=500 
_menuOpenDelay=150 
_subOffsetTop=5 
_subOffsetLeft=0 
with(menuStyle1=new mm_style()){ 
onbgcolor='#75758F'; 
oncolor='#ffffff'; 
offbgcolor='#75758F'; 
offcolor='#75758F'; 
bordercolor=''; 
borderstyle=''; 
borderwidth=0; 
separatorcolor='#C8CBCA'; 
separatorsize='0'; 
padding=2; 
fontsize='70%'; 
fontstyle=''; 
fontfamily=''; 
subimage=''; 
bgimage='';
subimagepadding='0'; 
} with(menuStyle=new mm_style()){ 
onbgcolor='#99C0E3'; 
oncolor='#FFFFFF'; 
offbgcolor='#5A9EDB'; 
offcolor='#000000'; 
borderstyle=''; 
borderwidth=1; 
separatorsize='1'; 
padding=5; 
fontsize='100%'; 
itemwidth='125';
itemheight='14';
align='Center';
fontstyle='Normal'; 
fontweight='Normal'; 
fontfamily='Arial Narrow'; 
subimage='dynamicdata/images/newarrow.gif'; 
subimagepadding='2'; 
bordercolor='#99C0E3'; 
separatorcolor='#C8CBCA'; 
bgimage='';
} 


with(sat=new menuname('2')){ style=menuStyle; aI('text=MISSION;url=dynamicdata/Mission.aspx;status=MISSION;');aI('text=NEWS;url=dynamicdata/../news.aspx;status=NEWS;');aI('text=FAQ\'s;url=dynamicdata/../faq.aspx;status=FAQ\'s;');} drawMenus();
