var fDesc=new Array(); fDesc[0] = "SampleXS is a program that you can use to help you calculate the required sample size for a cross-sectional health survey. In this exercise you will use SampleXS to calculate a sample size for a prevalence survey of a health condition.
Start SampleXS and enter these values into the relevant data-entry boxes (SampleXS assumes that the maximum error (i.e. the margin of error or required precision) specified is for a 95% confidence interval."; 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 = ''; } }