<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
	<head>
		<title>Simple Frameset Layout</title>
		<meta http-equiv="content-type" content="text/html; charset=utf-8" />
		<meta name="author" content="Anthony T. Holdener III (ath3)" />
		<meta http-equiv="imagetoolbar" content="no" />
	</head>
	<frameset rows="15%, *, 5%">
		<frame id="topFrame" name="topFrame" noresize="noresize" scrolling="no" src="" />
		<frameset cols="25%, *">
			<frame id="navigationFrame" name="topFrame" noresize="noresize" scrolling="no" src="" />
			<frame id="contentFrame" name="topFrame" noresize="noresize" scrolling="no" src="" />
		</frameset>
		<frame id="bottomFrame" name="topFrame" noresize="noresize" scrolling="no" src="" />
		<noframes>
			<body>
				This application requires frames for complete use. Please go to the
				<a href="index2.html">Text Version</a> of this application for a
				better experience. Sorry for the inconvenience.
			</body>
		</noframes>
	</frameset>
</html>