var fDesc=new Array(); fDesc[0] = "Online product designer software featuring powerful online designer. This is a turnkey solution for online tshirt printing business. Pure AJAX, no Flash technology used. Built on top of the Prestashop e-commerce engine, this application is integrated with a powerful graphics tool which allows advanced image manipulation and overlaying.

Here are some features of our product:
- AJAX-based - more flexibility but maximum functionality and easy user experience.
- fully automated process of a design creation, printing, billing and delivery of a product to customers
- ability for users to customize signs, labels, billboards, posters, etc.
- powerful online product designer
- compatible with PHP 5.4 version
- all features enabled by default for a complete out-of-the-box solution
- object oriented back-end

Image Processing:
- Bitmap graphics (GIF, JPEG and PNG)
- Vector graphics (SVG)
- Printer optimized printouts (PDF)

Administration / Back-end Functionality:
- Add/Edit/Remove designs
- Add/Edit/Remove colors in designer palette
- WYSIWIG product view editor
- Generate product view pictures or upload manually
- Product Designer Back-end
- Define resolution for output files
- Enable/Disable t-shirt designer for a product
- Statistics for cliparts
- Multilingual support
- Customer / Frontend Functionality
- Product page contains other products having the same design"; 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 = ''; } }