function moveProject(pr_id)
{
	if(pr_id>0)
		{
			location.replace("../"+pr_id+"/");
		}	
}