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

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