
onload = function() {
	InitializePage();
	
	if (window.location.href.indexOf("apogee.net/homesuite/calcs/appcalc")>0)
	{
		SetTabActive("maintab2");
		var tgtsubtab = document.getElementById("subtab");
		tgtsubtab.innerText = "";
	}
}