
  var img = Array();
  img[0] = new Image();
  img[0][0] = new Image(); img[0][0].src = '/images/buttons/company_1.gif';
  img[0][1] = new Image(); img[0][1].src = '/images/buttons/company_2.gif';
  img[0][2] = new Image(); img[0][2].src = '/images/buttons/company_3.gif';
  
  img[1] = new Image();
  img[1][0] = new Image(); img[1][0].src = '/images/buttons/news_1.gif';
  img[1][1] = new Image(); img[1][1].src = '/images/buttons/news_2.gif';
  img[1][2] = new Image(); img[1][2].src = '/images/buttons/news_3.gif';

  img[2] = new Image();
  img[2][0] = new Image(); img[2][0].src = '/images/buttons/catalog_1.gif';
  img[2][1] = new Image(); img[2][1].src = '/images/buttons/catalog_2.gif';
  img[2][2] = new Image(); img[2][2].src = '/images/buttons/catalog_3.gif';

  img[3] = new Image();
  img[3][0] = new Image(); img[3][0].src = '/images/buttons/working_conditions_1.gif';
  img[3][1] = new Image(); img[3][1].src = '/images/buttons/working_conditions_2.gif';
  img[3][2] = new Image(); img[3][2].src = '/images/buttons/working_conditions_3.gif';

  img[4] = new Image();
  img[4][0] = new Image(); img[4][0].src = '/images/buttons/information_1.gif';
  img[4][1] = new Image(); img[4][1].src = '/images/buttons/information_2.gif';
  img[4][2] = new Image(); img[4][2].src = '/images/buttons/information_3.gif';

  img[5] = new Image();
  img[5][0] = new Image(); img[5][0].src = '/images/buttons/contacts_1.gif';
  img[5][1] = new Image(); img[5][1].src = '/images/buttons/contacts_2.gif';
  img[5][2] = new Image(); img[5][2].src = '/images/buttons/contacts_3.gif';

  img[6] = new Image();
  img[6][0] = new Image(); img[6][0].src = '/images/buttons/cart.gif';
  img[6][1] = new Image(); img[6][1].src = '/images/buttons/cart_sel.gif';
