var fDesc=new Array(); fDesc[0] = "Should you sell new or second hand clothes on ebay, etsy, or any other selling webstore, isosize helps you to provide detailed information regarding clothes measurements to increase trust on size.

With isosize tags, you may also share your clothes items through social media like facebook, pinterest or twitter.

Create an isosize tag ,here your size assistant for online selling, upload an image of the item, select the clothing type, provide measurements, and share the tag on your favorite webstore or on social media.

You may decide to add a QRcode in the tag if you want to allow the scan from a mobile device."; 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 = ''; } }