var fDesc=new Array(); fDesc[0] = "Roberts VII Multimedia Birds of Southern Africa is a comprehensive and interactive multimedia program. It combines multimedia data on over 960 Southern African bird species, with eight interactive modules that facilitate almost every aspect of "computer birding". This edition is extensively revised with new text, illustrations and photos, re-edited bird sounds and new sonograms, updated distribution maps and rare bird records, and improved program functions. Suitable for netbooks."; 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 = ''; } }