var fDesc=new Array();
fDesc[0] = "Pepsky Free Audio CD Maker is one of the free softwares used mostly in the world. Pepsky Free Audio CD Maker is a free software, helping burn Audio discs or its bin ,ape image files.
Features:
-MP3 - MPEG Layer-3 Audio (*.mp3)
-WMA-Windows Media Audio(*.wma)
-M4A-MPEG-4 Audio File(*.m4a)
-AAC - Advanced Audio Coding (*.aac)
-APE-Monkey's Audio(*.ape)
-WAV - Waveform Audio (*.wav)
-AIF-AIFF Files(*.aif)
-VOC-Creative Voice File (*.voc)
-FLAC-Free Lossless File(*.flac)
-OGG - Ogg Vorbis Audio (*.ogg)
-AU-Sun Format File (*.au)
-FLV-Macromedia File(*.flv)";
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 = '';
}
}