var fDesc=new Array(); fDesc[0] = "GEO-SLOPE GeoBorrow
License borrowing allows a company that has purchased GeoStudio 2007 network licenses to have an end-user ‘check out’ a license for use while disconnected from the corporate network. This feature enables you to temporarily make use of a network license in a standalone capacity. Once a license is borrowed, the license is removed from the pool, decreasing the number of available licenses on the network. The only ways to return the license to the network pool is to check the license back in, or to wait for the borrow term to expire."; 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 = ''; } }