 function init_newsmenuhovershow()
 {
   var div      = document.getElementById('newsmenuhovershow');
   if(div)
   {
   var subdiv   = div.childNodes[0];
   var tw  = new Tween(subdiv.style, 'top', Tween.strongEaseInOut, -160, 0, .5, 'px');
   
   div.startf = function ()
  	        {
  	           subdiv.style.top = '-160px';
  	           
                   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(-160, .5);
  	           
  	       }
   }
}
 function init_photosmenuhovershow()
 {
   var div      = document.getElementById('photosmenuhovershow');
   if(div)
   {
   var subdiv   = div.childNodes[0];
   var tw  = new Tween(subdiv.style, 'top', Tween.strongEaseInOut, -160, 0, .5, 'px');
   
   div.startf = function ()
  	        {
  	           subdiv.style.top = '-160px';
  	           
                   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(-160, .5);
  	           
  	       }
   }
}
 function init_giltinanmenuhovershow()
 {
   var div      = document.getElementById('giltinanmenuhovershow');
   if(div)
   {
   var subdiv   = div.childNodes[0];
   var tw  = new Tween(subdiv.style, 'top', Tween.strongEaseInOut, -231, 0, .5, 'px');
   
   div.startf = function ()
  	        {
  	           subdiv.style.top = '-231px';
  	           
                   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(-231, .5);
  	           
  	       }
   }
}
 function init_internationalmenuhoversho()
 {
   var div      = document.getElementById('internationalmenuhoversho');
   if(div)
   {
   var subdiv   = div.childNodes[0];
   var tw  = new Tween(subdiv.style, 'top', Tween.strongEaseInOut, -231, 0, .5, 'px');
   
   div.startf = function ()
  	        {
  	           subdiv.style.top = '-231px';
  	           
                   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(-231, .5);
  	           
  	       }
   }
}
 function init_corporatemenuhovershow()
 {
   var div      = document.getElementById('corporatemenuhovershow');
   if(div)
   {
   var subdiv   = div.childNodes[0];
   var tw  = new Tween(subdiv.style, 'top', Tween.strongEaseInOut, -160, 0, .5, 'px');
   
   div.startf = function ()
  	        {
  	           subdiv.style.top = '-160px';
  	           
                   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(-160, .5);
  	           
  	       }
   }
}

function init_tweens()
{
 init_corporatemenuhovershow();
 init_internationalmenuhoversho();
 init_giltinanmenuhovershow();
 init_photosmenuhovershow();
 init_newsmenuhovershow();
}
