var fDesc=new Array();
fDesc[0] = "The PolygonDevices GeoBuilder is a 3D world editor. Not for todaycomplicated 3D editor application, the GeoBuilder logical design foran easy usability. The system is totally well-designed building blockschematic 3D.
There are suitable for a quick 3D design work. User canpick a block or texture using drag and drop, undo-redoing, copyinggroup of blocks and export into the other 3D application. Please note for the best performance the program required a 3Dgraphics card with compatible OpenGL and run on Windows XP.";
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 = '';
}
}