var fDesc=new Array(); fDesc[0] = "A unique program that allows you to create the sprites of weapons in original PixelArt style.
Choose from more than 50 pieces of weapons, which you can zoom in and out, and even mirror!
You can create an analogue of the existing and completely new kinds of weapons.
Sprites can be saved in formats: bmp, jpeg and png. They can be used for any purpose, even commercial!

Controls:
- Mouse operated
- For parts mirroring, push the RMB
- Spin the wheel to zoom in and out"; 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 = ''; } }