if ((this.window.history.length >= 1) && (navigator.appName != "Netscape")) {
document.write("<a href=javascript:history.back()><img src='http://www.rivm.nl/bibliotheek/terug.gif' border='0' align='absmiddle' alt=' back - terug '></a>")
}
if ((this.window.history.length > 1) && (navigator.appName == "Netscape")) {
document.write("<a href=javascript:history.back()><img src='http://www.rivm.nl/bibliotheek/terug.gif' border='0' align='absmiddle' alt=' back - terug '></a>")
}
if ((this.window.history.length == 1) && (navigator.appName == "Netscape")) {
document.write("<a href=javascript:window.close()><img src='http://www.rivm.nl/bibliotheek/stop.gif' border='0' align='absmiddle' alt=' stop '></a>")
}
if (this.window.history.length <= 0) {
document.write("<a href=javascript:window.close()><img src='http://www.rivm.nl/bibliotheek/stop.gif' border='0' align='absmiddle' alt=' stop '></a></a>")
}
