 document.domain = "dgwrijssen.nl"; 
 
 
 function initForm() {
  try {
   if (parent.location.href.indexOf("Dww_backOfficeMainPage.jsp")==-1) {
     //parent.resize(document.body.scrollHeight);
     //this.style="overflow-x:hidden;overflow-y:hidden";
   }
  }
  catch(e){}
 }


