function changePicture(NewSource)
{
  var oPic = document.getElementById("pic1");
  oPic.src = NewSource;
}


function changePicture2(NewSource2)
{
  var pPic = document.getElementById("piclink");
  pPic.href = NewSource2;
}
