<!--

/*
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=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=200; // Must be a multiple of 10! no quotes!!
menuCols=2;
hdrFontFamily="verdana";
hdrFontSize="1";
hdrFontColor="white";
hdrBGColor="#000000";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="#7a7a7a";
linkOverBGColor="#7A7A7A";
linkTarget="_top";
linkAlign="Left";
barBGColor="#444444";
barFontFamily="Verdana";
barFontSize="1";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="MENU MORANGOS COM A\xC7\xDACAR"; // <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]=["Portal Morangos com A\xE7\xFAcar", "morangoscomacucar.html", ""]
ssmItems[2]=["Escola de Talentos", "../escoladetalentosmorangoscomacucar.html", ""]
ssmItems[3]=["Letras Morangos com A\xE7\xFAcar", "letras/index.html", ""]
ssmItems[4]=["Singstar Morangos com A\xE7\xFAcar", "../singstarmorangoscomacucar.html", ""]
ssmItems[5]=["Teatro Morangos com A\xE7\xFAcar", "teatromorangos.html", ""]
ssmItems[6]=["Videos Morangos com A\xE7\xFAcar", "", ""] //create header
ssmItems[7]=["Todos os v\xEDdeos ", "videosmorangos7.html",""]
ssmItems[8]=["Episodios completos dos Morangos", "serie7episodios.html", ""]
ssmItems[9]=["Download v\xEDdeos para Telemovel", "downloadmorangoscomacucar.html", ""]
ssmItems[10]=["Outros Links", "", ""] //create header
ssmItems[11]=["M\xFAsicas", "http://musicas.girlspt.com","_new"]
ssmItems[12]=["Just Girls", "http://just.girlspt.com","_new"]
ssmItems[13]=["Dzrt", "http://dzrt.girlspt.com","_new"]
ssmItems[14]=["Chat", "http://chat.girlspt.com","_new"]
ssmItems[15]=["Passatempos", "http://passatempos.girlspt.com", "_new"]
ssmItems[16]=["Cursores", "http://cursores.girlspt.com", "_new"]

buildMenu();

//-->