﻿function height(){var A=document.getElementById("thirdwrapper");var B=document.getElementById("work");B.style.height=(A.clientHeight)+"px"}window.onload=height;
