﻿//if (document.all) { window.attachEvent('onload', ResetHeight); } else { window.addEventListener('load', ResetHeight, false); }