


function site_slogan()
	{
	document.write('<table id=header border=0 cellpadding=0 cellspacing=0>');
	document.write('<tbody><tr><td id=logo>');
	document.write('<a href=/ title=Home><img src=images/logo_small.png width=214 height=110 alt=Home></a>');
	document.write('<h2 class=site-name><br><br></h2>');
	document.write('<div class=site-slogan><h1><font style="color: #eec">IRQBALANCE - handholding your interrupts for power and performance</font></h1></div></td>');
	document.write('<td id="menu"></td></tr><tr>');
	document.write('<td colspan="2"><div></div></td>');
	document.write('</tr></tbody></table>');
	}
	

function leftmenu_open()
	{
	document.write('<table id="content" border=0 cellpadding=0 cellspacing=0>');
	document.write('<tbody><tr><td id="sidebar-left">');
	document.write('<div class="block block-menu" id="block-menu-42">');
	document.write('<h2 class="title">Main Menu</h2><div class="content"><ul class="menu">');
	document.write('<li class="leaf"><a href="index.html" title="Main Homepage">Home</a></li>');
	document.write('<li class="leaf"><a href="download.html" title="">Download</a></li>');
	document.write('<li class="leaf"><a href="documentation.html" title="">Documentation</a></li>');
	document.write('<li class="leaf"><a href="contributing.html" title="">Contributing</a></li>');
	document.write('<li class="leaf"><a href="license.html" title="">License</a></li>');
	document.write('<li class="leaf"><a href="related.html" title="">Related projects</a></li></ul>');
	document.write('</div></div></td>');
	}
	
function leftmenu_close()
	{
	document.write('</tr></tbody></table>');
	}
	
function legal_footer()
	{
	document.write('<div id="footer" style="text-align: right">');
	document.write('Intel is a registered trademark of Intel Corporation.<br>');
	document.write('* Linux and other names and brands may be claimed as the property of others</div>');
	}

