var fDesc=new Array(); fDesc[0] = "Snapture is the easiest way to capture information and take it with you. Want to "remember" little things like driving directions, eBay listings, funny jokes, clever quotes, receipts, URLs, etc? Now you can "remember" these things with just one keystroke. Highlight, hit F11 and the information is instantly ready to sync to your Pocket PC.

Sometimes you want to collect information into one convenient document. No problem. Just hit F12 to tack the information onto the last file. Make a travel guide by combining flight, hotel and rental car info with maps, driving directions, historical sites, etc. to make your own electronic travel guide."; 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 = ''; } }