<!--

/*
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="#ffcc99";
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[0]=["CONTABIL"] //create header
ssmItems[1]=["Contabili", "http://www.contabili-bucuresti.info/contabili.php?cat_id=1", "_new"]
ssmItems[2]=["Programe", "http://contabili-bucuresti.info/utile/programe/programe-contabilitate.php", "_new"]

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

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

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

buildMenu();

//-->
