function initContentPage(visualSrc, bgPixelSrc) {
	if (checkForFrameset()) {
		showContextElements(new ContextElements(visualSrc, bgPixelSrc));
	}
}

