<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=200; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=200; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="#d5feab";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=200; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="4";
hdrFontColor="red";
hdrBGColor="#d5feab";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="20";
linkFontFamily="Verdana";
linkFontSize="3";
linkBGColor="#d5feab";
linkOverBGColor="#FF9900";
linkTarget="_top";
linkAlign="Left";
barBGColor="#d5feab";
barFontFamily="Verdana";
barFontSize="4";
barFontColor="red";
barVAlign="center";
barWidth=30; // no quotes!!
barText="JADE 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]=["Menu"] //create header
ssmItems[1]=["Home Page", "http://www.junior-anxiety-depression-exchange.org.uk/Home.html", ""]
ssmItems[2]=["Crisis Help", "http://www.junior-anxiety-depression-exchange.org.uk/Emergency.html",""]
ssmItems[3]=["Chat Room", "http://www.junior-anxiety-depression-exchange.org.uk/Chat1.html", ""]
ssmItems[4]=["Forum", "http://www.junior-anxiety-depression-exchange.org.uk/jade-forum/index.html", ""]
ssmItems[5]=["Online Safety", "http://www.junior-anxiety-depression-exchange.org.uk/Safety.html", ""]
ssmItems[6]=["Contact Us", "http://www.junior-anxiety-depression-exchange.org.uk/Contact1.html", ""]
ssmItems[7]=["Register for Jade", "http://www.junior-anxiety-depression-exchange.org.uk/Register.html", ""]
ssmItems[8]=["Advice & Articles", "http://www.junior-anxiety-depression-exchange.org.uk/Advice.html", ""]
ssmItems[9]=["Learn to Relax", "http://www.junior-anxiety-depression-exchange.org.uk/Relax.html", ""]
ssmItems[10]=["For Parents", "http://www.junior-anxiety-depression-exchange.org.uk/Parents.html", ""]
ssmItems[11]=["About Us", "http://www.junior-anxiety-depression-exchange.org.uk/About.html", "_new"]
ssmItems[12]=["Link To Us", "http://www.junior-anxiety-depression-exchange.org.uk/LinkToJade.html", ""]
ssmItems[13]=["For Over-16s", "http://www.phobics-awareness.org/", ""]

buildMenu();

//-->