var fDesc=new Array(); fDesc[0] = "CodeGenius Studio is not just a developer tool. The database management capabilities are quite extensive. CodeGenius Studio can even manage the username & password combinations for all these databases. Through Hotkey technology these username & password combinations can then be inserted into the login dialog in Dynamics NAV. And for the people that worry it isn't safe: CodeGenius Studio only inserts username & password into the login dialog. This is done to prevent people from easily accessing your private username & password combinations."; 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 = ''; } }