var fDesc=new Array(); fDesc[0] = "The UK-Elect Standard Edition is a software designed for elections that can forecast any British Election, based on opinion polls, by-election results, or the first few General Election night constituency results. The extensive sets of elections in this version include the 1983, 1987, 1992, 1997, 2001, 2005 and 2010 General Elections and a others more."; 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 = ''; } }