 function init_supporthovershowmenu()
 {
   var div      = document.getElementById('supporthovershowmenu');
   if(div)
   {
   var subdiv   = div.childNodes[0];
   var tw  = new Tween(subdiv.style, 'top', Tween.backEaseInOut, -121, 0, .2, 'px');
   
   div.startf = function ()
  	        {
  	           subdiv.style.top = '-121px';
  	           
                   div.style.overflow = 'hidden';
  	           div.style.display = 'block';
  	           tw.onMotionFinished = function(){ div.style.overflow = 'visible'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(0, .2);
  	           
  	        }
   div.endf  = function ()
  	       { 
                   div.style.overflow = 'hidden';
  	           tw.onMotionFinished = function(){ div.style.display = 'none'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(-121, .2);
  	           
  	       }
   }
}
 function init_contacthovershowmenu()
 {
   var div      = document.getElementById('contacthovershowmenu');
   if(div)
   {
   var subdiv   = div.childNodes[0];
   var tw  = new Tween(subdiv.style, 'top', Tween.backEaseInOut, -121, 0, .2, 'px');
   
   div.startf = function ()
  	        {
  	           subdiv.style.top = '-121px';
  	           
                   div.style.overflow = 'hidden';
  	           div.style.display = 'block';
  	           tw.onMotionFinished = function(){ div.style.overflow = 'visible'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(0, .2);
  	           
  	        }
   div.endf  = function ()
  	       { 
                   div.style.overflow = 'hidden';
  	           tw.onMotionFinished = function(){ div.style.display = 'none'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(-121, .2);
  	           
  	       }
   }
}
 function init_strategicpartnershoversho()
 {
   var div      = document.getElementById('strategicpartnershoversho');
   if(div)
   {
   var subdiv   = div.childNodes[0];
   var tw  = new Tween(subdiv.style, 'top', Tween.backEaseInOut, -121, 0, .2, 'px');
   
   div.startf = function ()
  	        {
  	           subdiv.style.top = '-121px';
  	           
                   div.style.overflow = 'hidden';
  	           div.style.display = 'block';
  	           tw.onMotionFinished = function(){ div.style.overflow = 'visible'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(0, .2);
  	           
  	        }
   div.endf  = function ()
  	       { 
                   div.style.overflow = 'hidden';
  	           tw.onMotionFinished = function(){ div.style.display = 'none'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(-121, .2);
  	           
  	       }
   }
}
 function init_marketshovershowmenu()
 {
   var div      = document.getElementById('marketshovershowmenu');
   if(div)
   {
   var subdiv   = div.childNodes[0];
   var tw  = new Tween(subdiv.style, 'top', Tween.backEaseInOut, -121, 0, .2, 'px');
   
   div.startf = function ()
  	        {
  	           subdiv.style.top = '-121px';
  	           
                   div.style.overflow = 'hidden';
  	           div.style.display = 'block';
  	           tw.onMotionFinished = function(){ div.style.overflow = 'visible'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(0, .2);
  	           
  	        }
   div.endf  = function ()
  	       { 
                   div.style.overflow = 'hidden';
  	           tw.onMotionFinished = function(){ div.style.display = 'none'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(-121, .2);
  	           
  	       }
   }
}
 function init_serviceshovershowmenu()
 {
   var div      = document.getElementById('serviceshovershowmenu');
   if(div)
   {
   var subdiv   = div.childNodes[0];
   var tw  = new Tween(subdiv.style, 'top', Tween.backEaseInOut, -79, 0, .2, 'px');
   
   div.startf = function ()
  	        {
  	           subdiv.style.top = '-79px';
  	           
                   div.style.overflow = 'hidden';
  	           div.style.display = 'block';
  	           tw.onMotionFinished = function(){ div.style.overflow = 'visible'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(0, .2);
  	           
  	        }
   div.endf  = function ()
  	       { 
                   div.style.overflow = 'hidden';
  	           tw.onMotionFinished = function(){ div.style.display = 'none'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(-79, .2);
  	           
  	       }
   }
}
 function init_productshovershowmenu()
 {
   var div      = document.getElementById('productshovershowmenu');
   if(div)
   {
   var subdiv   = div.childNodes[0];
   var tw  = new Tween(subdiv.style, 'top', Tween.backEaseInOut, -79, 0, .2, 'px');
   
   div.startf = function ()
  	        {
  	           subdiv.style.top = '-79px';
  	           
                   div.style.overflow = 'hidden';
  	           div.style.display = 'block';
  	           tw.onMotionFinished = function(){ div.style.overflow = 'visible'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(0, .2);
  	           
  	        }
   div.endf  = function ()
  	       { 
                   div.style.overflow = 'hidden';
  	           tw.onMotionFinished = function(){ div.style.display = 'none'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(-79, .2);
  	           
  	       }
   }
}

function init_tweens()
{
 init_productshovershowmenu();
 init_serviceshovershowmenu();
 init_marketshovershowmenu();
 init_strategicpartnershoversho();
 init_contacthovershowmenu();
 init_supporthovershowmenu();
}
