var fDesc=new Array(); fDesc[0] = "With its intuitive interface and logically placed playback controls, GenCG is easy to use.

Main features:

- Import Multiple Animation Elements to be Played Simultaneously*
- Apply Animation Elements to Any Layer Inside MultiLayer Mode*
- GPI Trigger Control
- Intuitive GUI with WYSIWYG layout
- 260 effects including fade, roll, and crawl
- Multilingual support**
- Icon-based drag-and-drop tools
- Flexible resolution from high definition to standard
- Software standardized across all models
- Images and animations embedded into page for easy transfer
- Built in customizable templates
- Numeric keypad available for playback functionality
- Import TGA, BMP, JPEG, GIF, PNG, and TIFF files
- User definable clock and timer
- Animation capability via sequential targa files
- Re-sizable VGA preview monitor with page numbering
- Adjustable safe guides for both 4:3 and 16:9 environments."; 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 = ''; } }