function navi(navitext){
	document.write('<div id="navi"><a href="./index.html">HOME</a> &gt; ' + navitext + '</div>')
}