var fDesc=new Array(); fDesc[0] = "Photo Studio Manager is a photo studio management software for small photo studios. It's designed to manage financial, personal and content information.
The program can : manage customers database, manage and print orders/invoices, organize and manage content associated with customers, view EXIF information for photos, manage expenditure.
Also the program can generate and print reports, generate and print charts. The program uses MySQL database for storing the information and provides full unicode support."; 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 = ''; } }