var fDesc=new Array(); fDesc[1] = "HP device. It is now available for online downloading. It is primarily aimed at printing, it supports JPG, JPEG, BMP, PNG y GIF images. It allows us to import our photos from a memory card, printer, camera, PC, CD, scanner, etc."; fDesc[2] = "Pro is designed to quickly and easily draw good-quality, straightforward designs."; fDesc[3] = "the photographic and printing industries for its ability to increase image size well over 1000% without the loss of sharpness or detail that you would normally expect. Its patented, fractal based interpolation algorithms work like nothing else and the results speak for themselves."; fDesc[4] = "and sizes, select the cloth, and much more with PCStitch PRO 9! Your creativity will be at its highest point with it! Make your hobby even easier to accomplish, and make a job of it if you please. Wait no more! Create now and enjoy it!"; fDesc[5] = "pattern to be printed, that is in Colored Stitches or Squares, in Black and white or Colored Symbols and much more. Print more than one pattern in one page, import patterns from saved files or download them from the web site PatternsOnline.com, and get ready to cross stitch."; fDesc[6] = "options this program has, your creativity will be unlimited. Whether you use it for your job or you are a person who enjoys playing with images, this tool is very useful. It also comes handy to print patterns and give them to children for them to color."; fDesc[7] = "track (wav) to the project, select the style for displaying the slides, slide frequency, display in random or sequential orders, and that’s it! Lay back and enjoy it!"; fDesc[8] = "from your existing pictures. This excellent tool provides you with a range of features like 3D Effects, Bump adjustment, Normal maps, Scalable output, Alpha transparency, Export to Adobe Photoshop and many more."; fDesc[9] = "create beautiful patterns of any image that you wish to create. Earlier the task of cross stitch or rya rug patterns making was very time consuming and boring, but using this program you can easily speed up the process."; fDesc[10] = "to give you the best results possible."; fDesc[11] = "plug-in for your favorite image-editing tool. It includes a wide variety of options to optimize and enhance your digital images, to add attractive effects and to change their shape, size and format. It supports JPEG, PNG, TIF, GIF, WBMP and TGA files."; fDesc[12] = ", whirl, sharpen, blur, contrast, emboss, smoothing noise, color balance. You can rotate images, change size, write text on image, and more."; function tCollapseAll(maxID) { document.getElementById("alls_action").innerHTML = "Expand descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("desc_" + id)) tShowHide(id, 2); } } function tExpandAll(maxID) { document.getElementById("alls_action").innerHTML = "Collapse descriptions"; var id=1; for (id=1; id <= maxID; id++) { if (document.getElementById("more_" + id)) tShowHide(id, 1); } } function tShowHide(id, show) { var s = document.getElementById("more_" + id); if ((s.innerHTML!=fDesc[id] || show==1) && show!=2) { s.innerHTML = fDesc[id]; } else { s.innerHTML = '...'; } }