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