<!--
YOffset=80;
XAlign=2;
XOffset=0;
staticYOffset=30;
waitTime=100;
slideX=1;
slideXSpeed=50;
slideY=1;
slideYSpeed=50;
slideOnYOverflow=1;
autoHideXOverflow=1;
targetFrame="_main";
targetDomain="";
operaFix=0;
menuOpacity=75;
menuPosition=1;
menuBGColor="black";
menuWidth=150;
hdrBGColor="#444444";
hdrPadding=3;
hdrAlign="left";
hdrVAlign="center";
linkBGColor="#E7E1C9";
linkOverBGColor="#FFFF99";
linkAlign="left";
linkVAlign="center";
linkPadding=3;
barWidth=20;
barBGColor="#444444";
barAlign="left";
barVAlign="center";
barType=1;
barText="LST LEGEND MENU";


//The Menu's Items
addHdr("LST Legend Menu");
addItem("Return to Cultural Page", "../../culture.shtml", "");
addItem("Return to Legends Page", "legends.shtml", "");
addHdr("Legends:");
addItem("Devil's Lake Monstor","devil_lake_monster.shtml", "");
addItem("Dream Catcher Legend","dreamcatcher.shtml", "");
addItem("Serpent and the Great Lake","serpent_greatflood.shtml", "");
addItem("Why Porcupine has Quills","Porcupine_Quills.shtml", "");
addItem("Buffalo Hump","buffalo_hump.shtml", "");
addItem("The Muskrat","muskrat.shtml", "");
addItem("The Bat","thebat.shtml", "");
addItem("Theft of Fire","firetheft.shtml", "");
addItem("Ladder to the Sky","laddertothesky.shtml", "");
addItem("The Snowbirds","snowbirds.shtml", "");
addHdr("Misc:");
addItem("LST Bulletin Board", "http://www.littleshelltribe.com/cgi-bin/forum/discus.pl", "");
addItem("LST Search", "http://www.littleshelltribe.com/cgi-bin/search/search.pl", "");
addItem("LST Contacts", "contact.shtml", "");
addItem("Contact Webmaster", "mailto:WebMaster@LittleShellTribe.com", "");
buildMenu();


//-->