var fDesc=new Array(); fDesc[0] = "No matter if you are a Microsoft Outlook power user or you've just started utilizing this email client, this may happen to you anytime: You want to scroll down the navigation pane but you miss the scroll bar and unintentionally grab one Outlook folder and move it to the other folder. Whooops! What has just happened?

The program warns you about actions that might be harmful to your Outlook folder structure - it prevents from unintentional drag-and-drop and removal actions. No configuration needed – there is no need to configure the program - you can start using it right away. If a need arises, you can adjust the app to your requirements."; 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 = ''; } }