<!--
/*
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="LightGreen";
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="arial";
hdrFontSize="2";
hdrFontColor="DarkGreen";
hdrBGColor="D6D6AB";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="15";
linkFontFamily="arial";
linkFontSize="2";
linkBGColor="white";
linkOverBGColor="#FFFF99";
linkTarget="_top";
linkAlign="Left";
barBGColor="#D6D6AB";
barFontFamily="arial";
barFontSize="2";
barFontColor="DarkGreen";
barVAlign="center";
barWidth=20; // no quotes!!
barText="QUICK 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]=["Local Site Menu"] //create header
ssmItems[1]=["Main Pioneer Menu", "orhistmenu.html", ""]
ssmItems[2]=["Oregon Cities", "orhistmenu.html#orcit",""]
ssmItems[3]=["Idaho Cities", "orhistmenu.html#waregions", ""]
ssmItems[4]=["Washington  Counties", "orhistmenu.html#waregions", ""]
ssmItems[5]=["Pioneer Preachers", "PioneerProfiles.html", ""]
ssmItems[6]=["Bulletin Inserts", "BulletinInserts.html", ""]
ssmItems[7]=["Search entire site", "OrSearch.html", ""]

ssmItems[8]=["Video", "OrMenuAudio.html", "", 1, "no"] //create two column row
ssmItems[9]=["Email", "mailto:Charles@CharlesDailey.net", "",1]

ssmItems[10]=["External Links", "", ""] //create header
ssmItems[11]=["Minnehaha Church", "http://MinnehahaChurch.org", ""]
ssmItems[12]=["CharlesDailey.net", "http://CharlesDailey.net", ""]
ssmItems[13]=["Yahoo Maps", "http://maps.yahoo.com/", ""]

buildMenu();

//-->