var fDesc=new Array(); fDesc[0] = "In effort to make creating Virtual Samples even easier for distributors, we have developed Technologo Right Click as a tool that allows you to create Virtual Samples from almost any product image on the internet, even if the supplier isn’t using any Virtual Sample service! Once the software is installed, a simple “right click” of an image on the internet will start creating your Virtual Sample. With Right Click, you will be able to use our revolutionary Logo Remover for those product images that are already imprinted, upload and store artwork, use advanced editing tools to ensure the logo looks just right, add text if needed, and then save the Virtual Sample to your computer, e-mail it to the client, or add it to a vFlyer."; 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 = ''; } }