function toegang()
{
window.open('toegang.htm','toegang','width=400, height=300');
}

document.onmouseover = hideit;
document.onmouseout = hideit;

function hideit()
{
 window.status='Super goedkoop toegang!'
 return true
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}