 function init_insuranceclaimsmenuhovers()
 {
   var div      = document.getElementById('insuranceclaimsmenuhovers');
   if(div)
   {
   var subdiv   = div.childNodes[0];
   var tw  = new Tween(subdiv.style, 'top', Tween.regularEaseInOut, -306, 0, .3, 'px');
   
   div.startf = function ()
  	        {
  	           subdiv.style.top = '-306px';
  	           
                   div.style.overflow = 'hidden';
  	           div.style.display = 'block';
  	           tw.onMotionFinished = function(){ div.style.overflow = 'visible'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(0, .3);
  	           
  	        }
   div.endf  = function ()
  	       { 
                   div.style.overflow = 'hidden';
  	           tw.onMotionFinished = function(){ div.style.display = 'none'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(-306, .3);
  	           
  	       }
   }
}
 function init_motorvehicleaccidentsmenu()
 {
   var div      = document.getElementById('motorvehicleaccidentsmenu');
   if(div)
   {
   var subdiv   = div.childNodes[0];
   var tw  = new Tween(subdiv.style, 'top', Tween.regularEaseInOut, -110, 0, .3, 'px');
   
   div.startf = function ()
  	        {
  	           subdiv.style.top = '-110px';
  	           
                   div.style.overflow = 'hidden';
  	           div.style.display = 'block';
  	           tw.onMotionFinished = function(){ div.style.overflow = 'visible'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(0, .3);
  	           
  	        }
   div.endf  = function ()
  	       { 
                   div.style.overflow = 'hidden';
  	           tw.onMotionFinished = function(){ div.style.display = 'none'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(-110, .3);
  	           
  	       }
   }
}
 function init_workerscompmenuhovershow()
 {
   var div      = document.getElementById('workerscompmenuhovershow');
   if(div)
   {
   var subdiv   = div.childNodes[0];
   var tw  = new Tween(subdiv.style, 'top', Tween.regularEaseInOut, -188, 0, .3, 'px');
   
   div.startf = function ()
  	        {
  	           subdiv.style.top = '-188px';
  	           
                   div.style.overflow = 'hidden';
  	           div.style.display = 'block';
  	           tw.onMotionFinished = function(){ div.style.overflow = 'visible'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(0, .3);
  	           
  	        }
   div.endf  = function ()
  	       { 
                   div.style.overflow = 'hidden';
  	           tw.onMotionFinished = function(){ div.style.display = 'none'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(-188, .3);
  	           
  	       }
   }
}
 function init_personalinjurymenuhoversh()
 {
   var div      = document.getElementById('personalinjurymenuhoversh');
   if(div)
   {
   var subdiv   = div.childNodes[0];
   var tw  = new Tween(subdiv.style, 'top', Tween.regularEaseInOut, -205, 0, .3, 'px');
   
   div.startf = function ()
  	        {
  	           subdiv.style.top = '-205px';
  	           
                   div.style.overflow = 'hidden';
  	           div.style.display = 'block';
  	           tw.onMotionFinished = function(){ div.style.overflow = 'visible'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(0, .3);
  	           
  	        }
   div.endf  = function ()
  	       { 
                   div.style.overflow = 'hidden';
  	           tw.onMotionFinished = function(){ div.style.display = 'none'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(-205, .3);
  	           
  	       }
   }
}
 function init_attorneysmenuhovershow()
 {
   var div      = document.getElementById('attorneysmenuhovershow');
   if(div)
   {
   var subdiv   = div.childNodes[0];
   var tw  = new Tween(subdiv.style, 'top', Tween.regularEaseInOut, -110, 0, .3, 'px');
   
   div.startf = function ()
  	        {
  	           subdiv.style.top = '-110px';
  	           
                   div.style.overflow = 'hidden';
  	           div.style.display = 'block';
  	           tw.onMotionFinished = function(){ div.style.overflow = 'visible'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(0, .3);
  	           
  	        }
   div.endf  = function ()
  	       { 
                   div.style.overflow = 'hidden';
  	           tw.onMotionFinished = function(){ div.style.display = 'none'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(-110, .3);
  	           
  	       }
   }
}
 function init_abouthsmenuhovershow()
 {
   var div      = document.getElementById('abouthsmenuhovershow');
   if(div)
   {
   var subdiv   = div.childNodes[0];
   var tw  = new Tween(subdiv.style, 'top', Tween.regularEaseInOut, -157, 0, .3, 'px');
   
   div.startf = function ()
  	        {
  	           subdiv.style.top = '-157px';
  	           
                   div.style.overflow = 'hidden';
  	           div.style.display = 'block';
  	           tw.onMotionFinished = function(){ div.style.overflow = 'visible'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(0, .3);
  	           
  	        }
   div.endf  = function ()
  	       { 
                   div.style.overflow = 'hidden';
  	           tw.onMotionFinished = function(){ div.style.display = 'none'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(-157, .3);
  	           
  	       }
   }
}

function init_tweens()
{
 init_abouthsmenuhovershow();
 init_attorneysmenuhovershow();
 init_personalinjurymenuhoversh();
 init_workerscompmenuhovershow();
 init_motorvehicleaccidentsmenu();
 init_insuranceclaimsmenuhovers();
}
