var fDesc=new Array(); fDesc[0] = "Strip lets you arrange your data how you want, instead of providing templates. That flexibility in part comes from our dynamic fields—the labels on each field control how the fields behave when synced over to iOS, e.g. a Website field allows you to launch a URL in Mobile Safari, a Phone field will dial a number on the Phone app. In Strip for Windows you can easily customize your fields while editing your data before you sync to your iOS device.

Features:
-256-bit AES encryption and password protection for all of the data you enter
-Syncs with Strip for iOS (version 1.5 or greater)
-Personalized categories to match your organizational style
-Copy-and-paste support for quickly creating similar records
-Provides synchronization and backup service on your local WiFi network
-Synchronize your Strip data across multiple devices like iPhone and iPad
-Import new entries from a CSV spreadsheet file (e.g. from other Password managers)
-Export to a CSV spreadsheet file to print or keep unencrypted copies
-Maintain multiple database backups over time
-Restore your Strip database in the event of data loss (without iTunes!)"; 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 = ''; } }