setTimeout(function(){flySwan();},50);swanPosition=377;var author=false;function storeAnimate(){var animation=document.getElementById('storeAnimation');animation.style.visibility="visible";animation.src="images/store.gif";var pic=document.getElementById('store');pic.alt="";pic.src="images/trans.gif";pic.onmouseover="";}function servicesAnimate(){var animation=document.getElementById('servicesAnimation');animation.style.visibility="visible";animation.src="images/services.gif";var pic=document.getElementById('services');pic.alt="";pic.src="images/trans.gif";pic.onmouseover="";}function circleAnimate(){var animation=document.getElementById('circleAnimation');animation.style.visibility="visible";animation.src="images/circle.gif";var pic=document.getElementById('circle');pic.alt="";pic.src="images/trans.gif";pic.onmouseover="";}function nobleAnimate(){var animation=document.getElementById('nobleAnimation');animation.style.visibility="visible";animation.src="images/noble.gif";var pic=document.getElementById('noble');pic.alt="";pic.src="images/trans.gif";pic.onmouseover="";}function philosophyAnimate(){var animation=document.getElementById('philosophyAnimation');animation.style.visibility="visible";animation.src="images/philosophy.gif";var pic=document.getElementById('philosophy');pic.alt="";pic.src="images/trans.gif";pic.onmouseover="";}function storyAnimate(){var animation=document.getElementById('storyAnimation');animation.style.visibility="visible";animation.src="images/story.gif";var pic=document.getElementById('story');pic.alt="";pic.src="images/trans.gif";pic.onmouseover="";}function youAnimate(){var animation=document.getElementById('youAnimation');animation.style.visibility="visible";animation.src="images/justforyou.gif";var pic=document.getElementById('you');pic.alt="";pic.src="images/trans.gif";pic.onmouseover="";}function myAnimate(){var animation=document.getElementById('myAnimation');animation.style.visibility="visible";animation.src="images/myown.gif";var pic=document.getElementById('my');pic.alt="";pic.src="images/trans.gif";pic.onmouseover="";}function beAnimate(){var animation=document.getElementById('beAnimation');animation.style.visibility="visible";animation.src="images/beLink.gif";document.getElementById('be').style.visibility="hidden";}function authorAnimate(){if(!author){var animation=document.getElementById('authorAnimation');animation.style.visibility="visible";animation.src="images/author2.gif";author=true;}}function flySwan(){var animation=document.getElementById('swan').style;swanPosition-=5;if(swanPosition<=-100)swanPosition=377;animation.left=swanPosition+'px';setTimeout(function(){flySwan();},50);}