var fDesc=new Array(); fDesc[0] = "Visualize, print, copy in the clipboard or on HD in other format (DXF (R13), BMP, GIF, JPG, EMF and WMF) the drawings used in Screws@2000 and ScrewsDraws (GBF format).
The advantage of GBF (Graphic Binary File) format is the compactness, compression is not necessary. Very much interesting for e-mail transmission."; 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 = ''; } }