var fDesc=new Array(); fDesc[0] = "ezCatalogCreator was designed for average non-technical and non-graphics professional people to use in creating fast, good looking, and well designed catalog or item listings or pages.

In less than 60-minutes and with no graphics experience you can start creating great looking catalog pages!

Designed for Windows operating system and runs on XP, XP pro, Win2000, 2003, Vista and Windows 7."; 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 = ''; } }