var fDesc=new Array(); fDesc[0] = "There is everything you’ve ever imagined and wished for. It’s the place you’ve dreamed about and hoped for. It’s all the good things in life, and if you can’t find them, you can make them. It’s a place where your spirit can soar and you can fly-literally.

There is a place where you look on the outside the way you look on the inside. Feeling awesome today? You can look awesome. Feeling like you want to make some heads snap around? You can look knock-down gorgeous and totally buff. Best of all, everyone is friendly. They’re either an old friend, a new friend, or an about-to-be-friend.

It’s a great place to meet up when you’re ready to move beyond posting pictures, but not able to hop on a plane. Plus, you don’t have to get blisters on your fingers. You can use Voice and talk like you really talk. Whisper, chuckle, sneeze, or laugh. There’s Voice lets you say what you really want to say."; 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 = ''; } }