<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=200; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=0 // no quotes!!
waitTime=0; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="black";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=155; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="blue";
hdrAlign="center";
hdrVAlign="center";
hdrHeight="10";
linkFontFamily="Arial";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="yellow";
linkTarget="_top";
linkAlign="right";
barBGColor="red";
barFontFamily="Arial";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="MENU"; // <IMG> tag supported. Put exact html for an image to show.

///////////////////////////

// ssmItems[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header

ssmItems[0]=["@ MOOB.ORG "] //create header
ssmItems[1]=["Home ", "index.html", ""]
ssmItems[2]=["About the Author ", "about_mong.htm", ""]
ssmItems[3]=["Who are Mong?", "mong_name.htm", ""]
ssmItems[4]=["Literacy: Ntawv Moob ", "../ntawv/", ""]
ssmItems[5]=["Writings: Ntawv Sau ", "writing.htm", ""]
ssmItems[6]=["Songs: Nkauj ", "songs.htm",""]
ssmItems[7]=["Poetry: Paaj Huam ", "poetry.htm",""]
ssmItems[7]=["Lessons: Yaam Kawm ", "../lessons/",""]
ssmItems[8]=["Journal: Lug Sau ", "journal.htm",""]
ssmItems[9]=["Links: Txuas ", "links.html",""]
ssmItems[10]=["Guest Book ", "guestbook.htm",""]
ssmItems[11]=["Contact ", "mailto:tom@moob.org", ""]


buildMenu();

//-->
