function JumpToPage (relative_url)
{
	if (relative_url != null && relative_url != "")
	{
		location.href= relative_url;
	}
}
