<!--
function showHili (bild) {
	document.images[bild].src ="http://www.bnn-schaedlingsmanagement.de/img/gfx/pfw.gif";
}
function hideHili (bild) {
	document.images[bild].src ="http://www.bnn-schaedlingsmanagement.de/img/gfx/pfgr.gif";
}
	  
function popimage(imagesrc,winwidth,winheight,text){
var look='width='+winwidth+',height='+winheight+','
popwin=window.open("","",look)
popwin.document.open()
popwin.document.write('<html><head><title>Sch&auml;dlingsmanagement</title><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><link rel="stylesheet" href="http://www.bnn-schaedlingsmanagement.de/css/mainstyle.css" type="text/css"></head><body><table><tr><td><img src="'+imagesrc+'"></td></tr><tr><td><img src="./img/shim.gif" width="1" height="5"></td></tr><tr><td class="pagetext">'+text+'</td></tr></table></body></html>')
popwin.document.close()
}
//-->