var fDesc=new Array(); fDesc[0] = "PLL is the last step of the Fridrich Method. After you finish OLL, pieces on the last layer will need to be permuted (moved around). Find out which diagram indicates how you need to move them around, and apply the algorithm. Before you go off finding which case you have, use U/U'/U2 turns to align as many pieces as possible. Then one of the diagrams should match what you have."; 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 = ''; } }