function changePic(photoId,h){
  document.getElementById("mainPic").style.backgroundImage = "url('/upload/" + photoId + ".jpg')";
  document.getElementById("mainPic").style.height = h + "px";
}