function ShowModalDialog(d,b,f,c,a){var e=window.showModalDialog(d+"iframe.aspx?url="+escape(b)+"&wh="+c+"&ht="+a+"&title="+f,null,"dialogWidth="+c+"px; dialogHeight="+a+"px; scroll=no; status=no; toolbar=no; help=no;");return e}function CreatePrintPage(c,b,d){var a=window.open();a.document.write("<html><head>");a.document.write("<title>"+d+"</title>");a.document.write('<base href="'+location.hostname+c+'"></base>');a.document.write('<link href="rc/css/renascence.css" type="text/css" rel="stylesheet" />');a.document.write('<link href="rc/css/default-print.css" type="text/css" rel="stylesheet" />');a.document.write('</head><body onload="window.print()">');a.document.write('<table cellspacing="0" cellpadding="0" width="100%" border="0">');a.document.write('<tr><td><img src="/images/templates/default/00000021.gif" width="371" height="36"></td></tr>');a.document.write('<tr><td><img src="/images/templates/default/s.gif" width="1" height="5"></td></tr>');a.document.write('<tr><td><img src="/images/templates/default/00000011.gif" width="100%" height="1"></td></tr>');a.document.write("<tr><td>&nbsp;</td></tr>");a.document.write("<tr><td>");a.document.write('<table cellspacing="0" cellpadding="0" width="100%" border="0">');a.document.write('<tr><td width="1%">&nbsp;</td><td width="98%">');a.document.write('<div class="text-content-h-title">'+d+"</div><p>");a.document.write(""+b.innerHTML);a.document.write('</td><td width="1%">&nbsp;</td></tr>');a.document.write("</table>");a.document.write("</td></tr>");a.document.write("</table>");a.document.write("</body></html>")};
