 function init_meettheteamtextmenuhovers()
 {
   var div      = document.getElementById('meettheteamtextmenuhovers');
   if(div)
   {
   var subdiv   = div.childNodes[0];
   var tw  = new Tween(subdiv.style, 'top', Tween.strongEaseInOut, -153, 0, .5, 'px');
   
   div.startf = function ()
  	        {
  	           subdiv.style.top = '-153px';
  	           
                   div.style.overflow = 'hidden';
  	           div.style.display = 'block';
  	           tw.onMotionFinished = function(){ div.style.overflow = 'visible'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(0, .5);
  	           
  	        }
   div.endf  = function ()
  	       { 
                   div.style.overflow = 'hidden';
  	           tw.onMotionFinished = function(){ div.style.display = 'none'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(-153, .5);
  	           
  	       }
   }
}
 function init_moverunjumptextmenuhovers()
 {
   var div      = document.getElementById('moverunjumptextmenuhovers');
   if(div)
   {
   var subdiv   = div.childNodes[0];
   var tw  = new Tween(subdiv.style, 'top', Tween.strongEaseInOut, -153, 0, .5, 'px');
   
   div.startf = function ()
  	        {
  	           subdiv.style.top = '-153px';
  	           
                   div.style.overflow = 'hidden';
  	           div.style.display = 'block';
  	           tw.onMotionFinished = function(){ div.style.overflow = 'visible'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(0, .5);
  	           
  	        }
   div.endf  = function ()
  	       { 
                   div.style.overflow = 'hidden';
  	           tw.onMotionFinished = function(){ div.style.display = 'none'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(-153, .5);
  	           
  	       }
   }
}
 function init_downloadstextmenuhoversho()
 {
   var div      = document.getElementById('downloadstextmenuhoversho');
   if(div)
   {
   var subdiv   = div.childNodes[0];
   var tw  = new Tween(subdiv.style, 'top', Tween.strongEaseInOut, -206, 0, .5, 'px');
   
   div.startf = function ()
  	        {
  	           subdiv.style.top = '-206px';
  	           
                   div.style.overflow = 'hidden';
  	           div.style.display = 'block';
  	           tw.onMotionFinished = function(){ div.style.overflow = 'visible'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(0, .5);
  	           
  	        }
   div.endf  = function ()
  	       { 
                   div.style.overflow = 'hidden';
  	           tw.onMotionFinished = function(){ div.style.display = 'none'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(-206, .5);
  	           
  	       }
   }
}

function init_tweens()
{
 init_downloadstextmenuhoversho();
 init_moverunjumptextmenuhovers();
 init_meettheteamtextmenuhovers();
}
