_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='#F03333'; 
oncolor='#FFFFFF'; 
offbgcolor='#ED2525'; 
offcolor='#FFFFFF'; 
borderstyle=''; 
borderwidth=1; 
separatorsize='1'; 
padding=5; 
fontsize='100%'; 
itemwidth='80';
itemheight='15';
align='Center';
fontstyle='Normal'; 
fontweight='Bold'; 
fontfamily='Times New Roman'; 
subimage='dynamicdata/images/newarrow.gif'; 
subimagepadding='2'; 
bordercolor='#663333'; 
separatorcolor='#C8CBCA'; 
bgimage='';
} 


with(sat=new menuname('10')){ style=menuStyle; aI('text=Market Court;url=dynamicdata/MarketCourt.aspx;status=Market Court;');aI('text=Shore Court;url=dynamicdata/ShoreCourt.aspx;status=Shore Court;');aI('text=Ard na Tána;url=dynamicdata/Ardnatana.aspx;status=Ard na Tána;');aI('text=Bothár Buí;url=dynamicdata/botharbui.aspx;status=Bothár Buí;');aI('text=Grove Village;url=dynamicdata/GroveVillage.aspx;status=Grove Village;');} with(sat=new menuname('2')){ style=menuStyle; aI('text=Local Information;url=dynamicdata/Location.aspx;status=Local Information;');aI('text=How to find us;url=dynamicdata/Directions.aspx;status=How to find us;');aI('text=Livestock Sales;url=dynamicdata/Livestock.aspx;status=Livestock Sales;');} drawMenus();
