function height() {
var client = document.body.clientHeight ;
cost =  client - 223 ;
document.getElementById('maintable').style.height = cost } ;