var fDesc=new Array(); fDesc[0] = "Tile Print is a tool for resizing, tiling and printing images.
With Tile Print you can print your model airplane plans on your home printer.
Simply load a picture, set the dimensions and Tile Print will resize the image and tile it to your printer.
Tile Print also has the ability to convert between many image types such as vector to raster (DXF to BMP)."; 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 = ''; } }