 function init_bihovershow()
 {
   var div      = document.getElementById('bihovershow');
   if(div)
   {
   var subdiv   = div.childNodes[0];
   var tw  = new Tween(subdiv.style, 'top', Tween.regularEaseInOut, -261, 0, .5, 'px');
   
   div.startf = function ()
  	        {
  	           subdiv.style.top = '-261px';
  	           
                   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(-261, .5);
  	           
  	       }
   }
}
 function init_erphovershow()
 {
   var div      = document.getElementById('erphovershow');
   if(div)
   {
   var subdiv   = div.childNodes[0];
   var tw  = new Tween(subdiv.style, 'top', Tween.regularEaseInOut, 261, 0, .5, 'px');
   
   div.startf = function ()
  	        {
  	           subdiv.style.top = '261px';
  	           
                   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(261, .5);
  	           
  	       }
   }
}
 function init_comerciohovershow()
 {
   var div      = document.getElementById('comerciohovershow');
   if(div)
   {
   var subdiv   = div.childNodes[0];
   var tw  = new Tween(subdiv.style, 'left', Tween.regularEaseInOut, 303, 0, .5, 'px');
   
   div.startf = function ()
  	        {
  	           subdiv.style.left = '303px';
  	           
                   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(303, .5);
  	           
  	       }
   }
}
 function init_crmhovershow()
 {
   var div      = document.getElementById('crmhovershow');
   if(div)
   {
   var subdiv   = div.childNodes[0];
   var tw  = new Tween(subdiv.style, 'left', Tween.regularEaseInOut, -303, 0, .5, 'px');
   
   div.startf = function ()
  	        {
  	           subdiv.style.left = '-303px';
  	           
                   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(-303, .5);
  	           
  	       }
   }
}
 function init_netsuitemexicohovershow()
 {
   var div      = document.getElementById('netsuitemexicohovershow');
   if(div)
   {
   var subdiv   = div.childNodes[0];
   var tw  = new Tween(subdiv.style, 'top', Tween.regularEaseInOut, 261, 0, .5, 'px');
   
   div.startf = function ()
  	        {
  	           subdiv.style.top = '261px';
  	           
                   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(261, .5);
  	           
  	       }
   }
}
 function init_oneworldhovershow()
 {
   var div      = document.getElementById('oneworldhovershow');
   if(div)
   {
   var subdiv   = div.childNodes[0];
   var tw  = new Tween(subdiv.style, 'top', Tween.regularEaseInOut, 261, 0, .5, 'px');
   
   div.startf = function ()
  	        {
  	           subdiv.style.top = '261px';
  	           
                   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(261, .5);
  	           
  	       }
   }
}
 function init_twitterhovershow()
 {
   var div      = document.getElementById('twitterhovershow');
   if(div)
   {
   var tw  = new Tween(div.style, 'left', Tween.regularEaseIn, -58, 168, .3, 'px');
   var tw2 = new Tween(div.style, 'top', Tween.regularEaseIn, 889, 938, .3, 'px');
   div.startf = function ()
  	        {
  	           div.style.left='-58px';
                   div.style.top='889px';
  	           div.style.display = 'block';
  	           tw.onMotionFinished = undefined;
  	           tw.continueTo(168, .3);
  	           tw2.continueTo(938, .3);
  	        }
   div.endf  = function ()
               {
                 div.style.display = 'none';
                 tw.rewind();
                 tw2.rewind();
               }
   }
}
function init_tweens()
{
 init_twitterhovershow();
 init_oneworldhovershow();
 init_netsuitemexicohovershow();
 init_crmhovershow();
 init_comerciohovershow();
 init_erphovershow();
 init_bihovershow();
}
