 function init_sweethovershow()
 {
 	var div      = document.getElementById('sweethovershow');
        if(div)
        {
 	var tw = new OpacityTween(div,Tween.regularEaseInOut,0,100,.3);
 	div.startf = function ()
  	             {
                        div.style.overflow = 'visible';
  	                tw.onMotionFinished = undefined;
  	                tw.continueTo(100, .3);
  	                div.style.display = 'block';
                        
  	             }
        div.endf   = function ()
  	             {
                        tw.onMotionFinished = function(){ div.style.display = 'none'; tw.onMotionFinished = undefined; }
  	                tw.continueTo(0, .3);
  	             }
        }
 }
 function init_bioscroll()
 {
 	var div      = document.getElementById('bioscroll');
        if(div)
        {
 	var tw = new OpacityTween(div,Tween.regularEaseInOut,0,100,.3);
 	div.startf = function ()
  	             {
                        div.style.overflow = 'visible';
  	                tw.onMotionFinished = undefined;
  	                tw.continueTo(100, .3);
  	                div.style.display = 'block';
                        
  	             }
        div.endf   = function ()
  	             {
                        tw.onMotionFinished = function(){ div.style.display = 'none'; tw.onMotionFinished = undefined; }
  	                tw.continueTo(0, .3);
  	             }
        }
 }
 function init_i392projectorscreen()
 {
 	var div      = document.getElementById('i392projectorscreen');
        if(div)
        {
 	var tw = new OpacityTween(div,Tween.regularEaseInOut,0,100,.3);
 	div.startf = function ()
  	             {
                        div.style.overflow = 'visible';
  	                tw.onMotionFinished = undefined;
  	                tw.continueTo(100, .3);
  	                div.style.display = 'block';
                        
  	             }
        div.endf   = function ()
  	             {
                        tw.onMotionFinished = function(){ div.style.display = 'none'; tw.onMotionFinished = undefined; }
  	                tw.continueTo(0, .3);
  	             }
        }
 }
 function init_i199speargunhovershow()
 {
   var div      = document.getElementById('i199speargunhovershow');
   if(div)
   {
   var tw  = new Tween(div.style, 'left', Tween.regularEaseInOut, 175, 1, .3, 'px');
   var tw2 = new Tween(div.style, 'top', Tween.regularEaseInOut, 464, 464, .3, 'px');
   div.startf = function ()
  	        {
  	           div.style.left='175px';
                   div.style.top='464px';
  	           div.style.display = 'block';
  	           tw.onMotionFinished = undefined;
  	           tw.continueTo(1, .3);
  	           tw2.continueTo(464, .3);
  	        }
   div.endf  = function ()
               {
                 div.style.display = 'none';
                 tw.rewind();
                 tw2.rewind();
               }
   }
} function init_i200speargunhovershow()
 {
   var div      = document.getElementById('i200speargunhovershow');
   if(div)
   {
   var tw  = new Tween(div.style, 'left', Tween.regularEaseInOut, 175, 75, .3, 'px');
   var tw2 = new Tween(div.style, 'top', Tween.regularEaseInOut, 464, 462, .3, 'px');
   div.startf = function ()
  	        {
  	           div.style.left='175px';
                   div.style.top='464px';
  	           div.style.display = 'block';
  	           tw.onMotionFinished = undefined;
  	           tw.continueTo(75, .3);
  	           tw2.continueTo(462, .3);
  	        }
   div.endf  = function ()
               {
                 div.style.display = 'none';
                 tw.rewind();
                 tw2.rewind();
               }
   }
} function init_i133spearhovershow()
 {
   var div      = document.getElementById('i133spearhovershow');
   if(div)
   {
   var tw  = new Tween(div.style, 'left', Tween.regularEaseInOut, 175, 1, .1, 'px');
   var tw2 = new Tween(div.style, 'top', Tween.regularEaseInOut, 464, 464, .1, 'px');
   div.startf = function ()
  	        {
  	           div.style.left='175px';
                   div.style.top='464px';
  	           div.style.display = 'block';
  	           tw.onMotionFinished = undefined;
  	           tw.continueTo(1, .1);
  	           tw2.continueTo(464, .1);
  	        }
   div.endf  = function ()
               {
                 div.style.display = 'none';
                 tw.rewind();
                 tw2.rewind();
               }
   }
} function init_i193spearhovershow()
 {
   var div      = document.getElementById('i193spearhovershow');
   if(div)
   {
   var tw  = new Tween(div.style, 'left', Tween.regularEaseInOut, 175, 75, .3, 'px');
   var tw2 = new Tween(div.style, 'top', Tween.regularEaseInOut, 464, 462, .3, 'px');
   div.startf = function ()
  	        {
  	           div.style.left='175px';
                   div.style.top='464px';
  	           div.style.display = 'block';
  	           tw.onMotionFinished = undefined;
  	           tw.continueTo(75, .3);
  	           tw2.continueTo(462, .3);
  	        }
   div.endf  = function ()
               {
                 div.style.display = 'none';
                 tw.rewind();
                 tw2.rewind();
               }
   }
} function init_datesscroll()
 {
 	var div      = document.getElementById('datesscroll');
        if(div)
        {
 	var tw = new OpacityTween(div,Tween.regularEaseInOut,0,100,.3);
 	div.startf = function ()
  	             {
                        div.style.overflow = 'visible';
  	                tw.onMotionFinished = undefined;
  	                tw.continueTo(100, .3);
  	                div.style.display = 'block';
                        
  	             }
        div.endf   = function ()
  	             {
                        tw.onMotionFinished = function(){ div.style.display = 'none'; tw.onMotionFinished = undefined; }
  	                tw.continueTo(0, .3);
  	             }
        }
 }
 function init_i397projectorscreen()
 {
 	var div      = document.getElementById('i397projectorscreen');
        if(div)
        {
 	var tw = new OpacityTween(div,Tween.regularEaseInOut,0,100,.3);
 	div.startf = function ()
  	             {
                        div.style.overflow = 'visible';
  	                tw.onMotionFinished = undefined;
  	                tw.continueTo(100, .3);
  	                div.style.display = 'block';
                        
  	             }
        div.endf   = function ()
  	             {
                        tw.onMotionFinished = function(){ div.style.display = 'none'; tw.onMotionFinished = undefined; }
  	                tw.continueTo(0, .3);
  	             }
        }
 }
 function init_spearhoverhide()
 {
   var div      = document.getElementById('spearhoverhide');
   if(div)
   {
   var tw  = new Tween(div.style, 'left', Tween.regularEaseInOut, 175, 175, .3, 'px');
   var tw2 = new Tween(div.style, 'top', Tween.regularEaseInOut, 464, 464, .3, 'px');
   div.startf = function ()
  	        {
  	           div.style.left='175px';
                   div.style.top='464px';
  	           div.style.display = 'block';
  	           tw.onMotionFinished = undefined;
  	           tw.continueTo(175, .3);
  	           tw2.continueTo(464, .3);
  	        }
   div.endf  = function ()
               {
                 div.style.display = 'none';
                 tw.rewind();
                 tw2.rewind();
               }
   }
}
function init_tweens()
{
 init_spearhoverhide();
 init_i397projectorscreen();
 init_datesscroll();
 init_i193spearhovershow();
 init_i133spearhovershow();
 init_i200speargunhovershow();
 init_i199speargunhovershow();
 init_i392projectorscreen();
 init_bioscroll();
 init_sweethovershow();
}
