<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=75; // no quotes!!
XOffset=0;
staticYOffset=25; // no quotes!!
slideSpeed=20 // no quotes!!
slideOnYOverflow=1
slideX=1
autoHideXOverflow=1
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="Arial";
hdrFontSize="2";
hdrFontColor="#FDF0B7";
hdrBGColor="#546F43";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Arial";
linkFontSize="2";
linkBGColor="#96C678";
linkOverBGColor="#96C678";
linkTarget="_top";
linkAlign="Left";
barBGColor="#304729";
barFontFamily="Arial";
barFontSize="2";
barFontColor="#FDF0B7";
barVAlign="center";
barWidth=20; // no quotes!!
barText="MENIU RAPID"; // <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]=["Meniu"] //create header
ssmItems[1]=["Acasa", "index.html", "_parent", "" ]
ssmItems[2]=["Pozitia Geografica", "RoOurArea.html", "_self", ""]
ssmItems[3]=["Despre Noi", "RoGeneral.html", "_self", ""]
ssmItems[4]=["Cercetare-Dezvoltare", "RoRD.html", "_self", ""]
ssmItems[5]=["Obiectivele noastre", "RoCorp.html", "_self",""]
ssmItems[6]=["Produsele noastre","RoChemical.html", "_self",""]
ssmItems[7]=["Raportari economice", "RoReports.html", "_self",""]
ssmItems[8]=["Ecologie", "RoEcology.html", "_self",""]
ssmItems[9]=["Magazin", "RoStore.html", "_self",""]
ssmItems[10]=["Echipa manageriala", "RoSefii.html", "_self",""]
ssmItems[11]=["Politica Sociala", "RoSocial.html", "_self",""]

buildMenu();

//-->
