// JavaScript Document
//
// cccnav_subsec.js
// functions for navigating through

function changeSection(newSection) {
	parent.varFrame.setPageKey(newSection);
	parent.varFrame.setNewPage("yes");
	parent.contentFrame.location.href = "../../content.htm";
}