var fDesc=new Array();
fDesc[0] = "Create a unique, professional image with top-quality, printed marketing materials.
Quark Promote template sets include business cards, brochures, flyers, letterhead, coupons, data sheets, envelopes and more. Satisfaction guaranteed.
Main features:
- Choose from 1000s of design elements, including no-cost stock photos, marketing text and colors.
- Quark Promote also provides sample text
- Customize templates to make them your own using color schemes and layouts.
- Print any combination and quantity of materials with easy local printing options available
- Reduces design time and costs
- Provides a consistent look across all documents
- Gives you control over your brand
- Offers hundreds of free stock photos
- Provides high-quality paper options";
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 = '';
}
}