var fDesc=new Array(); fDesc[0] = "Vizual Einstein is an easy yet powerful and sophisticated visual manager of information and ideas for a research project, investigation, college term paper, journal article, book, screenplay, or essay. Vizual Einstein's intuitive search and hyperlink capabilities allow you to quickly store, classify, cross-reference, retrieve and collate information. Vizual Einstein stores information in a Note by reference to a Heading, a unique SubHeading, and a unique NoteID, and the date the note was created. A Heading is akin to a subject category. A SubHeading is a unique hyperlinkable word or phrase identifying a Note. A Note is a rich-text format memo (up to 64k or computer memory) that can hold any information that you may want to store for later retrieval. A Note can be hyperlinked to any other Note by linking theVizual Einstein ME for Windows95 is an easy yet powerful and sophisticated visual manager of information and ideas for a research project, investigation, college term paper, journal article, book, screenplay, or essay. Vizual Einstein's intuitive search and hyperlink capabilities allow you to quickly store, classify, cross-reference, retrieve and collate information. Vizual Einstein stores information in a Note by reference to a Heading, a unique SubHeading, and a unique NoteID, and the date the note was ir subheadings."; 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 = ''; } }