function showSquare(id)
{
  document.getElementById(id).style.backgroundImage='url(image/menu_blur.png)';
}

function hideSquare(id)
{
  document.getElementById(id).style.backgroundImage='url()';
}

function precedent(btn)
{


}