_menuCloseDelay=500 
_menuOpenDelay=150 
_subOffsetTop=5 
_subOffsetLeft=0 
with(menuStyle1=new mm_style()){ 
onbgcolor='#FFFFFF'; 
oncolor='#000000'; 
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='#3300FF'; 
oncolor='#FFFFFF'; 
offbgcolor='#72788E'; 
offcolor='#FFFFFF'; 
borderstyle=''; 
borderwidth=1; 
separatorsize='1'; 
padding=5; 
fontsize='80%'; 
itemwidth='100';
itemheight='25';
align='Center';
fontstyle='Normal'; 
fontweight='Bold'; 
fontfamily='Verdana'; 
subimage='dynamicdata/images/newarrow.gif'; 
subimagepadding='2'; 
bordercolor='#72788E'; 
separatorcolor='#C8CBCA'; 
bgimage='';
} 


with(sat=new menuname('2')){ style=menuStyle; aI('text=History;url=dynamicdata/History.aspx;status=History;');aI('text=Philosophy;url=dynamicdata/Philosophy.aspx;status=Philosophy;');aI('text=The Future;url=dynamicdata/Future.aspx;status=The Future;');} drawMenus();
