<!-- Minus AutoDato -->
function giveLink(full,abbrev,level,toolTip)
{
	document.write('<TR><TD class=menu' + level +'>')
	document.write('<A CLASS="lang" title="' + toolTip + '" HREF="' + abbrev.toLowerCase() + '.htm">')
	if(document.layers)document.write('&nbsp;&nbsp;&nbsp;')
	document.write(full + '</A></TD></TR>')
}

document.write('<TABLE class="nav_table">')
giveLink('Home','index',1,'')
//giveLink('Overview','tame_keys',1,'Taming the keyboard')
