function ShowButton(i) {
 oImg = Document.GetElementById("company_button");
 if (i == 0) {
  oImg.Left = 0;
 } else if (i == 1) {
  oImg.Left = 100;
 }
}
