var fDesc=new Array(); fDesc[0] = "B&W Pic-a-Pix Light Vol.1 offers an assortment of 30 easy to solve B&W Pic-a-Pix puzzles in sizes ranging from 5x5 to 15x15.
B&W Pic-a-Pix Light can be played as a Facebook application, as a casual game on selected gaming portals, or offline as a downloadable desktop application. All 3 playing options contain the same set of puzzles."; 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 = ''; } }