var fDesc=new Array(); fDesc[0] = "In Wedding Salon 2, you create a wedding boutique chain and become a true master of wedding preparations. At first, you dive into pre-wedding turmoil, helping the bride and the groom organize wedding. Then you start opening wedding salons all over the world, broadening your range of products, and training your staff. Finally, you furnish your luxurious house – bedroom, kitchen, and cozy patio – with over 200 furnishing and decoration options."; 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 = ''; } }