function pagesize() {
  showpagesize='no';
  if (showpagesize == 'yes'){
    //alert('height:'+document.body.scrollHeight+'  width:'+document.body.scrollWidth);
    self.status='height:'+document.body.scrollHeight+'  width:'+document.body.scrollWidth; 
  } 
}
