 function init_onzeschoolmenuhovershow()
 {
   var div      = document.getElementById('onzeschoolmenuhovershow');
   if(div)
   {
   var subdiv   = div.childNodes[0];
   var tw  = new Tween(subdiv.style, 'top', Tween.regularEaseInOut, -215, 0, .5, 'px');
   
   div.startf = function ()
  	        {
  	           subdiv.style.top = '-215px';
  	           
                   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(-215, .5);
  	           
  	       }
   }
}
 function init_onsonderwijsmenuhovershow()
 {
   var div      = document.getElementById('onsonderwijsmenuhovershow');
   if(div)
   {
   var subdiv   = div.childNodes[0];
   var tw  = new Tween(subdiv.style, 'top', Tween.regularEaseInOut, -413, 0, .5, 'px');
   
   div.startf = function ()
  	        {
  	           subdiv.style.top = '-413px';
  	           
                   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(-413, .5);
  	           
  	       }
   }
}
 function init_onzeleerlingenmenuhoversh()
 {
   var div      = document.getElementById('onzeleerlingenmenuhoversh');
   if(div)
   {
   var subdiv   = div.childNodes[0];
   var tw  = new Tween(subdiv.style, 'top', Tween.regularEaseInOut, -49, 0, .5, 'px');
   
   div.startf = function ()
  	        {
  	           subdiv.style.top = '-49px';
  	           
                   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(-49, .5);
  	           
  	       }
   }
}
 function init_nieuwsbriefmenuhovershow()
 {
   var div      = document.getElementById('nieuwsbriefmenuhovershow');
   if(div)
   {
   var subdiv   = div.childNodes[0];
   var tw  = new Tween(subdiv.style, 'top', Tween.regularEaseInOut, -49, 0, .5, 'px');
   
   div.startf = function ()
  	        {
  	           subdiv.style.top = '-49px';
  	           
                   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(-49, .5);
  	           
  	       }
   }
}
 function init_contactmenuhovershow()
 {
   var div      = document.getElementById('contactmenuhovershow');
   if(div)
   {
   var subdiv   = div.childNodes[0];
   var tw  = new Tween(subdiv.style, 'top', Tween.regularEaseInOut, -49, 0, .5, 'px');
   
   div.startf = function ()
  	        {
  	           subdiv.style.top = '-49px';
  	           
                   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(-49, .5);
  	           
  	       }
   }
}

function init_tweens()
{
 init_contactmenuhovershow();
 init_nieuwsbriefmenuhovershow();
 init_onzeleerlingenmenuhoversh();
 init_onsonderwijsmenuhovershow();
 init_onzeschoolmenuhovershow();
}
