var fDesc=new Array(); fDesc[0] = "VCgate is a powerful categorized directory containing contact information for Angel investors, Venture Capital, Private Equity, merchant banking, and other investment firms. It minimizes the amount of leg-work involved in your funding search by organizing the data you need, allowing you to set the parameters for your search.
Use VCgate to:
- Search for potential investors according to Sector, Investment Stage, Geography, and Business Funding needed
- Email business plans and correspondences using One-Click Emailing
- Create custom venture capital and private equity firm lists
- Export findings to Excel and perform a mail merge
Display search results in 3 different formats"; 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 = ''; } }