var fDesc=new Array();
fDesc[0] = "Create your setups with this tool.
Simple operation; Installation is fast; Beautiful interface.
Simple is the last word
1. Just fill out a simple software information
2. Just a simple set
3. Press a button you can build into a beautiful installer
Fast installation, no long wait
1. Fast speed of installation
2. Let your users no longer have to wait for lengthy installation process
3. Press a key to quickly complete the installation
Cool effects, enhanced visual experience
1. Give the user the most eye-catching visual impact
2. Since the installation process into a pleasure
3. Good experience to bring you more users.";
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 = '';
}
}