﻿function OpenPrintPage(PrintUrl)
{
  //alert(PrintUrl);
  window.open(PrintUrl,"Druckansicht", "scrollbars=yes,width=650,height=550");   
}