var fDesc=new Array(); fDesc[0] = "No more typing or handwriting tiny inserts for your hanging folder tabs. Print color-coded labels that affix to our patented Viewables tabs that are readable from the front, top and back. Or print color-coded labels for standard top tab folders, classification folders, jackets or pockets.

Windows-based PC system software allows you to create unique labels to attach to specially designed and patented 3-sided hanging folder tabs. The labeled tab allows the user to read the label from the front, top or back.

Requirements:

- Windows 95
- Windows 98
- Windows ME
- Windows NT
- Windows 2000
- Windows XP."; 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 = ''; } }