<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=20; // no quotes!!
XOffset=0;
staticYOffset=30; // no quotes!!
slideSpeed=10 // 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=180; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#170088";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#444444";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="SHORTCUT 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]=["Gestalt Therapy"] //create header
ssmItems[1]=["Talking Helps", "p_talking.htm", ""]
ssmItems[2]=["Therapy is ...", "p_psychotherapy.htm", ""]
ssmItems[3]=["Change is ...", "p_psych_change.htm", ""]
ssmItems[4]=["Existence is ...", "p_psych_existence.htm", ""]
ssmItems[5]=["Poetry", "p_talk_poetry.htm", ""]
ssmItems[6]=["Adolescents", "", ""]
ssmItems[7]=["Self Harm", "p_talk_teens_self_harm.htm", ""]
ssmItems[8]=["Anger", "p_talk_teens_anger.htm", ""]
ssmItems[9]=["Panic Attacks", "p_talk_teens_panic.htm", ""]
ssmItems[10]=["Embrace the teenager", "p_talk_teens_embracing.htm", "",]
ssmItems[11]=["What is NOT said", "p_talk_teens_not_said.htm", ""]
ssmItems[12]=["David Forrest"] //create header
ssmItems[13]=["About me", "p_about_david.htm","",1, "no"]
ssmItems[14]=["Contact me", "p_location.htm", "",1]
ssmItems[15]=["Latest NEWS", "p_news.htm", ""]

// ssmItems[7]=["Embrace the teenager", "http://www.dynamicdrive.com/faqs.htm", "", 1, "no"] //create two column row
// ssmItems[8]=["What is NOT said", "http://www.dynamicdrive.com/contact.htm", "",1]

// ssmItems[9]=["External Links", "", ""] //create header
// ssmItems[10]=["JavaScript Kit", "http://www.javascriptkit.com", ""]
// ssmItems[11]=["Freewarejava", "http://www.freewarejava.com", ""]
// ssmItems[12]=["Coding Forums", "http://www.codingforums.com", ""]

buildMenu();

//-->