function scrollTop()
{
	//document.getElementById("content").scrollTop = 0;
	window.scrollTo(0, 0);
}
