var fDesc=new Array(); fDesc[0] = "Quizzes are widely used almost in all educational processes. Quiz-Buddy is a small application that was developed for creating any type of quizzes. The program has a very simple and easy-to-use interface. That’s why it can be easily used by people who don’t have any extra knowledge about computers. By the way this application can also be very useful for self-education. You can use it for leaning new languages or something else. The application allows creating unlimited number of quizzes in a very easy way. The application also includes a range of ready-to-use quiz examples. Process of quizzing can be provided by funny sounds. This feature can be useful if you create quizzes for children. Each quiz can be also printed or exported to HTML form for further usage. I have mentioned only several features of this great program. For getting more information about it you can use its detailed user guide or visit the product’s home page. The program is light-weight and doesn’t need a lot of system resources for stable work."; 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 = ''; } }