function SetRefresh()
{
	window.location.href=window.location;
	//setTimeout("SetRefresh()",1000);
}
