﻿function Expand()
{
  document.getElementById('more').style.display = 'inline';
  document.getElementById('expand').style.display = 'none';
}