
function write_toc( path )
{
	// Go ahead and put the heading here too....ouch.
	document.write('<h1>VK Tools 0.8g</h1>');

	document.write('<DIV id="toc_adds">' );
	document.write('<iframe src="' + path + 'google_add.html" width=100% frameborder=0></iframe>');
	document.write('</DIV>');
	
	document.write('<DIV id="toc_search">' );
	document.write('<iframe src="' + path + 'google_search.html" width=100% frameborder=0></iframe>');
	document.write('</DIV>');

	document.write('<DIV id="toc_menu">');

	document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="100" style="background-color: #64738F"><tr><td>');

	document.write('</td></tr><tr><td nowrap>');
	document.write('<a href="' + path + 'index.html" class="toc_text">Home</a>');


	document.write('</td></tr><tr><td nowrap>');
	document.write('<a href="' + path + 'vk_dump/doc/view_knot_dump_intro.html" class="toc_text">view_knot_dump</a>');

	document.write('</td></tr><tr><td nowrap>');
	document.write('<a href="' + path + 'vk_viewer/doc/view_knot_viewer_intro.html" class="toc_text">VK Viewer (PS/SS)</a>');

	document.write('</td></tr><tr><td nowrap>');
	document.write('<a href="' + path + 'vk_tafe/doc/vk_tafe_intro.html" class="toc_text">VK Tafe (TS/DVB/ATSC)</a>');

	document.write('</td></tr><tr><td nowrap>');
	document.write('<a href="' + path + 'faq.html" class="toc_text">FAQ</a>');

	document.write('</td></tr><tr><td nowrap>');
	document.write('<a href="' + path + 'downloads.html" class="toc_text">Downloads</a>');

	document.write('</td></tr><tr><td nowrap>');
	document.write('<a href="' + path + 'changelog.txt" class="toc_text">Changelog</a>');
	
	document.write('</td></tr><tr><td nowrap>');
	document.write('<a href="' + path + 'install_instructions.html" class="toc_text">HowTo Install</a>');

		
	document.write('</td></tr><tr><td>');
	document.write('</td></tr></table></DIV>');


}
