<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=172; // 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=100; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="#4a290c";
hdrBGColor="#fff29a";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#CCCCCC";
linkTarget="_top";
linkAlign="left";
barBGColor="#000000";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="CATALOG BUCURESTI"; // <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]=["Saloane"] //create header
ssmItems[1]=["Coafura", "http://www.saloane-infrumusetare.info/saloane-de-coafura/", "_new"]
ssmItems[2]=["Infrumusetare", "http://www.saloane-infrumusetare.info/saloane-de-infrumusetare/", "_new"]
ssmItems[3]=["Fitness", "http://www.saloane-infrumusetare.info/saloane-de-fitness/", "_new"]

// ssmItems[7]=["FAQ", "http://www.dynamicdrive.com/faqs.htm", "", 1, "no"] //create two column row
// ssmItems[8]=["Email", "http://www.dynamicdrive.com/contact.htm", "",1]

ssmItems[4]=["MEDICAL"]
ssmItems[5]=["Cabinete", "http://medical-bucuresti.ro/cabinete-medicale.php", "_new"]
ssmItems[6]=["Clinici", "http://medical-bucuresti.ro/clinici.php", "_new"]
ssmItems[7]=["Spitale", "http://medical-bucuresti.ro/spitale.php", "_new"]
ssmItems[8]=["Farmacii", "http://medical-bucuresti.ro/farmacii.php?cat_id=26.php", "_new"]

ssmItems[9]=["SERVICII", "", ""] //create header
ssmItems[10]=["Web design", "http://www.micostyle.ro/web-design.htm", "_new"]
ssmItems[11]=["Web hosting", "http://www.micostyle.ro/web-hosting.htm", "_new"]
ssmItems[12]=["E-magazin", "http://www.micostyle.ro/magazin-virtual.htm", "_new"]


buildMenu();

//-->
