function setHeight(){
   var theHeight=document['body'].offsetHeight;
   parent.document.getElementById('data_output_members').height=theHeight;
}

