 function init_linkshovershow()
 {
   var div      = document.getElementById('linkshovershow');
   if(div)
   {
   var tw  = new Tween(div.style, 'left', Tween.regularEaseInOut, 934, 934, .1, 'px');
   var tw2 = new Tween(div.style, 'top', Tween.regularEaseInOut, 9, 41, .1, 'px');
   div.startf = function ()
  	        {
  	           div.style.left='934px';
                   div.style.top='9px';
  	           div.style.display = 'block';
  	           tw.onMotionFinished = undefined;
  	           tw.continueTo(934, .1);
  	           tw2.continueTo(41, .1);
  	        }         
   div.endf  = function ()
  	       {
  	           tw.onMotionFinished = function(){ div.style.display = 'none'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(934, .1);
  	           tw2.continueTo(9, .1);
  	       }
   }
} function init_storesmenuhovershow()
 {
   var div      = document.getElementById('storesmenuhovershow');
   if(div)
   {
   var subdiv   = div.childNodes[0];
   var tw  = new Tween(subdiv.style, 'top', Tween.regularEaseInOut, -57, 0, .3, 'px');
   
   div.startf = function ()
  	        {
  	           subdiv.style.top = '-57px';
  	           
                   div.style.overflow = 'hidden';
  	           div.style.display = 'block';
  	           tw.onMotionFinished = function(){ div.style.overflow = 'visible'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(0, .3);
  	           
  	        }
   div.endf  = function ()
  	       { 
                   div.style.overflow = 'hidden';
  	           tw.onMotionFinished = function(){ div.style.display = 'none'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(-57, .3);
  	           
  	       }
   }
}
 function init_storeshovershow()
 {
   var div      = document.getElementById('storeshovershow');
   if(div)
   {
   var tw  = new Tween(div.style, 'left', Tween.regularEaseInOut, 853, 853, .1, 'px');
   var tw2 = new Tween(div.style, 'top', Tween.regularEaseInOut, 3, 36, .1, 'px');
   div.startf = function ()
  	        {
  	           div.style.left='853px';
                   div.style.top='3px';
  	           div.style.display = 'block';
  	           tw.onMotionFinished = undefined;
  	           tw.continueTo(853, .1);
  	           tw2.continueTo(36, .1);
  	        }         
   div.endf  = function ()
  	       {
  	           tw.onMotionFinished = function(){ div.style.display = 'none'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(853, .1);
  	           tw2.continueTo(3, .1);
  	       }
   }
} function init_shophovershow()
 {
   var div      = document.getElementById('shophovershow');
   if(div)
   {
   var tw  = new Tween(div.style, 'left', Tween.regularEaseInOut, 773, 773, .1, 'px');
   var tw2 = new Tween(div.style, 'top', Tween.regularEaseInOut, -10, 29, .1, 'px');
   div.startf = function ()
  	        {
  	           div.style.left='773px';
                   div.style.top='-10px';
  	           div.style.display = 'block';
  	           tw.onMotionFinished = undefined;
  	           tw.continueTo(773, .1);
  	           tw2.continueTo(29, .1);
  	        }         
   div.endf  = function ()
  	       {
  	           tw.onMotionFinished = function(){ div.style.display = 'none'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(773, .1);
  	           tw2.continueTo(-10, .1);
  	       }
   }
} function init_whypetchuphovershow()
 {
   var div      = document.getElementById('whypetchuphovershow');
   if(div)
   {
   var tw  = new Tween(div.style, 'left', Tween.regularEaseInOut, 668, 668, .1, 'px');
   var tw2 = new Tween(div.style, 'top', Tween.regularEaseInOut, -3, 31, .1, 'px');
   div.startf = function ()
  	        {
  	           div.style.left='668px';
                   div.style.top='-3px';
  	           div.style.display = 'block';
  	           tw.onMotionFinished = undefined;
  	           tw.continueTo(668, .1);
  	           tw2.continueTo(31, .1);
  	        }         
   div.endf  = function ()
  	       {
  	           tw.onMotionFinished = function(){ div.style.display = 'none'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(668, .1);
  	           tw2.continueTo(-3, .1);
  	       }
   }
} function init_nutritionhovershow()
 {
   var div      = document.getElementById('nutritionhovershow');
   if(div)
   {
   var tw  = new Tween(div.style, 'left', Tween.regularEaseInOut, 533, 533, .1, 'px');
   var tw2 = new Tween(div.style, 'top', Tween.regularEaseInOut, 2, 37, .1, 'px');
   div.startf = function ()
  	        {
  	           div.style.left='533px';
                   div.style.top='2px';
  	           div.style.display = 'block';
  	           tw.onMotionFinished = undefined;
  	           tw.continueTo(533, .1);
  	           tw2.continueTo(37, .1);
  	        }         
   div.endf  = function ()
  	       {
  	           tw.onMotionFinished = function(){ div.style.display = 'none'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(533, .1);
  	           tw2.continueTo(2, .1);
  	       }
   }
} function init_aboutmenuhovershow()
 {
   var div      = document.getElementById('aboutmenuhovershow');
   if(div)
   {
   var subdiv   = div.childNodes[0];
   var tw  = new Tween(subdiv.style, 'top', Tween.regularEaseInOut, -57, 0, .3, 'px');
   
   div.startf = function ()
  	        {
  	           subdiv.style.top = '-57px';
  	           
                   div.style.overflow = 'hidden';
  	           div.style.display = 'block';
  	           tw.onMotionFinished = function(){ div.style.overflow = 'visible'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(0, .3);
  	           
  	        }
   div.endf  = function ()
  	       { 
                   div.style.overflow = 'hidden';
  	           tw.onMotionFinished = function(){ div.style.display = 'none'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(-57, .3);
  	           
  	       }
   }
}
 function init_abouthovershow()
 {
   var div      = document.getElementById('abouthovershow');
   if(div)
   {
   var tw  = new Tween(div.style, 'left', Tween.regularEaseInOut, 428, 428, .1, 'px');
   var tw2 = new Tween(div.style, 'top', Tween.regularEaseInOut, 0, 28, .1, 'px');
   div.startf = function ()
  	        {
  	           div.style.left='428px';
                   div.style.top='0px';
  	           div.style.display = 'block';
  	           tw.onMotionFinished = undefined;
  	           tw.continueTo(428, .1);
  	           tw2.continueTo(28, .1);
  	        }         
   div.endf  = function ()
  	       {
  	           tw.onMotionFinished = function(){ div.style.display = 'none'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(428, .1);
  	           tw2.continueTo(0, .1);
  	       }
   }
}
function init_tweens()
{
 init_abouthovershow();
 init_aboutmenuhovershow();
 init_nutritionhovershow();
 init_whypetchuphovershow();
 init_shophovershow();
 init_storeshovershow();
 init_storesmenuhovershow();
 init_linkshovershow();
}
