  if (screen.availHeight < 600){
    ContentHeight = screen.availHeight-240;
  } else {
    ContentHeight = screen.availHeight-260;
  }
  document.write('<style>#ContentAll{height:' + ContentHeight + 'px;}</style>');

