// Button & Menu Options ---------------------------------//

//Time before menus auto-hide
	var menu_pause = 250; 

//Show sub-menus for current section( 0=no, 1=yes)
	var section_subs = 0;

// Auto Color link options
// This will automatically color links in the left banner that appear in the page_array
// meaning the pages above the current page will be colorized in the left nav

	var link_color = "#574b4d";
	var bg_color = "#ccc";

//Other button definitions
//"btn_name,menu_name(|menu_direction),section_id,img_src,img_src_on"
var otherBtns = new Array(
	"ql_btn,ql_menu,0,uploaded/images/ql_btn.gif,uploaded/images/ql_btn.gif"
);


// List other images that need to be pre-loaded
var otherImages = new Array();

//other JS functions to run onLoad
function loadJS(){
	if(pageid!=1){getBoxes();}
}
//other JS functions to run onLoad
function loadJS(){
	//if(pageid==1){createStories();}
}