var fDesc=new Array(); fDesc[0] = "Stock PhotoShop is a collection of free and commercially usable images that are essential for any business website, blog, or presentation. It contains 10 images suitable for the following business topics:

1) Business Innovation
2) Corporate Marketing
3) Corporate Finance
4) Product or Services Blog
5) Business development
6) Business Security
7) Business Operations
8) Global Expansion
9) Corporate Finance
10) Corporate Financial Statements"; 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 = ''; } }