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;
borderwidth="1px";
bordercolor="black";
subimage="11x9_dotted_green.gif";
subimagepadding=8;
onborder="#000000";
}

with(menuStyle=new mm_style()){
styleid=1;
align="right";
fontfamily="Verdana, Tahoma, Arial";
fontsize="10pt";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
onbgcolor="#FFFFFF";   
image="location.gif";
imageposition="right";
offcolor="#B6B6B6";
oncolor="#003333";
pagecolor="red";
pagebgcolor="#FFFFFF";
overimage="location_on.gif";
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
top=250;
left=10;
orientation="vertical";
style=menuStyle;aI("text=Intro;showmenu=index;");
aI("text=Mongolian bookshops in Hohhot;url=hohhotbooks.html;");
aI("text=WMD;url=massweapon.html;");
aI("text=Year of the Sheep/Goat;url=sheepgoat.html;");
aI("text=Remember to Flush;url=flush.html;");
aI("text=Anti-Japanese Puns;url=antijpuns.html;");
aI("text=Chinglish Versions;url=fengqing.html;");
aI("text=Mind the Gap;url=thegap.html;");
aI("text=Interpreting Muck-up;url=interpreting.html;");
aI("text=Trade Policy Speech;showmenu=speech;");
aI("text=Sino-Japanese Rivalry;url=oilconflict.html;");
aI("text=Chinese Coking Coal Export;url=coalexport.html;");
aI("text='Commodities Boom';url=commodity.html;");
aI("text=The Chinese Mentality;url=chinesementality.html;");
aI("text=Pringle in Chinese;url=pringle.html;");
}

with(milonic=new menuname("index")){
style=submenuStyle;
aI("text=Index;url=index.html;");
aI("text=Log of Updates;url=updatespicks.html;");
}

with(milonic=new menuname("speech")){
style=submenuStyle;
aI("text=Intro;url=speech/speech.html;");
aI("text= 1 Opening;url=speech/speech01.html;");
aI("text= 2 Economic rundown;url=speech/speech02.html;");
aI("text= 3 Role of Trade Policy;url=speech/speech03.html;");
aI("text= 4 Layers of Policy;url=speech/speech04.html;");
aI("text= 5 Role of the WTO;url=speech/speech05.html;");
aI("text= 6 Balance & Flexibility;url=speech/speech06.html;");
aI("text= 7 Developing Countries' Perspective;url=speech/speech07.html;");
aI("text= 8 Comprehensive Package;url=speech/speech08.html;");
aI("text= 9 Japan's Stance on FTAs;url=speech/speech09.html;");
aI("text= 10 Japan's Policy (1);url=speech/speech10.html;");
aI("text= 11 Japan's Policy (2);url=speech/speech11.html;");
aI("text= 12 Growth of FTAs between Japan and Asia;url=speech/speech12.html;");
aI("text= Impressions;url=speech/concl.html;");
}

drawMenus();


