function showButtonBack( ) {
   if( document.getElementById('fxmenu') ) {
      if( history.length > 0 ) {
         document.getElementById('fxmenu').lastChild.style.visibility='visible';
      }
   }
}

window.addEvent('domready', showButtonBack );
