<!--

/*
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]=["WSV Menu"] //create header
ssmItems[0]=["About WSV", "about.htm", ""]
ssmItems[1]=["Press Room", "news.htm",""]
ssmItems[2]=["Wolf Song Visions", "wsbook.htm", ""]
ssmItems[3]=["Free E-Books", "ebooks.htm", ""]
ssmItems[4]=["Up Coming Books", "newbooks.htm", ""]
//ssmItems[5]=["Get Wolf Song Visions 1st Edition", "ordering_info.htm", ""]

ssmItems[5]=["Contact Info", "contact.htm", ""] //create two column row
ssmItems[6]=["Email", "mailto:wytelk@wolfsongvisions.com", "",1]

//ssmItems[9]=["External Links", "", ""] //create header
ssmItems[7]=["Wolf Song Blog", "http://wolfsongvisions.blogspot.com/", "_new"]
ssmItems[8]=["Wolf Song Visions Home", "index.html", ""]
ssmItems[9]=["Wolf Song Lodge", "http://www.wolfsonglodge.org", "_new"]
buildMenu();

//-->