var fDesc=new Array(); fDesc[0] = "California Evidence: Civil and Criminal is the first computer-based legal research tool of its kind. It combines both civil and criminal evidence topics, related cases and related statutory materials all organized in an immediately accessible, single source. The product is indispensable for California trial attorneys and judges, many of whom will want to use the program to rule on complex evidentiary issues from the bench without recessing to review legal authorities. Our authors have selected all the leading cases -- not just up-to-date black letter law, but also all important variations as integrated by California's appellate courts."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }