// 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;

// Menu Direction up|center (default is down)
	var menu_dir = "";


//Other button definitions

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(){

}