_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='#660066'; 
oncolor='#FFFFFF'; 
offbgcolor='#FFFFFF'; 
offcolor='#660066'; 
borderstyle=''; 
borderwidth=1; 
separatorsize='1'; 
padding=5; 
fontsize='90%'; 
itemwidth='130';
itemheight='10';
align='Left';
fontstyle='Normal'; 
fontweight='Normal'; 
fontfamily='Times New Roman'; 
subimage='dynamicdata/images/newarrow.gif'; 
subimagepadding='2'; 
bordercolor='#000000'; 
separatorcolor='#C8CBCA'; 
bgimage='';
} 


with(sat=new menuname('4')){ style=menuStyle; aI('text=My Kids;url=dynamicdata/mykids.aspx;status=My Kids;');} with(sat=new menuname('3')){ style=menuStyle; aI('text=Community Links;url=dynamicdata/communitylinks.aspx;status=Community Links;');aI('text=Preferred Vendors;url=dynamicdata/preferredvendors.aspx;status=Preferred Vendors;');} with(sat=new menuname('2')){ style=menuStyle; aI('text=Sold Listings;url=dynamicdata/sold.aspx;status=Sold Listings;');} drawMenus();
