function resizeMe(){
	if(bName == "Microsoft Internet Explorer"){
		document.getElementById("td1").style.height = document.body.clientHeight-343
	}
	else{
		document.getElementById("td1").style.height = window.innerHeight-343
	}
}
resizeMe()