function ElmHeight() {

	h=document.getElementById("asbestos-inside-news").clientHeight;
	h2=document.getElementById("asbestos-archives").clientHeight;
	h3=document.getElementById("form").clientHeight;

	if(h<=750){
		document.getElementById("left-column").style.height=h3 + h2 + 50;
		document.getElementById("footer").style.top=h3 + h2 + 435;
		document.getElementById("archives-header-news").style.top=h3 + 382;
		document.getElementById("asbestos-archives").style.top=h3 + 427;
		document.getElementById("wrapper").style.height=h3 + h2 + 435;

	}
	else {
		document.getElementById("left-column").style.height=h + 120;
		document.getElementById("footer").style.top=h + 430;
		document.getElementById("wrapper").style.height=h + 430;
	}
}
onload=ElmHeight