}
// 1/07/2009 rgliddon: If we are print previewing and there are more than
// two documents to preview then show the Preview Documents window.
else
{
PreviewDocuments window = new PreviewDocuments(m_checks);
JFrame top = Env.getWindow(0);
if (top instanceof AMenu)
((AMenu)top).getWindowManager().add(window);
somethingPrinted = true;