﻿//<![CDATA[
function tweenLogoOpacity($opacity, $duration)
{
	tweenOpacity(document.getElementById("logo"), $opacity, $duration, Tween.regularEaseOut);
}
//]]>