<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=156; // no quotes!!
XOffset=0;
staticYOffset=130; // 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="center";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontColor="black";
linkFontSize="1";
linkBGColor="white";
linkOverBGColor="#FFFFBB";
linkTarget="_top";
linkAlign="center";
barBGColor="#FFCC00";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="black";
barVAlign="center";
barWidth=20; // no quotes!!
barText="SLIDE 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[1]=["Home", "index.htm", ""]
ssmItems[2]=["Unitati turistice nou aparute", "unitati-turistice.htm",""]
ssmItems[3]=["Agentii turism", "agentii-turism.htm", ""]
ssmItems[4]=["Reglementari in turism pentru integrarea in U.E.", "reglementari.htm", "_new"]
ssmItems[5]=["Obiective turistice", "obiective-turistice.htm", ""]
ssmItems[6]=["Link exchange", "link-exchange.htm", ""]

ssmItems[7]=["Parteneri", "parteneri.htm", "", 1, "no"] //create two column row
ssmItems[8]=["Contact", "contact.htm", "",1]

ssmItems[9]=["External Links", "", ""] //create header
ssmItems[10]=["Autoritatea nationala <br>    pentru turism", "http://www.mturism.ro/", ""]
ssmItems[11]=["Servicii web design", "http://www.geocities.com/bran_brasov/constructii_pagini_web.htm", ""]
ssmItems[12]=["Mobilier pentru hoteluri si pensiuni", "http://www.geocities.com/teddyna/", ""]

buildMenu();

//-->