<!--

/*
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=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=200; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#170088";
hdrAlign="center";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="center";
barBGColor="#444444";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="DReaM"; // <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]=["Services"] //create header
ssmItems[1]=["Hypnotherapy", "/hypnotherapy.php", ""]
ssmItems[2]=["Emotional Freedom Technique", "/eft.php", ""]
ssmItems[3]=["Childbirthing", "/childbirthing.php", ""]
ssmItems[4]=["Neuro Linguistic Programming", "/nlp.php", ""]
ssmItems[5]=["Neuro Stimulation Sound Therapy", "/nsst.php", ""]
ssmItems[6]=["Dental Hypnotherapy", "/dental_hypno.php", ""]
ssmItems[7]=["Child Hypnotherapy", "/child_hypno.php", ""]
ssmItems[8]=["Stop Smoking", "/stop_smoking.php", ""]
ssmItems[9]=["Self Hypnosis", "/self_hypno.php", ""]
ssmItems[10]=["Other Services", "/services.php", ""]
ssmItems[11]=["Rates", "/rates.php", ""]

ssmItems[12]=["Home", "/index.php", "", 1, "no"] //create two column row
ssmItems[13]=["Email", "/contact.php", "",1]

ssmItems[14]=["Site Menu", "", ""] //create header
ssmItems[15]=["About Us", "/about.php", ""]
ssmItems[16]=["Testimonials", "/testimonials.php", ""]
ssmItems[17]=["About Hypnosis", "/about_hypno.php", ""]
ssmItems[18]=["Products", "/products.php", ""]
ssmItems[19]=["Thankyou for visiting!", "", ""]

buildMenu();

//-->