<!--

/*
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="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="#900000";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="Verdana";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#eeeeee";
linkTarget="_top";
linkAlign="Left";
barBGColor="#444444";
barFontFamily="Verdana";
barFontSize="2";
barFontColor="white";
barVAlign="center";
barWidth=20; // no quotes!!
barText="NAVIGATE"; // <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.bridgeofhopechurch.net", ""]
ssmItems[2]=["About", "http://www.bridgeofhopechurch.net/about.html", ""]
ssmItems[3]=["Resource", "http://www.bridgeofhopechurch.net/resource.html",""]
ssmItems[4]=["Involve", "http://www.bridgeofhopechurch.net/involve.html", ""]

ssmItems[5]=["Contacts", "http://www.bridgeofhopechurch.net/contact.html", "", 1, "no"] //create two column row
ssmItems[6]=["Give", "http://www.bridgeofhopechurch.net/give.html", "",1]

ssmItems[7]=["Adults", "", ""] //create header
ssmItems[8]=["Worship", "http://www.bridgeofhopechurch.net/adult/adult_worship.html", ""]
ssmItems[9]=["Small Groups", "http://www.bridgeofhopechurch.net/adult/adult_groups.html", ""]
ssmItems[10]=["Community", "http://www.bridgeofhopechurch.net/adult/adult_community.html", ""]

ssmItems[11]=["Fusion", "", ""] //create header
ssmItems[12]=["Worship", "http://www.bridgeofhopechurch.net/fusion/fusion_worship.html", ""]
ssmItems[13]=["Small Groups", "http://www.bridgeofhopechurch.net/fusion/fusion_groups.html", ""]
ssmItems[14]=["Community", "http://www.bridgeofhopechurch.net/fusion/fusion_community.html", ""]

ssmItems[15]=["Bridge Kids", "", ""] //create header
ssmItems[16]=["Worship", "http://www.bridgeofhopechurch.net/bridgekids/bridgekids_worship.html", ""]
ssmItems[17]=["Small Groups", "http://www.bridgeofhopechurch.net/bridgekids/bridgekids_groups.html", ""]
ssmItems[18]=["Community", "http://www.bridgeofhopechurch.net/bridgekids/bridgekids_community.html", ""]

buildMenu();

//-->