<!--
//Checks whether the page is a part of the frame-set, if not report to the user
// (C) Christian Moen 2006

if (!top.main) {
//	top.location = "index.shtml";
	document.write("<strong class=\"frameerror\">");
	document.write("NOTE: This page is a part of a frameset. Click <a href=\"index.shtml\">here</a> to get to the main page.<br><br>");
	document.write("</strong>");
}
//-->
