
var menu = new Array();

var defOver = 'rgb(0, 123, 0)', defBack = '#349838';

var defLength = 22;

menu[0] = new Array();

menu[0][0] = new Menu(false, '', 128+69+90+12+12, 53, 18, 'transparent', 'transparent', '', 'itemText');

//menu[0][1] = new Item('        ', '#', '', 69, 12, 1);
//menu[0][2] = new Item('        ', '#', '', 90, 12, 2);
menu[0][1] = new Item('        ', '#', '', 145, 12, 3);
menu[0][2] = new Item('        ', '#', '', 91, 12, 4);
menu[0][3] = new Item('        ', '#', '', 76, 12, 5);
menu[0][4] = new Item('        ', '#', '', 90, 12, 6);


menu[1] = new Array();
menu[1][0] = new Menu(true, '>', 0, 17, 140, defOver, defBack, 'itemBorder', 'crazyText');
menu[1][1] = new Item('<small><font style="font-family: Arial; color: rgb(255, 255, 255); font-weight: bold;"><b>Schedule</b></font></small>', 'schedule.htm" target="I1" style="text-decoration: none;', '', defLength, 0, 0);

menu[2] = new Array();
menu[2][0] = new Menu(true, '>', 0, 17, 140, defOver, defBack, 'itemBorder', 'crazyText');
menu[2][1] = new Item('<small><font style="font-family: Arial; color: rgb(255, 255, 255); font-weight: bold;"><b>Refurbishing</b></font></small>', 'refurbishing.htm" target="I1" style="text-decoration: none;', '', defLength, 0, 0);

menu[3] = new Array();
menu[3][0] = new Menu(true, '>', 0, 17, 100, defOver, defBack, 'itemBorder', 'crazyText');
menu[3][1] = new Item('<small><font style="font-family: Arial; color: rgb(255, 255, 255); font-weight: bold;"><b>Families</b></font></small>', 'receive_families.htm" target="I1" style="text-decoration: none;', '', defLength, 0, 0);
menu[3][2] = new Item('<small><font style="font-family: Arial; color: rgb(255, 255, 255); font-weight: bold;"><b>Schools</b></font></small>', 'receive_schools.htm" target="I1" style="text-decoration: none;', '', defLength, 0, 0);
menu[3][3] = new Item('<small><font style="font-family: Arial; color: rgb(255, 255, 255); font-weight: bold;"><b>Agencies</b></font></small>', 'receive_agencies.htm" target="I1" style="text-decoration: none;', '', defLength, 0, 0);

menu[4] = new Array();
menu[4][0] = new Menu(true, '>', 0, 17, 100, defOver, defBack, 'itemBorder', 'crazyText');
menu[4][1] = new Item('<small><font style="font-family: Arial; color: rgb(255, 255, 255); font-weight: bold;"><b>Donating</b></font></small>', 'donating.htm" target="I1" style="text-decoration: none;', '', defLength, 0, 0);
menu[4][2] = new Item('<small><font style="font-family: Arial; color: rgb(255, 255, 255); font-weight: bold;"><b>Sponsoring</b></font></small>', 'sponsoring.htm" target="I1" style="text-decoration: none;', '', defLength, 0, 0);
menu[4][3] = new Item('<small><font style="font-family: Arial; color: rgb(255, 255, 255); font-weight: bold;"><b>Volunteering</b></font></small>', 'volunteering.htm" target="I1" style="text-decoration: none;', '', defLength, 0, 0);

menu[5] = new Array();
menu[5][0] = new Menu(true, '>', 0, 17, 160, defOver, defBack, 'itemBorder', 'crazyText');
menu[5][1] = new Item('<small><font style="font-family: Arial; color: rgb(255, 255, 255); font-weight: bold;"><b>Educational Links</b></font></small>', 'edu_links.htm" target="I1" style="text-decoration: none;', '', defLength, 0, 0);
menu[5][2] = new Item('<small><font style="font-family: Arial; color: rgb(255, 255, 255); font-weight: bold;"><b>Educational Software</b></font></small>', 'edu_soft.htm" target="I1" style="text-decoration: none;', '', defLength, 0, 0);
menu[5][3] = new Item('<small><font style="font-family: Arial; color: rgb(255, 255, 255); font-weight: bold;"><b>Internet Safety</b></font></small>', 'internetsafety.htm" target="I1" style="text-decoration: none;', '', defLength, 0, 0);

menu[6] = new Array();
menu[6][0] = new Menu(true, '>', 0, 17, 150, defOver, defBack, 'itemBorder', 'crazyText');
menu[6][1] = new Item('<small><font style="font-family: Arial; color: rgb(255, 255, 255); font-weight: bold;"><b>Mission</b></font></small>', 'mission.htm" target="I1" style="text-decoration: none;', '', defLength, 0, 0);
menu[6][2] = new Item('<small><font style="font-family: Arial; color: rgb(255, 255, 255); font-weight: bold;"><b>History</b></font></small>', 'history.htm" target="I1" style="text-decoration: none;', '', defLength, 0, 0);
menu[6][3] = new Item('<small><font style="font-family: Arial; color: rgb(255, 255, 255); font-weight: bold;"><b>Goals</b></font></small>', 'goals.htm" target="I1" style="text-decoration: none;', '', defLength, 0, 0);
menu[6][4] = new Item('<small><font style="font-family: Arial; color: rgb(255, 255, 255); font-weight: bold;"><b>Board / Staff</b></font></small>', 'board_staff.htm" target="I1" style="text-decoration: none;', '', defLength, 0, 0);
menu[6][5] = new Item('<small><font style="font-family: Arial; color: rgb(255, 255, 255); font-weight: bold;"><b>Contact Information</b></font></small>', 'contact.htm" target="I1" style="text-decoration: none;', '', defLength, 0, 0);

var popOldWidth = window.innerWidth;
nsResizeHandler = new Function('if (popOldWidth != window.innerWidth) location.reload()');


if (isNS4) document.captureEvents(Event.CLICK);
document.onclick = clickHandle;

function clickHandle(evt)
{
 if (isNS4) document.routeEvent(evt);
 hideAllBut(0);
}


function moveRoot()
{
 with(menu[0][0].ref) left = ((parseInt(left) < 100) ? 100 : 5);
}

function blockError(){return true;}
window.onerror = blockError;
