 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","","1587","uploaded/images/shiloh/aboutus_btn.gif","uploaded/images/shiloh/aboutus_btn_on.gif","" );
buttons["athletics_btn"] = new btnObj( "athletics_btn","","1599","uploaded/images/shiloh/athletics_btn.gif","uploaded/images/shiloh/athletics_btn_on.gif","" );
buttons["specials_btn"] = new btnObj( "specials_btn","","1607","uploaded/images/shiloh/specials_btn.gif","uploaded/images/shiloh/specials_btn_on.gif","" );
buttons["library_btn"] = new btnObj( "library_btn","","1614","uploaded/images/shiloh/library_btn.gif","uploaded/images/shiloh/library_btn_on.gif","" );
buttons["staff_btn"] = new btnObj( "staff_btn","","1616","uploaded/images/shiloh/staff_btn.gif","uploaded/images/shiloh/staff_btn_on.gif","" );
buttons["studentlife_btn"] = new btnObj( "studentlife_btn","","1617","uploaded/images/shiloh/studentlife_btn.gif","uploaded/images/shiloh/studentlife_btn_on.gif","" );
buttons["calendar_btn"] = new btnObj( "calendar_btn","","1621","uploaded/images/shiloh/calendar_btn.gif","uploaded/images/shiloh/calendar_btn_on.gif","" );
buttons["parents_btn"] = new btnObj( "parents_btn","","1622","uploaded/images/shiloh/parents_btn.gif","uploaded/images/shiloh/parents_btn_on.gif","" );
buttons["resources_btn"] = new btnObj( "resources_btn","","1630","uploaded/images/shiloh/resources_btn.gif","uploaded/images/shiloh/resources_btn_on.gif","" );

// Standard buttons (Quicklinks & Page Tools)
buttons["ql_btn"] = new btnObj("ql_btn","ql_menu","0","uploaded/images/shiloh/quicklinks_btn.gif","uploaded/images/shiloh/quicklinks_btn_on.gif","");
buttons["pagetools"] = new btnObj("pagetools","","0","uploaded/images/shiloh/pagetools.gif","uploaded/images/shiloh/pagetools.gif","");

// List other images that need to be pre-loaded
var otherImages = new Array();
otherImages =(
	''
);