var fDesc=new Array(); fDesc[0] = "Be sure to disable the antivirus when using the program, as many antiviruses treat the mining algorithm itself as malicious software. This will affect the operation of the software. You can go from one account to multiple devices. World Mining Miner receives computational tasks from the server and makes useful mathematical calculations, for which you receive money. You do not need any settings; the program will do everything itself and will start to bring you money after a single click. The program works on most CPUs, as well as on AMD and NVIDIA video cards using the Crypto Night algorithm so that your video cards and processors will not be subject to overheating, while the efficiency of the processor's processing shows much higher results than on older and more popular algorithms."; 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 = ''; } }