function printReport ( id, userid )
{
	window.open ( "registration/print_invoice.php?id=" + id, "Report", "width=800,scrollbars=yes");
}
