
<!--

/*
Configure menu styles below
NOTE: To edit the link colors, go to the STYLE tags and edit the ssm2Items colors
*/
YOffset=40; // no quotes!!
XOffset=0;
staticYOffset=50; // 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="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#8C868C";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#738200";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="MENU PRINCIPAL"; // <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 principal"] //create header
ssmItems[1]=["home", "http://www.sorelledeipoveriscs.it/languages.html", ""]
ssmItems[2]=["nosso nome", "nosso_nome.htm", ""]
ssmItems[3]=["quem somos", "quem_somos.htm",""]
ssmItems[4]=["savina petrilli", "", ""]
ssmItems[5]=["fundadora", "fundadora.htm", ""]
ssmItems[6]=["carisma", "carisma.htm", ""]
ssmItems[7]=["dados	biográficos", "dados.htm", ""]
ssmItems[8]=["missão", "", ""]
ssmItems[9]=["obras", "obras.htm", ""]
ssmItems[10]=["onde estamos", "ondestamos.htm", ""]
ssmItems[11]=["os pobres", "pobres.htm", ""]
ssmItems[12]=["espaço jovem", "", ""]
ssmItems[13]=["espaço jovem", "espaco_joven.htm", ""]
ssmItems[14]=["a oração", "", ""]
ssmItems[15]=["a oração", "oracao.htm", ""]
ssmItems[16]=["contatos", "", ""]
ssmItems[17]=["contatos", "mailto:info@sorelledeipoveriscs.it", ""]
ssmItems[18]=["livro dos visitantes", "http://www.sorelledeipoveriscs.it/guestbook.htm", ""]
ssmItems[19]=["direções e-mail", "http://www.sorelledeipoveriscs.it/email_passwords.htm", ""]
ssmItems[20]=["savicomunicações", "",""]
ssmItems[21]=["da madre", "comunicacoes.htm",""]
ssmItems[22]=["das províncias", "provincias.htm",""]
ssmItems[23]=["special days", "http://www.sorelledeipoveriscs.it/specialdays_portoghese.htm",""]
ssmItems[24]=["várias", "",""]
ssmItems[25]=["download", "download.htm",""]
ssmItems[26]=["aprendemos como...", "aprendemos.htm",""]
ssmItems[27]=["procura no site", "search_engine.htm",""]

buildMenu();

//-->


