// 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){createStories();}

fsRedirects = [
"4290,http://www.ellington-ct.gov,_blank",
"4291,http://www.biblio.org/ellington/,_blank",
"4292,http://ellington-ct.gov/Plugs/parks_recreation.aspx,_blank",
"4293,http://www.sde.ct.gov/sde/site/default.asp,_blank",
"4294,http://www.vrabe.org/,_blank",
"1780,http://ellingtonschools.org/ehslibrary/,_blank",
"1874,http://ellingtonschools.org/emslibrary/,_blank",
"1967,http://ellingtonschools.org/windlibrary/,_blank",
"2037,http://ellingtonschools.org/cslibrary/,_blank",
"2107,http://ellingtonschools.org/clslibrary/,_blank",
"1688,http://www.applitrack.com/ellington/onlineapp/jobpostings/view.asp?internaltransferform.Url=,_blank",
"1973,http://windermerepto.net/,_blank"
]


}
