//-----------------------------------------------
// Scripts voor algemeen gebruik
//-----------------------------------------------
function openWindow( url , title , width , height  ) {
  var popup = window.open(url,title,'toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=AUTO,resizable=YES,width='+width+',height='+height );
}
