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