var fDesc=new Array(); fDesc[0] = "Stamp ID3 tag editing software is an audio tag editor program for Windows.

- Add tags including genre, artist and year to your music
- Organize your music collection using ID3 tag information
- Small download under 500k installs in seconds

ID3 tag information will display on programs such as WavePad Audio Editor and juke box applications. Portable music devices such as iPods and cellular phones will also show ID3 tags.

Stamp mp3 tag editor is designed to be easy and intuitive to use. Just add the files you want to edit to the list, enter the new information, and then click the stamp button."; 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 = ''; } }