var fDesc=new Array();
fDesc[0] = "Relive the Golden Age of radio from Westerns to Mystery. Laugh with Burns & Allen, Abbott & Costello, or Jack Benny.
Solve crimes with Sgt. Joe Friday, Sam Spade and Philip Marlowe.
Clean up the Old West with Gunsmoke, the Lone Ranger or Have Gun Will Travel. Or solve a mystery with Agatha Christie.
- Vista compatible.
- Each Volume contains full length original episodes.
- Info on original air date, starring role, and other facts included when available.
- Nostalgic interface to set the mood.
- Approximately 2 hours of listening pleasure in each volume.
- Perfect gift for family or friends.
- Now you can bookmark playing position and pick up where you left off later.";
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 = '';
}
}