<!--

/*
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=400; // 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";//upper menu font color
hdrBGColor="#C1DFE9";//upper menu background color 
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";//links background color
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#0099FF";//side menu background color
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]=["Menu"] //create header
ssmItems[1]=["Home","http://www.justpeaceint.org/home.php", ""]
ssmItems[2]=["UK links", "http://www.justpeaceint.org/uk_index.php",""]
ssmItems[3]=["Drugs and Aids Awareness ", "http://www.justpeaceint.org/DrugsAids.php", ""]
ssmItems[4]=["Who are We?", "http://www.justpeaceint.org/whoarewe.php", ""]
ssmItems[5]=["Publications", "http://www.justpeaceint.org/publication.php", ""]
ssmItems[6]=["Research Work", "http://www.justpeaceint.org/researchwork.php", ""]

ssmItems[7]=["Peace By Media", "http://www.justpeaceint.org/peacebymedia.php", ""] //create two column row
ssmItems[8]=["Human Nest", "http://www.justpeaceint.org/humannest.php", ""]

ssmItems[9]=["Research Explorations", "http://www.justpeaceint.org/reserachexploration.php", ""] //create header
ssmItems[10]=["International recognition", "http://www.justpeaceint.org/International-Recognition.php", ""]
ssmItems[11]=["Trainings", "http://www.justpeaceint.org/trainings.php", ""]
ssmItems[12]=["Contact Us", "http://www.justpeaceint.org/contactus.php", ""]

buildMenu();

//-->
