<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=120; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=100; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="gray";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=150; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#C0C0C0";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#C0C0C0";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="MAIN 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]=["Menu"] //create header
ssmItems[1]=["Introduction", "http://www.totemanimals.com/home/page01.htm", ""]
// ssmItems[2]=["History", "http://www.totemanimals.com/contents/01/intro01/page01.htm",""]
ssmItems[2]=["Spirit Guides", "http://www.totemanimals.com/contents/02/intro02/page01.htm", ""]
ssmItems[3]=["Finding Your Guides", "http://www.totemanimals.com/contents/03/intro03/page01.htm", ""]
// ssmItems[5]=["Intro 04", "http://www.totemanimals.com/contents/04/intro04/page01.htm", ""]
// ssmItems[6]=["Intro 05", "http://www.totemanimals.com/contents/05/intro05/page01.htm", ""]
// ssmItems[7]=["Intro 06", "http://www.totemanimals.com/contents/06/intro06/page01.htm", ""]
ssmItems[4]=["Books", "http://www.totemanimals.com/contents/07/intro07/page01.htm", ""]
// ssmItems[9]=["Intro 08", "http://www.totemanimals.com/contents/08/intro08/page01.htm", ""]

ssmItems[5]=["Home", "http://www.totemanimals.com/index.htm", "", 1, "no"] //create two column row
ssmItems[6]=["Email", "mailto:owl@sacredartifacts.com", "",1]

ssmItems[7]=["External Links", "", ""] //create header
ssmItems[8]=["Sacred Artifacts", "http://www.sacredartifacts.com", "_new"]
ssmItems[9]=["Great Spirit Quest", "http://www.greatspiritquest.com", "_new"]
// ssmItems[11]=["Webcrawler", "http://www.webcrawler.com", "_new"]

buildMenu();

//-->