 function init_i590lindsayemailbutton()
 {
 	var div      = document.getElementById('i590lindsayemailbutton');
        if(div)
        {
 	var tw = new OpacityTween(div,Tween.regularEaseOut,0,100,.1);
 	div.startf = function ()
  	             {
                        div.style.overflow = 'visible';
  	                tw.onMotionFinished = undefined;
  	                tw.continueTo(100, .1);
  	                div.style.display = 'block';
                        
  	             }
        div.endf   = function ()
  	             {
                        tw.onMotionFinished = function(){ div.style.display = 'none'; tw.onMotionFinished = undefined; }
  	                tw.continueTo(0, .1);
  	             }
        }
 }
 function init_i591contact()
 {
 	var div      = document.getElementById('i591contact');
        if(div)
        {
 	  div.startf = function ()
  	               {
                         div.style.display = 'block';
                         div.style.overflow = 'visible';
                         
                       }
 	  div.endf  = function ()
  	               {
                         div.style.display = 'none'; 
                       }
        }
  }
 function init_phonenumber()
 {
 	var div      = document.getElementById('phonenumber');
        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_bigdotbackground()
 {
 	var div      = document.getElementById('bigdotbackground');
        if(div)
        {
 	  div.startf = function ()
  	               {
                         div.style.display = 'block';
                         div.style.overflow = 'visible';
                         
                       }
 	  div.endf  = function ()
  	               {
                         div.style.display = 'none'; 
                       }
        }
  }
 function init_phone()
 {
 	var div      = document.getElementById('phone');
        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_i563lindsayemailbutton()
 {
 	var div      = document.getElementById('i563lindsayemailbutton');
        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_i471contact()
 {
 	var div      = document.getElementById('i471contact');
        if(div)
        {
 	  div.startf = function ()
  	               {
                         div.style.display = 'block';
                         div.style.overflow = 'visible';
                         
                       }
 	  div.endf  = function ()
  	               {
                         div.style.display = 'none'; 
                       }
        }
  }
 function init_dotfull()
 {
 	var div      = document.getElementById('dotfull');
        if(div)
        {
 	  div.startf = function ()
  	               {
                         div.style.display = 'block';
                         div.style.overflow = 'visible';
                         
                       }
 	  div.endf  = function ()
  	               {
                         div.style.display = 'none'; 
                       }
        }
  }

function init_tweens()
{
 NIL();
 NIL();
 init_i563lindsayemailbutton();
 init_phone();
 NIL();
 init_phonenumber();
 NIL();
 init_i590lindsayemailbutton();
}
