﻿function select_menu(num)
{
    var cur_t=document.getElementById("mt"+num);
    cur_t.background="images/dhbg1.jpg";
    cur_t.onmouseover=null;
    cur_t.onmouseout=null;
}

