function bottom()
{
	sheight=360-document.getElementById("content3").offsetHeight;
	document.getElementById("content").style.height=sheight+"px";
	height=height-document.getElementById("content3").offsetHeight;
}