 function init_leeskungfuhovershow()
 {
 	var div      = document.getElementById('leeskungfuhovershow');
        if(div)
        {
 	var tw = new OpacityTween(div,Tween.regularEaseIn,0,100,.5);
 	div.startf = function ()
  	             {
                        div.style.overflow = 'visible';
  	                tw.onMotionFinished = undefined;
  	                tw.continueTo(100, .5);
  	                div.style.display = 'block';
                        
  	             }
        div.endf   = function ()
  	             {
                        tw.onMotionFinished = function(){ div.style.display = 'none'; tw.onMotionFinished = undefined; }
  	                tw.continueTo(0, .5);
  	             }
        }
 }
 function init_classeshovershow()
 {
   var div      = document.getElementById('classeshovershow');
   if(div)
   {
   var subdiv   = div.childNodes[0];
   var tw  = new Tween(subdiv.style, 'top', Tween.regularEaseIn, 155, 0, .5, 'px');
   
   div.startf = function ()
  	        {
  	           subdiv.style.top = '155px';
  	           
                   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(155, .5);
  	           
  	       }
   }
}
 function init_lineagehovershow()
 {
   var div      = document.getElementById('lineagehovershow');
   if(div)
   {
   var subdiv   = div.childNodes[0];
   var tw  = new Tween(subdiv.style, 'top', Tween.regularEaseIn, 155, 0, .5, 'px');
   
   div.startf = function ()
  	        {
  	           subdiv.style.top = '155px';
  	           
                   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(155, .5);
  	           
  	       }
   }
}
 function init_pakuahovershow()
 {
   var div      = document.getElementById('pakuahovershow');
   if(div)
   {
   var subdiv   = div.childNodes[0];
   var tw  = new Tween(subdiv.style, 'top', Tween.regularEaseIn, 155, 0, .5, 'px');
   
   div.startf = function ()
  	        {
  	           subdiv.style.top = '155px';
  	           
                   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(155, .5);
  	           
  	       }
   }
}
 function init_kungfuhovershow()
 {
   var div      = document.getElementById('kungfuhovershow');
   if(div)
   {
   var subdiv   = div.childNodes[0];
   var tw  = new Tween(subdiv.style, 'top', Tween.regularEaseIn, -155, 0, .5, 'px');
   
   div.startf = function ()
  	        {
  	           subdiv.style.top = '-155px';
  	           
                   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(-155, .5);
  	           
  	       }
   }
}
 function init_instructorshovershow()
 {
   var div      = document.getElementById('instructorshovershow');
   if(div)
   {
   var subdiv   = div.childNodes[0];
   var tw  = new Tween(subdiv.style, 'top', Tween.regularEaseIn, 155, 0, .5, 'px');
   
   div.startf = function ()
  	        {
  	           subdiv.style.top = '155px';
  	           
                   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(155, .5);
  	           
  	       }
   }
}
 function init_taichihovershow()
 {
   var div      = document.getElementById('taichihovershow');
   if(div)
   {
   var subdiv   = div.childNodes[0];
   var tw  = new Tween(subdiv.style, 'top', Tween.regularEaseIn, -155, 0, .5, 'px');
   
   div.startf = function ()
  	        {
  	           subdiv.style.top = '-155px';
  	           
                   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(-155, .5);
  	           
  	       }
   }
}
 function init_kidsclasshovershow()
 {
   var div      = document.getElementById('kidsclasshovershow');
   if(div)
   {
   var subdiv   = div.childNodes[0];
   var tw  = new Tween(subdiv.style, 'top', Tween.regularEaseIn, -155, 0, .5, 'px');
   
   div.startf = function ()
  	        {
  	           subdiv.style.top = '-155px';
  	           
                   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(-155, .5);
  	           
  	       }
   }
}
 function init_liondancehovershow()
 {
   var div      = document.getElementById('liondancehovershow');
   if(div)
   {
   var subdiv   = div.childNodes[0];
   var tw  = new Tween(subdiv.style, 'top', Tween.regularEaseIn, -155, 0, .5, 'px');
   
   div.startf = function ()
  	        {
  	           subdiv.style.top = '-155px';
  	           
                   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(-155, .5);
  	           
  	       }
   }
}

function init_tweens()
{
 init_liondancehovershow();
 init_kidsclasshovershow();
 init_taichihovershow();
 init_instructorshovershow();
 init_kungfuhovershow();
 init_pakuahovershow();
 init_lineagehovershow();
 init_classeshovershow();
 init_leeskungfuhovershow();
}
