<!-- Begin
function makeHeight(){
if (x >=810) {
document.getElementById('aboutsite_scroller').style.height = y - (111) + 'px';
}
else if (x <=810) {
document.getElementById('aboutsite_scroller').style.height = y - (90) + 'px';
}
}
window.onload = makeHeight;
//  End -->