var Web_2_0;(function(){var w20=document.createElement("img");w20.className="web20";w20.src="/css/img/web20.png";w20.border=0;var H=100,W=100;var anim;w20.onclick=function(){window.location="/dl/index.html";};Web_2_0=function(a){setOpacity(w20,0);if(!w20.parentNode)document.body.appendChild(w20);var start_pos={x:0,y:0};var end_pos={x:($("width-cont").offsetLeft-W)/2,y:20};if(end_pos.x<10)end_pos.x=10;if(anim)anim.stop();anim=animation({length:60,onUpdate:function(t,map){var e=easing.elastic_b(t);w20.style.width=map(easing.magnetic(t),1,W)+"px";w20.style.height=map(easing.magnetic(t),1,H)+"px";w20.style.left=map(e,start_pos.x,end_pos.x)+"px";w20.style.top=map(e,start_pos.y,end_pos.y)+"px";setOpacity(w20,map(t,0.2,1));},onStop:function(){a.innerHTML="2.0 enough now? :-)";animFlash(a);anim=null;}});return false;};})();