set maxHeight of element by id with javascript
sets the max height value of an element with javascript demo pending
Javascript
document.getElementById ( "yourelementid" ).style.maxHeight = "100px";
document.getElementById ( "yourelementid" ).style.maxHeight = "100px";