function changeImage(siteIndex)
{
   
   var index = siteIndex;
   
   if (index == "1")
   {
   }
   else if (index == "2")
   {
   }   
   else if (index == "3")
   {
   }   
   else if (index == "4")
   {
   }   
   else if (index == "5")
   {
   }   
   else if (index == "6")
   {
   }   
   else if (index == "7")
   {
   }   
    else if (index == "8")
   {
   }   
   else if (index == "9")
   {
   }   
   else if (index == "10")
   {
   }   
   else if (index == "11")
   {
   }   
   else if (index == "12")
   {
   }   
   else if (index == "13")
   {
   }   
   else if (index == "14")
   {
   }   
   else if (index == "15")
   {
   }   
   else if (index == "16")
   {
   }   

document.getElementById("fullimages").src = "portfolio/" + index + "_full.jpg";


}
