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