function myOvr(src,clrOver, status) {
 if (!src.contains(event.fromElement)) {
     src.style.cursor = 'hand';
   src.bgColor = clrOver;
 }
 if (status != null) {
   setStatus(status);
 }
}
function myOut(src,clrIn) {
    if (!src.contains(event.toElement)) {
      src.style.cursor = 'default';
      src.bgColor = clrIn;
    }
  window.status='';
}
function writeVERSICHERUNG() {
var settings='&ass=4398&filter=1&xsl=13&nres=4';
var ref_url=encodeURIComponent(document.location);
var width = '336';
var height = '285';
var txt;
txt= '<ifr' + 'ame width=' + width + ' height=' + height + ' style="border-style: none" frameborder=0 scrolling=no marginheight=0 marginwidth=0 src=http://www.mirago.de/scripts/contextual.aspx?' + 'url=' + ref_url + settings + '></iframe>';
document.write(txt);
}
