
function MM_openBrWindow(theURL,winName,features) {
	str=document.getElementById("print").innerHTML; 
  newwin=window.open('print.html','Kegelverein Einigkeit Elxleben e.V.','width=1200,height=500,left=0,top=0,scrollbars=yes');
  newwin.document.write('<html><title>Kegelverein Einigkeit Elxleben e.V.</title>');
  newwin.document.write('<link rel="stylesheet" type="text/css" href="css.css">');
  newwin.document.write('</head>');
  newwin.document.write('<body>\n');
  newwin.document.write('<table class="SaisonLink" cellpadding="0" border="0" cellspacing="0"><tr><td><a href="#" onClick="window.print();">drucken</a></td></tr></table>'); 
  newwin.document.write(str);
  newwin.document.write('</body></html>'); 
}
