 function init_drillteamsmenuhovershow()
 {
   var div      = document.getElementById('drillteamsmenuhovershow');
   if(div)
   {
   var subdiv   = div.childNodes[0];
   var tw  = new Tween(subdiv.style, 'top', Tween.regularEaseInOut, -105, 0, .5, 'px');
   
   div.startf = function ()
  	        {
  	           subdiv.style.top = '-105px';
  	           
                   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(-105, .5);
  	           
  	       }
   }
}
 function init_pnwdta2010photosmenuhover()
 {
   var div      = document.getElementById('pnwdta2010photosmenuhover');
   if(div)
   {
   var subdiv   = div.childNodes[0];
   var tw  = new Tween(subdiv.style, 'top', Tween.regularEaseInOut, -345, 0, .5, 'px');
   
   div.startf = function ()
  	        {
  	           subdiv.style.top = '-345px';
  	           
                   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(-345, .5);
  	           
  	       }
   }
}
 function init_wlrca2010photosmenuhovers()
 {
   var div      = document.getElementById('wlrca2010photosmenuhovers');
   if(div)
   {
   var subdiv   = div.childNodes[0];
   var tw  = new Tween(subdiv.style, 'top', Tween.regularEaseInOut, -349, 0, .5, 'px');
   
   div.startf = function ()
  	        {
  	           subdiv.style.top = '-349px';
  	           
                   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(-349, .5);
  	           
  	       }
   }
}
 function init_owdta2010photosmenuhovers()
 {
   var div      = document.getElementById('owdta2010photosmenuhovers');
   if(div)
   {
   var subdiv   = div.childNodes[0];
   var tw  = new Tween(subdiv.style, 'top', Tween.regularEaseInOut, -195, 0, .5, 'px');
   
   div.startf = function ()
  	        {
  	           subdiv.style.top = '-195px';
  	           
                   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(-195, .5);
  	           
  	       }
   }
}

function init_tweens()
{
 init_owdta2010photosmenuhovers();
 init_wlrca2010photosmenuhovers();
 init_pnwdta2010photosmenuhover();
 init_drillteamsmenuhovershow();
}
