var widthTable = parseInt(screen.width * 0.7)
var height = parseInt(widthTable * 0.204624)

function width() {
  document.write(width);
}

function height() {
  document.write(height);
}
