var fDesc=new Array(); fDesc[0] = "A bathroom set with realistic objects for a real simulation.
The pieces are located under generic medium scenery.
There are 32 items within this set.
The floor and wall pieces in the below picture belong
to ShyGuy and are not included in this set.
The pieces are not functional. They are purely aesthetic.
The mirror does not actually reflect peeps.
Sides of pieces not normally seen are removed to increase performance.
The open stalls have the most polygons with 160 (tops) mostly due to the toilet. The 3D sink has 98. Both of which will be reduced by about 20 (probably in the next update), without loosing anything in terms of visuals."; 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 = ''; } }