_menuCloseDelay=500 
_menuOpenDelay=150 
_subOffsetTop=5 
_subOffsetLeft=0 
with(menuStyle1=new mm_style()){ 
onbgcolor='#000000'; 
oncolor='#ffffff'; 
offbgcolor='#000000'; 
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='#333300'; 
oncolor='#FFFFCC'; 
offbgcolor='#242C39'; 
offcolor='#FFFFFF'; 
borderstyle=''; 
borderwidth=1; 
separatorsize='1'; 
padding=5; 
fontsize='70%'; 
fontstyle='Italic'; 
fontweight='Normal'; 
fontfamily='Arial Narrow'; 
subimage='images/newarrow.gif'; 
subimagepadding='2'; 
bordercolor='#242C39'; 
separatorcolor='#C8CBCA'; 
bgimage='';
} 


with(sat=new menuname('4')){ style=menuStyle; aI('text=Opticals;url=Opticals.aspx;status=Opticals;');aI('text=Hearing Aids;url=HearingAids.aspx;status=Hearing Aids;');aI('text=Jewellery;url=Jewellery.aspx;status=Jewellery;');} with(sat=new menuname('2')){ style=menuStyle; aI('text=Management;url=managment.aspx;status=Management;');aI('text=FAQ\'s;url=faq.aspx;status=FAQ\'s;');aI('text=Careers;url=carrears.aspx;status=Careers;');aI('text=History;url=history.aspx;status=History;');aI('text=News;url=news.aspx;status=News;');} drawMenus();
