var fDesc=new Array(); fDesc[0] = "Fitzpatrick's Color Atlas and Synopsis of Clinical Dermatology combines over 900 color images with succinct descriptions of skin diseases and systemic diseases with skin manifestations. It is invaluable resource to a non-dermatologist learning or practicing medicine in any field in any country too. This latest update is based on the 6th edition and 2009 print edition with additional features, enhanced functionality and ongoing updates."; 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 = ''; } }