function heightWindow(heightWin)
{
	heightWin = document.body.clientHeight;
	window.location.reload();
}
