function dynamicScaling()
{ screenwidth = parseInt(screen.width);
  if (screenwidth < 1400)
    { document.getElementById('wrapper').className = 'tdcellpre7';}
  else
    { document.getElementById('wrapper').className = 'tdcellpre9';}
}
