var fDesc=new Array(); fDesc[0] = "Add the sound of modern warfare to MorphVOX Pro. This premium add-on has 16 high-quality sound effects found on the battlefield.

Blast your buddies with high-impact sound effects that will be sure to get their attention. From rumbling cannons and explosions to flame throwers and helicopter sounds, these effects will add fun to your online games.

Sound Effects Included:
-Bullet Impact
-Cannon Fire
-Dive
-Explosion
-Flame Thrower
-Grenade
-Helicopter
-Incoming
-Machine Gun
-Ricochet
-Ricochet 2
-Rifle
-Rocket Launcher
-Shotgun Pump
-Silencer
-Siren"; 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 = ''; } }