function fun(b){ for(i=1;i<=3;i++){ bot=document.getElementById("bot"+i); bot.style.display=(b==i)?"block":"none" } }
???