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";
onbgimage="images/pfwall.jpg";
offbgimage="images/pfwall.jpg";  
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=320;
left=10;
orientation="vertical";
style=menuStyle;
aI("text=Introduction;showmenu=index;");
aI("text='Poems of the Late T'ang';url=latetang.html;");
aI("text=Poets and Poems;showmenu=poets;");
aI("text=Significance;url=meaning.html;");
aI("text=Sources;url=sources.html;");
aI("text=Links;url=links.html;");
}

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

with(milonic=new menuname("poets")){
style=submenuStyle;
aI("text=&#149; Li Shang-yin: The Poet of Illicit Love;showmenu=lsy;");
aI("text=&#149; Li He (Li Ho): The Daemonic Genius;showmenu=lh;");
aI("text=&#149; Du Mu (Tu Mu) & the Yearning Lotuses;url=tumu.html;");
aI("text=&#149; Meng Jiao (Meng Chiao) & the Inch of Grass;url=mengch.html;");
aI("text=&#149; Qu Yuan (Ch'&uuml; Y&uuml;an): 'The Man Who Raved at the Wall';url=quyuan.html;");
}

with(milonic=new menuname("lsy")){
style=submenuStyle;
align="right";
aI("text= Li Shang-yin;url=lisy.html;");
aI("text= &nbsp;<em>'Watch little by little the night turn around'</em>;url=lisy1.html;");
aI("text= &nbsp;<em>'The twigs which tremble in the dawn'</em>;url=lisy4.html;");
aI("text= &nbsp;<em>'Swallows in the rafters ...'</em>;url=lisy3.html;");
aI("text= &nbsp;<em>'One inch of love is an inch of ashes'</em>;url=lisy2.html;");
}

with(milonic=new menuname("lh")){
style=submenuStyle;
align="right";
aI("text=Li He (Li Ho);url=liho.html;");
aI("text=&nbsp;<em>'Witness the man who raved at the wall ...'</em>;url=liho2.html;");
aI("text=&nbsp;<em>'A thousand miles of moonlight'</em>;url=liho3.html;");
aI("text=&nbsp;<em>'The River of Heaven turns in the night ...</em>';url=liho1.html;");
}

drawMenus();

