<!--

/*
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=250; // Must be a multiple of 10! no quotes!!
menuCols=3;
hdrFontFamily="verdana";
hdrFontSize="2";
hdrFontColor="white";
hdrBGColor="#170088";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#444444";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="SCJ SIDE 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]=["Menu"] //create header
ssmItems[1]=["SCJ WORLD NEWS", "javascript:jumpto('scj_homp/news/2004/notizie_front_2004.html')", ""]
ssmItems[2]=["Letters &  Documents", "javascript:jumpto('scj_homp/letters/letters-and-documents.html')",""]
ssmItems[3]=["Necrology", "javascript:jumpto('scj_homp/necrology/necrology_front.html')", ""]
ssmItems[4]=["Justitia et Pax", "javascript:jumpto('scj_homp/justitia-pax/justitia_et_pax_provices_main.html')", ""]
ssmItems[5]=["Our Plan", "javascript:jumpto('scj_homp/documents/progetto.html')", ""]
ssmItems[6]=["SCJs?", "javascript:jumpto('scj_homp/we-scj/whoe.html')", ""]
ssmItems[7]=["Vocation", "javascript:jumpto('scj_homp/vocation/vocation_main_2001.html')", ""]
ssmItems[8]=["Formation", "javascript:jumpto('scj_homp/formation/formation_main.html')", ""]
ssmItems[9]=["Missions", "javascript:jumpto('scj_homp/missions/missions_main.html')", ""]
ssmItems[10]=["Dehoniana", "javascript:jumpto('scj_homp/dehoniana/deoniana_master_page.html')", ""]

ssmItems[11]=["FAQ", "javascript:jumpto('faqs.html')", "", 1, "no"] //create three column row
ssmItems[12]=["Credits", "javascript:jumpto('credits.html')", "", 1, "no"]
ssmItems[13]=["Email", "javascript:jumpto('contact.html')", "",1]

ssmItems[14]=["Links", "", ""] //create header
ssmItems[15]=["Links", "javascript:jumpto('scj_homp/scj_sites/links_front.html')", ""]
ssmItems[16]=["Guest Book", "javascript:jumpto('http://www.scj.org/cgi/active_guestbook/guestbook.cgi')", ""]
ssmItems[17]=["SCJ Newsboard", "javascript:jumpto('http://www.scj.org/cgi/active_guestbook/newsboard.cgi')", ""]
ssmItems[18]=["SCJ search engine", "javascript:jumpto('SCJ_search_page.html')", ""]
ssmItems[19]=["MAIN PAGE", "index.html", ""]

ssmItems[20]=["Conferences/Chapters", "", ""] //create header
ssmItems[21]=["21 General Chapter", "javascript:jumpto('scj_homp/chapters/21_chapter_2003/xxichapterpage.html')", ""]

ssmItems[22]=["Archives", "", ""] //create header
ssmItems[23]=["Links to Archives", "javascript:jumpto('scj_homp/news/archive.html')", ""]
ssmItems[24]=["Past Meetings", "javascript:jumpto('scj_homp/links/past_meetings.html')", ""]

ssmItems[25]=["Languages", "", ""] //create header
ssmItems[26]=["English", "english2004.html", ""]
ssmItems[27]=["Français", "french2004.html", ""]
ssmItems[28]=["Español", "spanish2004.html", ""]
ssmItems[29]=["Português", "portugues2004.html", ""]
ssmItems[30]=["Italiano", "italian2004.html", ""]


buildMenu();

//-->
