	
function navigate(){
	document.write('<HR>')
	document.write('<DIV CLASS=NAVIGATE>[ <A HREF="index.html" TARGET="_top">HOME</A> ]&nbsp;')
	document.write('[ <A HREF="profiel/index.html" TARGET="frame">BEDRIJFSPROFIEL</A> ]&nbsp;')
	document.write('[ <A HREF="aanbieding/index.html" TARGET="frame">AANBIEDING</A> ]&nbsp;')
	document.write('[ <A HREF="verkoop/index.html" TARGET="frame">VERKOOP</A> ]&nbsp;')
	document.write('[ <A HREF="verhuur/index.html" TARGET="frame">VERHUUR</A> ]&nbsp;')
	document.write('[ <A HREF="links/index.html" TARGET="frame">LINKS</A> ]&nbsp;')
	document.write('<BR>')
}

function navigatesub(){
	document.write('<HR>')
	document.write('<DIV CLASS=NAVIGATE>[ <A HREF="../index.html" TARGET="_top">HOME</A> ]&nbsp;')
	document.write('[ <A HREF="../profiel/index.html" TARGET="frame">BEDRIJFSPROFIEL</A> ]&nbsp;')
	document.write('[ <A HREF="../aanbieding/index.html" TARGET="frame">AANBIEDING</A> ]&nbsp;')
	document.write('[ <A HREF="../verkoop/index.html" TARGET="frame">VERKOOP</A> ]&nbsp;')
	document.write('[ <A HREF="../verhuur/index.html" TARGET="frame">VERHUUR</A> ]&nbsp;')
	document.write('[ <A HREF="../links/index.html" TARGET="frame">LINKS</A> ]&nbsp;')
	document.write('<BR>')
}

function dagtekening(){
	document.write('Laatste update: 29 juni 2010<BR>')
	document.write('<DIV CLASS=ONDERSCHRIFT>Copyright &COPY; 1999-2009 Stunnenberg Quick Servicecenter</A></div>') 
}
