 function init_contacthovershow()
 {
   var div      = document.getElementById('contacthovershow');
   if(div)
   {
   var tw  = new Tween(div.style, 'left', Tween.regularEaseInOut, 1244, 920, .3, 'px');
   var tw2 = new Tween(div.style, 'top', Tween.regularEaseInOut, 188, 188, .3, 'px');
   div.startf = function ()
  	        {
  	           div.style.left='1244px';
                   div.style.top='188px';
  	           div.style.display = 'block';
  	           tw.onMotionFinished = undefined;
  	           tw.continueTo(920, .3);
  	           tw2.continueTo(188, .3);
  	        }
   div.endf  = function ()
               {
                 div.style.display = 'none';
                 tw.rewind();
                 tw2.rewind();
               }
   }
} function init_greendesignhovershow()
 {
   var div      = document.getElementById('greendesignhovershow');
   if(div)
   {
   var tw  = new Tween(div.style, 'left', Tween.regularEaseInOut, 1244, 920, .3, 'px');
   var tw2 = new Tween(div.style, 'top', Tween.regularEaseInOut, 158, 158, .3, 'px');
   div.startf = function ()
  	        {
  	           div.style.left='1244px';
                   div.style.top='158px';
  	           div.style.display = 'block';
  	           tw.onMotionFinished = undefined;
  	           tw.continueTo(920, .3);
  	           tw2.continueTo(158, .3);
  	        }
   div.endf  = function ()
               {
                 div.style.display = 'none';
                 tw.rewind();
                 tw2.rewind();
               }
   }
} function init_onboardshovershow()
 {
   var div      = document.getElementById('onboardshovershow');
   if(div)
   {
   var tw  = new Tween(div.style, 'left', Tween.regularEaseInOut, 1244, 920, .3, 'px');
   var tw2 = new Tween(div.style, 'top', Tween.regularEaseInOut, 128, 128, .3, 'px');
   div.startf = function ()
  	        {
  	           div.style.left='1244px';
                   div.style.top='128px';
  	           div.style.display = 'block';
  	           tw.onMotionFinished = undefined;
  	           tw.continueTo(920, .3);
  	           tw2.continueTo(128, .3);
  	        }
   div.endf  = function ()
               {
                 div.style.display = 'none';
                 tw.rewind();
                 tw2.rewind();
               }
   }
} function init_portfoliohovershow()
 {
   var div      = document.getElementById('portfoliohovershow');
   if(div)
   {
   var tw  = new Tween(div.style, 'left', Tween.regularEaseInOut, 1244, 920, .3, 'px');
   var tw2 = new Tween(div.style, 'top', Tween.regularEaseInOut, 98, 98, .3, 'px');
   div.startf = function ()
  	        {
  	           div.style.left='1244px';
                   div.style.top='98px';
  	           div.style.display = 'block';
  	           tw.onMotionFinished = undefined;
  	           tw.continueTo(920, .3);
  	           tw2.continueTo(98, .3);
  	        }
   div.endf  = function ()
               {
                 div.style.display = 'none';
                 tw.rewind();
                 tw2.rewind();
               }
   }
} function init_abouthovershow()
 {
   var div      = document.getElementById('abouthovershow');
   if(div)
   {
   var tw  = new Tween(div.style, 'left', Tween.regularEaseInOut, 1244, 920, .3, 'px');
   var tw2 = new Tween(div.style, 'top', Tween.regularEaseInOut, 68, 68, .3, 'px');
   div.startf = function ()
  	        {
  	           div.style.left='1244px';
                   div.style.top='68px';
  	           div.style.display = 'block';
  	           tw.onMotionFinished = undefined;
  	           tw.continueTo(920, .3);
  	           tw2.continueTo(68, .3);
  	        }
   div.endf  = function ()
               {
                 div.style.display = 'none';
                 tw.rewind();
                 tw2.rewind();
               }
   }
} function init_homehovershow()
 {
   var div      = document.getElementById('homehovershow');
   if(div)
   {
   var tw  = new Tween(div.style, 'left', Tween.regularEaseInOut, 1244, 920, .3, 'px');
   var tw2 = new Tween(div.style, 'top', Tween.regularEaseInOut, 38, 38, .3, 'px');
   div.startf = function ()
  	        {
  	           div.style.left='1244px';
                   div.style.top='38px';
  	           div.style.display = 'block';
  	           tw.onMotionFinished = undefined;
  	           tw.continueTo(920, .3);
  	           tw2.continueTo(38, .3);
  	        }
   div.endf  = function ()
               {
                 div.style.display = 'none';
                 tw.rewind();
                 tw2.rewind();
               }
   }
}
function init_tweens()
{
 init_homehovershow();
 init_abouthovershow();
 init_portfoliohovershow();
 init_onboardshovershow();
 init_greendesignhovershow();
 init_contacthovershow();
}
