<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=208; // 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="white";
hdrBGColor="#0000FF";
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]=["JURIDIC"] //create header
ssmItems[1]=["Avocati", "http://www.avocati-bucuresti.info/avocati.php?cat_id=1", "_new"]
ssmItems[2]=["Executori", "http://www.avocati-bucuresti.info/executori.php?cat_id=3", "_new"]
ssmItems[3]=["Lichidatori", "http://www.avocati-bucuresti.info/lichidatori.php?cat_id=2", "_new"]
ssmItems[4]=["Notari", "http://www.avocati-bucuresti.info/notari.php?cat_id=4","_new"]

ssmItems[5]=["CONTABIL"]
ssmItems[6]=["Contabili", "http://www.contabili-bucuresti.info/contabili.php?cat_id=1", "_new"]
ssmItems[7]=["Programe", "http://contabili-bucuresti.info/utile/programe/programe-contabilitate.php", "_new"]

ssmItems[8]=["FRUMUSETE"]
ssmItems[9]=["Coafura", "http://www.saloane-infrumusetare.info/saloane-de-coafura/", "_new"]
ssmItems[10]=["Infrumusetare", "http://www.saloane-infrumusetare.info/saloane-de-infrumusetare/", "_new"]
ssmItems[11]=["Fitness", "http://www.saloane-infrumusetare.info/sali-de-fitness/", "_new"]

ssmItems[12]=["MEDICAL"]
ssmItems[13]=["Cabinete", "http://medical-bucuresti.ro/cabinete-medicale.php", "_new"]
ssmItems[14]=["Clinici", "http://medical-bucuresti.ro/clinici.php", "_new"]
ssmItems[15]=["Spitale", "http://medical-bucuresti.ro/spitale.php", "_new"]
ssmItems[16]=["Farmacii", "http://medical-bucuresti.ro/farmacii.php?cat_id=26.php", "_new"]


buildMenu();
