 function init_workhovershowmenu()
 {
   var div      = document.getElementById('workhovershowmenu');
   if(div)
   {
   var subdiv   = div.childNodes[0];
   var tw  = new Tween(subdiv.style, 'top', Tween.regularEaseInOut, -72, 0, .5, 'px');
   
   div.startf = function ()
  	        {
  	           subdiv.style.top = '-72px';
  	           
                   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(-72, .5);
  	           
  	       }
   }
}
 function init_industryhovershowmenu()
 {
   var div      = document.getElementById('industryhovershowmenu');
   if(div)
   {
   var subdiv   = div.childNodes[0];
   var tw  = new Tween(subdiv.style, 'top', Tween.regularEaseInOut, -94, 0, .5, 'px');
   
   div.startf = function ()
  	        {
  	           subdiv.style.top = '-94px';
  	           
                   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(-94, .5);
  	           
  	       }
   }
}
 function init_typehovershowmenu()
 {
   var div      = document.getElementById('typehovershowmenu');
   if(div)
   {
   var subdiv   = div.childNodes[0];
   var tw  = new Tween(subdiv.style, 'top', Tween.regularEaseInOut, -101, 0, .5, 'px');
   
   div.startf = function ()
  	        {
  	           subdiv.style.top = '-101px';
  	           
                   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(-101, .5);
  	           
  	       }
   }
}
 function init_personalhovershowmenu()
 {
   var div      = document.getElementById('personalhovershowmenu');
   if(div)
   {
   var subdiv   = div.childNodes[0];
   var tw  = new Tween(subdiv.style, 'top', Tween.regularEaseInOut, -101, 0, .5, 'px');
   
   div.startf = function ()
  	        {
  	           subdiv.style.top = '-101px';
  	           
                   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(-101, .5);
  	           
  	       }
   }
}
 function init_dienstenbhovershowmenu()
 {
   var div      = document.getElementById('dienstenbhovershowmenu');
   if(div)
   {
   var subdiv   = div.childNodes[0];
   var tw  = new Tween(subdiv.style, 'top', Tween.regularEaseInOut, -72, 0, .5, 'px');
   
   div.startf = function ()
  	        {
  	           subdiv.style.top = '-72px';
  	           
                   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(-72, .5);
  	           
  	       }
   }
}

function init_tweens()
{
 init_dienstenbhovershowmenu();
 init_personalhovershowmenu();
 init_typehovershowmenu();
 init_industryhovershowmenu();
 init_workhovershowmenu();
}
