var fDesc=new Array(); fDesc[0] = "One of the biggest challenges after working contacts is sending out QSL cards for contacts worked and while there are many options including custom printing many people prefer to create them from their own logbook programs. Indeed many of these programs offer the ability to create cards and labels, most of them only support a few formats. If you need more flexability then the QSL Wizard is the best tool to use. Simply export your log data into the new standard ADIF format, import this data into the QSL Wizard and you are off and running with a program that will allow you to exactly design your cards or labels in your own format."; 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 = ''; } }