 function init_lesfeldickviewersclicksho()
 {
   var div      = document.getElementById('lesfeldickviewersclicksho');
   if(div)
   {
   var tw = new Tween(div.style, 'width', Tween.regularEaseIn, 0, 691, .8, 'px');
   div.startf = function ()
  	        {
  	           div.style.width='0px';
                   div.style.overflow = 'hidden';
  	           div.style.display = 'block';
  	           tw.onMotionFinished = function(){ div.style.overflow = 'visible'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(691, .8);
  	        }
   div.endf  = function ()
  	       {
                   div.style.overflow = 'hidden';
  	           tw.onMotionFinished = function(){ div.style.display = 'none'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(0, .8);
  	       }
   }
}
 function init_bibleinterpretationclicks()
 {
   var div      = document.getElementById('bibleinterpretationclicks');
   if(div)
   {
   var tw = new Tween(div.style, 'width', Tween.strongEaseIn, 0, 701, .8, 'px');
   div.startf = function ()
  	        {
  	           div.style.width='0px';
                   div.style.overflow = 'hidden';
  	           div.style.display = 'block';
  	           tw.onMotionFinished = function(){ div.style.overflow = 'visible'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(701, .8);
  	        }
   div.endf  = function ()
  	       {
                   div.style.overflow = 'hidden';
  	           tw.onMotionFinished = function(){ div.style.display = 'none'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(0, .8);
  	       }
   }
}
 function init_wherewestandclickshowtext()
 {
   var div      = document.getElementById('wherewestandclickshowtext');
   if(div)
   {
   var tw = new Tween(div.style, 'width', Tween.strongEaseIn, 0, 698, .8, 'px');
   div.startf = function ()
  	        {
  	           div.style.width='0px';
                   div.style.overflow = 'hidden';
  	           div.style.display = 'block';
  	           tw.onMotionFinished = function(){ div.style.overflow = 'visible'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(698, .8);
  	        }
   div.endf  = function ()
  	       {
                   div.style.overflow = 'hidden';
  	           tw.onMotionFinished = function(){ div.style.display = 'none'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(0, .8);
  	       }
   }
}
 function init_clickhereforlocalmaphover()
 {
   var div      = document.getElementById('clickhereforlocalmaphover');
   if(div)
   {
   var tw = new Tween(div.style, 'height', Tween.regularEaseIn, 0, 346, .8, '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(346, .8);
  	        }
   div.endf  = function ()
  	       {
                   div.style.overflow = 'hidden';
  	           tw.onMotionFinished = function(){ div.style.display = 'none'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(0, .8);
  	       }
   }
}

function init_tweens()
{
 init_clickhereforlocalmaphover();
 init_wherewestandclickshowtext();
 init_bibleinterpretationclicks();
 init_lesfeldickviewersclicksho();
}
