function imgLayoutSwap(id,img) {
  var ni = new Image();
  ni.src = "/media/images/layout/" + img;
  id.src = ni.src;
}