var fDesc=new Array(); fDesc[0] = "This program will copy Windows Media Player Playlists to a USB drive for use in automobiles. SyncPlaylist is designed to sync, copy, transfer working Windows Media Player Playlists and associated media to a USB Thumb Drive. This USB Drive can then be used in automobiles with Sync Technology. SyncPlaylist will also create Ordered Playlist Folders or M3U Playlists for use in all automobiles with a USB input port. SyncPlaylist is network compatible and can be used with Media Servers. SyncPlaylist also works for many other devices besides automobiles.

Also, consider the new SyncPlaylist Lite. The lite version does not require an install. The current version of SyncPlaylist Lite is Version 1.1. SyncPlaylist Lite only transfers one playlist at a time and does not support M3U Playlist conversion."; 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 = ''; } }