function ViewProject(pId)
{
    window.location = "/work/featured-projects.aspx?project=" + pId;
  
}

