function contentPrint(c){var b="<strong>"+c+"</strong>"+document.getElementById("content").innerHTML;var a=resultsPrint(b);return}function resultsPrint(a){var c="toolbar=no,location=no,directories=no,menubar=no,";c+="scrollbars=yes,width=650, height=750, left=400, top=100";var d=Date().substr(0,16);var f=a.length;var b='<input name="PrintButton"  id="fPrintButton" type="button" value= " Print "  onclick="self.print()"  /> ';var e='<input name="CancelButton" id="fCancelButton" type="button" value=" Close " onclick="self.close()" /> ';var h=b+"     "+e;var g=window.open("","",c);g.document.open();g.document.write('<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">');g.document.write("<head> <title>Takoma Theatre Conservancy</title>");g.document.write('<style type="text/css"> .red {color:#FF0000;}</style>');g.document.write("</head><body>");g.document.write(h);g.document.write('<br/><br/><div style="font-family:verdana;font-size:12px">'+d+"</br>");g.document.write("<strong> </strong>");g.document.write(a);g.document.write("</div></body></html>");g.document.close();g.focus();return true};