var loc="../images/menubar/"; //Base Location of menu images
//Menu Colors & Settings
var bd=1 //Border Dimension
var borderColor="#CCCCCC";
var bgColor="#EEEEEE";
var fgColor="#333333";
var bgColorOver="#167E97";
var fgColorOver="#FFFFFF";
var font="Tahoma, Geneva, Arial, Helvetica, sans-serif";
var mPosition="2"; //1=Right, 2=Bottom, 3=Left

document.write("<style type=\"text/css\">");
document.write("\n<!--\n");
document.write(".hmenu {z-index:999;border-color:"+borderColor+";border-style:solid;border-width:0px 0px "+bd+"px 0px;background-color:"+bgColor+";position:absolute;left:0px;top:0px;visibility:hidden;}");
document.write(".hmenu_plain, a.hmenu_plain:link, a.hmenu_plain:visited{text-align:left;background-color:"+bgColor+";color:"+fgColor+";text-decoration:none;border-color:"+borderColor+";border-style:solid;border-width:"+bd+"px "+bd+"px 0px "+bd+"px;padding:4px 0px 4px 0px;cursor:hand;display:block;font-size:8pt;font-family:"+font+";}");
document.write("a.hmenu_plain:hover, a.hmenu_plain:active{background-color:"+bgColorOver+";color:"+fgColorOver+";text-decoration:none;border-color:"+borderColor+";border-style:solid;border-width:"+bd+"px "+bd+"px 0px "+bd+"px;padding:4px 0px 4px 0px;cursor:hand;display:block;font-size:8pt;font-family:"+font+";}");
document.write("a.hmenu_l:link, a.hmenu_l:visited{text-align:left;background:"+bgColor+" url("+loc+"submenu_off.gif) no-repeat right;color:"+fgColor+";text-decoration:none;border-color:"+borderColor+";border-style:solid;border-width:"+bd+"px "+bd+"px 0px "+bd+"px;padding:4px 0px 4px 0px;cursor:hand;display:block;font-size:8pt;font-family:"+font+";}");
document.write("a.hmenu_l:hover, a.hmenu_l:active{background:"+bgColorOver+" url("+loc+"submenu_on.gif) no-repeat right;color:"+fgColorOver+";text-decoration:none;border-color:"+borderColor+";border-style:solid;border-width:"+bd+"px "+bd+"px 0px "+bd+"px;padding:4px 0px 4px 0px;cursor:hand;display:block;font-size:8pt;font-family:"+font+";}");
document.write("\n-->\n");
document.write("</style>");

//Rollover Colors
var fc='0x'+fgColorOver.substring(1,fgColorOver.length); //Foreground Color
var bc='0x'+bgColorOver.substring(1,fgColorOver.length); //Background Color

if(typeof(frames)=="undefined") //Used for iFrame detection.
{
	var frames=0;
}

/*
	Start Sub Menus
	NOTE: Sub Menu names must be unique and must start with the
	full ID of the parent menu. For example, menu tab3 spawns
	sub-menu tab3_1 (first sub-menu in menu tab3), which spawns
	sub-menu tab3_1_1 (first sub-menu in menu tab3_1), etc.
*/

startSubmenu("hmenu_b3","hmenu",190); //name,style,menuWidth
//Add Items (text,url,target,style)
submenuItem("Coaching Workshops","workshops.html","","hmenu_plain");
submenuItem("Story Camp","storycamp.html","","hmenu_plain");
submenuItem("StoryConnect","storyconnect.html","","hmenu_plain");
//submenuItem("Book-A-Teller","bookateller.html","","hmenu_plain");
endSubmenu("hmenu_b3"); //name

startSubmenu("hmenu_b4","hmenu",190); //name,style,menuWidth
//Add Items (text,url,target,style)
submenuItem("Moonshell Storytelling Festival","moonshell_festival.html","","hmenu_plain");
submenuItem("Nebraska Storytelling Festival","nebraska_festival.html","","hmenu_plain");
//submenuItem("Heartland Storytelling Festival","heartland_festival.html","","hmenu_plain");
//submenuItem("Kearney Festival","kearney_festival.html","","hmenu_plain");
//submenuItem("Board Meetings","board_meetings.html","","hmenu_plain");
endSubmenu("hmenu_b4"); //name

startSubmenu("hmenu_b5","hmenu",190); //name,style,menuWidth
//Add Items (text,url,target,style)
submenuItem("Regional Tellers","regional_tellers.html","","hmenu_plain");
submenuItem("Teller Sites","teller_links.html","","hmenu_plain");
submenuItem("Omaha Organization for the Purpose of Storytelling (OOPS)","oops.html","","hmenu_plain");
submenuItem("National Storytelling Network","http://www.storynet.org/","_blank","hmenu_plain");
submenuItem("Steppenwolf Theater Company","steppenwolf.html","","hmenu_plain");
submenuItem("Producing Your Own Event","producing_events.html","","hmenu_plain");
submenuItem("Buffalo Commons Storytelling Festival","bcs_festival.html","","hmenu_plain");
endSubmenu("hmenu_b5"); //name
