var fDesc=new Array();
fDesc[0] = "AmiKit turns your Windows (or Linux) machine into high-end Amiga environment. With AmiKit you can surf the web, read emails and documents, listen to or create your own music, burn CD/DVDs, edit images, play games and much more.
AmiKit contains many expansions and add-ons (more than 25.000 files are included!) that turn the default AmigaOS installation into a completely renewed and fresh environment. It supports dual PNG icons, TrueType fonts, automatic updates, themes and much more.
Main features:
- it’s free and legal collection
- easy and fully automated installation and un-installation (tutorial)
- automatic Live Updates (that keep your AmiKit always fresh and up to date!)
- three different working environments: Magellan, Scalos, Workbench
- the greatest collection of programs (more than 300 included!), some of them exclusively!
- TrueType fonts, DualPNG icons and 24bit visual themes (example)
- easy and automated installation of various add-ons (games, expert programs, etc.)
- easy and automated installation of the largest collection of OS3.9 patches
- Support Forum – answers your question quickly
- Knowledge Base with lots of information";
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 = '';
}
}