<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=63; // no quotes!!
XOffset=0;
staticYOffset=300; // no quotes!!
slideSpeed=10 // no quotes!!
waitTime=500; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="black";
menuIsStatic="1"; //this sets whether menu should stay static on the screen
menuWidth=250; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="helvetica";
hdrFontSize="1";
hdrFontColor="#fb5a00";
hdrBGColor="transparent";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="helvetica";
linkFontSize="1";
linkBGColor="#fb5a00";
linkOverBGColor="#000000";
linkTarget="_top";
linkAlign="Left";
barBGColor="transparent";
barFontFamily="helvetica";
barFontSize="4";
barFontColor="#fb5a00";
barVAlign="center";
barWidth=12; // no quotes!!
barText="»"; // <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]=[""] //create header
ssmItems[1]=["Voltar à página inicial", "default.asp?lng=pt", ""]
ssmItems[2]=["Activar Som", "default.asp?lng=pt",""]
ssmItems[3]=["Desactivar Som", "default.asp?lng=pt", ""]


ssmItems[4]=["Visualizar em Inglês", "default.asp?lng=eng", "", 1, "no"] //create two column row
ssmItems[5]=["Visualizar em Espanhol", "default.asp?lng=es", "",1]



buildMenu();

//-->