/***** © 2009 zeta software GmbH
Layout: Faith *****/

function height()
{	
	var thirdwrapper = document.getElementById('thirdwrapper');
	var work = document.getElementById('work');
	work.style.height = (thirdwrapper.clientHeight)+"px";
}
window.onload=height;
