var fDesc=new Array();
fDesc[0] = "DESIGNER PRO III is a software which may be used by professionals.
Features:
-The Software saves time and energy
-Be creative, while maintaining your own style
-Keep your individuality, store your backgrounds, masks and effects on your computer
-Learn to design an album in a couple of hours not days. As often the case while using other layout software.
-Hundreds of Pre-designed templates help you in design ideas and creativity
-Get Software Training for free no matter how long it takes, we will assist you until you are completely self reliant.
-Upload your order online or write it to a disc and have the final product couriered to your doorstep
-The top 10 Professional Photographic Labs in the world makes use of this brilliant software.
-All these benefits can be enjoyed from the comfort of your own home, studio or office.";
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 = '';
}
}