// The following line is critical for menu operation, and must appear only once.
menunum=0;menus=new Array();_d=document;function addmenu(){menunum++;menus[menunum]=menu;}function dumpmenus(){mt="<script language=javascript>";for(a=1;a<menus.length;a++){mt+=" menu"+a+"=menus["+a+"];"}mt+="<\/script>";_d.write(mt)}
//Please leave the above line intact

////////////////////////////////////
// Editable properties START here //
////////////////////////////////////


timegap=650
followspeed=5
followrate=40
suboffset_top=6;
suboffset_left=10;

effect = "fade(duration=0.4);Shadow(color='#777777', Direction=135, Strength=5)"

function openwin(url)
{
    nwin=window.open(url, "nwin",config="scrollbars=no,resizable=yes,toolbar=yes,location=yes,status=yes,menubar=yes,");
    nwin.focus();
}

prop1=[                        // prop1 is an array of properties you can have as many property arrays as you need
"FFFFFF",                    // Off Font Color
"000000",                    // Off Back Color
"BB7F07",                    // On Font Color
"000000",                    // On Back Color
"666666",                    // Border Color
10,                            // Font Size
"normal",                    // Font Style 
"normal",                    // Font Weight
"Verdana,Arial,Helvetica",    // Font
4,                            // Padding
"http://www.ubomi.com/images/arrow_menu.jpg",                // Sub Menu Image (Leave blank if not needed)
0,                            // 3D Border & Separator
"A21178",                    // 3D High Color
"A21178",                    // 3D Low Color
,                    // Referer item Font Color (leave this blank to disable)
,                    // Referer item Back Color (leave this blank to disable)
]

topbarstyle=[                    // prop1 is an array of properties you can have as many property arrays as you need
"FFFFFF",                    // Off Font Color
"000000",                    // Off Back Color
"BB7F07",                    // On Font Color
"000000",                    // On Back Color
"666666",                    // Border Color
10,                            // Font Size
"normal",                    // Font Style 
"normal",                    // Font Weight
"Verdana,Arial,Helvetica",    // Font
4,                            // Padding
,                // Sub Menu Image (Leave blank if not needed)
0,                            // 3D Border & Separator
"A21178",                    // 3D High Color
"A21178",                    // 3D Low Color
,                    // Referer item Font Color (leave this blank to disable)
,                    // Referer item Back Color (leave this blank to disable)
]

addmenu(menu=["menu1",                // This is the array that contains your menu properties and details
279,                    // Top
,                    // left
,                    // Width
0,                    // Border Width
"center",            // Screen Position - here you can use "center;middle;right"
topbarstyle,                // Properties Array - this is set higher up, as above
1,                    // Always Visible - allows the menu item to be visible at all time
"center",            // Alignment - sets the menu elements alignment, HTML values are valid here for example: left, right or center
,                    // Filter - Text variable for setting transitional effects on menu activation
,                    // Follow Scrolling - Tells the menu item to follow the user down the screen
1,,,,,,,,                    // Keep Alive - Keeps the menu visible until the user moves over another menu or clicks elsewhere on the page
,                    // Position of sub image left:center:right:middle:top:bottom
,                    // Show an image on top menu bars indicating a sub menu exists below
,                    // Reserved for future use


"&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;HOME&nbsp;&nbsp;&nbsp;&nbsp;","http://www.ubomi.com","#","Home",1,
"&nbsp;&nbsp;&nbsp;ABOUT&nbsp;US&nbsp;&nbsp;&nbsp;","show-menu=menu2","#","About Us",1,
"&nbsp;&nbsp;&nbsp;&nbsp;UBOMI&nbsp;PROJECTS&nbsp;&nbsp;&nbsp;","show-menu=menu3","#","UBOMI Projects",1,
"&nbsp;&nbsp;&nbsp;&nbsp;GALLERY&nbsp;&nbsp;&nbsp;","gallery.htm","#","Gallery",1,
"&nbsp;&nbsp;&nbsp;&nbsp;IN&nbsp;THE&nbsp;NEWS&nbsp;&nbsp;&nbsp;","news_events.htm","#","In the News",1,
"&nbsp;&nbsp;&nbsp;&nbsp;GETTING&nbsp;INVOLVED&nbsp;&nbsp;&nbsp;","show-menu=menu4","#","Getting Involved",1,
"&nbsp;&nbsp;&nbsp;&nbsp;CONTACT&nbsp;US&nbsp;&nbsp;&nbsp","contact_us.htm","#","Contact Us",1,
"&nbsp;&nbsp;&nbsp;&nbsp;NEWSLETTER","mailto:info@ubomi.com?subject=Please%20add%20me%20to%20your%20emailing%20list","#","Sign up to our Newsletter",1
])

addmenu(menu=["menu2",
299,,175,1,"left",prop1,,"left",effect,,,,,,,,,,,,,
"&nbsp;What&nbsp;We&nbsp;Do","what_we_do.htm","#","What We Do",1,
"&nbsp;Mission&nbsp;&&nbsp;Message","mission_message.htm","#","Mission and Message",1,
"&nbsp;Goals&nbsp;&&nbsp;Focus","goals_focus.htm","#","Goals and Focus",1,
"&nbsp;Note&nbsp;from&nbsp;Board&nbsp;of&nbsp;Trustees","trustees.htm","#","Note from Board of Trustees",1,
"&nbsp;Our&nbsp;Commitment","commitment.htm","#","Our Commitment",1
])

addmenu(menu=["menu3",
299,,120,1,"left",prop1,,"left",effect,,,,,,,,,,,,,
"&nbsp;Focus Areas","show-menu=menu5","#","Focus Areas",1,
"&nbsp;Partner&nbsp;Projects","ubomi_partner_projects.htm","#","Partner Projects",1
])

addmenu(menu=["menu4",
299,,175,1,"left",prop1,,"left",effect,,,,,,,,,,,,,
"&nbsp;Donations","donations.htm","#","Donations",1,
"&nbsp;Volunteers&nbsp;&&nbsp;Ambassadors","volunteers_ambassadors.htm","#","Volunteers and Ambassadors",1,
"&nbsp;Benefits&nbsp;of&nbsp;Getting&nbsp;Involved","benefits.htm","#","Benefits of Getting Involved",1
])

addmenu(menu=["menu5",
301,,220,1,"left",prop1,,"left",effect,,,,,,,,,,,,,
"&nbsp;Orphan&nbsp;Vulnerable&nbsp;Children&nbsp;(OVC)","ubomi_focus_areas.htm","#","Orphan Vulnerable Children (OVC)",1,
"&nbsp;Prison&nbsp;Outreaches","ubomi_focus_areas.htm#prison","#","Prison Outreaches",1,
"&nbsp;Agriculture&nbsp;/&nbsp;Nutrition","ubomi_focus_areas.htm#agriculture","#","Agriculture / Nutrition",1,
"&nbsp;Education","ubomi_focus_areas.htm#education","#","Education",1,
"&nbsp;Health","ubomi_focus_areas.htm#health","#","Health",1
])





//////////////////////////////////
// Editable properties END here //
//////////////////////////////////
dumpmenus() // This must be the last line in this file
