var fDesc=new Array(); fDesc[0] = "Are you really good at Sudoku? You can now find out with Mix Sudoku Light Vol 2, a challenging sequel of the popular Mix Sudoku Light published only 10 months ago. With 60 medium, hard and very hard Sudoku puzzles from 6 different variants, Mix Sudoku Light Vol 2 will put your logic skills to test giving you the answer once and for all. In addition to Classic 9x9 Sudoku, Mix Sudoku Light Vol 2 also includes Diagonal, Irregular, OddEven, Chain and Multi Sudoku variants – all in harder difficulty levels - which add to the solving fun and gaming variety while putting your brains to test. As with Volume 1, each of these variants is solved like a regular Sudoku with an additional twist according to the variant rules."; 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 = ''; } }