 
document.domain = "baston.nl";

function initForm() {
   try {
    parent.resize(document.body.scrollHeight);
    this.style="overflow-x:hidden;overflow-y:hidden";
  }
   catch(e){}
 }

