//document.onmouseover = mOver ; //document.onmouseout = mOut ; function mOver() { var eSrc = window.event.srcElement ; if (eSrc.className == "item") { window.event.srcElement.className = "highlight"; } } function mOut() { var eSrc = window.event.srcElement ; if (eSrc.className == "highlight") { window.event.srcElement.className = "item"; } } var bV=parseInt(navigator.appVersion); NS4=(document.layers) ? true : false; IE4=((document.all)&&(bV>=4))?true:false; ver4 = (NS4 || IE4) ? true : false; isExpanded = false; function getIndex($1) { ind = null; for (i=0; i"); if (NS4) { write(".parent { color: black; font-size:9pt; line-height:0pt; color:black; text-decoration:none; margin-top: 0px; margin-bottom: 0px; position:absolute; visibility:hidden }"); write(".child { text-decoration:none; font-size:9pt; line-height:15pt; position:absolute }"); write(".item { color: black; text-decoration:none }"); write(".highlight { color: blue; text-decoration:none }"); } else { write(".parent { font: 12px/13px; Times; text-decoration: none; color: black }"); write(".child { font:12px/13px Times; display:none }"); write(".item { color: black; text-decoration:none; cursor: hand }"); write(".highlight { color: blue; text-decoration:none }"); write(".icon { margin-right: 5 }") } write(""); } onload = FolderInit;