//This Script has been taken from www.the-dome.com with the writen permission of the author.
//Use of this script is prohibited without the concent of the author.
//Please contact the author of this script at webmaster@the-dome.com

//Begin Variables for the Menu

YOffset=165;
XAlign=2;
XOffset=0;
staticYOffset=20;
waitTime=100;
slideX=1;
slideXSpeed=10;
slideY=1;
slideYSpeed=10;
slideOnYOverflow=1;
autoHideXOverflow=1;
targetFrame="";
targetDomain="";
operaFix=0;
menuOpacity=90;
menuPosition=1;
menuBGColor="black";
menuWidth=230;
hdrBGColor="black";
hdrPadding=2;
hdrAlign="left";
hdrVAlign="center";
linkBGColor="#555555";
linkOverBGColor="#FFFF99";
linkAlign="left";
linkVAlign="center";
linkPadding=1;
barWidth=20;
barBGColor="";
barAlign="left";
barVAlign="center";
barType=0; 		       //keep 0 to keep bg an image
barText="images/sidebar.jpg";  //location of image if aplicable or text in bar

//End Variables For Menu

//The Menu's Items Format
//addItem("Page", "location", "target")
//Use addHdr() to make a header cell

addHdr("Menu");
addItem("Home Page", "http://freestylewalking.netfirms.com/index.html", "");
addItem("Fourm", "http://fsw.5u.com/corkboard/index.html", "");
addItem("Trick Description", "http://freestylewalking.netfirms.com/description.html", "");
addItem("Links", "http://freestylewalking.netfirms.com/links.html", "");
addItem("Domo-Kuns", "http://freestylewalking.netfirms.com/domokuns.html", "");
addItem("Guestbook", "http://fsw.5u.com/fsguestbook.html", "");
addItem("Polls", "http://fsw.5u.com/polls.html", "");
addItem("F.A.Q.", "http://freestylewalking.netfirms.com/f_a_q.html", "");
addItem("Important Information", "http://freestylewalking.netfirms.com/readme.html", "");

addHdr("Media");
addItem("Pictures", "http://freestylewalking.netfirms.com/pictures.html", "");
addItem("Cool Videos", "http://freestylewalking.netfirms.com/videos.html", "");
addItem("Free Downloads", "http://freestylewalking.netfirms.com/downloads.html", "");

addHdr("Site Staff");
addItem("X-Sporter152", "http://freestylewalking.netfirms.com/x-sporter152.html", "");
addItem("Atticus", "http://freestylewalking.netfirms.com/Atticus.html", "");
addItem("Zach", "http://freestylewalking.netfirms.com/Zach.html", "");

buildMenu();