//
//  Меню для главной странички "ИНФОРМ-ФУТБОЛ"
//
  b_blue_src1 = "../../images/buttons/totob_blue.gif";
  B_ALL = 7;
  M_ON = 1;
  M_OFF = 0;
  M_CLICK = 2;
  M_TURNIR = 0;
  M_SCORES = 1;
  M_SBORNAYA = 2;
  M_GRAN_PRI = 3;
  M_11APRIL = 4;
  M_HISTORY = 5;
  M_HOME = 6;
  mode_from = M_OFF;
  what_red = 0;
  num_was = -1;
//
  b_black = new Image();
  b_blue = new Image();
  b_cyan =  new Image();
  b_red = new Image();
  b_yellow = new Image();
//
  b_black.src = "../images/buttons/totob_black.gif";
  b_blue.src = "../images/buttons/totob_blue.gif";
  b_cyan.src = "../images/buttons/totob_cyan.gif";
  b_red.src = "../images/buttons/totob_red.gif";
  b_yellow.src = "../images/buttons/totob_yellow.gif";

//-------------------------------------------
  if(browser == 'IE'){
    w_right = parent.right;
    w_left = parent.left;
    w_rekl = parent.reklama;
    w_title = parent.title;
    }
  else{
    w_right = parent.right.document;
    w_left = parent.left.document;
    w_rekl = parent.reklama.document;
    w_title = parent.title.document;
    }
  function b_ini(num){
    for(i=0; i<B_ALL; i++){
      document.images[i].src = b_black_src;
      }
    document.images[what_red].src = b_red_src;
    mode_from = M_OFF;
    num_was = num;
    return false;
    }
  function b_on(num){
    for(i=0; i<B_ALL; i++){
      if(what_red!=i){
        if(i==num){
          document.images[i].src = b_blue.src;
          }
        else{
          document.images[i].src = b_black.src;
          }
        }
      }
    num_was = num;
    mode_from = M_ON;
    return false;
    }
  function b_off(num){
    for(i=0; i<B_ALL; i++){
      if(what_red!=i){
        document.images[i].src = b_black.src;
        }
      }
    num_was = num;
    mode_from = M_OFF;
    return false;
    }
  function b_click(num){
//    alert('A');
    if(num != what_red){
      for(i=0; i<B_ALL; i++){
        if(i==num){
          document.images[i].src = b_red.src;
          }
        else
          document.images[i].src = b_black.src;
        }
      if (num == M_TURNIR){
        parent.right.document.location = "r_turnir.php3";
        parent.left.document.location = "l_turnir.php3";
        parent.rekl.document.location = "rekl.php3";

/*
        parent.right.location.href = "r_turnir.php3";
        parent.left.location.href = "l_turnir.php3";
        parent.rekl.location.href = "rekl.php3";

        w_right.location.href = "r_turnir.php3";
        w_left.location.href = "l_turnir.php3";
        w_rekl.location.href = "rekl.php3";
*/
       }
      if (num == M_SCORES){
        parent.right.document.location = "r_scores.php3";
        parent.left.document.location = "l_scores.php3";
        parent.rekl.document.location = "rekl.php3";
/*
        w_right.location.href = "r_scores.php3";
        w_left.location.href = "l_scores.php3";
        w_rekl.location.href = "rekl.php3";
*/

        }
      if (num == M_11APRIL){
/*
        w_right.location.href = "r_11april.php3";
        w_left.location.href = "l_11april.php3";
        w_left.location.href = "../euro12/l_prelim.php3";
        w_rekl.location.href = "../euro12/uefa_logo.php3";
*/

/*национальные чемпионаты*/
        parent.right.document.location = "../Schedule/r_calend_f.php3";
        parent.left.document.location = "../Schedule/l_calend.php3";
        parent.rekl.document.location = "rekl.php3";
/*
        w_right.location.href = "../Schedule/r_calend_f.php3";
        w_left.location.href = "../Schedule/l_calend.php3";
        w_rekl.location.href = "rekl.php3";
*/

/*
        w_left.location.href = "../../wc2010/l_forum.php3";
        w_right.location.href = "../../wc2010/geometry/playoff.php3";
        w_rekl.location.href = "../../wc2010/uefa_logo.php3";
*/
        }
      if (num == M_SBORNAYA){
//        w_right.location.href = "r_sbor.php3";
//        w_left.location.href = "l_sbor.php3";
        w_right.location.href = "r_stat_stabi.php3";
        w_left.location.href = "l_stat_stabi.php3";
        w_rekl.location.href = "rekl.php3";
        }
      if (num == M_GRAN_PRI){
//    alert('B');
//    alert(w_right);
        w_right.location.href = "r_gran.php3";
//    alert('C');
        w_left.location.href = "l_gran.php3";
        w_rekl.location.href = "rekl.php3";
//       alert(w_right);
//        alert('qq');
        }
      if (num == M_HISTORY){
        w_right.location.href = "r_hist.php3";
        w_left.location.href = "l_hist.php3";
        w_rekl.location.href = "rekl.php3";
        }
      if (num == M_HOME){
        window.parent.location.href="../inform_soccer/start.php3";
//        w_right.location.href = "right.php3";
//        w_left.location.href = "left.php3";
        }
      what_red = num;
      num_was = num;
      mode_from = M_CLICK;
     }
//    for(i=0; i<1000; i++) x=35*i;
    return false;
    }
//

