var fDesc=new Array();
fDesc[0] = "Easy halo scripter it contains a lot of scripts, there is probably around 250/300 scripts that can be made with EHS V2.
Main features:
-Script up to 100 UI cameras
-Script up to 100 Cutscene Cameras
-Synchronise switches so that doors/lifts will sync in MP
-Script up to 20 Vehicles with a working script that me and killerkiwi worked on,
-Script 10 Teleporters in 1 script
-Script to make a Deathbox,(Thanks Tarzan)
-Find Words/Characters within the Script pad
-Clan Search by hFT~Squishy";
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 = '';
}
}