var fDesc=new Array(); fDesc[0] = "This Big CD offers an extensive range of products that will spoil you for choice. All About GRE Revised General Test - gold pack includes five GRE-like mock tests that are completely different from the ones in the silver pack. The tests are unique, without any repetition of questions. This software is designed to have actual GRE identical screens, timings, instructions, and breaks. Includes five full length practice tests with 1 analytical writing section, 2 verbal reasoning sections, and 2 quantitative reasoning sections."; 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 = ''; } }