 function init_shape7()
 {
   var div      = document.getElementById('shape7');
   if(div)
   {
   var subdiv   = div.childNodes[0];
   var tw  = new Tween(subdiv.style, 'left', Tween.regularEaseInOut, -598, 0, .5, 'px');
   var tw2 = new Tween(div.style, 'width', Tween.regularEaseInOut, 0, 598, .5, 'px');
   div.startf = function ()
  	        {
  	           subdiv.style.left = '-598px';
  	           div.style.width='0px';
  	           div.style.display = 'block';
  	           tw.continueTo(0, .5);
  	           tw2.continueTo(598, .5);
  	           tw.onMotionFinished = undefined;
  	        }
   div.endf  = function ()
  	       {
  	           tw.continueTo(-598, .5);
  	           tw2.continueTo(0, .5);
  	           tw.onMotionFinished = function(){ div.style.display = 'none'; tw.onMotionFinished = undefined; }
  	       }
   }
} function init_shape8()
 {
 	var div      = document.getElementById('shape8');
        if(div)
        {
 	var tw = new OpacityTween(div,Tween.regularEaseInOut,0,100,.3);
 	div.startf = function ()
  	             {
  	                tw.onMotionFinished = undefined;
  	                tw.continueTo(100, .3);
  	                div.style.display = 'block';
  	             }
        div.endf   = function ()
  	             {
  	                tw.continueTo(0, .3);
  	                tw.onMotionFinished = function(){ div.style.display = 'none'; tw.onMotionFinished = undefined; }
  	             }
        }
 }
 function init_headlinetext()
 {
 	var div      = document.getElementById('headlinetext');
        if(div)
        {
 	var tw = new OpacityTween(div,Tween.regularEaseInOut,0,100,.3);
 	div.startf = function ()
  	             {
  	                tw.onMotionFinished = undefined;
  	                tw.continueTo(100, .3);
  	                div.style.display = 'block';
  	             }
        div.endf   = function ()
  	             {
  	                tw.continueTo(0, .3);
  	                tw.onMotionFinished = function(){ div.style.display = 'none'; tw.onMotionFinished = undefined; }
  	             }
        }
 }
 function init_price9900text()
 {
 	var div      = document.getElementById('price9900text');
        if(div)
        {
 	var tw = new OpacityTween(div,Tween.regularEaseInOut,0,100,.3);
 	div.startf = function ()
  	             {
  	                tw.onMotionFinished = undefined;
  	                tw.continueTo(100, .3);
  	                div.style.display = 'block';
  	             }
        div.endf   = function ()
  	             {
  	                tw.continueTo(0, .3);
  	                tw.onMotionFinished = function(){ div.style.display = 'none'; tw.onMotionFinished = undefined; }
  	             }
        }
 }
 function init_lmdetailstext()
 {
 	var div      = document.getElementById('lmdetailstext');
        if(div)
        {
 	var tw = new OpacityTween(div,Tween.regularEaseInOut,0,100,.3);
 	div.startf = function ()
  	             {
  	                tw.onMotionFinished = undefined;
  	                tw.continueTo(100, .3);
  	                div.style.display = 'block';
  	             }
        div.endf   = function ()
  	             {
  	                tw.continueTo(0, .3);
  	                tw.onMotionFinished = function(){ div.style.display = 'none'; tw.onMotionFinished = undefined; }
  	             }
        }
 }
 function init_lmdetaildescriptionstext()
 {
 	var div      = document.getElementById('lmdetaildescriptionstext');
        if(div)
        {
 	var tw = new OpacityTween(div,Tween.regularEaseInOut,0,100,.3);
 	div.startf = function ()
  	             {
  	                tw.onMotionFinished = undefined;
  	                tw.continueTo(100, .3);
  	                div.style.display = 'block';
  	             }
        div.endf   = function ()
  	             {
  	                tw.continueTo(0, .3);
  	                tw.onMotionFinished = function(){ div.style.display = 'none'; tw.onMotionFinished = undefined; }
  	             }
        }
 }
 function init_descriptiontext()
 {
 	var div      = document.getElementById('descriptiontext');
        if(div)
        {
 	var tw = new OpacityTween(div,Tween.regularEaseInOut,0,100,.3);
 	div.startf = function ()
  	             {
  	                tw.onMotionFinished = undefined;
  	                tw.continueTo(100, .3);
  	                div.style.display = 'block';
  	             }
        div.endf   = function ()
  	             {
  	                tw.continueTo(0, .3);
  	                tw.onMotionFinished = function(){ div.style.display = 'none'; tw.onMotionFinished = undefined; }
  	             }
        }
 }
 function init_shape6()
 {
   var div      = document.getElementById('shape6');
   if(div)
   {
   var subdiv   = div.childNodes[0];
   var tw  = new Tween(subdiv.style, 'left', Tween.regularEaseInOut, -441, 0, .5, 'px');
   var tw2 = new Tween(div.style, 'width', Tween.regularEaseInOut, 0, 441, .5, 'px');
   div.startf = function ()
  	        {
  	           subdiv.style.left = '-441px';
  	           div.style.width='0px';
  	           div.style.display = 'block';
  	           tw.continueTo(0, .5);
  	           tw2.continueTo(441, .5);
  	           tw.onMotionFinished = undefined;
  	        }
   div.endf  = function ()
  	       {
  	           tw.continueTo(-441, .5);
  	           tw2.continueTo(0, .5);
  	           tw.onMotionFinished = function(){ div.style.display = 'none'; tw.onMotionFinished = undefined; }
  	       }
   }
} function init_frontpic()
 {
 	var div      = document.getElementById('frontpic');
        if(div)
        {
 	var tw = new OpacityTween(div,Tween.regularEaseInOut,0,100,.8);
 	div.startf = function ()
  	             {
  	                tw.onMotionFinished = undefined;
  	                tw.continueTo(100, .8);
  	                div.style.display = 'block';
  	             }
        div.endf   = function ()
  	             {
  	                tw.continueTo(0, .8);
  	                tw.onMotionFinished = function(){ div.style.display = 'none'; tw.onMotionFinished = undefined; }
  	             }
        }
 }
 function init_anglepic()
 {
 	var div      = document.getElementById('anglepic');
        if(div)
        {
 	var tw = new OpacityTween(div,Tween.regularEaseInOut,0,100,.8);
 	div.startf = function ()
  	             {
  	                tw.onMotionFinished = undefined;
  	                tw.continueTo(100, .8);
  	                div.style.display = 'block';
  	             }
        div.endf   = function ()
  	             {
  	                tw.continueTo(0, .8);
  	                tw.onMotionFinished = function(){ div.style.display = 'none'; tw.onMotionFinished = undefined; }
  	             }
        }
 }
 function init_backpic()
 {
 	var div      = document.getElementById('backpic');
        if(div)
        {
 	var tw = new OpacityTween(div,Tween.regularEaseIn,0,100,.8);
 	div.startf = function ()
  	             {
  	                tw.onMotionFinished = undefined;
  	                tw.continueTo(100, .8);
  	                div.style.display = 'block';
  	             }
        div.endf   = function ()
  	             {
  	                tw.continueTo(0, .8);
  	                tw.onMotionFinished = function(){ div.style.display = 'none'; tw.onMotionFinished = undefined; }
  	             }
        }
 }
 function init_frontsidepic()
 {
 	var div      = document.getElementById('frontsidepic');
        if(div)
        {
 	var tw = new OpacityTween(div,Tween.regularEaseInOut,0,100,.8);
 	div.startf = function ()
  	             {
  	                tw.onMotionFinished = undefined;
  	                tw.continueTo(100, .8);
  	                div.style.display = 'block';
  	             }
        div.endf   = function ()
  	             {
  	                tw.continueTo(0, .8);
  	                tw.onMotionFinished = function(){ div.style.display = 'none'; tw.onMotionFinished = undefined; }
  	             }
        }
 }

function init_tweens()
{
 init_frontsidepic();
 init_backpic();
 init_anglepic();
 init_frontpic();
 init_shape6();
 init_descriptiontext();
 init_lmdetaildescriptionstext();
 init_lmdetailstext();
 init_price9900text();
 init_headlinetext();
 init_shape8();
 init_shape7();
}