﻿
function changeMenuIn(id)
{
  document.getElementById('menu' + id).setAttribute('src','img/menu/' + id + '_In.gif');
}
function changeMenuOut(id)
{
  document.getElementById('menu' + id).setAttribute('src','img/menu/' + id + '.gif');
}


function changeSubMenuIn(id)
{
  document.getElementById('subMenu' + id).setAttribute('src','img/menu/lat' + id + '_In.png');
}
function changeSubMenuOut(id)
{
  document.getElementById('subMenu' + id).setAttribute('src','img/menu/lat' + id + '.png');
}