function show(id) { var d = document.getElementById(id); for (var i = 1; i<=10; i++) { if (document.getElementById('smenu'+i)) {document.getElementById('smenu'+i).style.display='none';} } if (d) {d.style.display='block';} if (d) {d.style.backgroundImage="url(images/dnr/link_bg.jpg)";} if (d) {d.style.backgroundRepeat='no-repeat';} if (d) {d.style.backgroundPosition='bottom';} if (d) {d.style.backgroundColor='#fff';} if (d) {d.style.margin='-3px 0px -5px 0px';} if (d) {d.style.padding='2px 0px 5px 0px';} }