helpNdoc html strcuture and issues

structure
First document: left 
Second document: top and center right

<html>
	<head>..</head>
	<frameset>
		<frame >
			#document
			<html>
				<head>..</head>
				<body>..</body>
			</html>
		</frame>
		<frame>
			#document
			<html>
				<head>..</head>
				<body>..</body>
			</html>
		</frame>
	</frameset
</html>
structure
in the second #document 
. . .
<body>
	<div id="topic_header">
		<div id="topic_header_content">
			<div id="topic_breadcrumb>
				<a href="">..</a>
				<a href="">..</a>
				<a href="">..</a>
				<a href="">..</a>
			</div>
		</div>
	</div>
</body>