<!--

/*
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=20;
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="25bvbblack.png";
menuIsStatic="no"; //this sets whether menu should stay static on the screen
menuWidth=180; // Must be a multiple of 10! no quotes!!
menuCols=1;
hdrFontFamily="arial";
hdrFontSize="4";
hdrFontColor="white";
hdrBGColor="#990000";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="30";
linkFontFamily="arial";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#ccFF66";
linkTarget="_top";
linkAlign="Left";
barBGColor="#666666";
barFontFamily="arial";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=240; // no quotes!!
barText="<IMG src=http://vive.org.nz/vivetext200.png style=padding-left:40px>"; // <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://vive.org.nz/index.html", ""]
ssmItems[2]=["WHY VIVE?", "http://vive.org.nz/whyvive.htm", ""]
ssmItems[3]=["GATHERINGS", "http://vive.org.nz/gatherings.htm",""]
ssmItems[4]=["PHOTOS", "http://vive.org.nz/photos.htm", ""]
ssmItems[5]=["NEWS", "http://viveyouth.blogspot.com/", ""]
ssmItems[6]=["CONTACT", "http://vive.org.nz/contact.htm", ""]

ssmItems[7]=["external links", "", ""] //create header
ssmItems[8]=["KARORI ANGLICAN", "http://www.karorianglican.org.nz", "_new"]
ssmItems[9]=["SOUL SURVIVOR", "http://www.soulsurvivor.co.nz", "_new"]
ssmItems[10]=["NEW WINE", "http://www.newwine.org.nz", "_new"]

buildMenu();

//-->