var fDesc=new Array();
fDesc[0] = "Secure Image Pro is one of the ArtistScope most secure solutions for digital images, documents and web pages. Secure Image Protection software encrypts images and domain-locks them to your website.
Its main features include:
- Image watermarking option.
- Slideshow and swap image for image or text effects (print protection).
- Configuration wizard for setting properties of individual images.
- Image encryption for JPG, GIF, PNG and TIFF images.
- Domain locking of images to a designated website.
- Batch processing for thousands of images at a time.
Also:
- Grab and spider protection.
- No right mouse click.
- Domain Lock.
- Image Encryption.
- Browser support.
- Website extensions and plugin modules.";
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 = '';
}
}