﻿function f_m(m_2_id)
{
  var m2_id="m2_"+m_2_id;
  var ma_id="ma_"+m_2_id
  document.getElementById(m2_id).className="m2_t";
  document.getElementById(ma_id).className="ma_t";
//  document.getElementById("m2_m").className="menu_2";
}
function t_m(m_2_id)
{
  var m2_id="m2_"+m_2_id;
  var ma_id="ma_"+m_2_id
  document.getElementById(m2_id).className="m2_f";
  document.getElementById(ma_id).className="";
//  document.getElementById("m2_m").className="menu_2_f";
}
function search_pro()
{
    var pro_text=document.getElementById("s_text").value;
    window.location.href="product.aspx?text="+pro_text;
}

function e_m_jas(m_id)
{
    var zun_id="a_"+m_id;
    if(m_id!=2)
    {
        document.getElementById("a_2").className="ma_2";
        document.getElementById("a_m_2").className="e_top222_f";
    }
    else
    {
        document.getElementById("a_2").className="ma_a";
        document.getElementById("a_m_2").className="e_top222_t";
    }
}

function rep_prolist()
{
    var pt_id=document.getElementById("DropDownList1").value;
    if(pt_id!=0)
    {
        window.location.href="en_product.aspx?tid="+pt_id;
    }
}


