function statustext()
{
window.status="Halwema NV | Bisschoppenhoflaan 547 | 2100 DEURNE | Tel: +32 3 325 37 00 | Fax: +32 3 325 59 22 | E-mail: info@halwema.be"
return true
}

if (document.layers)
document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT)

document.onmouseover=statustext
document.onmouseout=statustext

