_menuCloseDelay=500 
_menuOpenDelay=150 
_subOffsetTop=5 
_subOffsetLeft=0 
with(menuStyle1=new mm_style()){ 
onbgcolor='#ffffff'; 
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='#666666'; 
oncolor='#ffffff'; 
offbgcolor='#FFFFFF'; 
offcolor='#000000'; 
borderstyle=''; 
borderwidth=1; 
separatorsize='1'; 
padding=5; 
fontsize='60%'; 
fontstyle='Normal'; 
fontweight='Normal'; 
fontfamily='Verdana'; 
subimage='dynamicdata/images/newarrow.gif'; 
subimagepadding='2'; 
bordercolor='#000000'; 
separatorcolor='#C8CBCA'; 
bgimage='';
} 


with(sat=new menuname('13')){ style=menuStyle; aI('text=North America;url=dynamicdata/ContactNAmerica.aspx?langid=5;status=North America;');aI('text=South America;url=dynamicdata/ContactSAmerica.aspx?langid=5;status=South America;');aI('text=Asia;url=dynamicdata/ContactAsie.aspx?langid=5;status=Asia;');aI('text=Australasia;url=dynamicdata/ContactAustralasia.aspx?langid=5;status=Australasia;');aI('text=Europe;url=dynamicdata/ContactEurope.aspx?langid=5;status=Europe;');aI('text=Middle East;url=dynamicdata/ContactMEast.aspx?langid=5;status=Middle East;');aI('text=North Africa;url=dynamicdata/ContactNAfrica.aspx?langid=5;status=North Africa;');aI('text=Africa;url=dynamicdata/ContactAfrica.aspx?langid=5;status=Africa;');} with(sat=new menuname('9')){ style=menuStyle; aI('text=History;url=dynamicdata/History.aspx?langid=5;status=History;');aI('text=Philosophy;url=dynamicdata/Philosophy.aspx?langid=5;status=Philosophy;');} drawMenus();
