/***********************************************
* Omni Slide Menu script - © John Davenport Scheuer
* very freely adapted from Dynamic-FX Slide-In Menu (v 6.5) script- by maXimus
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full original source code
* as first mentioned in http://www.dynamicdrive.com/forums
* username:jscheuer1
***********************************************/

//One global variable to set, use true if you want the menus to reinit when the user changes text size (recommended):
resizereinit=true;


menu[1] = {
id:'menu1', //use unique quoted id (quoted) REQUIRED!!
//fontsize:'100%', // express as percentage with the % sign
bartext:'     Meakea MENU',
linkheight:22 ,  // linked horizontal cells height
hdingwidth:190 ,  // heading - non linked horizontal cells width
menupos:'left',
//kviewtype:'fixed', 


/*id:'menu3', //use unique quoted id (quoted) REQUIRED!!
bartext:'  Meakea MENU',
linkheight:22 ,  // linked horizontal cells height
hdingwidth:210 ,  // heading - non linked horizontal cells width
menupos:'right',
kviewtype:'fixed', */


// Finished configuration. Use default values for all other settings for this particular menu (menu[1]) ///

menuItems:[ // REQUIRED!!
//[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header
["Home","http://www.meakea.org",""], //create header
["Child Sponsorship","http://www.meakea.org/ChildSponsorshipProgram.html",""],
["Our Partners","http://www.meakea.org/Partners.html",""],
["Our Supporters","http://www.meakea.org/Supporters.html",""],
["Get Involved","http://www.meakea.org/help.html",""],
["Contact Us","http://www.meakea.org/contact.php",""],

["About Us"],
[" About Meakea", "http://www.meakea.org/AboutUs/AboutMeakea.html", ""],
[" Board of Directors","http://www.meakea.org/AboutUs/BoardDirectors.html",""],
[" Executive Team","http://www.meakea.org/AboutUs/ExecutiveTeam.html",""],
[" Advisors","http://www.meakea.org/AboutUs/Advisors.html",""],
[" Career","http://www.meakea.org/AboutUs/Career.html",""],

["Programs"],
[" Education", "http://www.meakea.org/Programs/Education.html", ""],
[" Culture", "http://www.meakea.org/Programs/Culture.html", ""],
[" Health", "http://www.meakea.org/Programs/Health.html", ""],
[" Organizational", "http://www.meakea.org/Programs/Organizational.html", ""],

["Archives"],
["  Reports", "http://www.meakea.org/Archives/Reports.html", ""],
["  Articles", "http://www.meakea.org/Archives/Articles.html", ""],
["  News", "http://www.meakea.org/Archives/News.html", ""]

]}; // REQUIRED!! do not edit or remove */



menu[3] = {
id:'menu3', //use unique quoted id (quoted) REQUIRED!!
bartext:'     Meakea MENU',
linkheight:22 ,  // linked horizontal cells height
hdingwidth:190 ,  // heading - non linked horizontal cells width
menupos:'right',
//kviewtype:'fixed', 
menuItems:[ // REQUIRED!!
//[name, link, target, colspan, endrow?] - leave 'link' and 'target' blank to make a header









["Home","http://www.meakea.org",""], //create header
["Child Sponsorship","http://www.meakea.org/ChildSponsorshipProgram.html",""],
["Our Partners","http://www.meakea.org/Partners.html",""],
["Our Supporters","http://www.meakea.org/Supporters.html",""],
["Get Involved","http://www.meakea.org/help.html",""],
["Contact Us","http://www.meakea.org/contact.php",""],

["About Us"],
[" About Meakea", "http://www.meakea.org/AboutUs/AboutMeakea.html", ""],
[" Board of Director","http://www.meakea.org/AboutUs/BoardDirectors.html",""],
[" Executive Team","http://www.meakea.org/AboutUs/ExecutiveTeam.html",""],
[" Advisors","http://www.meakea.org/AboutUs/Advisors.html",""],
[" Career","http://www.meakea.org/AboutUs/Career.html",""],

["Programs"],
[" Education", "http://www.meakea.org/Programs/Education.html", ""],
[" Culture", "http://www.meakea.org/Programs/Culture.html", ""],
[" Health", "http://www.meakea.org/Programs/Health.html", ""],
[" Organizational", "http://www.meakea.org/Programs/Organizational.html", ""],

["Archives"],
["  Reports", "http://www.meakea.org/Archives/Reports.html", ""],
["  Articles", "http://www.meakea.org/Archives/Articles.html", ""],
["  News", "http://www.meakea.org/Archives/News.html", ""]



/*
["Menu"], //create header
["Dynamic Drive", "http://www.dynamicdrive.com", ""],
["What's New", "http://www.dynamicdrive.com/new.htm",""],
["What's Hot", "http://www.dynamicdrive.com/hot.htm", ""],
["Message Forum", "http://www.dynamicdrive.com/forums", ""],
["Submit Script", "http://www.dynamicdrive.com/submitscript.htm", ""],
["Link to Us", "http://www.dynamicdrive.com/link.htm", ""],

["FAQ", "http://www.dynamicdrive.com/faqs.htm", "", 1, "no"], //create two column row, requires d_colspan:2 (the default)
["Email", "http://www.dynamicdrive.com/contact.htm", "",1],

["External Links", "", ""], //create header
["JavaScript Kit", "http://www.javascriptkit.com", "_new"],
["Freewarejava", "http://www.freewarejava.com", "_new"],
["Coding Forums", "http://www.codingforums.com", "_new"]  //no comma after last entry
*/








]}; // REQUIRED!! do not edit or remove

////////////////////Stop Editing/////////////////

make_menus();