<!--

/*
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;
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="grey";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=220; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#4C6D9E";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#CC33CC";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="MENIU CONGRES 2011"; // <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]=["Actuality / Actualitati", "http://amvac.ro/site/noutati_2011/congres/actualitati.php", ""]
ssmItems[2]=["Price list / Tarife", "http://amvac.ro/site/inscrieree.php",""]
ssmItems[3]=["Registering / Inscriere", "http://amvac.ro/site/inscrieree.php", ""]
ssmItems[4]=["Accomodation / Cazare", "http://amvac.ro/site/noutati_2011/congres/informatiipractice.php", ""]
ssmItems[5]=["Wsava Day", "http://amvac.ro/site/noutati_2011/wsava_day.php", ""]
ssmItems[6]=["Practical program / Program practic", "http://amvac.ro/site/noutati_2011/congres/program_practic.php", ""]
ssmItems[7]=["Scientific program / Program stiintific", "http://amvac.ro/site/noutati_2011/congres/programstiintific.php", ""]

ssmItems[8]=["Partners / Parteneri", "http://amvac.ro/site/noutati_2011/congres/parteneri.php", ""] //create two column row
ssmItems[9]=["Social program / Program social", "http://amvac.ro/site/noutati_2011/congres/programsocial.php", ""]

ssmItems[10]=["Contact", "http://amvac.ro/site/noutati_2011/congres/contact.php", ""] //create header
ssmItems[11]=["Exposition room / Spatiu expozanti", "http://amvac.ro/site/noutati_2011/congres/spatiu_expozanti.php", ""]


buildMenu();

//-->
