var buttons = new Array();
//button syntax: buttons["button_name"] = new btnObj( "button_name","menu_name","page_id","off source","on source","select_src" );

buttons["admission_btn"] = new btnObj( "admission_btn","","97","uploaded/images/home/admission_btn.gif","uploaded/images/home/admission_btn_on.gif","" );
buttons["students_btn"] = new btnObj( "students_btn","","131","uploaded/images/home/students_btn.gif","uploaded/images/home/students_btn_on.gif","" );
buttons["parents_btn"] = new btnObj( "parents_btn","","117","uploaded/images/home/parents_btn.gif","uploaded/images/home/parents_btn_on.gif","" );
buttons["faculty_btn"] = new btnObj( "faculty_btn","","138","uploaded/images/home/faculty_btn.gif","uploaded/images/home/faculty_btn_on.gif","" );
buttons["alumni_btn"] = new btnObj( "alumni_btn","","146","uploaded/images/home/alumni_btn.gif","uploaded/images/home/alumni_btn_on.gif","" );

buttons["dhtmlbtn_85"] = new btnObj( "dhtmlbtn_85","dhtmlmenu_85|center","85","uploaded/images/home/about_btn.gif","uploaded/images/home/about_btn_on.gif","" );
buttons["dhtmlbtn_2"] = new btnObj( "dhtmlbtn_2","dhtmlmenu_2|center","2","uploaded/images/home/academics_btn.gif","uploaded/images/home/academics_btn_on.gif","" );
buttons["dhtmlbtn_13"] = new btnObj( "dhtmlbtn_13","dhtmlmenu_13|center","13","uploaded/images/home/campus_btn.gif","uploaded/images/home/campus_btn_on.gif","" );
buttons["dhtmlbtn_23"] = new btnObj( "dhtmlbtn_23","dhtmlmenu_23|center","23","uploaded/images/home/arts_btn.gif","uploaded/images/home/arts_btn_on.gif","" );
buttons["dhtmlbtn_32"] = new btnObj( "dhtmlbtn_32","dhtmlmenu_32|center","32","uploaded/images/home/sustainability_btn.gif","uploaded/images/home/sustainability_btn_on.gif","" );
buttons["dhtmlbtn_41"] = new btnObj( "dhtmlbtn_41","dhtmlmenu_41|center","41","uploaded/images/home/athletics_btn.gif","uploaded/images/home/athletics_btn_on.gif","" );
buttons["dhtmlbtn_80"] = new btnObj( "dhtmlbtn_80","dhtmlmenu_80|center","80","uploaded/images/home/guidance_btn.gif","uploaded/images/home/guidance_btn_on.gif","" );

buttons["at_darrow_btn"] = new btnObj( "at_darrow_btn","","0","uploaded/images/home/at_darrow.gif","uploaded/images/home/at_darrow.gif","" );

buttons["main_photo"] = new btnObj( "main_photo","","0","uploaded/home_photos/button_photos/main.jpg","uploaded/home_photos/button_photos/main.jpg","" );

// Standard buttons (Quicklinks & Page Tools)
buttons["ql_btn"] = new btnObj("ql_btn","ql_menu","0","uploaded/images/ql_btn.gif","uploaded/images/ql_btn.gif","");

var otherImages = new Array(
	"uploaded/home_photos/button_photos/about.jpg",
	"uploaded/home_photos/button_photos/academics.jpg",
	"uploaded/home_photos/button_photos/campus.jpg",
	"uploaded/home_photos/button_photos/arts.jpg",
	"uploaded/home_photos/button_photos/sustainability.jpg",
	"uploaded/home_photos/button_photos/athletics.jpg",
	"uploaded/home_photos/button_photos/guidance.jpg",
	"uploaded/home_photos/button_photos/at_darrow.jpg",
	"uploaded/home_photos/small_photos/photo1.jpg",
	"uploaded/home_photos/small_photos/photo2.jpg",
	"uploaded/home_photos/small_photos/photo3.jpg",
	"uploaded/home_photos/small_photos/photo4.jpg",
	"uploaded/home_photos/small_photos/photo5.jpg",
	"uploaded/home_photos/small_photos/photo6.jpg"
);
