 function init_facebookcontacthovershow()
 {
 	var div      = document.getElementById('facebookcontacthovershow');
        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_contactushovershow()
 {
   var div      = document.getElementById('contactushovershow');
   if(div)
   {
   var tw  = new Tween(div.style, 'left', Tween.regularEaseInOut, 1102, 980, .3, 'px');
   var tw2 = new Tween(div.style, 'top', Tween.regularEaseInOut, 332, 330, .3, 'px');
   div.startf = function ()
  	        {
  	           div.style.left='1102px';
                   div.style.top='332px';
  	           div.style.display = 'block';
  	           tw.onMotionFinished = undefined;
  	           tw.continueTo(980, .3);
  	           tw2.continueTo(330, .3);
  	        }
   div.endf  = function ()
               {
                 div.style.display = 'none';
                 tw.rewind();
                 tw2.rewind();
               }
   }
} function init_ourartgalleryhovershow()
 {
   var div      = document.getElementById('ourartgalleryhovershow');
   if(div)
   {
   var tw  = new Tween(div.style, 'left', Tween.regularEaseInOut, 371, 371, .3, 'px');
   var tw2 = new Tween(div.style, 'top', Tween.regularEaseInOut, 462, 357, .3, 'px');
   div.startf = function ()
  	        {
  	           div.style.left='371px';
                   div.style.top='462px';
  	           div.style.display = 'block';
  	           tw.onMotionFinished = undefined;
  	           tw.continueTo(371, .3);
  	           tw2.continueTo(357, .3);
  	        }
   div.endf  = function ()
               {
                 div.style.display = 'none';
                 tw.rewind();
                 tw2.rewind();
               }
   }
} function init_photoshovershow()
 {
 	var div      = document.getElementById('photoshovershow');
        if(div)
        {
 	var tw = new OpacityTween(div,Tween.strongEaseIn,0,100,.2);
 	div.startf = function ()
  	             {
                        div.style.overflow = 'visible';
  	                tw.onMotionFinished = undefined;
  	                tw.continueTo(100, .2);
  	                div.style.display = 'block';
                        
  	             }
        div.endf   = function ()
  	             {
                        tw.onMotionFinished = function(){ div.style.display = 'none'; tw.onMotionFinished = undefined; }
  	                tw.continueTo(0, .2);
  	             }
        }
 }
 function init_tastinghovershow()
 {
   var div      = document.getElementById('tastinghovershow');
   if(div)
   {
   var tw  = new Tween(div.style, 'left', Tween.regularEaseInOut, 485, 496, .3, 'px');
   var tw2 = new Tween(div.style, 'top', Tween.regularEaseInOut, -78, 179, .3, 'px');
   div.startf = function ()
  	        {
  	           div.style.left='485px';
                   div.style.top='-78px';
  	           div.style.display = 'block';
  	           tw.onMotionFinished = undefined;
  	           tw.continueTo(496, .3);
  	           tw2.continueTo(179, .3);
  	        }
   div.endf  = function ()
               {
                 div.style.display = 'none';
                 tw.rewind();
                 tw2.rewind();
               }
   }
} function init_schoolhovershow()
 {
   var div      = document.getElementById('schoolhovershow');
   if(div)
   {
   var tw  = new Tween(div.style, 'left', Tween.regularEaseInOut, 692, 701, .3, 'px');
   var tw2 = new Tween(div.style, 'top', Tween.regularEaseInOut, -85, 222, .3, 'px');
   div.startf = function ()
  	        {
  	           div.style.left='692px';
                   div.style.top='-85px';
  	           div.style.display = 'block';
  	           tw.onMotionFinished = undefined;
  	           tw.continueTo(701, .3);
  	           tw2.continueTo(222, .3);
  	        }
   div.endf  = function ()
               {
                 div.style.display = 'none';
                 tw.rewind();
                 tw2.rewind();
               }
   }
} function init_pickhovershow()
 {
 	var div      = document.getElementById('pickhovershow');
        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_facebookhomehovershow()
 {
 	var div      = document.getElementById('facebookhomehovershow');
        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_tweens()
{
 init_facebookhomehovershow();
 init_pickhovershow();
 init_schoolhovershow();
 init_tastinghovershow();
 init_photoshovershow();
 init_ourartgalleryhovershow();
 init_contactushovershow();
 init_facebookcontacthovershow();
}
