// UDMv4.5 //
///////////////////////////////////////////////////////////////////
var um={'menuClasses':[],'itemClasses':[],'menuCode':[]};
///////////////////////////////////////////////////////////////////
//                                                               //
//  ULTIMATE DROP DOWN MENU Version 4.5 by Brothercake          //
//  http://www.udm4.com/                                         //
//                                                               //
//  This script may not be used or distributed without license   //
//                                                               //
///////////////////////////////////////////////////////////////////




///////////////////////////////////////////////////////////////////
// CORE CONFIGURATION                                            //
///////////////////////////////////////////////////////////////////


//path to images folder
um.baseSRC = "/scripts/udm4/udm-resources/";


//initialization trigger element ["id"];
um.trigger = "contact";


//navbar orientation
um.orientation = [
	"horizontal",	// alignment ["vertical"|"horizontal"|"popup"|"expanding"]
	"left",		// h align ["left"|"right"|"rtl"]
	"top",		// v align ["top"|"bottom"]
	"relative",	// positioning ["relative"|"absolute"|"fixed"|"allfixed"]
	"0",		// x position ["em"|"ex"|"px"|"0"]
	"0",		// 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",		// -SPARE-
	"no", 		// -SPARE-
	];


//menu behaviors
um.behaviors = [
	"200",		// open timer ["milliseconds"|"0"]
	"500",		// close timer ["milliseconds"|"never"|"0"]
	"yes",		// reposition menus to stay inside the viewport ["yes"|"no"]
	"default",	// manage windowed controls for win/ie ["default","hide","iframe","none"]
	];


//reset behaviors
um.reset = [
	"yes",		// reset from document mouse click ["yes"|"no"]
	"yes",		// reset from window resize ["yes"|"no"]
	"yes",		// reset from text resize ["yes"|"no"]
	"no",		// reset after following link ["yes"|"no"]
	];


//horizontal continuation strip
um.hstrip = [
	"none",		// background ["color"|"#hex"|"rgb()"|"image.gif"|"none"]
	"yes",		// copy navbar item margin-right to margin-bottom ["yes"|"no"]
	];




///////////////////////////////////////////////////////////////////
// MODULE SETTINGS                                               //
///////////////////////////////////////////////////////////////////


//keyboard navigation [comment out or remove if not using]
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"] ("38" = F12]
	"none",		// hotkey modifier ["none"|"shiftKey"|"ctrlKey"|"altKey"|"metaKey"]
	"27",		// escape ["n"|"none"] ("27" = escape key)
	"document.getElementsByTagName('a')[0]", // exit focus ["js-expression"]
	];




///////////////////////////////////////////////////////////////////
// NAVBAR DEFAULT STYLES                                         //
///////////////////////////////////////////////////////////////////


//styles which apply to the navbar
um.navbar = [
	"0",		// nav -> menu x-offset (+-)["n" pixels]
	"0",		// nav -> menu y-offset (+-)["n" pixels]
	"656px",	// 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")
	"#ead4a4 #edbb85 #edbb85 #ead4a4",// 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")
	"#ead4a4 #ead4a4 #fae4b4 #fae4b4",// 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")
	"#ead4a4 #edbb85 #edbb85 #ead4a4",// visited border colors ["color"|"#hex"|"rgb()"] (single, double or four values)
	"solid dashed solid solid",// visited border styles ["solid"|"double"|"dotted"|"dashed"|"groove"|"ridge"|"inset"|"outset"] (single, double or four values; be careful with using "none")
	"12",		// left/right padding ["n" pixels] (single value only)
	"6",		// top/bottom padding ["n" pixels] (single value only)
	"/images/red_gradient.png",		// background ["color"|"#hex"|"rgb()"|"image.gif"]
	"#666666",		// hover/focus background ["color"|"#hex"|"rgb()"|"image.gif"]
	"/images/red_gradient.png",		// visited background ["color"|"#hex"|"rgb()"|"image.gif"]
	"14px",		// font size ["em"|"ex"|"%"|"px"|"pt"|"absolute-size"|"relative-size"]
	"arial,helvetica",// 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"]
	"#000000",	// color ["color"|"#hex"|"rgb()"]
	"#ffffff",	// hover/focus color ["color"|"#hex"|"rgb()"]
	"#000000",	// 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:1px !important;",// additional link CSS (careful!)
	"",		// additional hover/focus CSS (careful!)
	"",		// additional visited CSS (careful!)
	"none",// menu indicator character/image ["text"|"image.gif"|"none"]
	"none",// menu indicator rollover character/image ["text"|"image.gif"|"none"] (must be same type)
	"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 = [
	"-7",		// menu -> menu x-offset (+-)["n" pixels]
	"-12",		// menu -> menu y-offset (+-)["n" pixels]
	"0",		// border size ["n" pixels] (single value only)
	"#cc0000 #cc0000 #ffffff #cc0000",// 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")
	"110px",	// width ["em"|"ex"|"px"]
	"0",		// padding ["n" pixels] (single value only)
	"#cc0000",	// 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"]
	"0px",		// shadow offset (+-) ["em"|"px"|"pt"|"%"|"0"]
	"filter:alpha(opacity=50);",// 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)
	"1",		// border size ["n" pixels] (single value only)
	"separate",	// border collapse ["collapse"|"separate"] (only applies when margin = "0")
	"#cc0000 #cc0000 #000000 #cc0000",	// 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")
	"#cc0000 #cc0000 #000000 #cc0000",		// 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")
	"#cc0000 #cc0000 #000000 #cc0000",	// 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)
	"5",		// top/bottom padding ["n" pixels] (single value only)
	"transparent",	// background ["color"|"#hex"|"rgb()"|"image.gif"]
	"#999999",	// hover/focus background ["color"|"#hex"|"rgb()"|"image.gif"]
	"transparent",	// visited background ["color"|"#hex"|"rgb()"|"image.gif"]
	"11px",		// font size ["em"|"ex"|"%"|"px"|"pt"|"absolute-size"|"relative-size"]
	"arial,helvetica",// 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"]
	"#ffffff",		// color ["color"|"#hex"|"rgb()"]
	"#000000",		// hover/focus color ["color"|"#hex"|"rgb()"]
	"#ffffff",		// 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"]
	"",		// additional link CSS (careful!)
	"",		// additional hover/focus CSS (careful!)
	"",		// additional visited CSS (careful!)
	"right-black.gif",// submenu indicator character/image ["text"|"image.gif"|"none"]
	"right-black.gif",// submenu indicator rollover character/image ["text"|"image.gif"|"none"] (must be the same type)
	"3",		// 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 [comment out or remove if not using]             //
///////////////////////////////////////////////////////////////////


//classes which apply to menus [optional]
um.menuClasses["secondSubMenu"] = [
  "#ff725e #cc0000 #ff725e #ff725e",// border colors ["color"|"#hex"|"rgb()"]
	"solid",	// border styles ["solid"|"double"|"dotted"|"dashed"|"groove"|"ridge"|"inset"|"outset"] (single, double or four values; be careful with using "none")
	"160px",		// width ["em"|"ex"|"px"]
	"#cc0000",		// 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"]
	"0px",		// shadow offset (+-) ["em"|"px"|"pt"|"%"|"0"]
	"filter:alpha(opacity=50);", // additional shadow layer CSS (if you use a Microsoft.Shadow filter here then Win/IE5.5+ will do that *instead* of default shadow)
	];

um.menuClasses["formsSubMenu"] = [
	"#cc0000 #ffffff #ffffff #ffffff",// border colors ["color"|"#hex"|"rgb()"]
	"solid",	// border styles ["solid"|"double"|"dotted"|"dashed"|"groove"|"ridge"|"inset"|"outset"] (single, double or four values; be careful with using "none")
	"220px",		// width ["em"|"ex"|"px"]
	"#ff725e",		// 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"]
	"0px",		// shadow offset (+-) ["em"|"px"|"pt"|"%"|"0"]
	"filter:alpha(opacity=50);", // additional shadow layer CSS (if you use a Microsoft.Shadow filter here then Win/IE5.5+ will do that *instead* of default shadow)
	];

um.menuClasses["aboutSubMenu"] = [
	"#cc0000 #cc0000 #ffffff #cc0000",// border colors ["color"|"#hex"|"rgb()"]
	"solid",	// border styles ["solid"|"double"|"dotted"|"dashed"|"groove"|"ridge"|"inset"|"outset"] (single, double or four values; be careful with using "none")
	"200px",		// width ["em"|"ex"|"px"]
	"#cc0000",		// 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"]
	"0px",		// shadow offset (+-) ["em"|"px"|"pt"|"%"|"0"]
	"filter:alpha(opacity=50);", // additional shadow layer CSS (if you use a Microsoft.Shadow filter here then Win/IE5.5+ will do that *instead* of default shadow)
	];

um.menuClasses["readerSubMenu"] = [
	"#fe9a98 #fe9a98 #000000 #fe9a98",// border colors ["color"|"#hex"|"rgb()"]
	"solid",	// border styles ["solid"|"double"|"dotted"|"dashed"|"groove"|"ridge"|"inset"|"outset"] (single, double or four values; be careful with using "none")
	"200px",		// width ["em"|"ex"|"px"]
	"#fe9a98",		// 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"]
	"0px",		// shadow offset (+-) ["em"|"px"|"pt"|"%"|"0"]
	"filter:alpha(opacity=50);", // additional shadow layer CSS (if you use a Microsoft.Shadow filter here then Win/IE5.5+ will do that *instead* of default shadow)
	];

um.menuClasses["parentSubMenu"] = [
	"#fe9a98 #fe9a98 #000000 #fe9a98",// border colors ["color"|"#hex"|"rgb()"]
	"solid",	// border styles ["solid"|"double"|"dotted"|"dashed"|"groove"|"ridge"|"inset"|"outset"] (single, double or four values; be careful with using "none")
	"160px",		// width ["em"|"ex"|"px"]
	"#fe9a98", // 
	"",		// additional menu CSS (careful!) (you can use a transition here but *not* a static filter)
	"none",// shadow background ["color"|"#hex"|"rgb()"|"image.gif"|"none"]
	"0px",		// shadow offset (+-) ["em"|"px"|"pt"|"%"|"0"]
	"filter:alpha(opacity=50);", // additional shadow layer CSS (if you use a Microsoft.Shadow filter here then Win/IE5.5+ will do that *instead* of default shadow)
	];

um.menuClasses["teacherRefSubMenu"] = [
	"#fdcb95 #a97742 #a97742 #fdcb95",// border colors ["color"|"#hex"|"rgb()"]
	"solid",	// border styles ["solid"|"double"|"dotted"|"dashed"|"groove"|"ridge"|"inset"|"outset"] (single, double or four values; be careful with using "none")
	"200px",		// width ["em"|"ex"|"px"]
	"#fe9a98",		// 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"]
	"0px",		// shadow offset (+-) ["em"|"px"|"pt"|"%"|"0"]
	"filter:alpha(opacity=50);", // additional shadow layer CSS (if you use a Microsoft.Shadow filter here then Win/IE5.5+ will do that *instead* of default shadow)
	];

//classes which apply to menu items [optional]
um.itemClasses["firstSubMenuItem"] = [
	"#000000",	// 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")
	"#000000",		// 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")
	"#000000",	// 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")
	"transparent",	// background ["color"|"#hex"|"rgb()"|"image.gif"]
	"#999999",	// hover/focus background ["color"|"#hex"|"rgb()"|"image.gif"]
	"transparent",	// visited background ["color"|"#hex"|"rgb()"|"image.gif"]
	"11px",		// font size ["em"|"ex"|"%"|"px"|"pt"|"absolute-size"|"relative-size"]
	"arial,helvetica",// 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"]
	"#000000",		// color ["color"|"#hex"|"rgb()"]
	"#000000",		// hover/focus color ["color"|"#hex"|"rgb()"]
	"#000000",		// 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"]
	"",		// additional link CSS (careful!)
	"",		// additional hover/focus CSS (careful!)
	"",		// additional visited CSS (careful!)
	"right-black.gif",// submenu indicator character/image ["text"|"image.gif"|"none"]
	"right-black.gif",// submenu indicator rollover character/image ["text"|"image.gif"|"none"] (must be the same type)
	"..",		// alt text of indicator image  ["text"] (only when using image arrow)
];

um.itemClasses["secondSubMenuItem"] = [
        "##ffffff",	 // border colors ["color"|"#hex"|"rgb()"] (single, double or four values)
	"none none solid none",	// border styles ["solid"|"double"|"dotted"|"dashed"|"groove"|"ridge"|"inset"|"outset"] (single, double or four values; be careful with using "none")
	"#000000",		// hover/focus border colors ["color"|"#hex"|"rgb()"] (single, double or four values)
	"none none solid none",	// hover/focus border styles ["solid"|"double"|"dotted"|"dashed"|"groove"|"ridge"|"inset"|"outset"] (single, double or four values; be careful with using "none")
	"#000000",	// visited border colors ["color"|"#hex"|"rgb()"] (single, double or four values)
	"none none solid none",	// visited border styles ["solid"|"double"|"dotted"|"dashed"|"groove"|"ridge"|"inset"|"outset"] (single, double or four values; be careful with using "none")
	"transparent",	// background ["color"|"#hex"|"rgb()"|"image.gif"]
	"#999999",	// hover/focus background ["color"|"#hex"|"rgb()"|"image.gif"]
	"transparent",	// visited background ["color"|"#hex"|"rgb()"|"image.gif"]
	"11px",		// font size ["em"|"ex"|"%"|"px"|"pt"|"absolute-size"|"relative-size"]
	"arial,helvetica",// 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"]
	"#000000",		// color ["color"|"#hex"|"rgb()"]
	"#000000",		// hover/focus color ["color"|"#hex"|"rgb()"]
	"#000000",		// 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"]
	"",		// additional link CSS (careful!)
	"",		// additional hover/focus CSS (careful!)
	"",		// additional visited CSS (careful!)
	"right-black.gif",// submenu indicator character/image ["text"|"image.gif"|"none"]
	"right-black.gif",// submenu indicator rollover character/image ["text"|"image.gif"|"none"] (must be the same type)
	"..",		// alt text of indicator image  ["text"] (only when using image arrow)
];

///////////////////////////////////////////////////////////////////
// DYNAMIC MENUS                                                 //
///////////////////////////////////////////////////////////////////
um.menuCode['about'] = ''
+ '<ul class="aboutSubMenu">'
  + '<li><a href="/about.htm">Overview</a></li>'
  + '<li><a href="/principals_message.htm">Principal\'s Message</a></li>'
  + '<li><a href="/accreditation.htm">Accreditation</a></li>'
  + '<li><a href="http://www.smls-hawaii.org/video.htm?tubepress_video=BCOIOiP9RFw&autoplay=true">Informational Video</a></li>'
  + '<li><a href="/history.htm">History</a></li>'
  + '<li><a href="/philosophy.htm">Mission & Philosophy</a></li>'
  + '<li><a href="/learningOutcomes.htm">Student Learning Outcomes</a></li>'
  + '<li><a href="/lutheranschoolsteach.htm">What Lutheran Schools Teach</a></li>'
  + '<li><a href="/campus.htm">Campus & Facilities</a></li>'
  + '<li><a href="/News/rss2html.php">News</a></li>'
  + '<li><a href="http://www.stmarkhawaii.org/">Church</a></li>'
+ '</ul>';

um.menuCode['admissions'] = ''
+ '<ul class="secondSubMenu">'
  + '<li><a href="/admissions.htm">Overview</a></li>'
  + '<li><a href="/formsAndDocuments.htm">Forms</a></li>'

//    + '<ul class="formsSubMenu">'
//      + '<li class="secondSubMenuItem"><a href="/Documents/Admissions/Admission_Procedures.pdf"  target=_blank>Admission Procedures</a></li>'
//      + '<li class="secondSubMenuItem"><a href="/Documents/Admissions/Admission_Application.pdf" target=_blank>Application for Admission</a></li>'
//      + '<li class="secondSubMenuItem"><a href="/Documents/Admissions/Parent_Questionnaire.pdf" target=_blank>Parent Questionaire K-1</a></li>'
//      + '<li class="secondSubMenuItem"><a class="nohref">Teacher Reference Report</a>'
//        + '<ul class="teacherRefSubMenu">'
//          + '<li class="secondSubMenuItem"><a href="/Documents/Admissions/Teacher_Reference_K1.pdf" target=_blank>Teacher Reference Report (K-1)</a></li>'
//          + '<li class="secondSubMenuItem"><a href="/Documents/Admissions/Teacher_Reference_212.pdf" target=_blank>Teacher Reference Report (2-8)</a></li>'
//        + '</ul>'      
//      + '</li>'
//      + '<li class="secondSubMenuItem"><a href="/Documents/Admissions/Consent_for_Release_of_Information.pdf" target=_blank>Consent for Release of Information</a></li>'
//      + '<li class="secondSubMenuItem"><a href="/Documents/Admissions/Enrollment_Information.pdf" target=_blank>Enrollment Information</a></li>'
//      + '<li class="secondSubMenuItem"><a href="/Documents/TuitionSchedule.pdf" target=_blank>Tuition Schedule</a></li>'
//      + '<li class="secondSubMenuItem"><a class="nohref">Financial Aid Forms</a>'
//        + '<ul class="teacherRefSubMenu">'
//          + '<li class="secondSubMenuItem"><a href="Documents/FinancialAid/Financial_Aid.pdf" target=_blank>Financial Aid Information</a></li>'
//          + '<li class="secondSubMenuItem"><a href="Documents/FinancialAid/Financial_Aid_Application.pdf" target=_blank>Financial Aid Application</a></li>'
//          + '<li class="secondSubMenuItem"><a href="Documents/FinancialAid/IRS_Form_4506-T.pdf" target=_blank>IRS Form 4506-T</a></li>'
//          + '<li class="secondSubMenuItem"><a href="Documents/FinancialAid/Financial_Aid_Requirements.pdf" target=_blank>Checklist</a></li>'
//        + '</ul>'      
//      + '</li>'
//    + '</ul>'
//  + '</li>'
  + '<li><a href="/tuition.htm">Tuition</a></li>'
  + '<li><a href="/tuition_ins.htm">Tuition Insurance</a></li>'
  + '<li><a href="/discounts.htm">Discounts</a></li>'
  + '<li><a href="/financial_aid.htm">Financial Aid</a></li>'
  + '<li><a href="/Apply2.htm">Apply Online</a></li>' 
 + '<li><a href="mailto:admissions@smls-hawaii.org">Contact Admissions</a></li>'
+ '</ul>';

um.menuCode['programs'] = ''
+ '<ul class="secondSubMenu">'
  + '<li><a href="/programs.htm">Overview</a></li>'
  + '<li><a class="nohref">Accelerated Reader</a>'
    + '<ul class="readerSubMenu">'
      + '<li class="secondSubMenuItem"><a href="/Documents/AR/RPQuiz_List_by_BL.pdf" target=_blank>List by Book Level</a></li>'
      + '<li class="secondSubMenuItem"><a href="/Documents/AR/RPQuiz_List_by_Title.pdf" target=_blank>List by Title</a></li>'
    + '</ul>'
  + '</li>'
  + '</li>'
  + '<li><a href="/athletics.htm">Athletics</a></li>'
  + '<li><a href="/lunch.htm">Lunch</a></li>'
  + '<li><a href="/band.htm">Band</a></li>'
  + '<li><a href="/afterSchoolCare.htm">Before/After School Care</a></li>'
+ '</ul>';

um.menuCode['people'] = ''
+ '<ul>'
  + '<li><a href="/faculty.htm">Faculty & Staff</a></li>'
  + '<li><a class="nohref">Parents</a>'
    + '<ul class="parentSubMenu">'
      + '<li class="secondSubMenuItem"><a href="/ptc.htm">PTC</a></li>'
      + '<li class="secondSubMenuItem"><a href="/parentTestimonials.htm">Parent Testimonials</a></li>'
    + '</ul>'
  + '</li>'
  + '<li><a href="/alumni.htm">Alumni</a></li>'
+ '</ul>';

um.menuCode['giving'] = ''
+ '<ul class="secondSubMenu">'
  + '<li><a href="/giving.htm">Giving to Saint Mark</a></li>'
  + '<li><a href="/fundraisers.htm">Fundraisers</a></li>'
+ '</ul>';
