var fDesc=new Array(); fDesc[0] = "Magic View&Converter has the ability to create markups for all its readable file formats without the document's authoring
application. At the same time it provides the ability to perform measurements in 2D/3D files. We can use Magic View&Converter convert the file of all supports to PDF,CALS GP4,FAX,HPGL,TIFF,BMP etc. At the same time,It is one very excellent print control software,Offer print option include postmark, watermark and banner."; 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 = ''; } }