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","","1446","uploaded/images/farwell/aboutus_btn.gif","uploaded/images/farwell/aboutus_btn_on.gif","" );
buttons["athletics_btn"] = new btnObj( "athletics_btn","","1458","uploaded/images/farwell/athletics_btn.gif","uploaded/images/farwell/athletics_btn_on.gif","" );
buttons["specials_btn"] = new btnObj( "specials_btn","","1466","uploaded/images/farwell/specials_btn.gif","uploaded/images/farwell/specials_btn_on.gif","" );
buttons["library_btn"] = new btnObj( "library_btn","","1473","uploaded/images/farwell/library_btn.gif","uploaded/images/farwell/library_btn_on.gif","" );
buttons["staff_btn"] = new btnObj( "staff_btn","","1475","uploaded/images/farwell/staff_btn.gif","uploaded/images/farwell/staff_btn_on.gif","" );
buttons["studentlife_btn"] = new btnObj( "studentlife_btn","","1476","uploaded/images/farwell/studentlife_btn.gif","uploaded/images/farwell/studentlife_btn_on.gif","" );
buttons["calendar_btn"] = new btnObj( "calendar_btn","","1480","uploaded/images/farwell/calendar_btn.gif","uploaded/images/farwell/calendar_btn_on.gif","" );
buttons["parents_btn"] = new btnObj( "parents_btn","","1481","uploaded/images/farwell/parents_btn.gif","uploaded/images/farwell/parents_btn_on.gif","" );
buttons["resources_btn"] = new btnObj( "resources_btn","","1489","uploaded/images/farwell/resources_btn.gif","uploaded/images/farwell/resources_btn_on.gif","" );

// Standard buttons (Quicklinks & Page Tools)
buttons["ql_btn"] = new btnObj("ql_btn","ql_menu","0","uploaded/images/farwell/quicklinks_btn.gif","uploaded/images/farwell/quicklinks_btn_on.gif","");
buttons["pagetools"] = new btnObj("pagetools","","0","uploaded/images/farwell/pagetools.gif","uploaded/images/farwell/pagetools.gif","");

// List other images that need to be pre-loaded
var otherImages = new Array();
otherImages =(
	''
);
