function setFrames(section, pageNumber) {
	parent.navFrame.document.location.href = "../" + section + "/" + "nav_" + section + ".html";
	parent.contentFrame.document.location.href = "../" + section + "/" + section + pageNumber + ".html";
}


function resetHome(section) {
	parent.navFrame.document.location.href = "home/nav_home.html";
	parent.contentFrame.document.location.href = "home/home.html";
}

function resetHomeImage(section) {
	parent.contentFrame.document.location.href = "home/home.html";
}
