<!--

/*
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=150; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#170088";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="10";
linkFontFamily="Verdana";
linkFontColor="white";
linkFontSize="0.9";
linkBGColor="red";
linkOverBGColor="white";
linkTarget="_top";
linkAlign="Left";
linkHeight="5";
barBGColor="#444444";
barFontFamily="Verdana";
barFontSize="0.9";
barFontColor="white";
barVAlign="center";
barWidth=20; // 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]=["anti-ageing *NEW*", "./anti-ageing.html", ""]
ssmItems[1]=["hair removal", "./faq-hair-removal.html", ""]
ssmItems[2]=["intuitive consult", "./intuitiveconsulting.html", ""]
ssmItems[3]=["cellulite therapy *NEW*", "./body-treatments.html", ""]
ssmItems[4]=["wrinkle therapy *NEW*", "./face-treatments.html", ""]
ssmItems[5]=["facials *NEW*", "./clinical-facial.html", ""]
ssmItems[6]=["pressure therapy *NEW*", "./presor-therapy.html", ""]
ssmItems[7]=["IPL training", "./IPL-training.html", ""]
ssmItems[8]=["massage", "./massages.html", ""]
ssmItems[9]=["permanent makeup", "./cosmetic-tatoo.html", ""]
ssmItems[10]=["skin rejuvenation", "./faq-skin-rejuv.html", ""]
ssmItems[11]=["room renting", "./room-rental.html", ""]
ssmItems[12]=["spider vein removal", "./faq-vascular.html",""]
ssmItems[13]=["FAQ", "./faq-technology.html", "", 1, "no"] //create two column row
ssmItems[14]=["CONTACTS", "./contactus.html", "",1]


buildMenu();

//-->