View MSDN pages in full screen width

website

Is there a way to see MSDN pages in an non-frames and non-panel way such that the full width of the screen is used for the actual content? (At large font sizes this is especially important.)

In the Classic view, "Printer Friendly Version" does what is required, but only if JavaScript is blocked from microsoft.com (otherwise it will open a printer dialog). Is there a universal way to achieve it, without the need to block JavaScript (or conversely, without the need to require JavaScript)?

An example of the printer view is AppDomain Class.


Update. Illustration of Mike's answer:

alt text http://drmortensen.eu/SE20/MSDNfullWidth_16c.png

Best Answer

Similar to how the printer view is achieved, you can use the PDA view by putting (pda) at the end of the main url:

http://msdn.microsoft.com/en-us/library/system.appdomain(pda).aspx

I don't think there is a way of setting this as a default so that it opens any MSDN pages this way though. Your best bet would be to use the lightweight view and collapse the tree.