%# The chief danger in life is that you may take too may precautions.
%# 		-- Alfred Adler
<SCRIPT><!--
if (parent.property) { parent.property.location.href='about:blank' };
--></SCRIPT>
% my $out = $Obj->RenderHTML;
% my $cnt = 1;
% my $key = length($out);
% while ($out =~ s{src="data:image/png;base64,([^"]+)"}{src="Image.html?Id=$cnt&Key=$key"}) {
%     $session{"reportImg$cnt"} = $1;
%     $cnt++;
% }
% $m->print($out);
<%ARGS>
$Obj	=> $RT::Nothing
</%ARGS>
