function podcut(id) { alert(id); var curd=document.getElementById(id); //alert('it works!'+curd.style.height); if(curd.style.height!*!*==*/!*'auto') { curd.style.height='auto'; } else { curd.style.height='47px'; } }