<!--

/*
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="white";
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="#666666";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="1";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#666666";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // 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]=["O Livro"] //create header
ssmItems[1]=["Introdução", "apocalipse2003_A1.htm", ""]
ssmItems[2]=["Capítulos 2 e 3", "apocalipse2003_B1.htm",""]
ssmItems[3]=["Capítulos 4 e 5", "apocalipse2003_C1.htm", ""]
ssmItems[4]=["Capítulo 6", "apocalipse2003_D1.htm", ""]
ssmItems[5]=["Capítulo 7", "apocalipse2003_E1.htm", ""]
ssmItems[6]=["Capítulos 8 e 9", "apocalipse2003_F1.htm", ""]
ssmItems[7]=["Capítulo 10", "apocalipse2003_G1.htm", ""]
ssmItems[8]=["Capítulo 11", "apocalipse2003_H1.htm", ""]
ssmItems[9]=["Capítulo 12", "apocalipse2003_I1.htm", ""]
ssmItems[10]=["Capítulo 13", "apocalipse2003_J1.htm", ""]
ssmItems[11]=["Capítulo 14", "apocalipse2003_L1.htm", ""]
ssmItems[12]=["Capítulo 15", "apocalipse2003_M1.htm", ""]
ssmItems[13]=["Capítulo 16", "apocalipse2003_N1.htm", ""]
ssmItems[14]=["Capítulos 17 e 18", "apocalipse2003_O1.htm", ""]



ssmItems[15]=["Seguintes", "seguinte.htm", ""]

ssmItems[16]=["Quizz", "", ""] //create header
ssmItems[17]=["Introdução", "http://www.iecd.net/quizzes/quiz1/index.htm", "_new"]
ssmItems[18]=["Capítulo 4 e 5", "http://www.iecd.net/quizzes/quiz2/index.htm", "_new"]
ssmItems[19]=["Capítulo 6", "http://www.iecd.net/quizzes/quiz3/index.htm", "_new"]

ssmItems[20]=["Contactos", "", ""] //create header
ssmItems[21]=["Augusto Esteves", "../formmail/aesteves.htm", "_new"]
ssmItems[22]=["Igreja Cruz Quebrada", "../formmail/cquebrada.htm", "_new"]

buildMenu();

//-->
