 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","","1309","uploaded/images/brentwood/aboutus_btn.gif","uploaded/images/brentwood/aboutus_btn_on.gif","" );
buttons["athletics_btn"] = new btnObj( "athletics_btn","","1310","uploaded/images/brentwood/athletics_btn.gif","uploaded/images/brentwood/athletics_btn_on.gif","" );
buttons["specials_btn"] = new btnObj( "specials_btn","","1311","uploaded/images/brentwood/specials_btn.gif","uploaded/images/brentwood/specials_btn_on.gif","" );
buttons["library_btn"] = new btnObj( "library_btn","","1312","uploaded/images/brentwood/library_btn.gif","uploaded/images/brentwood/library_btn_on.gif","" );
buttons["staff_btn"] = new btnObj( "staff_btn","","1313","uploaded/images/brentwood/staff_btn.gif","uploaded/images/brentwood/staff_btn_on.gif","" );
buttons["studentlife_btn"] = new btnObj( "studentlife_btn","","1314","uploaded/images/brentwood/studentlife_btn.gif","uploaded/images/brentwood/studentlife_btn_on.gif","" );
buttons["calendar_btn"] = new btnObj( "calendar_btn","","1315","uploaded/images/brentwood/calendar_btn.gif","uploaded/images/brentwood/calendar_btn_on.gif","" );
buttons["parents_btn"] = new btnObj( "parents_btn","","1316","uploaded/images/brentwood/parents_btn.gif","uploaded/images/brentwood/parents_btn_on.gif","" );
buttons["resources_btn"] = new btnObj( "resources_btn","","1317","uploaded/images/brentwood/resources_btn.gif","uploaded/images/brentwood/resources_btn_on.gif","" );

// Standard buttons (Quicklinks & Page Tools)
buttons["ql_btn"] = new btnObj("ql_btn","ql_menu","0","uploaded/images/brentwood/quicklinks_btn.gif","uploaded/images/brentwood/quicklinks_btn_on.gif","");
buttons["pagetools"] = new btnObj("pagetools","","0","uploaded/images/brentwood/pagetools.gif","uploaded/images/brentwood/pagetools.gif","");

// List other images that need to be pre-loaded
var otherImages = new Array();
otherImages =(
	''
);
