function m2_update (n) {
  top.trmenu.document.m_bott1.src="m_bott1.gif";
  top.trmenu.document.m_bott2.src="m_bott2.gif";
  top.trmenu.document.m_bott3.src="m_bott3.gif";
  top.trmenu.document.m2_bott4.src="m2_bott4.gif";
  top.trmenu.document.m2_bott5.src="m2_bott5.gif";
  top.trmenu.document.m2_bott6.src="m2_bott6.gif";
  top.trmenu.document.m_bott7.src="m_bott7.gif";
  top.trmenu.document.m_bott8.src="m_bott8.gif";
  top.trmenu.document.m_bott9.src="m_bott9.gif";
  if (n==1) top.trmenu.document.m_bott1.src="m_bott1a.gif";
  if (n==2) top.trmenu.document.m_bott2.src="m_bott2a.gif";
  if (n==3) top.trmenu.document.m_bott3.src="m_bott3a.gif";
  if (n==4) top.trmenu.document.m2_bott4.src="m2_bott4a.gif";
  if (n==5) top.trmenu.document.m2_bott5.src="m2_bott5a.gif";
  if (n==6) top.trmenu.document.m2_bott6.src="m2_bott6a.gif";
  if (n==7) top.trmenu.document.m_bott7.src="m_bott7a.gif";
  if (n==8) top.trmenu.document.m_bott8.src="m_bott8a.gif";
  if (n==9) top.trmenu.document.m_bott9.src="m_bott9a.gif";
};
