<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=50; // 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="black";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=100; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="arial";
hdrFontSize="1";
hdrFontColor="#ffffcc";
hdrBGColor="#000000";
hdrAlign="center";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="arial";
linkFontSize="1";
linkBGColor="#fedafb";
linkOverBGColor="#ccffff";
linkTarget="_top";
linkAlign="center";
barBGColor="#ffccff";
barFontFamily="arial";
barFontSize="1";
barFontColor="#000000";
barVAlign="center";
barWidth=20; // no quotes!!
barText="HiddenMysteries  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]=["HiddenMysteries Information Central", "http://www.hiddenmysteries.org/index.html",""]
ssmItems[1]=["Home","http://www.hiddenmysteries.org/index.html",""]
ssmItems[2]=["Headline News","http://www.hiddenmysteries.org/headlines/headlines.html",""]
ssmItems[3]=["Mysteries Archive","http://www.hiddenmysteries.org/mysteries/index.html",""]
ssmItems[4]=["On Money", "http://www.hiddenmysteries.org/money/index.html",""]
ssmItems[5]=["Health", "http://www.hiddenmysteries.org/health/index.html",""]
ssmItems[6]=["Laughs", "http://www.hiddenmysteries.org/comedy/comedy.html", ""]
ssmItems[7]=["On Texas", "http://www.hiddenmysteries.org/texas/texas.html", ""]
ssmItems[8]=["Answers", "http://www.hiddenmysteries.org/answers/answers.html", ""]
ssmItems[9]=["Conspiracies", "http://www.hiddenmysteries.org/conspiracy/index.html", ""]
ssmItems[10]=["On the Mind", "http://www.hiddenmysteries.org/mind/index2.html", ""]
ssmItems[11]=["Science", "http://www.hiddenmysteries.org/science/index2.html", ""]
ssmItems[12]=["FreeBooks Online", "http://www.hiddenmysteries.org/freebooks/index.html", ""]
ssmItems[13]=["Editorials", "http://www.hiddenmysteries.org/editorial/index2.html", ""]
ssmItems[14]=["Symbol Study", "http://www.hiddenmysteries.org/symbols/index2.html",""]
ssmItems[15]=["Weird", "http://www.hiddenmysteries.org/weird/index2.html", ""]
ssmItems[16]=["Religion", "http://www.hiddenmysteries.org/religion/index2.html", ""]
ssmItems[17]=["ThE-Magazine", "http://www.hiddenmysteries.org/themagazine/index2.html", ""]
ssmItems[18]=["On Law", "http://www.hiddenmysteries.org/law/index.html",""]
ssmItems[19]=["HiddenMysteries Books", "http://www.hiddenmysteries.com",""]
ssmItems[20]=["HM Radio", "http://www.hiddenmysteries.net",""]
ssmItems[21]=["Texas National Press", "http://www.texasnationalpress.com",""]
ssmItems[22]=["TGS Publishing", "http://www.tgspublishing.com",""]
buildMenu();


//-->