var fDesc=new Array(); fDesc[0] = "Scan the front, rear, side and top view of the drawing and save them as BMP, GIF or JPG files

Start Tank-CAM and load these drawings in their own windows.

Enter the original scale of the drawing and the scale of the model you want to make.

With your mouse mark each corner of the hull plate you want to know the actual shape of. Do this in each view.

Print the results, a drawing of the actual shape and size of the hull plate. You now only have to cut this shape out of plastic sheet.

Or copy the result to the clipboard and paste it in a drawingprogram.

- Now also loads and saves GIF and JPG format.
- Zoom function added.
- Copy to clipboard function added.
- Toolbar added.
- Install program added."; 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 = ''; } }