function hide(x) { if(arguments[1]) alert(arguments[1]); //document.getElementById(x).style.display='none'; } hide('some', 'w0w!!!')