var fDesc=new Array(); fDesc[0] = "This update provides the VIP QuickFont Character Selector, which allows you to select an alternate set of characters for the VIP QuickFont program to use when converting TrueType® and OpenType® fonts to embroidery. This is not required for English or Western European Character Sets. This update is only recommended for those who wish to create an alternate set of characters, as there are no other changes to the VIP QuickFont program compared with version 6.1. There is one change compared with previous versions, that is the ability to create a Tajima disk. You must have a previous version of VIP QuickFont to be able to install the update. To install after download, double-click on the file in Windows® Explorer and the installation program will start. To use the VIP QuickFont Character Selector, double-click on the CharSetMaker.exe file in your program folder, normally C:\VipEmbroidery."; 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 = ''; } }