<!--

/*
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="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="#ffffff";
hdrBGColor="#170088";
hdrAlign="center";
hdrVAlign="center";
hdrAlign="center";
hdrHeight="15";
linkFontFamily="arial black";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="FFFF99";
linkTarget="_top";
linkAlign="center";
barBGColor="#000000";
barFontFamily="arial black";
barFontSize="3";
barFontColor="red";
barVAlign="center";
barWidth=20; // no quotes!!
barText="ATALHOS"; // <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]=["Apelo", "apelo.html", ""]
ssmItems[2]=["Casa", "index.htm", ""]
ssmItems[3]=["Chatroom", "http://pub21.bravenet.com/chat/show.php/1776634863", "_blank"]
ssmItems[4]=["Dicas", "dicas.html",""]
ssmItems[5]=["Downloads", "downloads.html", ""]
ssmItems[6]=["E-mail", "email.html", ""]
ssmItems[7]=["Folha Semanal", "fileweek.html", ""]
ssmItems[8]=["Mapa do Site", "sitemap.html", ""]
ssmItems[9]=["Página Principal", "vasco.html", ""]
ssmItems[10]=["Pocurar Software", "procurar.html", ""]
ssmItems[11]=["MENU"] //create header


buildMenu();

//-->

