function signOn( distanceId )
{
win=window.open('http://www.inschrijven.nl/formulier?id=2010041100220&tl=nl&V24='+distanceId,'inschrijven','width=600,height=600,scrollbars=yes,toolbar=yes,location=yes'); 
win.moveTo(100,100); 
return false;
}
