function change(d){ document.getElementById(d).style.background = "url(/images/redtext.jpg)"; document.getElementById(d).style.backgroundRepeat="no-repeat"; } function changeBack(d){ document.getElementById(d).style.background = "url(/images/textbox.jpg)"; document.getElementById(d).style.backgroundRepeat="no-repeat"; } function ShowContent(d,e) { var count = e; for(i=0;i