function showtip(object)
{
 var Text = object.title;
 if (object.title == "") {Text = object.alt;}

 if ((Text.length < 100) && (self.parent.frames.length != 0)) {top.banner.settext(Text);}
 Text = Text.replace(/<br>/,"");
 Text = Text.replace(/<b>/,"");
 Text = Text.replace(/</,"");
 Text = Text.replace(/>/,"");
 Text = Text.replace(/Download/,"Daunloat");
 Text = Text.replace(/Download/,"Daunloat");
 Text = Text.replace(/Software/,"Softwär");
 Text = Text.replace(/Gästebuch/,"Gäste Buch");
 Text = Text.replace(/beach/,"bietsch");

}

function stoperror()
{
 return true;
}
window.onerror=stoperror;