	function showSection(sect,URL) {
		if (sect == 1) {
			parent.location.href = 'default.asp'
		} else
		{
			parent.frames.main.location.href = URL;
			parent.frames.leftindex.location.href = 'HRTC-LeftIndex.asp?sect='+sect;
			parent.frames.banner.location.href = 'HRTC-Banner.asp?sect='+sect;
		}
	}
