
/*
Milonic DHTML Menu - JavaScript Website Navigation System.
Copyright 2004 (c) Milonic Solutions Limited. All Rights Reserved.
Version 5+ Data File structure is the property of Milonic Solutions Ltd and must only be used in Milonic DHTML Products
This is a commercial software product, please visit http://www.milonic.com/ for more information.
See http://www.milonic.com/license.php for Commercial License Agreement
All Copyright statements must always remain in place in all files at all times
*******  PLEASE NOTE: THIS IS NOT FREE SOFTWARE, IT MUST BE LICENSED FOR ALL USE  ******* 
*/

//Draw sub menus first -- START

with(milonic=new menuname("About")){
style=menuStyle;
itemwidth=90;
pagebgcolor='#CCCC99';
aI("text=History;url=history.htm;");
aI("text=Board;url=board.htm;");
aI("text=Staff;url=staff.htm;");
aI("text=Community Partners;url=partners.htm;");
aI("text=CSB Funding;url=funding.htm;");
aI("text=Testimonials;url=testimonials.htm;");
}

with(milonic=new menuname("Donate")){
style=menuStyle;
itemwidth=90
aI("text=Donate Now;url=https://npo.networkforgood.org/Donate/Donate.aspx?npoSubscriptionId=7579;");
}

with(milonic=new menuname("interest")){
style=menuStyle;
itemwidth=138
aI("text=Loan Limits;url=limits.htm;");
aI("text=How Much Will I Save?;url=calculator.htm;");
}

with(milonic=new menuname("grants")){
style=menuStyle;
itemwidth=185
aI("text=Grants for Academic Excellence;showmenu=Grants for Academic Excellence;");
aI("text=Grants for Healthcare;showmenu=Grants for Healthcare;");
aI("text=Grants for Jewish Students;showmenu=Grants for Jewish Students;");
aI("text=Grants for Social Workers;showmenu=Grants for Social Workers;");
aI("text=Grants for Teachers;showmenu=Grants for Teachers;");
aI("text=Grants for Women;showmenu=Grants for Women;");
aI("text=Betty S. Hornstein and Esther S. Hornstein Scholarship Fund;url=BettyS.HornsteinandtheEstherS.HornsteinScholarshipFund.htm;");
aI("text=CSB Alumni Scholarships;url=CSBAlumniScholarships.htm;");
aI("text=CSB Giving Circle for African-American Students;url=GivingCircleAAStudents.htm;");
aI("text=Howard County General Hospital Scholarship;url=howardcountygeneralhospitalscholarshipprogram.htm;");
aI("text=Kyle Patrick Wankmiller Scholarship Fund;url=KylePatrickWankmillerScholarshipFund.htm;");
aI("text=Rouse Company Foundation and Charlesmead Foundation Scholarships;url=RouseCompanyFoundationandTheCharlesmeadFoundationScholarship.htm;");
aI("text=Shoe City Scholarship;url=wb54.htm;");
aI("text=Weinberg & France-Merrick Grants for Private Career Schools;url=WeinbergGrantProgram.htm;");
aI("text=Zanvyl & Isabelle Krieger Scholarship;url=ZanvylKrieger.htm;");
}

with(milonic=new menuname("Grants for Academic Excellence")){
style=menuStyle;
itemwidth=150
aI("text=Stanley L. and Dorothy Lobe Cahn Grant Fund;url=CahnGrantFund.htm;");
aI("text=CSB Grants;url=grants.htm;");
aI("text=Straus Scholars Grants;url=StrausScholarsGrantProgram.htm;");
aI("text=Wagner Family Scholarship at Baltimore City College;url=WagnerFamilyScholarshipatBaltimoreCityCollege.htm;");
}

with(milonic=new menuname("Grants for Healthcare")){
style=menuStyle;
itemwidth=150
aI("text=Chesapeake Urology Associates Scholarship;url=ChesapeakeUrologyAssocSF.htm;");
}

with(milonic=new menuname("Grants for Jewish Students")){
style=menuStyle;
itemwidth=150
aI("text=The Crane Family Foundation Grant for Jewish Studies;url=CraneFamilyFoundationGrantProgramforJewishStudies.htm;");
aI("text=Lessans Family Scholarship;url=lessans.htm;");
}

with(milonic=new menuname("Grants for Social Workers")){
style=menuStyle;
itemwidth=150
aI("text=Stulman Endowed Scholars Program;url=StulmanEndowedScholarsProgram.htm;");
}

with(milonic=new menuname("Grants for Teachers")){
style=menuStyle;
itemwidth=150
aI("text=BHD Endowed Scholarship Fund for Teachers;url=bhd.htm;");
aI("text=Kassap Family Scholarship Fund for Teachers;url=KassapSFforTeachers.htm;");
}

with(milonic=new menuname("Grants for Women")){
style=menuStyle;
itemwidth=150
aI("text=Marjorie Cook Scholars Program;url=MarjorieCookScholarsProgram.htm;");
aI("text=Rubin Fund for Women;url=rubin.htm;");
}

with(milonic=new menuname("apply")){
style=menuStyle;
itemwidth=103
aI("text=Preparing to Apply to CSB;url=to_do.htm;");
aI("text=Application Eligibility and Instructions;url=process.htm;");
aI("text=Other Sources of Financial Aid;url=other_aid.htm;");
}

with(milonic=new menuname("contact")){
style=menuStyle;
itemwidth=115
aI("text=Contact CSB;url=contact.htm;");
}


drawMenus();
//END sub menus

//Draw main menu

with(new menuname("Main Menu")){
style=menuStyle;
alwaysvisible=1;
orientation="horizontal";
position="relative";
aI("text=&nbsp About CSB &nbsp;showmenu=About;");
aI("text=&nbsp Donate Now &nbsp;showmenu=Donate;");
aI("text=&nbsp Interest Free Loans &nbsp;showmenu=interest");
aI("text=&nbsp Scholarships and Grants &nbsp;showmenu=grants;");
aI("text=&nbsp How to Apply &nbsp;showmenu=apply");
aI("text=&nbsp Contact CSB &nbsp &nbsp &nbsp;url=/html/contact.htm;");
}

drawMenus();
//end main menu

