 function init_homehovershow()
 {
   var div      = document.getElementById('homehovershow');
   if(div)
   {
   var tw = new Tween(div.style, 'height', Tween.bounceEaseOut, 0, 38, .5, 'px');
   div.startf = function ()
  	        {
  	           div.style.height='0px';
                   div.style.overflow = 'hidden';
  	           div.style.display = 'block';
  	           tw.onMotionFinished = function(){ div.style.overflow = 'visible'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(38, .5);
  	        }
   div.endf  = function ()
  	       {
                   div.style.overflow = 'hidden';
  	           tw.onMotionFinished = function(){ div.style.display = 'none'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(0, .5);
  	       }
   }
}
 function init_aboutushovershow()
 {
   var div      = document.getElementById('aboutushovershow');
   if(div)
   {
   var tw = new Tween(div.style, 'height', Tween.bounceEaseOut, 0, 38, .5, 'px');
   div.startf = function ()
  	        {
  	           div.style.height='0px';
                   div.style.overflow = 'hidden';
  	           div.style.display = 'block';
  	           tw.onMotionFinished = function(){ div.style.overflow = 'visible'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(38, .5);
  	        }
   div.endf  = function ()
  	       {
                   div.style.overflow = 'hidden';
  	           tw.onMotionFinished = function(){ div.style.display = 'none'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(0, .5);
  	       }
   }
}
 function init_collectionmenuhovershow()
 {
   var div      = document.getElementById('collectionmenuhovershow');
   if(div)
   {
   var tw = new Tween(div.style, 'height', Tween.bounceEaseOut, 0, 70, .5, 'px');
   div.startf = function ()
  	        {
  	           div.style.height='0px';
                   div.style.overflow = 'hidden';
  	           div.style.display = 'block';
  	           tw.onMotionFinished = function(){ div.style.overflow = 'visible'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(70, .5);
  	        }
   div.endf  = function ()
  	       {
                   div.style.overflow = 'hidden';
  	           tw.onMotionFinished = function(){ div.style.display = 'none'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(0, .5);
  	       }
   }
}
 function init_i2102collectionhovershow()
 {
   var div      = document.getElementById('i2102collectionhovershow');
   if(div)
   {
   var tw = new Tween(div.style, 'height', Tween.bounceEaseOut, 0, 38, .5, 'px');
   div.startf = function ()
  	        {
  	           div.style.height='0px';
                   div.style.overflow = 'hidden';
  	           div.style.display = 'block';
  	           tw.onMotionFinished = function(){ div.style.overflow = 'visible'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(38, .5);
  	        }
   div.endf  = function ()
  	       {
                   div.style.overflow = 'hidden';
  	           tw.onMotionFinished = function(){ div.style.display = 'none'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(0, .5);
  	       }
   }
}
 function init_i2441collectionhovershow()
 {
   var div      = document.getElementById('i2441collectionhovershow');
   if(div)
   {
   var tw = new Tween(div.style, 'height', Tween.bounceEaseOut, 0, 89, .5, 'px');
   div.startf = function ()
  	        {
  	           div.style.height='0px';
                   div.style.overflow = 'hidden';
  	           div.style.display = 'block';
  	           tw.onMotionFinished = function(){ div.style.overflow = 'visible'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(89, .5);
  	        }
   div.endf  = function ()
  	       {
                   div.style.overflow = 'hidden';
  	           tw.onMotionFinished = function(){ div.style.display = 'none'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(0, .5);
  	       }
   }
}
 function init_eventsmenuhovershow()
 {
   var div      = document.getElementById('eventsmenuhovershow');
   if(div)
   {
   var subdiv   = div.childNodes[0];
   var tw  = new Tween(div.style, 'height', Tween.regularEaseInOut, 0, 21, .5, 'px');
   var tw2 = new Tween(div.style, 'top', Tween.regularEaseInOut, 315, 294, .5, 'px');
   var tw3 = new Tween(subdiv.style, 'top', Tween.regularEaseInOut, -21, 0, .5, 'px');
   div.startf = function ()
  	        {
                   div.style.height = '0px';
                   div.style.top='315px';
                   div.style.overflow = 'hidden';
                   div.style.display = 'block';
                   subdiv.style.top = '-21px';
                   tw.onMotionFinished = function(){ div.style.overflow = 'visible'; tw.onMotionFinished = undefined; }
                   tw.continueTo(21, .5);
                   tw2.continueTo(294, .5);
                   tw3.continueTo(0, .5);
  	        }
   div.endf  = function ()
  	       { 
                   div.style.overflow = 'hidden';
                   tw.onMotionFinished = function(){ div.style.display = 'none'; tw.onMotionFinished = undefined; }
                   tw.continueTo(0, .5);
                   tw2.continueTo(315, .5);
                   tw3.continueTo(-21, .5);
  	       }
   }
}
 function init_i2764eventshovershow()
 {
   var div      = document.getElementById('i2764eventshovershow');
   if(div)
   {
   var tw = new Tween(div.style, 'height', Tween.bounceEaseOut, 0, 63, .5, 'px');
   div.startf = function ()
  	        {
  	           div.style.height='0px';
                   div.style.overflow = 'hidden';
  	           div.style.display = 'block';
  	           tw.onMotionFinished = function(){ div.style.overflow = 'visible'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(63, .5);
  	        }
   div.endf  = function ()
  	       {
                   div.style.overflow = 'hidden';
  	           tw.onMotionFinished = function(){ div.style.display = 'none'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(0, .5);
  	       }
   }
}
 function init_i2101eventshovershow()
 {
   var div      = document.getElementById('i2101eventshovershow');
   if(div)
   {
   var tw = new Tween(div.style, 'height', Tween.bounceEaseOut, 0, 38, .5, 'px');
   div.startf = function ()
  	        {
  	           div.style.height='0px';
                   div.style.overflow = 'hidden';
  	           div.style.display = 'block';
  	           tw.onMotionFinished = function(){ div.style.overflow = 'visible'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(38, .5);
  	        }
   div.endf  = function ()
  	       {
                   div.style.overflow = 'hidden';
  	           tw.onMotionFinished = function(){ div.style.display = 'none'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(0, .5);
  	       }
   }
}
 function init_contactushovershow()
 {
   var div      = document.getElementById('contactushovershow');
   if(div)
   {
   var tw = new Tween(div.style, 'height', Tween.bounceEaseOut, 0, 38, .5, 'px');
   div.startf = function ()
  	        {
  	           div.style.height='0px';
                   div.style.overflow = 'hidden';
  	           div.style.display = 'block';
  	           tw.onMotionFinished = function(){ div.style.overflow = 'visible'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(38, .5);
  	        }
   div.endf  = function ()
  	       {
                   div.style.overflow = 'hidden';
  	           tw.onMotionFinished = function(){ div.style.display = 'none'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(0, .5);
  	       }
   }
}

function init_tweens()
{
 init_contactushovershow();
 init_i2101eventshovershow();
 init_i2764eventshovershow();
 init_eventsmenuhovershow();
 init_i2441collectionhovershow();
 init_i2102collectionhovershow();
 init_collectionmenuhovershow();
 init_aboutushovershow();
 init_homehovershow();
}
