 var buttons = new Array();
//button syntax: buttons["button_name"] = new btnObj( "button_name","menu_name","page_id","off source","on source","select_src" );

buttons["aboutus_btn"] = new btnObj( "aboutus_btn","","993","uploaded/images/northwood/aboutus_btn.gif","uploaded/images/northwood/aboutus_btn_on.gif","" );
buttons["departments_btn"] = new btnObj( "departments_btn","","1004","uploaded/images/northwood/departments_btn.gif","uploaded/images/northwood/departments_btn_on.gif","" );
buttons["mediacenter_btn"] = new btnObj( "mediacenter_btn","","1016","uploaded/images/northwood/mediacenter_btn.gif","uploaded/images/northwood/mediacenter_btn_on.gif","" );
buttons["athletics_btn"] = new btnObj( "athletics_btn","","1020","uploaded/images/northwood/athletics_btn.gif","uploaded/images/northwood/athletics_btn_on.gif","" );
buttons["staff_btn"] = new btnObj( "staff_btn","","1027","uploaded/images/northwood/staff_btn.gif","uploaded/images/northwood/staff_btn_on.gif","" );
buttons["students_btn"] = new btnObj( "students_btn","","1028","uploaded/images/northwood/students_btn.gif","uploaded/images/northwood/students_btn_on.gif","" );
buttons["calendar_btn"] = new btnObj( "calendar_btn","","1036","uploaded/images/northwood/calendar_btn.gif","uploaded/images/northwood/calendar_btn_on.gif","" );
buttons["staffresources_btn"] = new btnObj( "staffresources_btn","","1035","uploaded/images/northwood/staffresources_btn.gif","uploaded/images/northwood/staffresources_btn_on.gif","" );
buttons["parents_btn"] = new btnObj( "parents_btn","","1037","uploaded/images/northwood/parents_btn.gif","uploaded/images/northwood/parents_btn_on.gif","" );


// Standard buttons (Quicklinks & Page Tools)
buttons["ql_btn"] = new btnObj("ql_btn","ql_menu","0","uploaded/images/northwood/quicklinks_btn.gif","uploaded/images/northwood/quicklinks_btn_on.gif","");
buttons["pagetools"] = new btnObj("pagetools","","0","uploaded/images/northwood/pagetools.gif","uploaded/images/northwood/pagetools.gif","");

// List other images that need to be pre-loaded
var otherImages = new Array();
otherImages =(
	''
);