<!--

/*
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=100; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="0000FF";
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="Cosmic Two";
//hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="blue";
hdrBGColor="FFCC00";
//hdrBGColor="#0000FF";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Cosmic Two";
//linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="#FFFF99";
linkOverBGColor="yellow";
linkTarget="_top";
linkAlign="Left";
barBGColor="FFF009";
barFontFamily="Verdana";
//barFontFamily="Cosmic Two";
barFontSize="2";
barFontColor="blue";
barVAlign="center";
barWidth=20; // no quotes!!
barText="WOLF SONG VISIONS 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]=["Wolf Song Visions"] //create header
ssmItems[1]=["Description", "wsdescript.htm", ""]
ssmItems[2]=["Excerpt", "wsexcerpt.htm",""]
ssmItems[3]=["Reviews", "wsreviews.htm",""]
ssmItems[4]=["Order Wolf Song Visions", "http://www.amazon.com/Wolf-Song-Visions-Earthwalk-Remembered/dp/1439233993/ref=sr_1_4?ie=UTF8&s=books&qid=1239145740&sr=1-4", "_new"]
ssmItems[5]=["Free E-Books", "ebooks.htm", ""]
ssmItems[6]=["Up Coming Books", "newbooks.htm", ""]
//ssmItems[7]=["Get Wolf Song Visions 1st Edition", "ordering_info.htm", ""]

ssmItems[7]=["Contact Info", "contact.htm", ""] //create two column row
ssmItems[8]=["Email", "mailto:wytelk@wolfsongvisions.com", "",1]

//ssmItems[9]=["External Links", "", ""] //create header
ssmItems[9]=["Wolf Song Visions Home", "index.html", ""]
ssmItems[10]=["Wolf Song Lodge", "http://www.wolfsonglodge.org", "_new"]
buildMenu();

//-->
