

function content_open()
	{
	document.write('<div id="header"><div id="search"></div></div>');
	document.write('<table>');
	document.write('<tr><td valign=top width=190>');
	document.write('<table>');
	document.write('<tr><td class=subsection>GENERAL</td></tr>');
	document.write('<tr><td class="nav_box_active"><a class="nav" href="index.html">Info</a></td></tr>');
	document.write('<tr><td class="nav_box"><a class="nav" href="announcement.html">Announcement</a></td></tr>');
	document.write('<tr><td class="nav_box"><a class="nav" href="download.html">Download</a></td></tr>');
	document.write('<tr><td class="nav_box"><a class="nav" href="git.html">GIT Repository</a></td></tr>');
	document.write('</table>');
	document.write('</td>');
	document.write('<td>');
	}
	
function content_close()
	{
	document.write('</td></tr></table>');
	}

function legal_footer()
	{
	document.write('<hr>');
	document.write('Intel is a trademark of Intel Corporation in the U.S. and other countries.');
	document.write('| * Other names / brands may be claimed as the property of others');
	}
