<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=150; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=50; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="#ffbb33";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=150; // Must be a multiple of 10! no quotes!!
menuCols=1;
hdrFontFamily="TimesRoman";
hdrFontSize="4";
hdrFontColor="#ffbb33";
hdrBGColor="black";
hdrAlign="center";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="TimesRoman";
linkFontSize="4";
linkBGColor="black";
linkOverBGColor="red";
linkTarget="_self";
linkAlign="Left";
barBGColor="#336600";
barFontFamily="TimesRoman";
barFontSize="2";
barFontColor="#ffbb33";
barVAlign="center";
barWidth=20; // no quotes!!
barText="TABLE OF CONTENT"; // <IMG> tag supported. Put exact html for an image to show.

///////////////////////////

// ssmItems2[...]=[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
ssmItems2[0]=["Table Of Content"] //create header
ssmItems2[1]=["Table", "book_outline.html#content", ""]
ssmItems2[2]=["Introduction", "book_intro.html", ""]
ssmItems2[3]=["Chapter I", "book_chap1.html",""]
ssmItems2[4]=["Chapter II", "book_chap2.html", ""]
ssmItems2[5]=["Chapter III", "book_chap3.html", ""]
ssmItems2[6]=["Chapter IV", "book_chap4.html", ""]
ssmItems2[7]=["Chapter V", "book_chap5.html", ""]
ssmItems2[8]=["Chapter VI", "book_chap6.html", ""]
ssmItems2[9]=["Chapter VII", "book_chap7.html", ""]
ssmItems2[10]=["Chapter VIII", "book_chap8.html", ""]
ssmItems2[11]=["Chapter IX", "book_chap9.html", ""]
ssmItems2[12]=["Chapter X", "book_chap10.html", ""]
ssmItems2[13]=["Chapter XI", "book_chap11.html", ""]
ssmItems2[14]=["Chapter XII", "book_chap12.html", ""]

buildMenu();

//-->