if

   (window.sidebar)
   { //ff
   document.write('<a href="javascript:AddBookmark()"><img src="images/favoklein.jpg" width="95px" height="19px" border="0" align="top" alt="Bookmark pagina: Rechterklik erna op properties, vinkje weghalen bij sidebar opening">');
   }

   else if
   (document.all)
   { 
   document.write('<a href="javascript:AddBookmark()"><img src="images/favoklein.jpg" width="95px" height="19px" border="0" align="top" alt="Deze site toevoegen aan je favorieten">');
   }

   else if
   (window.opera && window.print)
   {
   document.write('<img src="images/favo-rest.jpg" width="95px" height="19px" border="0" align="top" alt="Deze site toevoegen aan je favorieten">');
   }
   else
   {
   document.write('<img src="images/favo-rest.jpg" width="95px" height="19px" border="0" align="top" alt="Deze site toevoegen aan je favorieten">');
   }

