fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;


with(submenuStyle=new mm_style()){
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontweight="normal";
headercolor="#000000";
offcolor="#747A75";
oncolor="#000000";
onbgcolor="#FFFFFF";
offbgcolor="#FFFFFF";
pagecolor="red";
padding=5;
subimage="11x9_dotted_green.gif";
overimage="11x9_dotted_green.gif";
subimagepadding=8;
onborder="black";
}

with(menuStyle=new mm_style()){
styleid=1;
align="right";
fontfamily="Verdana, Tahoma, Arial";
fontsize="10pt";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000"; 
image="locationdow.gif";
imageposition="right";
offcolor="#666666";
oncolor="#003333";
pagecolor="red";
pagebgcolor="#FFFFFF";
bgimage="../images/green.jpg";
overimage="location_ondow.gif";
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
top=250;
left=30;
orientation="vertical";
style=menuStyle;
aI("text=Intro;showmenu=index;");
aI("text=In the West;url=dow1.html;");
aI("text=Japanese;url=dowjpn.html;");
aI("text=Chinese;url=dowchin.html;");
aI("text=Vietnamese;url=dowviet.html;");
aI("text=Summary;url=dowconcl.html;");
aI("text=Asides;showmenu=asides;");
aI("text=Links;url=dowlinks.html;");
}

with(milonic=new menuname("index")){
style=submenuStyle;
aI("text=Top;url=index.html#TOP;");
aI("text=Site Map;url=index.html#map;");
aI("text=Log of Updates;url=updatedow.html;");
}

with(milonic=new menuname("asides")){
style=submenuStyle;
aI("text=1. First Day of the Week: Sunday or Monday?;url=SunMon.html;");
aI("text=2. Names of Uranus, Neptune, and Pluto;url=UrNepPl.html;");
aI("text=3. The Country of Kang and the Manichaeans;url=Kang.html;");
aI("text=4. The Buddhist Route of Transmission;url=BuKong.html;");
aI("text=5. Kobo Daishi;url=KoboD.html;");
aI("text=6. Fujiwara Michinaga and his Diary;url=fujiw.html;");
aI("text=7. The Crucial Step in Adoption of the Japanese Names;url=leap.html;");
aI("text=8. Christian Missionaries in China;url=mission.html;");
aI("text=10. Is 'Xingqi' a Modern Coinage;url=official.html;");
aI("text=11. The Origins of the 'Feria';url=feria.html;");
aI("text=12. Portuguese Missionaries and Vietnamese;url=Port.html;");
aI("text=13. 'Tuan' and 'Xun': Faux Amis;url=tuan.html;");
}

drawMenus();


