var fDesc=new Array(); fDesc[0] = "You have to join Jane for fast-paced fashion fun and manage a busy boutique in Dress Up Rush Deluxe. Tired of the average clothing store, Jane decides it's time to open a place of her own. Start small and upgrade your boutique with original decorations, helpful tools, unique clothing and more."; 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 = ''; } }