%# Beware of self-styled experts: an ex is a has-been, and a spurt is a
%# drip under pressure.
% if ($Show) {
%     $r->content_type('application/msword');
%     $r->header_out('Content-Disposition' => 'inline; filename=report.doc');
%     $m->print($Obj->RenderMSWord);
%     $m->abort;
% }

<p align='center'><&|/l&>Converting file, please wait...</&></p>
<script><!--
if (parent.property) { parent.property.location.href='about:blank' };
setTimeout("location.href='/RG/Report/View.html/report.doc?View=MSWord&Show=1'", 1000)
--></script>

<%ARGS>
$Obj	=> $RT::Nothing
$Show	=> undef
</%ARGS>
