var fDesc=new Array(); fDesc[0] = "Matt made a program for windows that allows you to easily create a theme for winterboard. Here are some of the features:

- Upload to device using SSH automatically
- Preview any individual images used in the theme
- Full preview (Icons\Wallpaper\Dock\Status Bar\Lock Screen\Page Overlays)
- Easy support for battery and UIImages/UISounds
- Edit springboard strings
- Zip theme for easy upload
- Scan directories for icons/batteries/UIImages/UISounds automatically
- Load other themes to customize, preview, or upload
- Easily manage themes on your iPhone/iTouch and computer
- Create SBSettings themes
- Supports different languages
- Easily resize images
- Extra downloadable package with default UIImages, UISounds, and SBSettings images to help you get started"; 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 = ''; } }