// JavaScript Document

function onLoaders() { // these functions appear in scripts that should already be loaded
	sfHover(); // for navmenu
	matchHeight(); // for fixing sidebar height
	// checkdiv(); // for newsticker
	// setInterval('selectNews()',10000);	 // for newsticker
	// initializeScroller(); // for newsscroller in news.htm
}

if (window.addEventListener) 
	window.addEventListener("load", onLoaders, false)
else if (window.attachEvent)
	window.attachEvent("onload", onLoaders)
else
	window.onload=onLoaders

// this script was called by agchem, but not but main dir files, not by aim/index; agchem/index ... 
// why?