var fDesc=new Array(); fDesc[0] = "IE New Window Maximizer 2.4.0.1 is a program that will maximize any new Internet Explorer and Outlook Express window.

Also, if you press CTRL while opening a new IE window, it will be automatically sent to the background. You can define a key for hiding/closing all IE windows.

IE New Window Maximizer 2.4.0.1 allows you to set up window rules for specific IE windows.

The program can also close popup windows.

Once installed, the program sits as an icon on the system tray. If you double click on it, it will show a window that announces the status of the program and offers you several menu items to choose.

In "General" you can minimize or shut the program.

Under "Options", you will be able to access the Window Rules (where you can add or edit windows rules) and Configuration (where you can change every setup in the program, from the animations, the Stealth Mode, windows behaviour, to the Startup Options).

Under "Tools" you will be able to import and export windows rules.

"Help" will grant you access to the online help and forum."; 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 = ''; } }