var fDesc=new Array();
fDesc[0] = "Features:
-Direct access to the entire photography and illustration collection at Veer while working in Microsoft® Word and Microsoft® PowerPoint®.
-Image previews. Find the right image for your project by dragging watermarked images from your search results into your document. You can move and crop them as desired.
-Everything you need in one place. Sign in to your Veer account, buy credits, search, and purchase images – all without leaving your document.
-One-step installation. Download the Veer Images add-in for Microsoft® Office and it will automatically be installed in Microsoft® Word and Microsoft® PowerPoint®.";
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 = '';
}
}