window.onload = initAll;

function initAll() {
	document.getElementById("subnav").firstChild.className = "on";
}
