function hide_user_promo_bubble_second_stage() { var bubble = $("user_promo_bubble"); bubble.style.display = "none"; } function hide_user_promo_bubble() { var bubble = $("user_promo_bubble"); var myAnim = new YAHOO.util.Anim(bubble, { opaci...