var fDesc=new Array();
fDesc[0] = "Clipstream® Video is an advanced streaming video encoder and server technology that uses only standard web servers.
Clipstream® Video is a Java progressive-download video playback system that enables you to post video clips of any length onto a web page, email, survey or web advertisement requiring only the common free Java runtime used by thousands of websites and applications.
Features
- dynamic bit rate encoding - high quality with lower file sizes
- new high quality codec! - fill your screen with high quality motion and detail
- full stereo sound - lush music or voice. Movie trailer quality for your website
- new "per-clip" licensing model available - License one clip, dozens or your entire web presence
- .js embed link by default - now easier to install onto a page than ever
- Most Secure - Your content is safe, protected and locked to your website
- Widest Reach - 98% of PC's are already enabled for "click and plays" no plug-ins
- Customizable - Versatile and easy to use software
- Streams on existing webservers - Slash costs, no additional servers.";
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 = '';
}
}