function hidestatus()
{
	window.status='Relax-It ihre Mobile Massage und Physiotherapie in Dortmund, Lünen und Bundesweit';
	return true;
}

if (document.layers) document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT | Event.MOUSEMOVE);

document.onmouseover=hidestatus;
document.onmouseout=hidestatus;
document.onmousemove=hidestatus;