 function init_i62testimonials()
 {
   var div      = document.getElementById('i62testimonials');
   if(div)
   {
   var subdiv   = div.childNodes[0];
   var tw  = new Tween(subdiv.style, 'top', Tween.regularEaseInOut, -63, 0, .5, 'px');
   
   div.startf = function ()
  	        {
  	           subdiv.style.top = '-63px';
  	           
                   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(-63, .5);
  	           
  	       }
   }
}
 function init_chadwicknewcombe()
 {
   var div      = document.getElementById('chadwicknewcombe');
   if(div)
   {
   var subdiv   = div.childNodes[0];
   var tw  = new Tween(subdiv.style, 'top', Tween.regularEaseInOut, -21, 0, .5, 'px');
   
   div.startf = function ()
  	        {
  	           subdiv.style.top = '-21px';
  	           
                   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(-21, .5);
  	           
  	       }
   }
}
 function init_i60corporatecommercial()
 {
   var div      = document.getElementById('i60corporatecommercial');
   if(div)
   {
   var subdiv   = div.childNodes[0];
   var tw  = new Tween(subdiv.style, 'top', Tween.regularEaseInOut, -27, 0, .5, 'px');
   
   div.startf = function ()
  	        {
  	           subdiv.style.top = '-27px';
  	           
                   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(-27, .5);
  	           
  	       }
   }
}

function init_tweens()
{
 init_i60corporatecommercial();
 init_chadwicknewcombe();
 init_i62testimonials();
}
