<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=250; // no quotes!!
XOffset=0; // era 338 
staticYOffset=30; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=200; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="white"; //era "#010066"
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=80; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";//CULOAREA LA "ENGLISH"
hdrBGColor="#010066";//CULOAREA CAMPULUI UNDE SCRIE ENGLISH ERA #071B91
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="#010066";//CULOAREA CAMPURILOR ENGLISH SI ROMANIAN ERA #006699
linkOverBGColor="#FFCC00";//CULOAREA ATUNCI CAND MOUSE-UL ESTE DEASUPRA
linkTarget="_top";
linkAlign="Center";
barBGColor="#FFCC00";//CULOAREA CAMPULUI UNDE SCRIE LANGUAGE
barFontFamily="Verdana";
barFontSize="2";//era 2
barFontColor="#010066";//CULOAREA UNDE SCRIE LANGUAGE
barVAlign="center";
barWidth=10; // no quotes!! era 10
barText="Language";  // <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]=["ROM&Acirc;N&Atilde;", "/ncb/index.php"/*, "_new"*/] //create header
ssmItems[1]=["ENGLISH", "/bnc/ncben/index.php"/*, "_new"*/] //create header

buildMenu();

//-->