<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=201; // 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="#600000";
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[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[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]=["MEDICAL"]
ssmItems[9]=["Cabinete", "http://medical-bucuresti.ro/cabinete-medicale.php", "_new"]
ssmItems[10]=["Clinici", "http://medical-bucuresti.ro/clinici.php", "_new"]
ssmItems[11]=["Spitale", "http://medical-bucuresti.ro/spitale.php", "_new"]
ssmItems[12]=["Farmacii", "http://medical-bucuresti.ro/farmacii.php?cat_id=26.php", "_new"]

ssmItems[13]=["SERVICII", "", ""] //create header
ssmItems[14]=["Web design", "http://www.micostyle.ro/web-design.htm", "_new"]
ssmItems[15]=["Web hosting", "http://www.micostyle.ro/web-hosting.htm", "_new"]
ssmItems[16]=["E-magazin", "http://www.micostyle.ro/magazin-virtual.htm", "_new"]


buildMenu();

//-->
