var widthTable = parseInt(750)
var height = parseInt(widthTable * 0.165)

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

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