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

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