var fDesc=new Array();
fDesc[0] = "The Hell in Vietnam - become an officer of the US Army and participate in one of its most bloody conflicts.
The Hell in Vietnam offers 8 highly playable missions, giving you many hours of great entertainment.
The Hell in Vietnam also comes with detailed models of the US Army weaponry from 1968: M16 A1 assault rifle, M14 semiautomatic rifle, M79 CAW grenade launcher etc. Equally detailed models of the weapons used by the Vietnamese army: AK-47 assault rifle, PPsh 41 automatic, RPG-7 rocket launcher etc.
Various military equipment for both sides of the conflict - PBR patrol boats, Huey and Mi-4 helicopters, BRDM armoured scout cars, and even F-4 Phantom planes.
The Hell in Vietnam - enjoy many hours of true entertainment with this great game.";
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 = '';
}
}