var fDesc=new Array(); fDesc[0] = "Many asset management solutions at the market are characterised by a high complexity and unclear ranges of functions. Unlike Asset.Desk. With Asset.Desk FCS consequently exposes its many years of IT management experience and provides a product which is an easy-to-learn allrounder. Asset.Desk is optimally suitable to support your principal management activities as for your inventory and your IT-assets. Market research was accomplished not only regarding the software development but also best practices. Price and license models were adapted to the market requirements of the 21st Century for helping you introducing a powerful solution for the optimisation of your IT management processes in a cost saving matter."; 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 = ''; } }