Пожалуйста:
Код:
<script type="text/javascript" language="javascript">
//<!--
window.onload = function() {
 * *var parent = document.getElementsByTagName(&#39;em&#39;);
****for (var i = 0; i < parent.length; i++) {
 *parent[i].style.fontFamily = &#39;Georgia, Times New Roman, Times, serif&#39;;
 *parent[i].style.backgroundColor = &#39;#E1E4F3&#39;;
 *for (var list = parent[i].firstChild; list; list = list.nextSibling) {
// * * * * list.lastChild.style.display = &#39;none&#39;;
 * * *list.onclick = function() {
 * *if(this.lastChild.style.display == &#39;none&#39;) {
 * * * * * this.lastChild.style.display = &#39;block&#39;;
 * * *****} else {
 * * * * * this.lastChild.style.display = &#39;none&#39;;
 * * *****}
 * * *}
 * *****}
****}
}
//-->
</script>
<div>List<div style="display:none">El1</div></div>