    function leftmenusel (id)
    {
      eval("lm"+id+".style.backgroundImage='url(design/left/menu_pic_select.gif)'; lm"+id+".style.backgroundColor='#f8eace'");
    }
    function leftmenuunsel (id)
    {
      eval("lm"+id+".style.backgroundImage='url(design/left/menu_pic.gif)'; lm"+id+".style.backgroundColor='#ffffff'");
    }

