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