// Button & Menu Options ---------------------------------//

// Use animation menus
// Requires scriptaculous
	var anim_menus = 0;

//Auto link buttons to overview pages
	var use_overview_pages = 0;

//Show sub-menus for current section( 0=no, 1=yes)
	var section_subs = 0;

// List other images that need to be pre-loaded
var otherImages = new Array();

function loadJS(){
document.fs_search.keywords.onfocus= function(){ if(this.value == "search"){this.value=""};}
document.fs_search.keywords.onblur= function(){ if(this.value == ""){this.value="search"};}


