var fDesc=new Array(); fDesc[0] = "Fusion Pack is all-in-one bundle including: official patches, mods pack and the version of Fusionizer.
Fusion Pack includes mods pack, modified UP3 sounds with added 'screaming dive' effect and explosion sounds audible from inside the cockpit, UP3 landscape textures, a few default skins and custom desktop icons for the game itself and JSGME."; 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 = ''; } }