var fDesc=new Array(); fDesc[0] = "OpenWide was written to avoid a few [more] minor annoyances with Windows. This program allows you to specify the position and size of Windows' Open and
Save dialog boxes, and also to specify where the initial focus should be and which view will be the default.

Main features:

- Set position and size of Open & Save dialogs
- Set initial keyboard focus
- Set initial view style
- Drag & drop folders onto the title bar of an Open/Save dialog box, and the view will change to that folder!"; 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 = ''; } }