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

