var fDesc=new Array(); fDesc[0] = "viaPicnet is a fully automatic online order receiving software.

viaPicnet is a thoughtful and user-friendly software. It is network enabled, so you can set the download destinations in your network. The images will be saved into different folders automatically created by size and finish.

It has following features:
-Auto download - It will automatically scan for new orders and download them. You can set your own scanning interval.
-Auto send confirmation - A confirmation email will be automatically sent to your customer after the automatic download. A confirmation copy will also be sent to your own email address.
-Set your own product/price - You set your own prices for the sizes and finishes you offer.
-Printable order details - One click to print the the order details and customer's receipt."; 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 = ''; } }