function loadPage(pageName) {
	var mainFrame = document.getElementbyId("mainFrame");
	mainFrame.src = pageName;
}