 function init_shareclickshow()
 {
   var div      = document.getElementById('shareclickshow');
   if(div)
   {
   var subdiv   = div.childNodes[0];
   var tw  = new Tween(subdiv.style, 'top', Tween.regularEaseInOut, -138, 0, .5, 'px');
   
   div.startf = function ()
  	        {
  	           subdiv.style.top = '-138px';
  	           
                   div.style.overflow = 'hidden';
  	           div.style.display = 'block';
  	           tw.onMotionFinished = function(){ div.style.overflow = 'visible'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(0, .5);
  	           
  	        }
   div.endf  = function ()
  	       { 
                   div.style.overflow = 'hidden';
  	           tw.onMotionFinished = function(){ div.style.display = 'none'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(-138, .5);
  	           
  	       }
   }
}
 function init_signupclickshow()
 {
 	var div      = document.getElementById('signupclickshow');
        if(div)
        {
 	var tw = new OpacityTween(div,Tween.regularEaseInOut,0,100,.3);
 	div.startf = function ()
  	             {
                        div.style.overflow = 'visible';
  	                tw.onMotionFinished = doResize;
  	                tw.continueTo(100, .3);
  	                div.style.display = 'block';
                        
  	             }
        div.endf   = function ()
  	             {
                        tw.onMotionFinished = function(){ div.style.display = 'none'; tw.onMotionFinished = undefined; doResize();}
  	                tw.continueTo(0, .3);
  	             }
        }
 }
 function init_adfreeclickshowtext()
 {
   var div      = document.getElementById('adfreeclickshowtext');
   if(div)
   {
   var subdiv   = div.childNodes[0];
   var tw  = new Tween(subdiv.style, 'top', Tween.regularEaseInOut, -61, 0, .5, 'px');
   
   div.startf = function ()
  	        {
  	           subdiv.style.top = '-61px';
  	           
                   div.style.overflow = 'hidden';
  	           div.style.display = 'block';
  	           tw.onMotionFinished = function(){ div.style.overflow = 'visible'; tw.onMotionFinished = undefined; doResize();}
  	           tw.continueTo(0, .5);
  	           
  	        }
   div.endf  = function ()
  	       { 
                   div.style.overflow = 'hidden';
  	           tw.onMotionFinished = function(){ div.style.display = 'none'; tw.onMotionFinished = undefined; doResize();}
  	           tw.continueTo(-61, .5);
  	           
  	       }
   }
}
 function init_howtoclickshowxmedia()
 {
   var div      = document.getElementById('howtoclickshowxmedia');
   if(div)
   {
   var subdiv   = div.childNodes[0];
   var tw  = new Tween(subdiv.style, 'top', Tween.regularEaseInOut, -237, 0, .5, 'px');
   
   div.startf = function ()
  	        {
  	           subdiv.style.top = '-237px';
  	           
                   div.style.overflow = 'hidden';
  	           div.style.display = 'block';
  	           tw.onMotionFinished = function(){ div.style.overflow = 'visible'; tw.onMotionFinished = undefined; doResize();}
  	           tw.continueTo(0, .5);
  	           
  	        }
   div.endf  = function ()
  	       { 
                   div.style.overflow = 'hidden';
  	           tw.onMotionFinished = function(){ div.style.display = 'none'; tw.onMotionFinished = undefined; doResize();}
  	           tw.continueTo(-237, .5);
  	           
  	       }
   }
}
 function init_publicjoyboxesmenuclicksh()
 {
 	var div      = document.getElementById('publicjoyboxesmenuclicksh');
        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_addpanelhovershow()
 {
   var div      = document.getElementById('addpanelhovershow');
   if(div)
   {
   var subdiv   = div.childNodes[0];
   var tw  = new Tween(subdiv.style, 'top', Tween.regularEaseInOut, -10, 0, .5, 'px');
   
   div.startf = function ()
  	        {
  	           subdiv.style.top = '-10px';
  	           
                   div.style.overflow = 'hidden';
  	           div.style.display = 'block';
  	           tw.onMotionFinished = function(){ div.style.overflow = 'visible'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(0, .5);
  	           
  	        }
   div.endf  = function ()
  	       { 
                   div.style.overflow = 'hidden';
  	           tw.onMotionFinished = function(){ div.style.display = 'none'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(-10, .5);
  	           
  	       }
   }
}
 function init_joyconsclickshowtext()
 {
   var div      = document.getElementById('joyconsclickshowtext');
   if(div)
   {
   var subdiv   = div.childNodes[0];
   var tw  = new Tween(subdiv.style, 'top', Tween.regularEaseInOut, -37, 0, .5, 'px');
   
   div.startf = function ()
  	        {
  	           subdiv.style.top = '-37px';
  	           
                   div.style.overflow = 'hidden';
  	           div.style.display = 'block';
  	           tw.onMotionFinished = function(){ div.style.overflow = 'visible'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(0, .5);
  	           
  	        }
   div.endf  = function ()
  	       { 
                   div.style.overflow = 'hidden';
  	           tw.onMotionFinished = function(){ div.style.display = 'none'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(-37, .5);
  	           
  	       }
   }
}
 function init_joyconsclickshow()
 {
   var div      = document.getElementById('joyconsclickshow');
   if(div)
   {
   var subdiv   = div.childNodes[0];
   var tw  = new Tween(subdiv.style, 'top', Tween.regularEaseInOut, -433, 0, .5, 'px');
   
   div.startf = function ()
  	        {
  	           subdiv.style.top = '-433px';
  	           
                   div.style.overflow = 'hidden';
  	           div.style.display = 'block';
  	           tw.onMotionFinished = function(){ div.style.overflow = 'visible'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(0, .5);
  	           
  	        }
   div.endf  = function ()
  	       { 
                   div.style.overflow = 'hidden';
  	           tw.onMotionFinished = function(){ div.style.display = 'none'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(-433, .5);
  	           
  	       }
   }
}
 function init_boxlinksclickshow()
 {
   var div      = document.getElementById('boxlinksclickshow');
   if(div)
   {
   var subdiv   = div.childNodes[0];
   var tw  = new Tween(subdiv.style, 'top', Tween.regularEaseInOut, -403, 0, .5, 'px');
   
   div.startf = function ()
  	        {
  	           subdiv.style.top = '-403px';
  	           
                   div.style.overflow = 'hidden';
  	           div.style.display = 'block';
  	           tw.onMotionFinished = function(){ div.style.overflow = 'visible'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(0, .5);
  	           
  	        }
   div.endf  = function ()
  	       { 
                   div.style.overflow = 'hidden';
  	           tw.onMotionFinished = function(){ div.style.display = 'none'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(-403, .5);
  	           
  	       }
   }
}
 function init_addboxlinksclickshowform()
 {
   var div      = document.getElementById('addboxlinksclickshowform');
   if(div)
   {
   var subdiv   = div.childNodes[0];
   var tw  = new Tween(subdiv.style, 'top', Tween.regularEaseInOut, -35, 0, .5, 'px');
   
   div.startf = function ()
  	        {
  	           subdiv.style.top = '-35px';
  	           
                   div.style.overflow = 'hidden';
  	           div.style.display = 'block';
  	           tw.onMotionFinished = function(){ div.style.overflow = 'visible'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(0, .5);
  	           
  	        }
   div.endf  = function ()
  	       { 
                   div.style.overflow = 'hidden';
  	           tw.onMotionFinished = function(){ div.style.display = 'none'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(-35, .5);
  	           
  	       }
   }
}
 function init_boxesmenuclickshow()
 {
   var div      = document.getElementById('boxesmenuclickshow');
   if(div)
   {
   var subdiv   = div.childNodes[0];
   var tw  = new Tween(subdiv.style, 'top', Tween.regularEaseInOut, -108, 0, .5, 'px');
   
   div.startf = function ()
  	        {
  	           subdiv.style.top = '-108px';
  	           
                   div.style.overflow = 'hidden';
  	           div.style.display = 'block';
  	           tw.onMotionFinished = function(){ div.style.overflow = 'visible'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(0, .5);
  	           
  	        }
   div.endf  = function ()
  	       { 
                   div.style.overflow = 'hidden';
  	           tw.onMotionFinished = function(){ div.style.display = 'none'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(-108, .5);
  	           
  	       }
   }
}
 function init_boxesclickshow()
 {
   var div      = document.getElementById('boxesclickshow');
   if(div)
   {
   var subdiv   = div.childNodes[0];
   var tw  = new Tween(subdiv.style, 'top', Tween.regularEaseInOut, -133, 0, .5, 'px');
   
   div.startf = function ()
  	        {
  	           subdiv.style.top = '-133px';
  	           
                   div.style.overflow = 'hidden';
  	           div.style.display = 'block';
  	           tw.onMotionFinished = function(){ div.style.overflow = 'visible'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(0, .5);
  	           
  	        }
   div.endf  = function ()
  	       { 
                   div.style.overflow = 'hidden';
  	           tw.onMotionFinished = function(){ div.style.display = 'none'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(-133, .5);
  	           
  	       }
   }
}
 function init_addboxclickshowform()
 {
   var div      = document.getElementById('addboxclickshowform');
   if(div)
   {
   var subdiv   = div.childNodes[0];
   var tw  = new Tween(subdiv.style, 'top', Tween.regularEaseInOut, -23, 0, .5, 'px');
   
   div.startf = function ()
  	        {
  	           subdiv.style.top = '-23px';
  	           
                   div.style.overflow = 'hidden';
  	           div.style.display = 'block';
  	           tw.onMotionFinished = function(){ div.style.overflow = 'visible'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(0, .5);
  	           
  	        }
   div.endf  = function ()
  	       { 
                   div.style.overflow = 'hidden';
  	           tw.onMotionFinished = function(){ div.style.display = 'none'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(-23, .5);
  	           
  	       }
   }
}
 function init_i404alllinksclickshow()
 {
   var div      = document.getElementById('i404alllinksclickshow');
   if(div)
   {
   var subdiv   = div.childNodes[0];
   var tw  = new Tween(subdiv.style, 'top', Tween.regularEaseInOut, -403, 0, .5, 'px');
   
   div.startf = function ()
  	        {
  	           subdiv.style.top = '-403px';
  	           
                   div.style.overflow = 'hidden';
  	           div.style.display = 'block';
  	           tw.onMotionFinished = function(){ div.style.overflow = 'visible'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(0, .5);
  	           
  	        }
   div.endf  = function ()
  	       { 
                   div.style.overflow = 'hidden';
  	           tw.onMotionFinished = function(){ div.style.display = 'none'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(-403, .5);
  	           
  	       }
   }
}
 function init_i534alllinksclickshow()
 {
   var div      = document.getElementById('i534alllinksclickshow');
   if(div)
   {
   var subdiv   = div.childNodes[0];
   var tw  = new Tween(subdiv.style, 'top', Tween.regularEaseInOut, -408, 0, .5, 'px');
   
   div.startf = function ()
  	        {
  	           subdiv.style.top = '-408px';
  	           
                   div.style.overflow = 'hidden';
  	           div.style.display = 'block';
  	           tw.onMotionFinished = function(){ div.style.overflow = 'visible'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(0, .5);
  	           
  	        }
   div.endf  = function ()
  	       { 
                   div.style.overflow = 'hidden';
  	           tw.onMotionFinished = function(){ div.style.display = 'none'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(-408, .5);
  	           
  	       }
   }
}
 function init_addlinkclickshowform()
 {
   var div      = document.getElementById('addlinkclickshowform');
   if(div)
   {
   var subdiv   = div.childNodes[0];
   var tw  = new Tween(subdiv.style, 'top', Tween.regularEaseInOut, -35, 0, .5, 'px');
   
   div.startf = function ()
  	        {
  	           subdiv.style.top = '-35px';
  	           
                   div.style.overflow = 'hidden';
  	           div.style.display = 'block';
  	           tw.onMotionFinished = function(){ div.style.overflow = 'visible'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(0, .5);
  	           
  	        }
   div.endf  = function ()
  	       { 
                   div.style.overflow = 'hidden';
  	           tw.onMotionFinished = function(){ div.style.display = 'none'; tw.onMotionFinished = undefined; }
  	           tw.continueTo(-35, .5);
  	           
  	       }
   }
}

function init_tweens()
{
 init_addlinkclickshowform();
 init_i534alllinksclickshow();
 init_i404alllinksclickshow();
 init_addboxclickshowform();
 init_boxesclickshow();
 init_boxesmenuclickshow();
 init_addboxlinksclickshowform();
 init_boxlinksclickshow();
 init_joyconsclickshow();
 init_joyconsclickshowtext();
 init_addpanelhovershow();
 init_publicjoyboxesmenuclicksh();
 init_howtoclickshowxmedia();
 init_adfreeclickshowtext();
 init_signupclickshow();
 init_shareclickshow();
}
