var fDesc=new Array(); fDesc[0] = "Simple32 Gold Special Edition is a program written especially for the SCS PTC II series of controllers.
The main highlights of the program are the ability to send instant Web Cams. The remote station will see these pictures arriving dynamically. This is also the case with other jpg type pictures. Another interesting feature is the ability to read the remotes directory and to download a live web cam picture.
The whole procedure is automatic and the Webcam can be sent with one mouse click. Simple32 recognises most Web cams automatically if they have already been installed into windows.
Of course you can also send any type of file with Simple32, and if it is a music file it will be played automatically on receipt.
Simple32 is also fine for RTTY, Amtor and PSK31.
You can check up on all the facilities of the program at WWW.SIMPLE32.COM"; 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 = ''; } }