// UDMv4.3 //
/***************************************************************/
var um=new Object;um.menuClasses=[],um.itemClasses=[],um.menuCode=[];
/***************************************************************\

  ULTIMATE DROP DOWN MENU Version 4.3 by Brothercake
  http://www.udm4.com/
  
  This script may not be used or distributed without license

\***************************************************************/


/***************************************************************\
 * CORE CONFIGURATION
\***************************************************************/


//path to images folder 
um.baseSRC = "http://cf.linguistlist.org/cfdocs/emeld/school/templates/udm-resources/";


//navbar orientation
um.orientation = [
	"vertical",	// alignment ["vertical"|"horizontal"|"popup"]
	"left",		// h align ["left"|"right"|"rtl"]
	"top",		// v align ["top"|"bottom"]
	"absolute",	// positioning ["relative"|"absolute"|"fixed"|"allfixed"]
	"0px",	// x position ["em"|"ex"|"px"|"0"]
	"140px",	// y position ["em"|"ex"|"px"|"0"]
	"1000",		// z order ["0" to "10000"] (menu takes 20000 headroom)
	];
	

//navbar list output
um.list = [
	"flexible",	// horizontal overflow ["rigid"|"flexible"]
	"yes",		// show menus to IE-based screenreaders ["yes"|"no"]
	"yes",		// hide static menus for netscape 4 ["yes"|"no"]
	];


//menu behaviors	
um.behaviors = [
	"0",		// open timer ["milliseconds"|"0"]
	"never",	// close timer ["milliseconds"|"never"|"0"]
	"yes",		// reposition menus to stay inside the viewport ["yes"|"no"]
	"none",	// manage windowed controls for win/ie ["default","hide","iframe","none"]
	];


//reset behaviors
um.reset = [
	"no",		// reset from document mouse click ["yes"|"no"]
	"no",		// reset from window resize ["yes"|"no"]
	"no",		// reset from text resize ["yes"|"no"]
	];


//horizontal continuation strip
um.hstrip = [
	"none",		// background ["color"|"#hex"|"rgb()"|"image.gif"|"none"]
	"yes",		// copy item margin-right to margin-bottom ["yes"|"no"]
	];
	
	
/***************************************************************\
 * MODULE SETTINGS
\***************************************************************/


//keyboard navigation
um.keys = [
	"38",		// up ["n"] ("38" = up arrow key)
	"39",		// right ["n"] ("39" = right arrow key)
	"40",		// down ["n"] ("40" = down arrow key)
	"37",		// left ["n"] ("37" = left arrow key)
	"123",		// hotkey ["n"] ("123" = F12)
	"none",		// hotkey modifier ["none"|"shiftKey"|"ctrlKey"|"altKey"]
	"27",		// escape ["n"|"none"] ("27" = escape key)
	"document.getElementsByTagName('a')[5]", // exit focus ["js-expression"]
	];


/***************************************************************\
 * NAVBAR DEFAULT STYLES
\***************************************************************/


//styles which apply to the navbar
um.navbar = [
	"0",		// nav to menu x-offset (+-)["n" pixels]
	"0",		// nav to menu y-offset (+-)["n" pixels]
	"146px",	// width ["em"|"ex"|"px"] (vertical navbar only - horizontal navbar items have "auto" width) ("%" doesn't work right) 
	];


//styles which apply to each navbar item
um.items = [
	"0",		// margin between items ["n" pixels]
	"0",		// border size ["n" pixels] (single value only)
	"collapse",	// border collapse ["collapse"|"separate"] (only applies when margin = "0")
	"#666699",// border colors ["color"|"#hex"|"rgb()"] (single, double or four values)
	"solid",	// border styles ["solid"|"double"|"dotted"|"dashed"|"groove"|"ridge"|"inset"|"outset"] (single, double or four values; be careful with using "none")
	"#666699",// hover/focus border colors ["color"|"#hex"|"rgb()"] (single, double or four values)
	"solid",	// hover/focus border styles ["solid"|"double"|"dotted"|"dashed"|"groove"|"ridge"|"inset"|"outset"] (single, double or four values; be careful with using "none")
	"#666699",// visited border colors ["color"|"#hex"|"rgb()"] (single, double or four values)
	"solid",// visited border styles ["solid"|"double"|"dotted"|"dashed"|"groove"|"ridge"|"inset"|"outset"] (single, double or four values; be careful with using "none")
	"9",		// left/right padding ["n" pixels] (single value only)
	"5",		// top/bottom padding ["n" pixels] (single value only)
	"orange-yellow-gradient.jpg",// background ["color"|"#hex"|"rgb()"|"image.gif"]
	"orange-cream-gradient.jpg",// hover/focus background ["color"|"#hex"|"rgb()"|"image.gif"]
	"orange-yellow-gradient.jpg",// visited background ["color"|"#hex"|"rgb()"|"image.gif"]
	"90%",		// font size ["em"|"ex"|"%"|"px"|"pt"|"absolute-size"|"relative-size"]
	"Arial Unicode MS, sans-serif",// font family ["font1,font2,font3"] (always end with a generic family name)
	"bold",		// font weight ["normal"|"bold"|"bolder"|"lighter|"100" to "900"]
	"none",		// text decoration ["none"|"underline"|"overline"|"line-through"]
	"left",		// text-align ["left"|"right"|"center"]
	"#36366e",	// color ["color"|"#hex"|"rgb()"]
	"#666699",	// hover/focus color ["color"|"#hex"|"rgb()"]
	"#36366e",	// visited color ["color"|"#hex"|"rgb()"]
	"normal",	// font-style ["normal"|"italic"|"oblique"]
	"normal",	// hover/focus font-style ["normal"|"italic"|"oblique"]
	"normal",	// visited font-style ["normal"|"italic"|"oblique"]
	"background-color:#f1f1f1;letter-spacing:1px !important;",// additional link CSS (careful!)
	"background-color:#f1f1f1;",// additional hover/focus CSS (careful!)
	"background-color:#f1f1f1;",// additional visited CSS (careful!)
	"down-blue1.gif",// menu indicator character/image ["text"|"image.gif"|"none"] 
	"down-red1.gif",// menu indicator rollover image ["image.gif"|"none"] (only when using image arrows)
	"7",		// clipping width of indicator image ["n" pixels] (only when using image arrows)
	"..",		// alt text of indicator image ["text"] (only when using image arrows)
	];


/***************************************************************\
 * MENU DEFAULT STYLES
\***************************************************************/


//styles which apply to each menu
um.menus = [
	"0",		// menu to menu x-offset (+-)["n" pixels]
	"0",	// menu to menu y-offset (+-)["n" pixels]
	"1",		// border size ["n" pixels] (single value only) 
	"#C0C0C0",// border colors ["color"|"#hex"|"rgb()"] (single, double or four values)
	"solid",	// border styles ["solid"|"double"|"dotted"|"dashed"|"groove"|"ridge"|"inset"|"outset"] (single, double or four values; be careful with using "none")
	"119px",	// width ["em"|"ex"|"px"]
	"3",		// padding ["n" pixels] (single value only) 
	"#f1f1f1",	// background ["color"|"#hex"|"rgb()"|"image.gif"]
	"",		// additional menu CSS (careful!) (you can use a transition here but *not* a static filter)
	"none",// shadow background ["color"|"#hex"|"rgb()"|"image.gif"|"none"]
	"0",		// shadow offset (+-)["em"|"ex"|"px"|"%"|"0"]
	"",// additional shadow layer CSS (if you use a Microsoft.Shadow filter here then Win/IE5.5+ will do that *instead* of default shadow)
	];


//styles which apply to each menu item
um.menuItems = [
	"0",		// margin around items ["n" pixels] (single value only; margins are like table cellspacing)
	"0",		// border size ["n" pixels] (single value only)
	"separate",	// border collapse ["collapse"|"separate"] (only applies when margin = "0")
	"",	// border colors ["color"|"#hex"|"rgb()"] (single, double or four values)
	"solid",	// border styles ["solid"|"double"|"dotted"|"dashed"|"groove"|"ridge"|"inset"|"outset"] (single, double or four values; be careful with using "none")
	"",		// hover/focus border colors ["color"|"#hex"|"rgb()"] (single, double or four values)
	"solid",	// hover/focus border styles ["solid"|"double"|"dotted"|"dashed"|"groove"|"ridge"|"inset"|"outset"] (single, double or four values; be careful with using "none")
	"",	// visited border colors ["color"|"#hex"|"rgb()"] (single, double or four values)
	"solid",	// visited border styles ["solid"|"double"|"dotted"|"dashed"|"groove"|"ridge"|"inset"|"outset"] (single, double or four values; be careful with using "none")
	"5",		// left/right padding ["n" pixels] (single value only) 
	"2",		// top/bottom padding ["n" pixels] (single value only) 
	"transparent",	// background ["color"|"#hex"|"rgb()"|"image.gif"]
	"#C0C0C0",	// hover/focus background ["color"|"#hex"|"rgb()"|"image.gif"]
	"transparent",	// visited background ["color"|"#hex"|"rgb()"|"image.gif"]
	"65%",		// font size ["em"|"ex"|"%"|"px"|"pt"|"absolute-size"|"relative-size"]
	"'Arial Unicode MS, sans-serif",// font family ["font1,font2,font3"] (always end with a generic family name)
	"normal",	// font weight ["normal"|"bold"|"bolder"|"lighter|"100" to "900"]
	"none",		// text decoration ["none"|"underline"|"overline"|"line-through"]
	"left",		// text-align ["left"|"right"|"center"]
	"#333366",		// color ["color"|"#hex"|"rgb()"]
	"#666699",		// hover/focus color ["color"|"#hex"|"rgb()"]
	"#333366",		// visited color ["color"|"#hex"|"rgb()"]
	"normal",	// font-style ["normal"|"italic"|"oblique"]
	"normal",	// hover/focus font-style ["normal"|"italic"|"oblique"]
	"normal",	// visited font-style ["normal"|"italic"|"oblique"]
	"letter-spacing:0 !important;",		// additional link CSS (careful!)
	"f1ffff",		// additional hover/focus CSS (careful!)
	"",		// additional visited CSS (careful!)
	"down-tinygreen.gif",// submenu indicator character/image ["text"|"image.gif"|"none"] 
	"down-tinyblack.gif",// submenu indicator rollover image ["image.gif"|"none"] (only when using image arrows)
	"7",		// clipping width of indicator image ["n" pixels] (only when using image arrows)
	"..",		// alt text of indicator image ["text"] (only when using image arrows)
	];


/***************************************************************\
 * MENU CLASSES
\***************************************************************/




/***************************************************************\
 * DYNAMIC MENUS
\***************************************************************/



/* Set variable for beginning of URLs in links (this makes it easier to copy changes from test menus to live menus) DO NOT COPY the variable setting code that follows to the test version */

var url="http://emeld.org/school";


um.menuCode["entrance"] = '<ul><li class="onclick"><a href="'+ url + '/index.html" title="Entrance Hall">Entrance Index</a></li><li class="onclick"><a href="'+ url + '/bpnutshell.html">BP in a Nutshell</a></li><li class="onclick"><a href="'+ url + '/what.html">What Are Best Practices?</a></li><li class="onclick"><a href="'+ url + '/why.html">Why Best Practice?</a></li><li class="onclick"><a href="'+ url + '/dangers.html">Endangered Data</a></li><li class="onclick"><a href="'+ url + '/motivation.html">Endangered Languages</a></li><li class="onclick"><a href="'+ url + '/lingstart.html">Linguist Start Page</a></li><li class="onclick"><a href="'+ url + '/commstart.html">Community Start Page</a></li><li class="onclick"><a href="'+ url + '/navigate.html">Navigate This Site</a><ul><li class="onclick"><a href="'+ url + '/case/index.html">Follow a Case Study</a></li><li class="onclick"><a href="'+ url + '/site-map.html">Site Map</a></li><li class="onclick"><a href="'+ url + '/classroom/howto.html">How-to Directory</a></li></ul></li><li class="onclick"><a href="'+ url + '/help.html">Help Viewing This Site</a></li><li class="onclick"><a href="'+ url + '/glossary.html">Glossary</a></li><li class="onclick"><a href="'+ url + '/contact.html">Contact</a></li><li class="onclick"><a href="'+ url + '/credits.html">Credits</a></li></ul>';

um.menuCode["case"] = '<ul><li class="onclick"><a href="'+ url + '/case/index.html">Case Studies Index</a></li><li class="onclick"><a href="'+ url + '/case/projects/index.html">Documentation Projects</a><ul><li class="onclick"><a href="'+ url + '/case/projects/index.html">About Documentation Projects</a></li><li class="onclick"><a href="'+ url + '/case/projects/gauge.html">Gauging Endangerment</a></li></ul></li></li><li class="onclick"><a href="'+ url + '/case/biao-min/index.html">Biao Min</a><ul><li class="onclick"><a href="'+ url + '/case/biao-min/index.html">About the Data</a><ul><li class="onclick"><a href="'+ url + '/case/biao-min/index.html">Case Study: Notecards</a></li><li class="onclick"><a href="'+ url + '/case/biao-min/lexicon.html">Online Lexicon</a></li><li class="onclick"><a href="'+ url + '/search/searchlang/searchadvanced.cfm?lang=713">Search the Lexicon</a></li></ul></li><li class="onclick"><a href="'+ url + '/case/biao-min/about.html">About the Language</a><ul><li class="onclick"><a href="'+ url + '/case/biao-min/about.html">About Biao Min</a></li><li class="onclick"><a href="'+ url + '/case/biao-min/tree.html">Family Tree</a></li><li class="onclick"><a href="'+ url + '/case/biao-min/chinamap.html">Map</a></li><li class="onclick"><a href="'+ url + '/case/biao-min/phonology.html">Phonology</a></li><li class="onclick"><a href="'+ url + '/case/biao-min/references.html">References</a></li><li class="onclick"><a href="'+ url + '/case/biao-min/providers.html">Data Providers</a></li></ul></li></ul></li><li class="onclick"><a href="'+ url + '/case/mocovi/index.html">Mocov&iacute;</a><ul><li class="onclick"><a href="nohref">About the Data</a><ul><li class="onclick"><a href="'+ url + '/case/mocovi/index.html">Case Study: Shoebox</a></li><li class="onclick"><a href="'+ url + '/case/mocovi/lexicon.html">Online Lexicon</a></li><li class="onclick"><a href="'+ url + '/search/searchlang/searchadvanced.cfm?lang=3951">Search the Lexicon</a></li></ul></li><li class="onclick"><a href="nohref">About the Language</a><ul><li class="onclick"><a href="'+ url + '/case/mocovi/about.html">About Mocov&iacute;</a></li><li class="onclick"><a href="'+ url + '/case/mocovi/tree.html">Family Tree</a></li><li class="onclick"><a href="'+ url + '/case/mocovi/map.html">Map</a></li><li class="onclick"><a href="'+ url + '/case/mocovi/grammar.html">Grammar</a></li><li class="onclick"><a href="'+ url + '/case/mocovi/phonology.html">Phonology</a></li><li class="onclick"><a href="'+ url + '/case/mocovi/culture.html">Culture</a></li><li class="onclick"><a href="'+ url + '/case/mocovi/history.html">History</a></li><li class="onclick"><a href="'+ url + '/case/mocovi/resources.html">Resources</a></li><li class="onclick"><a href="'+ url + '/case/mocovi/resources-guaycuruan.html">Guaycuruan Resources</a></li><li class="onclick"><a href="'+ url + '/case/mocovi/providers.html">Data Providers</a></li></ul></li></ul></li><li class="onclick"><a href="'+ url + '/case/potawatomi/index.html">Potawatomi</a><ul><li class="onclick"><a href="nohref">About the Data</a><ul><li class="onclick"><a href="'+ url + '/case/potawatomi/index.html">Case Study: Filemaker</a></li><li class="onclick"><a href="'+ url + '/case/potawatomi/lexicon.html">Online Lexicon</a></li><li class="onclick"><a href="'+ url + '/search/searchlang/searchadvanced.cfm?lang=5046">Search the Lexicon</a></li></ul></li><li class="onclick"><a href="nohref">About the Language</a><ul><li class="onclick"><a href="'+ url + '/case/potawatomi/about.html">About Potawatomi</a></li><li class="onclick"><a href="'+ url + '/case/potawatomi/tree.html">Family Tree</a></li><li class="onclick"><a href="'+ url + '/case/potawatomi/potawatomi-map-current.html">Current Map</a></li><li class="onclick"><a href="'+ url + '/case/potawatomi/map-historical.html">Historical Map</a></li><li class="onclick"><a href="'+ url + '/case/potawatomi/orthography.html">Orthography</a></li><li class="onclick"><a href="'+ url + '/case/potawatomi/grammar.html">Grammar</a></li><li class="onclick"><a href="'+ url + '/case/potawatomi/phonology-chart.html">Phonology</a></li><li class="onclick"><a href="'+ url + '/case/potawatomi/resources.html">Resources</a></li><li class="onclick"><a href="'+ url + '/case/potawatomi/providers.html">Data Providers</a></li></ul></li></ul></li><li class="onclick"><a href="'+ url + '/case/monguor/index.html">Monguor</a><ul><li class="onclick"><a href="nohref">About the Data</a><ul><li class="onclick"><a href="'+ url + '/case/monguor/index.html">Case Study: TASX</a></li><li class="onclick"><a href="'+ url + '/case/monguor/storyofdata.html">Data Collection</a></li><li class="onclick"><a href="'+ url + '/case/monguor/texts.html">Online Texts</a></li></ul></li><li class="onclick"><a href="nohref">About the Language</a><ul><li class="onclick"><a href="'+ url + '/case/monguor/about.html">About Monguor</a></li><li class="onclick"><a href="'+ url + '/case/monguor/tree.html">Family Tree</a></li><li class="onclick"><a href="'+ url + '/case/monguor/map.html">Map</a></li><li class="onclick"><a href="'+ url + '/case/monguor/phonology.html">Phonology</a></li><li class="onclick"><a href="'+ url + '/case/monguor/culture.html">Culture</a></li><li class="onclick"><a href="'+ url + '/case/monguor/researcher-profile.html">Researcher Profile</a></li><li class="onclick"><a href="'+ url + '/case/monguor/references.html">References</a></li><li class="onclick"><a href="'+ url + '/case/monguor/providers.html">Data Providers</a></li></ul></li></ul></li><li class="onclick"><a href="'+ url + '/case/ega/index.html">Ega</a><ul><li class="onclick"><a href="nohref">About the Data</a><ul><li class="onclick"><a href="'+ url + '/case/ega/index.html">Case Study: Multiple Formats</a></li><li class="onclick"><a href="'+ url + '/case/ega/lexicon.html">Online Lexicon</a></li><li class="onclick"><a href="'+ url + '/case/ega/narrative.html">Online Narrative</a></li></ul></li><li class="onclick"><a href="nohref">About the Language</a><ul><li class="onclick"><a href="'+ url + '/case/ega/about.html">About Ega</a></li><li class="onclick"><a href="'+ url + '/case/ega/tree.html">Family Tree</a></li><li class="onclick"><a href="'+ url + '/case/ega/map.html">Map</a></li><li class="onclick"><a href="'+ url + '/case/ega/x-sampa.html">SAMPA</a></li><li class="onclick"><a href="'+ url + '/case/ega/grammar.html">Grammar</a></li><li class="onclick"><a href="'+ url + '/case/ega/phonology.html">Phonology</a></li><li class="onclick"><a href="'+ url + '/case/ega/goals.html">Ega Project Goals</a></li><li class="onclick"><a href="'+ url + '/case/ega/references.html">References</a></li><li class="onclick"><a href="'+ url + '/case/ega/providers.html">Data Providers</a></li></ul></li></ul></li><li class="onclick"><a href="'+ url + '/case/tofa/index.html">Tofa</a><ul><li class="onclick"><a href="nohref">About the Data</a><ul><li class="onclick"><a href="'+ url + '/case/tofa/index.html">Case Study: Online Video</a></li><li class="onclick"><a href="'+ url + '/case/tofa/texts.html">Video and Texts</a></li></ul></li><li class="onclick"><a href="nohref">About the Language</a><ul><li class="onclick"><a href="'+ url + '/case/tofa/about.html">About Tofa</a></li><li class="onclick"><a href="'+ url + '/case/tofa/tree.html">Family Tree</a></li><li class="onclick"><a href="'+ url + '/case/tofa/map-current.html">Current Map</a></li><li class="onclick"><a href="'+ url + '/case/tofa/map-historical.html">Historical Map</a></li><li class="onclick"><a href="'+ url + '/case/tofa/culture.html">Culture</a></li><li class="onclick"><a href="'+ url + '/case/tofa/providers.html">Data Providers</a></li></ul></li></ul></li><li class="onclick"><a href="'+ url + '/case/saliba/index.html">S&aacute;liba</a><ul><li class="onclick"><a href="nohref">About the Data</a><ul><li class="onclick"><a href="'+ url + '/case/saliba/index.html">Case Study: Wordlists</a></li><li class="onclick"><a href="'+ url + '/case/saliba/lexicon.html">Online Wordlist</a></li><li class="onclick"><a href="'+ url + '/search/searchlang/searchadvanced.cfm?lang=5616">Search the Wordlist</a></li></ul></li><li class="onclick"><a href="nohref">About the Language</a><ul><li class="onclick"><a href="'+ url + '/case/saliba/about.html">About S&aacute;liba</a></li><li class="onclick"><a href="'+ url + '/case/saliba/tree.html">Family Tree</a></li><li class="onclick"><a href="'+ url + '/case/saliba/grammar.html">S&aacute;liba Grammar</a></li><li class="onclick"><a href="'+ url + '/case/saliba/phonology.html">S&aacute;liba Phonology</a></li><li class="onclick"><a href="'+ url + '/case/saliba/map.html">Map</a></li><li class="onclick"><a href="'+ url + '/case/saliba/references.html">References</a></li><li class="onclick"><a href="'+ url + '/case/saliba/providers.html">Data Providers</a></li></ul></li></ul></li><li class="onclick"><a href="'+ url + '/case/kayardild/index.html">Kayardild</a><ul><li class="onclick"><a href="nohref">About the Data</a><ul><li class="onclick"><a href="'+ url + '/case/kayardild/index.html">Case Study: Interlinear Glossed Text</a></li><a href="'+ url + '/case/kayardild/Gayardilt-report.html">Online Wordlist</a></li><a href="'+ url + '/search/searchlang/searchadvanced.cfm?lang=2172">Search the Wordlist</a></li></ul></li><li class="onclick"><a href="nohref">About the Language</a><ul><li class="onclick"><a href="'+ url + '/case/kayardild/about.html">About Kayardild</a></li><li class="onclick"><a href="'+ url + '/case/kayardild/map.html">Map</a></li><li class="onclick"><a href="'+ url + '/case/kayardild/tree.html">Family Tree</a></li><li class="onclick"><a href="'+ url + '/case/kayardild/grammar.html">Grammar</a></li><li class="onclick"><a href="'+ url + '/case/kayardild/culture.html">Culture</a></li><li class="onclick"><a href="'+ url + '/case/kayardild/phonology.html">Phonology</a></li><li class="onclick"><a href="'+ url + '/case/kayardild/providers.html">Data Providers</a></li><li class="onclick"><a href="'+ url + '/readingroom/display.cfm?topic=Kayardild">References</a></li></ul></li></ul></li><li class="onclick"><a href="'+ url + '/case/denaina/index.html">Dena\'ina</a><ul><li class="onclick"><a href="nohref">About the Data</a><ul><li class="onclick"><a href="'+ url + '/case/denaina/index.html">Case Study: Easy Access Software</a></li><li class="onclick"><a href="'+ url + '/case/denaina/align.html">Alignment with ELAN</a></li><li class="onclick"><a href="'+ url + '/case/denaina/xsl.html">Converting XML to HTML</a></li></ul></li><li class="onclick"><a href="nohref">About the Language</a><ul><li class="onclick"><a href="'+ url + '/case/denaina/about.html">About Denaina</a></li><li class="onclick"><a href="'+ url + '/case/denaina/tree.html">Family Tree</a></li><li class="onclick"><a href="'+ url + '/case/denaina/map.html">Map</a></li><li class="onclick"><a href="'+ url + '/readingroom/display.cfm?topic=Denaina">References</a></li></ul></li></ul></li><li class="onclick"><a href="'+ url + '/case/sisaala/index.html">Sisaala</a><ul><li class="onclick"><a href="nohref">About the Data</a><ul><li class="onclick"><a href="'+ url + '/case/sisaala/index.html">Case Study: Older Methods to BP</a></li></ul></li><li class="onclick"><a href="nohref">About the Language</a><ul><li class="onclick"><a href="'+ url + '/case/sisaala/about.html">About Sisaala</a></li><li class="onclick"><a href="'+ url + '/case/sisaala/map.html">Map</a></li><li class="onclick"><a href="'+ url + '/case/sisaala/tree.html">Family Tree</a></li><li class="onclick"><a href="'+ url + '/case/sisaala/phonology.html">Phonology</a></li><li class="onclick"><a href="'+ url + '/case/sisaala/grammar.html">Grammar</a></li><li class="onclick"><a href="'+ url + '/case/sisaala/culture.html">Culture</a></li><li class="onclick"><a href="'+ url + '/case/sisaala/languages.html">Languages</a></li><li class="onclick"><a href="'+ url + '/case/sisaala/providers.html">Data Providers</a></li></ul></li></ul></li><li class="onclick"><a href="'+ url + '/case/navajo/index.html">Navajo</a><ul><li class="onclick"><a href="nohref">About the Data</a><ul><li class="onclick"><a href="'+ url + '/case/navajo/index.html">Case Study: Ultrasound Analysis</a></li></ul></li><li class="onclick"><a href="nohref">About the Language</a><ul><li class="onclick"><a href="'+ url + '/case/navajo/about.html">About Navajo</a></li><li class="onclick"><a href="'+ url + '/case/navajo/map.html">Map</a></li><li class="onclick"><a href="'+ url + '/case/navajo/tree.html">Family Tree</a></li><li class="onclick"><a href="'+ url + '/case/navajo/phonology.html">Phonology</a></li><li class="onclick"><a href="'+ url + '/case/navajo/grammar.html">Grammar</a></li><li class="onclick"><a href="'+ url + '/case/navajo/history.html">History</a></li><li class="onclick"><a href="'+ url + '/readingroom/display.cfm?topic=Navajo">References</a></li></ul></li></ul></li></ul>';

um.menuCode["classroom"] = '<ul><li class="onclick"><a href="'+ url + '/classroom/index.html">Classroom Index</a></li><li class="onclick"><a href="'+ url + '/classroom/howto.html">How-to Directory</a></li><li class="onclick"><a href="">Media Types</a><li class="onclick"><a href="'+ url + '/classroom/audio/index.html">--Audio</a><ul><li class="onclick"><a href="'+ url + '/classroom/audio/index.html">About Audio</a></li><li class="onclick"><a href="'+ url + '/classroom/audio/archive.html">Archival Formats</a></li><li class="onclick"><a href="'+ url + '/classroom/audio/presentation.html">Presentation Formats</a></li><li class="onclick"><a href="'+ url + '/classroom/audio/howto.html">How to Digitize</a></li><li class="onclick"><a href="'+ url + '/toolroom/hardware/audio-standard1.html">Audio Recording</a></li></ul></li><li class="onclick"><a href="'+ url + '/classroom/video/index.html">--Video</a><ul><li class="onclick"><a href="'+ url + '/classroom/video/index.html">About Video</a></li><li class="onclick"><a href="'+ url + '/classroom/video/archive.html">Archival Formats</a></li><li class="onclick"><a href="'+ url + '/classroom/video/presentation.html">Presentation Formats</a></li><li class="onclick"><a href="'+ url + '/classroom/video/field.html">Filming in the Field</a></li><li class="onclick"><a href="'+ url + '/classroom/video/howto.html">How to Digitize</a></li></ul></li><li class="onclick"><a href="noref">--Text</a><ul><li class="onclick"><a href="'+ url + '/classroom/text/index.html">About Text</a></li><li class="onclick"><a href="'+ url + '/classroom/text/index.html#archival">Archival Formats</a></li><li class="onclick"><a href="'+ url + '/classroom/text/index.html#presentation">Presentation Formats</a></li><li class="onclick"><a href="'+ url + '/classroom/text/text-howto.html">How to Use Text</a></li></ul></li><li class="onclick"><a href="'+ url + '/classroom/images/index.html">--Images</a><ul><li class="onclick"><a href="'+ url + '/classroom/images/index.html">About Images</a></li><li class="onclick"><a href="'+ url + '/classroom/images/terminology.html">Terminology</a></li><li class="onclick"><a href="'+ url + '/classroom/images/quality.html">Quality Issues</a></li><li class="onclick"><a href="'+ url + '/classroom/images/scantest.html">Scanning Images</a></li><li class="onclick"><a href="'+ url + '/classroom/images/ocr-index.html">OCR or Keyboard?</a></li><li class="onclick"><a href="'+ url + '/classroom/images/archive.html">Archival Formats</a></li><li class="onclick"><a href="'+ url + '/classroom/images/presentation.html">Presentation Formats</a></li><li class="onclick"><a href="'+ url + '/classroom/images/img-metadata.html">Image Metadata</a></li></ul></li></li><li class="onclick"><a href="">Documentation Types</a><li class="onclick"><a href="'+ url + '/classroom/annotation/index.html">--Annotation</a><ul><li class="onclick"><a href="'+ url + '/classroom/annotation/index.html">About Annotation</a></li><li class="onclick"><a href="'+ url + '/classroom/annotation/priorities.html">Priorities</a></li><li class="onclick"><a href="'+ url + '/classroom/annotation/howto.html">How to Annotate</a></li></ul></li><li class="onclick"><a href="noref">--Lexicons</a><ul><li class="onclick"><a href="'+ url + '/classroom/text/lexicons.html">About Lexicons</a></li><li class="onclick"><a href="'+ url + '/classroom/text/lexicon-size.html">Recommended Corpus and Lexicon Sizes</a></li></ul></li><li class="onclick"><a href="noref">--Interlinear Glossed Text</a><ul><li class="onclick"><a href="'+ url + '/classroom/text/igt.html">About IGT</a></li><li class="onclick"><a href="'+ url + '/classroom/text/tech.html">Technologies</a></li><li class="onclick"><a href="'+ url + '/classroom/text/standards.html">Standards</a></li><li class="onclick"><a href="'+ url + '/classroom/text/levels.html">Levels</a></li><li class="onclick"><a href="'+ url + '/classroom/text/trouble.html">Troubleshooting</a></li><li class="onclick"><a href="'+ url + '/classroom/text/howto.html">IGT How-to</a></li></ul><li class="onclick"><a href="noref">--Ontologies</a><ul><li class="onclick"><a href="'+ url + '/classroom/ontology/index.html">About Ontologies</a></li><li class="onclick"><a href="'+ url + '/classroom/ontology/faq.html">FAQ</a></li><li class="onclick"><a href="'+ url + '/classroom/ontology/terminology.html">Terminology Mapping</a></li></ul></li></li><li class="onclick"><a href="">Technologies</a><li class="onclick"><a href="'+ url + '/classroom/unicode/index.html">--Unicode</a><ul><li class="onclick"><a href="'+ url + '/classroom/unicode/index.html">About  Unicode</a></li><li class="onclick"><a href="'+ url + '/classroom/unicode/codepoints.html">Unicode Codepoints</a></li><li class="onclick"><a href="'+ url + '/classroom/unicode/documentation.html">Unicode &amp; Documentation</a></li><li class="onclick"><a href="'+ url + '/classroom/unicode/ipafont.html">How to Input IPA</a></li></ul></li><li class="onclick"><a href="'+ url + '/classroom/xml/index.html">--XML</a><ul><li class="onclick"><a href="'+ url + '/classroom/xml/index.html">About XML</a></li><li class="onclick"><a href="'+ url + '/classroom/xml/howto.html">XML How-to</a></li><li class="onclick"><a href="'+ url + '/classroom/xml/alternatives.html">Alternatives to XML</a></li><li class="onclick"><a href="'+ url + '/classroom/xml/validating-xml.html">XML Validation</a></li></ul></li><li class="onclick"><a href="'+ url + '/classroom/stylesheet/index.html">--Stylesheets</a><ul><li class="onclick"><a href="'+ url + '/classroom/stylesheet/index.html">About Stylesheets</a></li><li class="onclick"><a href="'+ url + '/classroom/stylesheet/xsl-help3.html">How Stylesheets Work</a></li><li class="onclick"><a href="'+ url + '/classroom/stylesheet/xsl-help2.html">XSL How-to</a></li><li class="onclick"><a href="'+ url + '/classroom/stylesheet/xsl-examples.html">Example Stylesheets</a></li></ul></li><li class="onclick"><a href="'+ url + '/classroom/conversion/index.html">--Conversion</a><ul><li class="onclick"><a href="'+ url + '/classroom/conversion/index.html">About Conversion</li><li class="onclick"><a href="'+ url + '/classroom/conversion/howto.html">How to Convert</li></ul></li><li class="onclick"><a href="'+ url + '/classroom/web/index.html">--Websites</a><ul><li class="onclick"><a href="'+ url + '/classroom/web/index.html">About Websites</a></li><li class="onclick"><a href="'+ url + '/classroom/web/server.html">About Servers</a></li><li class="onclick"><a href="'+ url + '/classroom/web/xhtml.html">About XHTML</a></li><li class="onclick"><a href="'+ url + '/classroom/web/xhtml-howto.html">--How to Write XHTML</a></li><li class="onclick"><a href="'+ url + '/classroom/web/css.html">About CSS</a></li><li class="onclick"><a href="'+ url + '/classroom/web/css-style.html">--CSS for Style</a></li><li class="onclick"><a href="'+ url + '/classroom/web/css-layout.html">--CSS for Layout</a></li><li class="onclick"><a href="'+ url + '/classroom/web/javascript.html">About Javascript</a></li></ul></li></li><li class="onclick"><a href="">Preservation</a><li class="onclick"><a href="'+ url + '/classroom/metadata/index.html">--Metadata</a><ul><li class="onclick"><a href="'+ url + '/classroom/metadata/index.html">About Metadata</a></li><li class="onclick"><a href="'+ url + '/classroom/metadata/formats.html">Metadata Formats</a></li><li class="onclick"><a href="'+ url + '/classroom/metadata/metadata.html">Metadata Presentation Styles</a></li><li class="onclick"><a href="'+ url + '/classroom/metadata/bp-metadata.html">Basic Requirements</a></li><li class="onclick"><a href="'+ url + '/classroom/metadata/tools.html">Metadata Tools</a></li><li class="onclick"><a href="'+ url + '/classroom/metadata/table.html">IMDI OLAC Comparison</a></li></ul></li><li class="onclick"><a href="'+ url + '/classroom/archives/index.html">--Archives</a><ul><li class="onclick"><a href="'+ url + '/classroom/archives/index.html">About Archives</a></li><li class="onclick"><a href="'+ url + '/classroom/archives/archive-digital.html">Creating an Archive-Ready Corpus</a></li><li class="onclick"><a href="'+ url + '/classroom/archives/finding-archives.html">How to Find an Archive</a></li><li class="onclick"><a href="'+ url + '/classroom/archives/archiving-management.html">How to Establish an Archive</a></li></ul></li><li class="onclick"><a href="'+ url + '/classroom/ethics/index.html">--Ethics</a><ul><li class="onclick"><a href="'+ url + '/classroom/ethics/index.html">About Ethics</a></li><li class="onclick"><a href="'+ url + '/classroom/ethics/information.html">Get Informed</a></li><li class="onclick"><a href="'+ url + '/classroom/ethics/consent.html">Get Consent</a></li><li class="onclick"><a href="'+ url + '/classroom/ethics/community.html">Give Something Back</a></li></li></ul></li></ul>';


um.menuCode["reading"] = '<ul><li class="onclick"><a href="'+ url + '/readingroom/index.html">Reading Room Index</a></li><li class="onclick"><a href="'+ url + '/readingroom/index.cfm">Search Reading Room</a></li><li class="onclick"><a href="'+ url + '/readingroom/inputdata.cfm">Add References</a></li><li class="onclick"><a href="'+ url + '/readingroom/web-resources.html">Web Resources</a></li></ul>';


um.menuCode["work"] = '<ul><li class="onclick"><a href="'+ url + '/workroom/index.html">Work Room Index</a></li><li class="onclick"><a href="'+ url + '/workroom/metadata/index.html">Metadata Creation</a></li><li class="onclick"><a href="'+ url + '/workroom/terminology/index.html">Terminology Mapping</a><ul><li class="onclick"><a href="http://www.cs.wayne.edu/%7Eyudeng/projects.htm">Terminology Mapper</a></li><li class="onclick"><a href="'+ url + '/ontology-tree.cfm">Ontology Tree</a></li></ul></li><li class="onclick"><a href="'+ url + '/toolroom/software/charwrite-index.html">Unicode Input: CharWrite</a></li><li class="onclick"><a href="'+ url + '/workroom/lexicon/index.html">Lexical Analysis: FIELD</a></li></ul>';


um.menuCode["toolroom"] = '<ul><li class="onclick"><a href="'+ url + '/toolroom/index.html">Tool Room Index</a></li><li class="onclick"><a href="'+ url + '/toolroom/software/index.cfm">Software</a><ul><li class="onclick"><a href="'+ url + '/classroom/software/index.html">Choosing Software</a></li><li class="onclick"><a href="'+ url + '/toolroom/software/index.cfm">Software Database</a></li><li class="onclick"><a href="'+ url + '/toolroom/software/charwrite-index.html">Unicode Input: CharWrite</a></li></ul></li><li class="onclick"><a href="'+ url + '/toolroom/hardware/index.html">Hardware</a><ul><li class="onclick"><a href="'+ url + '/toolroom/hardware/index.html">About Hardware</a></li><li class="onclick"><a href="'+ url + '/toolroom/hardware/recommendations.html">Technical Considerations</a></li><li class="onclick"><a href="'+ url + '/toolroom/hardware/audio-standard3.html">Practical Considerations</a></li><li class="onclick"><a href="'+ url + '/toolroom/hardware/audio-budget.html">Audio Equipment on a Budget</a></li><li class="onclick"><a href="'+ url + '/toolroom/hardware/audio-standard1.html">How to Record</a></li></ul></li></ul>';


um.menuCode["expert"] = '<ul><li class="onclick"><a href="'+ url + '/ask-expert/index.html">Ask an Expert Index</a><li class="onclick"><a href="'+ url + '/ask-expert/browse-ask-expert.cfm">Browse Messages</a></li><li class="onclick"><a href="'+ url + '/ask-expert/before-submitting.html">Submit a Question</a></li><li class="onclick"><a href="'+ url + '/ask-expert/search-ask-expert.html">Search Ask an Expert</a></li><li class="onclick"><a href="'+ url + '/ask-expert/panel-members.html">Panel Members</a></li></ul>';


um.menuCode["search"] = '<ul><li class="onclick"><a href="'+ url + '/search/site-search.html">Site Search</a></li><li class="onclick"><a href="'+ url + '/search/searchlang/index.cfm">Search Language Data</a><ul><li class="onclick"><a href="'+ url + '/search/searchlang/index.cfm">Quicksearch</a></li><li class="onclick"><a href="'+ url + '/search/searchlang/search-choose-lang.cfm">Advanced Search</a></li></ul></li><li class="onclick"><a href="http://linguistlist.org/olac/">OLAC Search</a></li></ul>';


/***************************************************************\
\***************************************************************/



