function projects(value)
{
	var req = mint.Request();
	req.AddParam("PID", value);
	req.Send("inc/projects.php", "projects");
}
