 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","","1398","uploaded/images/evergreen/aboutus_btn.gif","uploaded/images/evergreen/aboutus_btn_on.gif","" );
buttons["athletics_btn"] = new btnObj( "athletics_btn","","1410","uploaded/images/evergreen/athletics_btn.gif","uploaded/images/evergreen/athletics_btn_on.gif","" );
buttons["specials_btn"] = new btnObj( "specials_btn","","1418","uploaded/images/evergreen/specials_btn.gif","uploaded/images/evergreen/specials_btn_on.gif","" );
buttons["library_btn"] = new btnObj( "library_btn","","1425","uploaded/images/evergreen/library_btn.gif","uploaded/images/evergreen/library_btn_on.gif","" );
buttons["staff_btn"] = new btnObj( "staff_btn","","1427","uploaded/images/evergreen/staff_btn.gif","uploaded/images/evergreen/staff_btn_on.gif","" );
buttons["studentlife_btn"] = new btnObj( "studentlife_btn","","1428","uploaded/images/evergreen/studentlife_btn.gif","uploaded/images/evergreen/studentlife_btn_on.gif","" );
buttons["calendar_btn"] = new btnObj( "calendar_btn","","1432","uploaded/images/evergreen/calendar_btn.gif","uploaded/images/evergreen/calendar_btn_on.gif","" );
buttons["parents_btn"] = new btnObj( "parents_btn","","1433","uploaded/images/evergreen/parents_btn.gif","uploaded/images/evergreen/parents_btn_on.gif","" );
buttons["resources_btn"] = new btnObj( "resources_btn","","1441","uploaded/images/evergreen/resources_btn.gif","uploaded/images/evergreen/resources_btn_on.gif","" );

// Standard buttons (Quicklinks & Page Tools)
buttons["ql_btn"] = new btnObj("ql_btn","ql_menu","0","uploaded/images/evergreen/quicklinks_btn.gif","uploaded/images/evergreen/quicklinks_btn_on.gif","");
buttons["pagetools"] = new btnObj("pagetools","","0","uploaded/images/evergreen/pagetools.gif","uploaded/images/evergreen/pagetools.gif","");

// List other images that need to be pre-loaded
var otherImages = new Array();
otherImages =(
	''
);


