<!-- Begin
function makeHeight() {
document.getElementById('swml_scroller').style.height = y - (160) + 'px';
}

window.onload=makeHeight;
// End -->