var fDesc=new Array(); fDesc[0] = "Google Sketchup Architecture Library is one of the several available Sketchup Bonus Packs to use with Google Sketchup. With this component you access to multiple 3D models of architectural accessories to design your house of office. This tool is oriented and developed for the concept design stages and allows you to create, see and modify 3D models right from your ideas, without taking too much of you to use the tool so you can think in your designs instead of thinking about how to draw them, just as you were drawing with your hand and pencil."; 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 = ''; } }