 function init_aboutthamesadvantagemenuh()
 {
 	var div      = document.getElementById('aboutthamesadvantagemenuh');
        if(div)
        {
 	  div.startf = function ()
  	               {
                         div.style.display = 'block';
                         div.style.overflow = 'visible';
                         
                       }
 	  div.endf  = function ()
  	               {
                         div.style.display = 'none'; 
                       }
        }
  }

function init_tweens()
{
 NIL();
}
