var fDesc=new Array(); fDesc[0] = "StyleZone is an online trendsetting fashion community, where users can design their own clothes and share their creations with other users. Fashion items are presented in 3D technology on a true to life modifiable body. Users can modify their face and body features, allowing them the flexibility to design clothes for anyone. After the completion of one design, each user gets his/her own StyleZone homepage where their creations are exposed to the rest of the community. Users can rate each other's designs, try on each other's designs, chat with other fashion addicts, and write personal blogs.

Now, for the first time, the online fashion experience becomes a true to life 3D adventure with all the benefits of personal creativity, customization, and a lively and thriving online community!"; 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 = ''; } }