function ps(id)
{
	if (id)
	{
		document.location.href = '/providers/show/'+id;
	}
	
	return true;
}
