function switchPortfolio(name, src)  {
  var img = document.getElementById(name);

  img.src = src;
}
