Plan View in new window

This section is used to prevent Internet Explorer 7 from freezing while using the Plan View. To solve the problem, set value to true.
planViewNewWindow
Set it to true if you want the plan view to be displayed in a new window each time it is launched. Default value is false.
<?xml version"1.0"?>
<tdwc>
.
.
 <settings>
<graphViews>
<property name="planViewNewWindow" value="true"/>
</graphViews>
.
.
 </settings>
</tdwc>
See TdwcGlobalSettings.xml sample to view the complete syntax for the file.

For more information about how to customize global settings, see Customizing your global settings.