_menuCloseDelay=500 
_menuOpenDelay=150 
_subOffsetTop=5 
_subOffsetLeft=0 
with(menuStyle1=new mm_style()){ 
onbgcolor='#F7CA40'; 
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='#8E299F'; 
oncolor='#FFFFFF'; 
offbgcolor='#225E22'; 
offcolor='#FFFFFF'; 
borderstyle=''; 
borderwidth=1; 
separatorsize='1'; 
padding=5; 
fontsize='90%'; 
itemwidth='90';
itemheight='10';
align='Center';
fontstyle='Normal'; 
fontweight='Normal'; 
fontfamily='Times New Roman'; 
subimage='dynamicdata/images/newarrow.gif'; 
subimagepadding='2'; 
bordercolor='#225E22'; 
separatorcolor='#C8CBCA'; 
bgimage='';
} 


with(sat=new menuname('5')){ style=menuStyle; aI('text=Non-metal fillings;url=dynamicdata/Testimonial-HealthDentist.aspx;status=Non-metal fillings;');aI('text=Perfect Smile;url=dynamicdata/Testimonial-PerfectSmile.aspx;status=Perfect Smile;');aI('text=Honest Opinion;url=dynamicdata/Testimonial-HonestDentist.aspx;status=Honest Opinion;');aI('text=David Archuleta;url=dynamicdata/David.aspx;status=David Archuleta;');aI('text=Caring Dentist;url=dynamicdata/Testimonial-Care.aspx;status=Caring Dentist;');aI('text=Expert Dentist;url=dynamicdata/Testimonial-Knowledge.aspx;status=Expert Dentist;');} drawMenus();

