<!--

/*
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=10; // 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="4";
hdrFontColor="white";
hdrBGColor="red";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="0";
linkFontFamily="Verdana";
linkFontColor="grey";
linkFontSize="1.3";
linkBGColor="white";
linkOverBGColor="grey";
linkTarget="_top";
linkAlign="Left";
linkHeight="0";
barBGColor="#444444";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=30; // no quotes!!
barText=" QUICK 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[0]=["fat reduction", "./fatreductionpack.html", ""]
ssmItems[1]=["hair removal", "./faq-hair-removal.html", ""]
ssmItems[2]=["green coffee", "./greencoffee.html", ""]
ssmItems[3]=["cellulite therapy", "./body-treatments.html", ""]
ssmItems[4]=["wrinkle therapy", "./face-treatments.html", ""]
ssmItems[5]=["acne removal", "./acnemelbourne.html", ""]
ssmItems[6]=["facials", "./clinical-facial.html", ""]
ssmItems[7]=["pressure therapy", "./presor-therapy.html", ""]
ssmItems[8]=["massage", "./massages.html", ""]
ssmItems[9]=["permanent makeup", "./cosmetic-tatoo.html", ""]
ssmItems[10]=["skin rejuvenation", "./faq-skin-rejuv.html", ""]
ssmItems[11]=["skin needling", "./skinneedling.html", ""]
ssmItems[12]=["spider vein removal", "./faq-vascular.html",""]
ssmItems[13]=["IPL training", "./IPL-training.html", ""]
ssmItems[14]=["FAQ", "./faq-technology.html", "", 1, "no"] //create two column row
ssmItems[15]=["CONTACTS", "./contactus.html", "",1]
ssmItems[16]=["Click above"] //create header

buildMenu();

//-->
