self.defaultStatus = 'Hotel Bachmair am See';
function show(text)
{
myText = text;
 setTimeout("window.status = myText", 0);
 return true;
}
