var contents = new Array(7);

function swapimage(img, index)
{
  img.src = "images/KI_service" + index + ".jpg";
}

function tabOnSelect(img, text, index)
{
  contents[0] = content11.value;
  contents[1] = content12.value;
  contents[2] = content13.value;
  contents[3] = content14.value;
  contents[4] = content15.value;
  contents[5] = content16.value;
  contents[6] = content17.value;
  
  text.value = contents[index - 11];
  swapimage(img, index);
}

function initialize()
{
  tabOnSelect(tabbar1, textarea1, 11);
  tabOnSelect(tabbar2, textarea2, 15);
}

function showSG()
{
  alert("This website is developed by \nFang, Susan");
}