var fDesc=new Array(); fDesc[0] = "What is SpiffCast?

SpiffCast is an application that you run on a computer at home. You can then access your music, photos, and video from a web browser anywhere in the world.

SpiffCast is free software, it costs nothing to buy, and there are no service fees.

Unlike other software that use centralized servers where all your viewing and listening habits may be observed...SpiffCast sends media directly to you. SpiffCast does not collect any information about you or what music you listen to or what movies you watch.

SpiffCast transcodes and streams just about any video format to Windows Media Player, it transcodes and makes Flash video available immediately for progressive download. Now you can watch Flash video on any device with a browser and Flash support."; 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 = ''; } }