include_once($path_to_root . "/includes/session.inc");
-page(_("View or Print Transactions"));
-
include_once($path_to_root . "/includes/date_functions.inc");
include_once($path_to_root . "/includes/ui.inc");
include_once($path_to_root . "/includes/data_checks.inc");
include_once($path_to_root . "/reporting/includes/reporting.inc");
+$js = "";
+if ($use_popup_windows)
+ $js .= get_js_open_window(800, 500);
+page(_("View or Print Transactions"), false, false, "", $js);
//----------------------------------------------------------------------------------------