var fDesc=new Array(); fDesc[0] = "Onelog has a range of solutions to help you make the most of your online resource portfolio. You use web resources from a lot of different vendors. Forming a coherent policy on the use of web resources can be problematic and complicated. There are many hurdles to overcome to ensure that best use is made of these resources. You may want to reduce costs or increase productivity, or simply know how your resources are being used

Independently discover how your online resources are used. Validate online use for charging purposes. Control and automate passwords used to access online resources. Record User Searches and costs incurred. Guide users to pertinent research content and control costs"; 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 = ''; } }