function scrollWindow()
{
	var yposition = 360;
	window.scrollTo(10,yposition);
}
