<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=150; // 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="#ffffff";
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="1";
hdrFontColor="#10264e";
hdrBGColor="#e7ecf1";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="#f8f8f8";
linkOverBGColor="#e7ecf1";
linkTarget="_top";
linkAlign="Left";
barBGColor="#30518d";
barFontFamily="Verdana";
barFontSize="1";
barFontColor="white";
barVAlign="center";
barWidth=13; // no quotes!!
barText=": 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]=["Atalhos"] //create header
ssmItems[1]=["Portal", "http://www.bmwcklt.com/modules.php?name=Jig", ""]
ssmItems[2]=["Index do Fórum", "http://www.bmwcklt.com/forums/index.php",""]
ssmItems[3]=["Calendário", "http://www.bmwcklt.com/forums/calendar.php", ""]
ssmItems[4]=["Galeria Fotográfica", "http://www.bmwcklt.com/galeria", ""]
ssmItems[5]=["Análises de Produtos", "http://www.bmwcklt.com/analises", ""]
ssmItems[6]=["Classificados", "http://www.bmwcklt.com/classificados", ""]

//ssmItems[7]=["FAQ", "http://www.dynamicdrive.com/faqs.htm", "", 1, "no"] //create two column row
//ssmItems[8]=["Email", "http://www.dynamicdrive.com/contact.htm", "",1]

ssmItems[7]=["Outros", "", ""] //create header
ssmItems[8]=["Recomende-nos", "http://www.bmwcklt.com/modules.php?name=Recommend_Us", ""]
ssmItems[9]=["Contacte-nos", "http://www.bmwcklt.com/forums/sendmessage.php", ""]

buildMenu();

//-->