<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=80; // 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="#6600ff";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=180; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#0000ff";
hdrAlign="center";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFE375";
linkTarget="_top";
linkAlign="Left";
barBGColor="#6600ff";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="MENU * MOVE MOUSE HERE"; // <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]=["Menu"] //create header
ssmItems[1]=["How to Listen", "http://www.beyondtheordinary.net/howtolisten.shtml", ""]
ssmItems[2]=["Meet Our Guests", "http://www.beyondtheordinary.net/meetourguests.php", ""]
ssmItems[3]=["Two 24hr Live Streams", "http://stations.loudcity.com/335/beyondtheordinary_launch.html", ""]
ssmItems[4]=["Program Schedule", "http://www.beyondtheordinary.net/maxshows/index.php", ""]
ssmItems[5]=["Your Cooments!", "http://www.beyondtheordinary.net/maxtest/index.php", ""]
ssmItems[6]=["Program Archives", "http://www.beyondtheordinary.net/audio_current.shtml",""]

ssmItems[7]=["HOME", "http://www.beyondtheordinary.net/index.shtml", "", 1, "no"] //create two column row
ssmItems[8]=["Contact us", "http://www.beyondtheordinary.net/firstcontact.shtml", "",1]

ssmItems[9]=["Free Web Radio...How?", "", ""] //create header
ssmItems[10]=["About us", "http://www.beyondtheordinary.net/aboutus.shtml", ""]
ssmItems[11]=["BTO Support Ways", "http://beyondtheordinary.net/beyondsupportways.shtml", ""]
ssmItems[12]=["Our Warriors!", "http://www.beyondtheordinary.net/Warriors.shtml", ""]
ssmItems[13]=["Deep Void Store", "http://www.beyondtheordinary.net/DeepVoidStore.shtml", ""]

ssmItems[14]=[""] //create header
ssmItems[15]=["Journey to Ramtha", "http://www.beyondtheordinary.net/journeytoramthafirst.shtml", ""]
ssmItems[16]=["Beyond Links", "http://www.beyondtheordinary.net/beyondlinks.shtml", ""]
ssmItems[17]=["Beyond Wonder", "http://www.beyondtheordinary.net/beyondwonder.shtml", ""]
ssmItems[18]=["In-Studio", "http://www.beyondtheordinary.net/insidestudio.shtml", ""]
ssmItems[19]=[""] //create header

buildMenu();

//-->




