function hidestatus(){
window.status='Houtindustrie Winkel, Winkelerzand 9-11, 1731 LR  WINKEL, tel: +31 (0)224 542140, fax: +31 (0)224 542558'
return true
}

if (document.layers)
document.captureEvents(Event.MOUSEOVER | Event.MOUSEOUT)

document.onmouseover=hidestatus
document.onmouseout=hidestatus
