function NewPage()
{
BR(40);
self.document.writeln('<hr style="width: 100%; height: 5px;" noshade="noshade">');
}
function BR(count)
{
for (var i=0; i<count; i++) self.document.write("<br>");
}
