<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=50; // no quotes!!
XOffset=1;
staticYOffset=0; // 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="#9C9076";
menuFontColor="#4C7660";
menuIsStatic="yes"; //this sets whether menu should stay static on the screen
menuWidth=120; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="Verdana";
hdrFontSize="2";
hdrFontColor="#FBFAF4";
hdrBGColor="#4C7660";
hdrAlign="center";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontColor="#86744C";
linkFontSize="2";
linkBGColor="#DEDFCF";
linkOverBGColor="#ffffff";
linkTarget="_top";
linkAlign="Center";
barBGColor="#4C6B5B";
barFontFamily="Arial";
barFontSize="5";
barFontColor="#E9EADA";
barVAlign="center";
barWidth=30; // 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]=["POESIAS"] //create header
ssmItems[1]= ["Formatadas"] //create header 
ssmItems[2]=["Ano 2004"] //create header 
ssmItems[3]=["01", "m01.htm", "toca", 1,  "no"]
ssmItems[4]=["02", "m02.htm","toca", 1,]
ssmItems[5]=["03", "m03.htm", "toca", 1, "no"] //create two column row
ssmItems[6]=["04", "m04.htm", "toca",1]
ssmItems[7]=["05", "m05.htm", "toca", 1, "no"] //create two column row
ssmItems[8]=["06", "m06.htm", "toca",1]
ssmItems[9]=["07", "m07.htm", "toca", 1, "no"] //create two column row
ssmItems[10]=["08", "m08.htm", "toca",1]
ssmItems[11]=["09", "m09.htm", "toca", 1, "no"] //create two column row
ssmItems[12]=["Principal", "http://www.soniafaria.hpg.ig.com.br/", "_blank",1 ]





ssmItems[13]=["", "", ""]//create header 


buildMenu();

//-->