// 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 = 1;

// Menu Direction up|center (default is down)
	var menu_dir = "";


//Other button definitions
//"btn_name,menu_name(|menu_direction),section_id,img_src,img_src_on"
var otherBtns = new Array(

);

// List other images that need to be pre-loaded
var otherImages = new Array();

//other JS functions to run onLoad
function loadJS(){
	if(pageid==1){createTabs();}
document.fs_search.keywords.onfocus= function(){ if(this.value == "Keyword Search"){this.value=""};}
document.fs_search.keywords.onblur= function(){ if(this.value == ""){this.value="Keyword Search"};} 

}