var fDesc=new Array(); fDesc[0] = "The aim of this NBSC Player has been to see if it is possible to transmit full color NBTV pictures in a single analogue sound channel.
The signals can also be recovered by multiplying the signal by a square wave or sine wave that is in sympathy with the original carrier, because a sine wave averages out to zero over a full wave, if this recovering wave is at the same phase as the carrier then the signal will be recovered (averaged over a cycle) whereas the other signal being 90 degrees out of phase will not."; 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 = ''; } }