function toggle(obj) { var obj=document.getElementById(obj); if (obj.style.display == “block”) obj.style.display = “none”; else obj.style.display = “block”; } English Version And here’s a little “service” post. There are quite a few news and to avoid being boring (as usual) I’ll go point by point: New graphics. Last night I installed the new graphics of the blog…