function Redirect(url, id)
{
	window.location.href=url + id;
}
