function adjustHeight(){
	screenH = screen.height;
	document.getElementById("content").style.minHeight = (screenH - 350) + "px";
}

