var fDesc=new Array(); fDesc[0] = "smart Barcode Maker software version Fasaftco. Price 600,000 rials - Barcode Maker Add unlimited barcodes horizontally or vertically, with the color and size - Add text anywhere Serial barcode labels for certain vertical angle Add - add automatic date and time anywhere in the label and automatically picking and add frames and custom framing any shape and any color other features of this version of the software incloud help and video by Fasoftco"; 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 = ''; } }