
with(milonic=new menuname("AboutUs"))
{
style=menuStyle; 
aI("text=Overview;url=aboutUs-overview.html");
aI("image=images/seperator.gif");
aI("text=Governance;url=aboutUs-governance.html");
aI("image=images/seperator.gif");
aI("text=Staff;url=aboutUs-staff.html");
aI("image=images/seperator.gif");
aI("text=Annual Report;url=aboutUs-annualReport.html");
aI("image=images/menuFooter.gif");
}

with(milonic=new menuname("GrantProgram"))
{
style=menuStyle; 
aI("text=Areas of <br>Interest;url=grantProgram-interest.html");
aI("image=images/seperator.gif");
aI("text=Guidelines;url=grantProgram-guidelines.html");
aI("image=images/seperator.gif");
aI("text=Project Toolbox;url=grantProgram-toolbox.html");
aI("image=images/menuFooter.gif");
}

with(milonic=new menuname("FoundationInitiatives"))
{
style=menuStyle; 
aI("text=Current Grants;url=foundation-current.html");
aI("image=images/seperator.gif");
aI("text=Grant Profiles;url=foundation-profiles.html");
aI("image=images/seperator.gif");
aI("text=Grant History;url=foundation-history.html");
aI("image=images/seperator.gif");
aI("text=Newsroom;url=foundation-newsroom.html");
aI("image=images/menuFooter.gif");
}

with(milonic=new menuname("OurIndustry"))
{
style=menuStyle; 
aI("text=Making a Difference;url=industry-difference.html");
aI("image=images/seperator.gif");
aI("text=Broker Info;url=industry-brokers.html");
aI("image=images/seperator.gif");
aI("text=Real Estate Act;url=industry-act.html");
aI("image=images/menuFooter.gif");
}


with(milonic=new menuname("OurResources"))
{
style=menuStyle; 
aI("text=Links;url=resources-links.html");
aI("image=images/seperator.gif");
aI("text=Boards;url=resources-boards.html");
aI("image=images/seperator.gif");
aI("text=Publications & Research;url=resources-research.html");
aI("image=images/menuFooter.gif");
}

with(milonic=new menuname("Contact"))
{
style=menuStyle; 
aI("text=Get in Touch;url=contact.html");
aI("image=images/menuFooter.gif");
}


drawMenus();



