var NS = (navigator.appName == "Netscape");
var VERSION = parseInt(navigator.appVersion);
if (VERSION > 3) {
    document.write('<form><input class="print" type="image" src="/index/images/printer.png" title="Diese Seite drucken" alt="Print" onClick="printit()"></form>');        
}