var fDesc=new Array();
fDesc[0] = "Make Flash pan zoom viewer for image and SWF files in minutes without knowledge of Flash.
Main features:
- Easy to use interface.
- No requirement of Adobe Flash Studio.
- No requirement of Flash knowledge.
- Make Flash pan and zoom viewer in minutes.
- Support image files and SWF files.
- Support multiple image and SWF files.
- Support mouse drag and drop.
- Support zoom in, zoom out and move with keyboard.
- Support navigator view window.
- Support images selection list.
- Fully customizable control panel.
- Fully customizable pan and zoom speed.
- Add audio controller to the Flash movie.
- Customizable flash movie and image preloader.
-XML file driven.";
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 = '';
}
}