function JumpUrl(url)
{
	if (url!="")
	{
		window.location = url;
	}
}


