/*
  PROJECTNAME:paintStaffSite
  FILENAME:colorSimulation.js
  Created by PETARNA on 06/03/08.
  Copyright (c) 2006 PETARNA. All rights reserved.
*/

function changeColor(name){
  document.getElementById("changeImg").setAttribute("src","../img/colorSimulation/colorSimulation"+name+".jpg");
  document.getElementById("summary").innerHTML= "外壁カラー: "+name;
  return false;
}