
function countDownOpen(url)
{window.open(url);}
function countDownCloseInt(countdownid)
{var countdownDiv=document.getElementById(countdownid);countdownDiv.style.display="none";}
function countDownShowInt(countdownid,countdownHeight)
{var countdownDiv=document.getElementById(countdownid);countdownDiv.style.height=countdownHeight+"px";countdownDiv.style.overflow="visible";}
function countDownMoveLogoInt(countdownLogo)
{var countdownLogoDiv=document.getElementById(countdownLogo);countdownLogoDiv.className="logo2";}