/* Statusleistentext */
self.defaultStatus = 'MBBL Dr. Bartling GmbH';
function show(text)
{
myText = text;
 setTimeout("window.status = myText", 0);
 return true;
}

