 function init_productsapplicationmenuho()
 {
   var div      = document.getElementById('productsapplicationmenuho');
   if(div)
   {
   var subdiv   = div.childNodes[0];
   var tw  = new Tween(subdiv.style, 'top', Tween.regularEaseInOut, -66, 0, .5, 'px');
   
   div.startf = function ()
  	        {
  	           subdiv.style.top = '-66px';
  	           
                   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(-66, .5);
  	           
  	       }
   }
}
 function init_createtheperfectsoilmenuh()
 {
   var div      = document.getElementById('createtheperfectsoilmenuh');
   if(div)
   {
   var subdiv   = div.childNodes[0];
   var tw  = new Tween(subdiv.style, 'top', Tween.regularEaseInOut, -80, 0, .5, 'px');
   
   div.startf = function ()
  	        {
  	           subdiv.style.top = '-80px';
  	           
                   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(-80, .5);
  	           
  	       }
   }
}
 function init_testimonialsfaqsmenuhover()
 {
   var div      = document.getElementById('testimonialsfaqsmenuhover');
   if(div)
   {
   var subdiv   = div.childNodes[0];
   var tw  = new Tween(subdiv.style, 'top', Tween.regularEaseInOut, -58, 0, .5, 'px');
   
   div.startf = function ()
  	        {
  	           subdiv.style.top = '-58px';
  	           
                   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(-58, .5);
  	           
  	       }
   }
}
 function init_dealerscontactinfomenuhov()
 {
   var div      = document.getElementById('dealerscontactinfomenuhov');
   if(div)
   {
   var subdiv   = div.childNodes[0];
   var tw  = new Tween(subdiv.style, 'top', Tween.regularEaseInOut, -66, 0, .5, 'px');
   
   div.startf = function ()
  	        {
  	           subdiv.style.top = '-66px';
  	           
                   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(-66, .5);
  	           
  	       }
   }
}

function init_tweens()
{
 init_dealerscontactinfomenuhov();
 init_testimonialsfaqsmenuhover();
 init_createtheperfectsoilmenuh();
 init_productsapplicationmenuho();
}
