// Button & Menu Options ---------------------------------//

//Time before menus auto-hide
	menu_pause = 250; 

// Use animation menus
// Requires scriptaculous
	anim_menus = 0;

// speed of animated menus
	menu_speed = .25;

//Auto link buttons to overview pages
	use_overview_pages = 0;

//Show sub-menus for current section( 0=no, 1=yes)
	section_subs = 0;

// Menu Direction up|center (default is down)
	menu_dir = "";

//Other button definitions
//"btn_name,menu_name(|menu_direction),section_id,img_src,img_src_on"
if(pageid==1){ var otherBtns = new Array(
//"ql_btn,ql_menu,0,uploaded/images/ql_btn.gif,uploaded/images/ql_btn.gif"
        "dhtmlbtn_5,dhtmlmenu_5|center,5,uploaded/images/home/alumni_btn.gif,uploaded/images/home/alumni_btn_on.gif",	
        "dhtmlbtn_8,dhtmlmenu_8|center,8,uploaded/images/home/parents_btn.gif,uploaded/images/home/parents_btn_on.gif",
	"dhtmlbtn_278,dhtmlmenu_278|center,278,uploaded/images/home/supporting_btn.gif,uploaded/images/home/supporting_btn_on.gif",
	"dhtmlbtn_279,dhtmlmenu_279|center,279,uploaded/images/home/media_btn.gif,uploaded/images/home/media_btn_on.gif"
);}

// List other images that need to be pre-loaded
var otherImages = new Array();



