function callUpHoseasons(webAddr) {
	// Call this page to redirect to user to hoseasons
	window.open(webAddr,null,'height=700,width=1100,resizable=yes,status=yes,toolbar=yes,menubar=yes,location=yes,scrollbars=yes');
	//window.open("../../callHoseasons.asp?wbAddress=" + webAddr,null,'height=700,width=1000,resizable=yes,status=yes,toolbar=yes,menubar=yes,location=yes,scrollbars=yes');
}

