update tests
authorMark Wells <mark@freeside.biz>
Fri, 7 Aug 2015 02:38:41 +0000 (19:38 -0700)
committerMark Wells <mark@freeside.biz>
Fri, 7 Aug 2015 02:38:41 +0000 (19:38 -0700)
19 files changed:
FS-Test/bin/freeside-test-run
FS-Test/bin/freeside-test-start
FS-Test/bin/freeside-test-stop
FS-Test/lib/FS/Test.pm
FS-Test/share/output/edit/part_pkg.cgi/2
FS-Test/share/output/edit/process/quick-charge.cgi/amount=100.00:custnum=2:pkg=Test%20one-time%20charge:quantity=1:bill_now=1 [new file with mode: 0644]
FS-Test/share/output/edit/quick-charge.html/custnum=2 [new file with mode: 0644]
FS-Test/share/output/search/cust_pay.html/magic=_date:unapplied=0:beginning=01%2F01%2F2016:agentnum=1 [deleted file]
FS-Test/share/output/search/cust_pay.html/magic=_date:unapplied=0:beginning=01%2F01%2F2016:agentnum=1:order_by=paynum [new file with mode: 0644]
FS-Test/share/output/search/cust_pkg.cgi/keywords=pkgnum:order_by=pkgnum [new file with mode: 0644]
FS-Test/share/output/search/cust_pkg.cgi/magic=bill:classnum=0:setup_ending=10%2F31%2F2015:pkgpart=5:pkgpart=2 [deleted file]
FS-Test/share/output/search/cust_pkg.cgi/magic=bill:classnum=0:setup_ending=10%2F31%2F2015:pkgpart=5:pkgpart=2:order_by=pkgnum [new file with mode: 0644]
FS-Test/share/output/search/cust_pkg_churn.html/agentnum=:status=setup:begin=1438412400:end=1441090800 [deleted file]
FS-Test/share/output/search/cust_pkg_churn.html/agentnum=:status=setup:begin=1438412400:end=1441090800:order_by=cust_pkg.pkgnum [new file with mode: 0644]
FS-Test/share/output/view/cust_bill-pdf.cgi/invnum=681:notice_name=Invoice [deleted file]
FS-Test/share/output/view/cust_bill-tex.cgi/invnum=681:notice_name=Invoice [new file with mode: 0644]
FS-Test/share/output/view/cust_main.cgi/custnum=2:show=packages [new file with mode: 0644]
FS-Test/share/output/view/cust_main.cgi/custnum=2:show=payment_history [new file with mode: 0644]
FS-Test/share/ui_tests

index e709641..add1e9b 100644 (file)
@@ -14,6 +14,6 @@ freeside-test-stop || true
 
 diffname=freeside-test.`date +%Y%m%d`.diff
 echo "Writing diff to $diffname."
 
 diffname=freeside-test.`date +%Y%m%d`.diff
 echo "Writing diff to $diffname."
-diff -urb "$tempdir" "$sharedir/output" > $diffname
+diff -urb "$sharedir/output" "$tempdir" > $diffname
 diffstat -C $diffname
 
 diffstat -C $diffname
 
index eca2e03..4f12e32 100755 (executable)
@@ -40,8 +40,9 @@ fi
 newtime=$(sudo -u freeside \
   psql -tc 'SELECT to_timestamp(max(_date) + 86400) FROM cust_bill' \
 )
 newtime=$(sudo -u freeside \
   psql -tc 'SELECT to_timestamp(max(_date) + 86400) FROM cust_bill' \
 )
-echo "Setting clock to $newtime."
-sudo date -s "$newtime"
+# no longer needed since we don't run LaTeX in the test script
+#echo "Setting clock to $newtime."
+#sudo date -s "$newtime"
 
 #echo "Applying upgrades."
 #sudo -u freeside freeside-upgrade test
 
 #echo "Applying upgrades."
 #sudo -u freeside freeside-upgrade test
@@ -49,6 +50,6 @@ sudo date -s "$newtime"
 
 # start Apache on a future date when all of the invoice dates are in the past
 echo "Restarting Apache."
 
 # start Apache on a future date when all of the invoice dates are in the past
 echo "Restarting Apache."
-sudo service apache2 start
+sudo faketime "$newtime" apache2ctl start
 
 echo "Done."
 
 echo "Done."
index 2c62c10..7c67f54 100755 (executable)
@@ -5,11 +5,12 @@ set -ae
 echo "Stopping Apache."
 sudo service apache2 stop
 
 echo "Stopping Apache."
 sudo service apache2 stop
 
-echo "Resetting clock."
-sudo hwclock --hctosys
-
 newname=freeside_test_`date +%Y%m%d`
 if psql -l |grep -q '^ *freeside '; then
 newname=freeside_test_`date +%Y%m%d`
 if psql -l |grep -q '^ *freeside '; then
+  if psql -l |grep -q $newname; then
+    echo "Deleting old test database $newname."
+    dropdb "$newname"
+  fi
   echo "Renaming test database to $newname."
   psql postgres -c "ALTER DATABASE freeside RENAME TO $newname"
 fi
   echo "Renaming test database to $newname."
   psql postgres -c "ALTER DATABASE freeside RENAME TO $newname"
 fi
index 445fdb6..aedf502 100644 (file)
@@ -124,7 +124,7 @@ sub fetch {
     my $uri = URI->new( $self->fsurl . '/' . $path);
     print $uri->path;
     my $response = $self->mech->get($uri);
     my $uri = URI->new( $self->fsurl . '/' . $path);
     print $uri->path;
     my $response = $self->mech->get($uri);
-    print " - " . $response->code . "\n";
+    print " - " . $self->mech->status . "\n";
     next unless $response->is_success;
 
     local $CWD;
     next unless $response->is_success;
 
     local $CWD;
@@ -147,7 +147,17 @@ sub fetch {
       push @CWD, $dir;
     }
     write_file($file, {binmode => ':utf8'}, $response->decoded_content);
       push @CWD, $dir;
     }
     write_file($file, {binmode => ':utf8'}, $response->decoded_content);
+
+    # Detect Mason errors and make noise about them; they're presumably
+    # _never_ correct.  Mason errors have one convenient property: there's no
+    # <title> element on the page.
+    if ( $self->mech->ct eq 'text/html' and !$self->mech->title ) {
+      print "***error***\n";
+    }
   }
 }
 
   }
 }
 
+# what we don't do in here is diff the results.
+# Test::HTML::Differences from CPAN would be one way to do that.
+
 1; # End of FS::Test
 1; # End of FS::Test
index be65b46..8a9f1fc 100644 (file)
@@ -4261,7 +4261,7 @@ spawn_supp_dst_pkgpart(this);"
            STYLE="display: none; z-index: 0"
       >
 
            STYLE="display: none; z-index: 0"
       >
 
-        <TABLE BGCOLOR="#cccccc" BORDER=0 CELLSPACING=2><TR><TD ALIGN="right">Charge recurring fee for period</TD><TD><SELECT NAME="flat__recur_temporality"><OPTION VALUE="upcoming">Upcoming (future)<OPTION VALUE="preceding">Preceding (past)</SELECT></TD></TR><TR><TD ALIGN="right">Auto-add a start date to the 1st, ignoring the current month.</TD><TD><INPUT TYPE="checkbox" NAME="flat__start_1st" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Prorate first month to synchronize with the customer's other packages</TD><TD><INPUT TYPE="checkbox" NAME="flat__sync_bill_date" VALUE=1 ></TD></TR><TR><TD ALIGN="right">When synchronizing, defer the bill until the customer's next bill date</TD><TD><INPUT TYPE="checkbox" NAME="flat__prorate_defer_bill" VALUE=1 ></TD></TR><TR><TD ALIGN="right">When synchronizing, round the prorated period to the nearest full day</TD><TD><INPUT TYPE="checkbox" NAME="flat__prorate_round_day" VALUE=1  CHECKED></TD></TR><TR><TD ALIGN="right">Continue recurring billing while suspended</TD><TD><INPUT TYPE="checkbox" NAME="flat__suspend_bill" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Adjust next bill date forward when unsuspending</TD><TD><INPUT TYPE="checkbox" NAME="flat__unsuspend_adjust_bill" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Bill the last period on cancellation</TD><TD><INPUT TYPE="checkbox" NAME="flat__bill_recur_on_cancel" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Bill immediately upon suspension</TD><TD><INPUT TYPE="checkbox" NAME="flat__bill_suspend_as_cancel" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Optional External ID</TD><TD><INPUT TYPE="text" NAME="flat__externalid" VALUE=""></TD></TR><TR><TD ALIGN="right">Show prorate details on the invoice</TD><TD><INPUT TYPE="checkbox" NAME="flat__prorate_verbose" VALUE=1  CHECKED></TD></TR><TR><TD ALIGN="right">Time limit for this package</TD><TD><INPUT TYPE="text" NAME="flat__seconds" VALUE=""></TD></TR><TR><TD ALIGN="right">Upload limit for this package</TD><TD><INPUT TYPE="text" NAME="flat__upbytes" VALUE=""></TD></TR><TR><TD ALIGN="right">Download limit for this package</TD><TD><INPUT TYPE="text" NAME="flat__downbytes" VALUE=""></TD></TR><TR><TD ALIGN="right">Transfer limit for this package</TD><TD><INPUT TYPE="text" NAME="flat__totalbytes" VALUE=""></TD></TR><TR><TD ALIGN="right">Cost of recharge for this package</TD><TD><INPUT TYPE="text" NAME="flat__recharge_amount" VALUE=""></TD></TR><TR><TD ALIGN="right">Recharge time for this package</TD><TD><INPUT TYPE="text" NAME="flat__recharge_seconds" VALUE=""></TD></TR><TR><TD ALIGN="right">Recharge upload for this package</TD><TD><INPUT TYPE="text" NAME="flat__recharge_upbytes" VALUE=""></TD></TR><TR><TD ALIGN="right">Recharge download for this package</TD><TD><INPUT TYPE="text" NAME="flat__recharge_downbytes" VALUE=""></TD></TR><TR><TD ALIGN="right">Recharge transfer for this package</TD><TD><INPUT TYPE="text" NAME="flat__recharge_totalbytes" VALUE=""></TD></TR><TR><TD ALIGN="right">Allow usage from previous period to roll  over into current period</TD><TD><INPUT TYPE="checkbox" NAME="flat__usage_rollover" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Reset usage to these values on manual package recharge</TD><TD><INPUT TYPE="checkbox" NAME="flat__recharge_reset" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Credit the customer for the unused portion of service at cancellation</TD><TD><INPUT TYPE="checkbox" NAME="flat__unused_credit_cancel" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Credit the customer for the unused portion of service when suspending</TD><TD><span title="You must set the 'suspend_credit_type' option in Configuration->Settings to gain access to this option.">N/A</span></TD></TR><TR><TD ALIGN="right">Credit the customer for the unused portion of service when changing packages</TD><TD><INPUT TYPE="checkbox" NAME="flat__unused_credit_change" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Automatically suspend for one day before cancelling</TD><TD><INPUT TYPE="checkbox" NAME="flat__delay_cancel" VALUE=1 ></TD></TR></TABLE><INPUT TYPE="hidden" NAME="flat__OPTIONS" VALUE="a2billing_simultaccess,unused_credit_suspend,a2billing_carrier_cost_min,recharge_upbytes,recharge_totalbytes,add_full_period,a2billing_tariff,unused_credit_change,recharge_reset,a2billing_carrer_initblock_offp,setup_fee,totalbytes,sync_bill_date,a2billing_retail_initblock_offp,prorate_round_day,seconds,a2billing_retail_cost_min_offp,externalid,bill_suspend_as_cancel,recharge_downbytes,downbytes,recharge_seconds,recur_temporality,start_1st,bill_recur_on_cancel,unsuspend_adjust_bill,prorate_defer_bill,a2billing_type,recharge_amount,a2billing_carrier_increment_offp,prorate_verbose,suspend_bill,a2billing_retail_increment_offp,unused_credit_cancel,delay_cancel,upbytes,usage_rollover,recur_fee">
+        <TABLE BGCOLOR="#cccccc" BORDER=0 CELLSPACING=2><TR><TD ALIGN="right">Charge recurring fee for period</TD><TD><SELECT NAME="flat__recur_temporality"><OPTION VALUE="upcoming">Upcoming (future)<OPTION VALUE="preceding">Preceding (past)</SELECT></TD></TR><TR><TD ALIGN="right">Auto-add a start date to the 1st, ignoring the current month.</TD><TD><INPUT TYPE="checkbox" NAME="flat__start_1st" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Prorate first month to synchronize with the customer's other packages</TD><TD><INPUT TYPE="checkbox" NAME="flat__sync_bill_date" VALUE=1 ></TD></TR><TR><TD ALIGN="right">When synchronizing, defer the bill until the customer's next bill date</TD><TD><INPUT TYPE="checkbox" NAME="flat__prorate_defer_bill" VALUE=1 ></TD></TR><TR><TD ALIGN="right">When synchronizing, round the prorated period to the nearest full day</TD><TD><INPUT TYPE="checkbox" NAME="flat__prorate_round_day" VALUE=1  CHECKED></TD></TR><TR><TD ALIGN="right">Continue recurring billing while suspended</TD><TD><INPUT TYPE="checkbox" NAME="flat__suspend_bill" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Adjust next bill date forward when unsuspending</TD><TD><INPUT TYPE="checkbox" NAME="flat__unsuspend_adjust_bill" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Bill the last period on cancellation</TD><TD><INPUT TYPE="checkbox" NAME="flat__bill_recur_on_cancel" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Bill immediately upon suspension</TD><TD><INPUT TYPE="checkbox" NAME="flat__bill_suspend_as_cancel" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Optional External ID</TD><TD><INPUT TYPE="text" NAME="flat__externalid" VALUE=""></TD></TR><TR><TD ALIGN="right">Show prorate details on the invoice</TD><TD><INPUT TYPE="checkbox" NAME="flat__prorate_verbose" VALUE=1  CHECKED></TD></TR><TR><TD ALIGN="right">Time limit for this package</TD><TD><INPUT TYPE="text" NAME="flat__seconds" VALUE=""></TD></TR><TR><TD ALIGN="right">Upload limit for this package</TD><TD><INPUT TYPE="text" NAME="flat__upbytes" VALUE=""></TD></TR><TR><TD ALIGN="right">Download limit for this package</TD><TD><INPUT TYPE="text" NAME="flat__downbytes" VALUE=""></TD></TR><TR><TD ALIGN="right">Transfer limit for this package</TD><TD><INPUT TYPE="text" NAME="flat__totalbytes" VALUE=""></TD></TR><TR><TD ALIGN="right">Cost of recharge for this package</TD><TD><INPUT TYPE="text" NAME="flat__recharge_amount" VALUE=""></TD></TR><TR><TD ALIGN="right">Recharge time for this package</TD><TD><INPUT TYPE="text" NAME="flat__recharge_seconds" VALUE=""></TD></TR><TR><TD ALIGN="right">Recharge upload for this package</TD><TD><INPUT TYPE="text" NAME="flat__recharge_upbytes" VALUE=""></TD></TR><TR><TD ALIGN="right">Recharge download for this package</TD><TD><INPUT TYPE="text" NAME="flat__recharge_downbytes" VALUE=""></TD></TR><TR><TD ALIGN="right">Recharge transfer for this package</TD><TD><INPUT TYPE="text" NAME="flat__recharge_totalbytes" VALUE=""></TD></TR><TR><TD ALIGN="right">Allow usage from previous period to roll  over into current period</TD><TD><INPUT TYPE="checkbox" NAME="flat__usage_rollover" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Reset usage to these values on manual package recharge</TD><TD><INPUT TYPE="checkbox" NAME="flat__recharge_reset" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Credit the customer for the unused portion of service at cancellation</TD><TD><INPUT TYPE="checkbox" NAME="flat__unused_credit_cancel" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Credit the customer for the unused portion of service when suspending</TD><TD><span title="You must set the 'suspend_credit_type' option in Configuration->Settings to gain access to this option.">N/A</span></TD></TR><TR><TD ALIGN="right">Credit the customer for the unused portion of service when changing packages</TD><TD><INPUT TYPE="checkbox" NAME="flat__unused_credit_change" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Automatically suspend for one day before cancelling</TD><TD><INPUT TYPE="checkbox" NAME="flat__delay_cancel" VALUE=1 ></TD></TR></TABLE><INPUT TYPE="hidden" NAME="flat__OPTIONS" VALUE="recharge_downbytes,unused_credit_change,a2billing_carrer_initblock_offp,add_full_period,a2billing_tariff,prorate_defer_bill,unsuspend_adjust_bill,upbytes,recharge_seconds,recharge_upbytes,unused_credit_cancel,sync_bill_date,recharge_totalbytes,bill_recur_on_cancel,unused_credit_suspend,a2billing_carrier_cost_min,prorate_verbose,recharge_amount,a2billing_type,a2billing_retail_cost_min_offp,setup_fee,a2billing_simultaccess,downbytes,recur_fee,externalid,delay_cancel,usage_rollover,recur_temporality,bill_suspend_as_cancel,start_1st,a2billing_retail_initblock_offp,suspend_bill,prorate_round_day,seconds,totalbytes,recharge_reset,a2billing_carrier_increment_offp,a2billing_retail_increment_offp">
 
       </DIV>
 
 
       </DIV>
 
@@ -4270,7 +4270,7 @@ spawn_supp_dst_pkgpart(this);"
            STYLE="display: none; z-index: 0"
       >
 
            STYLE="display: none; z-index: 0"
       >
 
-        <TABLE BGCOLOR="#cccccc" BORDER=0 CELLSPACING=2><TR><TD ALIGN="right">Continue recurring billing while suspended</TD><TD><INPUT TYPE="checkbox" NAME="flat_delayed__suspend_bill" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Credit the customer for the unused portion of service at cancellation</TD><TD><INPUT TYPE="checkbox" NAME="flat_delayed__unused_credit_cancel" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Credit the customer for the unused portion of service when suspending</TD><TD><span title="You must set the 'suspend_credit_type' option in Configuration->Settings to gain access to this option.">N/A</span></TD></TR><TR><TD ALIGN="right">Credit the customer for the unused portion of service when changing packages</TD><TD><INPUT TYPE="checkbox" NAME="flat_delayed__unused_credit_change" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Automatically suspend for one day before cancelling</TD><TD><INPUT TYPE="checkbox" NAME="flat_delayed__delay_cancel" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Initial free days</TD><TD><INPUT TYPE="text" NAME="flat_delayed__free_days" VALUE="0"></TD></TR><TR><TD ALIGN="right">Delay setup fee in addition to recurring fee</TD><TD><INPUT TYPE="checkbox" NAME="flat_delayed__delay_setup" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Number of days before recurring billing commences to notify customer. (0 means no warning)</TD><TD><INPUT TYPE="text" NAME="flat_delayed__recur_notify" VALUE="0"></TD></TR></TABLE><INPUT TYPE="hidden" NAME="flat_delayed__OPTIONS" VALUE="a2billing_type,recur_notify,a2billing_carrier_increment_offp,a2billing_retail_initblock_offp,a2billing_retail_increment_offp,suspend_bill,delay_cancel,unused_credit_cancel,a2billing_retail_cost_min_offp,recur_fee,unused_credit_suspend,a2billing_simultaccess,a2billing_tariff,a2billing_carrier_cost_min,unused_credit_change,free_days,a2billing_carrer_initblock_offp,setup_fee,delay_setup">
+        <TABLE BGCOLOR="#cccccc" BORDER=0 CELLSPACING=2><TR><TD ALIGN="right">Continue recurring billing while suspended</TD><TD><INPUT TYPE="checkbox" NAME="flat_delayed__suspend_bill" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Credit the customer for the unused portion of service at cancellation</TD><TD><INPUT TYPE="checkbox" NAME="flat_delayed__unused_credit_cancel" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Credit the customer for the unused portion of service when suspending</TD><TD><span title="You must set the 'suspend_credit_type' option in Configuration->Settings to gain access to this option.">N/A</span></TD></TR><TR><TD ALIGN="right">Credit the customer for the unused portion of service when changing packages</TD><TD><INPUT TYPE="checkbox" NAME="flat_delayed__unused_credit_change" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Automatically suspend for one day before cancelling</TD><TD><INPUT TYPE="checkbox" NAME="flat_delayed__delay_cancel" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Initial free days</TD><TD><INPUT TYPE="text" NAME="flat_delayed__free_days" VALUE="0"></TD></TR><TR><TD ALIGN="right">Delay setup fee in addition to recurring fee</TD><TD><INPUT TYPE="checkbox" NAME="flat_delayed__delay_setup" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Number of days before recurring billing commences to notify customer. (0 means no warning)</TD><TD><INPUT TYPE="text" NAME="flat_delayed__recur_notify" VALUE="0"></TD></TR></TABLE><INPUT TYPE="hidden" NAME="flat_delayed__OPTIONS" VALUE="free_days,a2billing_tariff,delay_cancel,recur_notify,a2billing_simultaccess,recur_fee,delay_setup,a2billing_carrer_initblock_offp,setup_fee,unused_credit_change,a2billing_retail_increment_offp,a2billing_type,a2billing_retail_cost_min_offp,a2billing_carrier_increment_offp,unused_credit_suspend,a2billing_carrier_cost_min,a2billing_retail_initblock_offp,suspend_bill,unused_credit_cancel">
 
       </DIV>
 
 
       </DIV>
 
@@ -4279,7 +4279,7 @@ spawn_supp_dst_pkgpart(this);"
            STYLE="display: none; z-index: 0"
       >
 
            STYLE="display: none; z-index: 0"
       >
 
-        <TABLE BGCOLOR="#cccccc" BORDER=0 CELLSPACING=2><TR><TD ALIGN="right">Duration of the introductory period, in number of months</TD><TD><INPUT TYPE="text" NAME="flat_introrate__intro_duration" VALUE="0"></TD></TR><TR><TD ALIGN="right">Introductory recurring fee for this package</TD><TD><INPUT TYPE="text" NAME="flat_introrate__intro_fee" VALUE="0"></TD></TR><TR><TD ALIGN="right">Charge recurring fee for period</TD><TD><SELECT NAME="flat_introrate__recur_temporality"><OPTION VALUE="upcoming">Upcoming (future)<OPTION VALUE="preceding">Preceding (past)</SELECT></TD></TR><TR><TD ALIGN="right">Auto-add a start date to the 1st, ignoring the current month.</TD><TD><INPUT TYPE="checkbox" NAME="flat_introrate__start_1st" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Prorate first month to synchronize with the customer's other packages</TD><TD><INPUT TYPE="checkbox" NAME="flat_introrate__sync_bill_date" VALUE=1 ></TD></TR><TR><TD ALIGN="right">When synchronizing, defer the bill until the customer's next bill date</TD><TD><INPUT TYPE="checkbox" NAME="flat_introrate__prorate_defer_bill" VALUE=1 ></TD></TR><TR><TD ALIGN="right">When synchronizing, round the prorated period to the nearest full day</TD><TD><INPUT TYPE="checkbox" NAME="flat_introrate__prorate_round_day" VALUE=1  CHECKED></TD></TR><TR><TD ALIGN="right">Continue recurring billing while suspended</TD><TD><INPUT TYPE="checkbox" NAME="flat_introrate__suspend_bill" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Adjust next bill date forward when unsuspending</TD><TD><INPUT TYPE="checkbox" NAME="flat_introrate__unsuspend_adjust_bill" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Bill the last period on cancellation</TD><TD><INPUT TYPE="checkbox" NAME="flat_introrate__bill_recur_on_cancel" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Bill immediately upon suspension</TD><TD><INPUT TYPE="checkbox" NAME="flat_introrate__bill_suspend_as_cancel" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Optional External ID</TD><TD><INPUT TYPE="text" NAME="flat_introrate__externalid" VALUE=""></TD></TR><TR><TD ALIGN="right">Time limit for this package</TD><TD><INPUT TYPE="text" NAME="flat_introrate__seconds" VALUE=""></TD></TR><TR><TD ALIGN="right">Upload limit for this package</TD><TD><INPUT TYPE="text" NAME="flat_introrate__upbytes" VALUE=""></TD></TR><TR><TD ALIGN="right">Download limit for this package</TD><TD><INPUT TYPE="text" NAME="flat_introrate__downbytes" VALUE=""></TD></TR><TR><TD ALIGN="right">Transfer limit for this package</TD><TD><INPUT TYPE="text" NAME="flat_introrate__totalbytes" VALUE=""></TD></TR><TR><TD ALIGN="right">Cost of recharge for this package</TD><TD><INPUT TYPE="text" NAME="flat_introrate__recharge_amount" VALUE=""></TD></TR><TR><TD ALIGN="right">Recharge time for this package</TD><TD><INPUT TYPE="text" NAME="flat_introrate__recharge_seconds" VALUE=""></TD></TR><TR><TD ALIGN="right">Recharge upload for this package</TD><TD><INPUT TYPE="text" NAME="flat_introrate__recharge_upbytes" VALUE=""></TD></TR><TR><TD ALIGN="right">Recharge download for this package</TD><TD><INPUT TYPE="text" NAME="flat_introrate__recharge_downbytes" VALUE=""></TD></TR><TR><TD ALIGN="right">Recharge transfer for this package</TD><TD><INPUT TYPE="text" NAME="flat_introrate__recharge_totalbytes" VALUE=""></TD></TR><TR><TD ALIGN="right">Allow usage from previous period to roll  over into current period</TD><TD><INPUT TYPE="checkbox" NAME="flat_introrate__usage_rollover" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Reset usage to these values on manual package recharge</TD><TD><INPUT TYPE="checkbox" NAME="flat_introrate__recharge_reset" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Credit the customer for the unused portion of service at cancellation</TD><TD><INPUT TYPE="checkbox" NAME="flat_introrate__unused_credit_cancel" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Credit the customer for the unused portion of service when suspending</TD><TD><span title="You must set the 'suspend_credit_type' option in Configuration->Settings to gain access to this option.">N/A</span></TD></TR><TR><TD ALIGN="right">Credit the customer for the unused portion of service when changing packages</TD><TD><INPUT TYPE="checkbox" NAME="flat_introrate__unused_credit_change" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Automatically suspend for one day before cancelling</TD><TD><INPUT TYPE="checkbox" NAME="flat_introrate__delay_cancel" VALUE=1 ></TD></TR></TABLE><INPUT TYPE="hidden" NAME="flat_introrate__OPTIONS" VALUE="a2billing_type,prorate_defer_bill,unsuspend_adjust_bill,bill_recur_on_cancel,start_1st,a2billing_carrier_increment_offp,recharge_amount,unused_credit_cancel,delay_cancel,a2billing_retail_increment_offp,suspend_bill,recur_fee,usage_rollover,upbytes,intro_duration,bill_suspend_as_cancel,recur_temporality,recharge_seconds,downbytes,recharge_downbytes,sync_bill_date,a2billing_retail_initblock_offp,seconds,prorate_round_day,externalid,a2billing_retail_cost_min_offp,a2billing_tariff,add_full_period,recharge_totalbytes,a2billing_carrier_cost_min,recharge_upbytes,unused_credit_suspend,a2billing_simultaccess,intro_fee,unused_credit_change,a2billing_carrer_initblock_offp,recharge_reset,totalbytes,setup_fee">
+        <TABLE BGCOLOR="#cccccc" BORDER=0 CELLSPACING=2><TR><TD ALIGN="right">Duration of the introductory period, in number of months</TD><TD><INPUT TYPE="text" NAME="flat_introrate__intro_duration" VALUE="0"></TD></TR><TR><TD ALIGN="right">Introductory recurring fee for this package</TD><TD><INPUT TYPE="text" NAME="flat_introrate__intro_fee" VALUE="0"></TD></TR><TR><TD ALIGN="right">Charge recurring fee for period</TD><TD><SELECT NAME="flat_introrate__recur_temporality"><OPTION VALUE="upcoming">Upcoming (future)<OPTION VALUE="preceding">Preceding (past)</SELECT></TD></TR><TR><TD ALIGN="right">Auto-add a start date to the 1st, ignoring the current month.</TD><TD><INPUT TYPE="checkbox" NAME="flat_introrate__start_1st" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Prorate first month to synchronize with the customer's other packages</TD><TD><INPUT TYPE="checkbox" NAME="flat_introrate__sync_bill_date" VALUE=1 ></TD></TR><TR><TD ALIGN="right">When synchronizing, defer the bill until the customer's next bill date</TD><TD><INPUT TYPE="checkbox" NAME="flat_introrate__prorate_defer_bill" VALUE=1 ></TD></TR><TR><TD ALIGN="right">When synchronizing, round the prorated period to the nearest full day</TD><TD><INPUT TYPE="checkbox" NAME="flat_introrate__prorate_round_day" VALUE=1  CHECKED></TD></TR><TR><TD ALIGN="right">Continue recurring billing while suspended</TD><TD><INPUT TYPE="checkbox" NAME="flat_introrate__suspend_bill" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Adjust next bill date forward when unsuspending</TD><TD><INPUT TYPE="checkbox" NAME="flat_introrate__unsuspend_adjust_bill" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Bill the last period on cancellation</TD><TD><INPUT TYPE="checkbox" NAME="flat_introrate__bill_recur_on_cancel" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Bill immediately upon suspension</TD><TD><INPUT TYPE="checkbox" NAME="flat_introrate__bill_suspend_as_cancel" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Optional External ID</TD><TD><INPUT TYPE="text" NAME="flat_introrate__externalid" VALUE=""></TD></TR><TR><TD ALIGN="right">Time limit for this package</TD><TD><INPUT TYPE="text" NAME="flat_introrate__seconds" VALUE=""></TD></TR><TR><TD ALIGN="right">Upload limit for this package</TD><TD><INPUT TYPE="text" NAME="flat_introrate__upbytes" VALUE=""></TD></TR><TR><TD ALIGN="right">Download limit for this package</TD><TD><INPUT TYPE="text" NAME="flat_introrate__downbytes" VALUE=""></TD></TR><TR><TD ALIGN="right">Transfer limit for this package</TD><TD><INPUT TYPE="text" NAME="flat_introrate__totalbytes" VALUE=""></TD></TR><TR><TD ALIGN="right">Cost of recharge for this package</TD><TD><INPUT TYPE="text" NAME="flat_introrate__recharge_amount" VALUE=""></TD></TR><TR><TD ALIGN="right">Recharge time for this package</TD><TD><INPUT TYPE="text" NAME="flat_introrate__recharge_seconds" VALUE=""></TD></TR><TR><TD ALIGN="right">Recharge upload for this package</TD><TD><INPUT TYPE="text" NAME="flat_introrate__recharge_upbytes" VALUE=""></TD></TR><TR><TD ALIGN="right">Recharge download for this package</TD><TD><INPUT TYPE="text" NAME="flat_introrate__recharge_downbytes" VALUE=""></TD></TR><TR><TD ALIGN="right">Recharge transfer for this package</TD><TD><INPUT TYPE="text" NAME="flat_introrate__recharge_totalbytes" VALUE=""></TD></TR><TR><TD ALIGN="right">Allow usage from previous period to roll  over into current period</TD><TD><INPUT TYPE="checkbox" NAME="flat_introrate__usage_rollover" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Reset usage to these values on manual package recharge</TD><TD><INPUT TYPE="checkbox" NAME="flat_introrate__recharge_reset" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Credit the customer for the unused portion of service at cancellation</TD><TD><INPUT TYPE="checkbox" NAME="flat_introrate__unused_credit_cancel" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Credit the customer for the unused portion of service when suspending</TD><TD><span title="You must set the 'suspend_credit_type' option in Configuration->Settings to gain access to this option.">N/A</span></TD></TR><TR><TD ALIGN="right">Credit the customer for the unused portion of service when changing packages</TD><TD><INPUT TYPE="checkbox" NAME="flat_introrate__unused_credit_change" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Automatically suspend for one day before cancelling</TD><TD><INPUT TYPE="checkbox" NAME="flat_introrate__delay_cancel" VALUE=1 ></TD></TR></TABLE><INPUT TYPE="hidden" NAME="flat_introrate__OPTIONS" VALUE="usage_rollover,intro_fee,recur_temporality,downbytes,recur_fee,a2billing_simultaccess,delay_cancel,externalid,intro_duration,setup_fee,a2billing_carrier_increment_offp,a2billing_retail_increment_offp,totalbytes,recharge_reset,suspend_bill,a2billing_retail_initblock_offp,start_1st,seconds,prorate_round_day,bill_suspend_as_cancel,prorate_defer_bill,upbytes,unsuspend_adjust_bill,recharge_seconds,a2billing_tariff,a2billing_carrer_initblock_offp,add_full_period,unused_credit_change,recharge_downbytes,a2billing_retail_cost_min_offp,recharge_amount,a2billing_type,bill_recur_on_cancel,a2billing_carrier_cost_min,unused_credit_suspend,recharge_totalbytes,recharge_upbytes,unused_credit_cancel,sync_bill_date">
 
       </DIV>
 
 
       </DIV>
 
@@ -4288,7 +4288,7 @@ spawn_supp_dst_pkgpart(this);"
            STYLE="display: none; z-index: 0"
       >
 
            STYLE="display: none; z-index: 0"
       >
 
-        <TABLE BGCOLOR="#cccccc" BORDER=0 CELLSPACING=2><TR><TD ALIGN="right">Billing day (1 - end of cycle)</TD><TD><INPUT TYPE="text" NAME="prorate_calendar__cutoff_day" VALUE="1"></TD></TR><TR><TD ALIGN="right">Defer the first bill until the billing day</TD><TD><INPUT TYPE="checkbox" NAME="prorate_calendar__prorate_defer_bill" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Show prorate details on the invoice</TD><TD><INPUT TYPE="checkbox" NAME="prorate_calendar__prorate_verbose" VALUE=1  CHECKED></TD></TR><TR><TD ALIGN="right">Auto-add a start date to the 1st, ignoring the current month.</TD><TD><INPUT TYPE="checkbox" NAME="prorate_calendar__start_1st" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Continue recurring billing while suspended</TD><TD><INPUT TYPE="checkbox" NAME="prorate_calendar__suspend_bill" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Adjust next bill date forward when unsuspending</TD><TD><INPUT TYPE="checkbox" NAME="prorate_calendar__unsuspend_adjust_bill" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Bill the last period on cancellation</TD><TD><INPUT TYPE="checkbox" NAME="prorate_calendar__bill_recur_on_cancel" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Bill immediately upon suspension</TD><TD><INPUT TYPE="checkbox" NAME="prorate_calendar__bill_suspend_as_cancel" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Optional External ID</TD><TD><INPUT TYPE="text" NAME="prorate_calendar__externalid" VALUE=""></TD></TR><TR><TD ALIGN="right">Time limit for this package</TD><TD><INPUT TYPE="text" NAME="prorate_calendar__seconds" VALUE=""></TD></TR><TR><TD ALIGN="right">Upload limit for this package</TD><TD><INPUT TYPE="text" NAME="prorate_calendar__upbytes" VALUE=""></TD></TR><TR><TD ALIGN="right">Download limit for this package</TD><TD><INPUT TYPE="text" NAME="prorate_calendar__downbytes" VALUE=""></TD></TR><TR><TD ALIGN="right">Transfer limit for this package</TD><TD><INPUT TYPE="text" NAME="prorate_calendar__totalbytes" VALUE=""></TD></TR><TR><TD ALIGN="right">Cost of recharge for this package</TD><TD><INPUT TYPE="text" NAME="prorate_calendar__recharge_amount" VALUE=""></TD></TR><TR><TD ALIGN="right">Recharge time for this package</TD><TD><INPUT TYPE="text" NAME="prorate_calendar__recharge_seconds" VALUE=""></TD></TR><TR><TD ALIGN="right">Recharge upload for this package</TD><TD><INPUT TYPE="text" NAME="prorate_calendar__recharge_upbytes" VALUE=""></TD></TR><TR><TD ALIGN="right">Recharge download for this package</TD><TD><INPUT TYPE="text" NAME="prorate_calendar__recharge_downbytes" VALUE=""></TD></TR><TR><TD ALIGN="right">Recharge transfer for this package</TD><TD><INPUT TYPE="text" NAME="prorate_calendar__recharge_totalbytes" VALUE=""></TD></TR><TR><TD ALIGN="right">Allow usage from previous period to roll  over into current period</TD><TD><INPUT TYPE="checkbox" NAME="prorate_calendar__usage_rollover" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Reset usage to these values on manual package recharge</TD><TD><INPUT TYPE="checkbox" NAME="prorate_calendar__recharge_reset" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Credit the customer for the unused portion of service at cancellation</TD><TD><INPUT TYPE="checkbox" NAME="prorate_calendar__unused_credit_cancel" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Credit the customer for the unused portion of service when suspending</TD><TD><span title="You must set the 'suspend_credit_type' option in Configuration->Settings to gain access to this option.">N/A</span></TD></TR><TR><TD ALIGN="right">Credit the customer for the unused portion of service when changing packages</TD><TD><INPUT TYPE="checkbox" NAME="prorate_calendar__unused_credit_change" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Automatically suspend for one day before cancelling</TD><TD><INPUT TYPE="checkbox" NAME="prorate_calendar__delay_cancel" VALUE=1 ></TD></TR></TABLE><INPUT TYPE="hidden" NAME="prorate_calendar__OPTIONS" VALUE="totalbytes,setup_fee,a2billing_carrer_initblock_offp,recharge_reset,unused_credit_change,a2billing_carrier_cost_min,recharge_upbytes,recharge_totalbytes,add_full_period,a2billing_tariff,a2billing_simultaccess,unused_credit_suspend,externalid,a2billing_retail_cost_min_offp,seconds,prorate_round_day,a2billing_retail_initblock_offp,sync_bill_date,downbytes,recharge_seconds,recur_temporality,recharge_downbytes,bill_suspend_as_cancel,usage_rollover,recur_fee,upbytes,unused_credit_cancel,delay_cancel,suspend_bill,a2billing_retail_increment_offp,prorate_verbose,recharge_amount,a2billing_carrier_increment_offp,cutoff_day,a2billing_type,prorate_defer_bill,start_1st,bill_recur_on_cancel,unsuspend_adjust_bill">
+        <TABLE BGCOLOR="#cccccc" BORDER=0 CELLSPACING=2><TR><TD ALIGN="right">Billing day (1 - end of cycle)</TD><TD><INPUT TYPE="text" NAME="prorate_calendar__cutoff_day" VALUE="1"></TD></TR><TR><TD ALIGN="right">Defer the first bill until the billing day</TD><TD><INPUT TYPE="checkbox" NAME="prorate_calendar__prorate_defer_bill" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Show prorate details on the invoice</TD><TD><INPUT TYPE="checkbox" NAME="prorate_calendar__prorate_verbose" VALUE=1  CHECKED></TD></TR><TR><TD ALIGN="right">Auto-add a start date to the 1st, ignoring the current month.</TD><TD><INPUT TYPE="checkbox" NAME="prorate_calendar__start_1st" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Continue recurring billing while suspended</TD><TD><INPUT TYPE="checkbox" NAME="prorate_calendar__suspend_bill" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Adjust next bill date forward when unsuspending</TD><TD><INPUT TYPE="checkbox" NAME="prorate_calendar__unsuspend_adjust_bill" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Bill the last period on cancellation</TD><TD><INPUT TYPE="checkbox" NAME="prorate_calendar__bill_recur_on_cancel" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Bill immediately upon suspension</TD><TD><INPUT TYPE="checkbox" NAME="prorate_calendar__bill_suspend_as_cancel" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Optional External ID</TD><TD><INPUT TYPE="text" NAME="prorate_calendar__externalid" VALUE=""></TD></TR><TR><TD ALIGN="right">Time limit for this package</TD><TD><INPUT TYPE="text" NAME="prorate_calendar__seconds" VALUE=""></TD></TR><TR><TD ALIGN="right">Upload limit for this package</TD><TD><INPUT TYPE="text" NAME="prorate_calendar__upbytes" VALUE=""></TD></TR><TR><TD ALIGN="right">Download limit for this package</TD><TD><INPUT TYPE="text" NAME="prorate_calendar__downbytes" VALUE=""></TD></TR><TR><TD ALIGN="right">Transfer limit for this package</TD><TD><INPUT TYPE="text" NAME="prorate_calendar__totalbytes" VALUE=""></TD></TR><TR><TD ALIGN="right">Cost of recharge for this package</TD><TD><INPUT TYPE="text" NAME="prorate_calendar__recharge_amount" VALUE=""></TD></TR><TR><TD ALIGN="right">Recharge time for this package</TD><TD><INPUT TYPE="text" NAME="prorate_calendar__recharge_seconds" VALUE=""></TD></TR><TR><TD ALIGN="right">Recharge upload for this package</TD><TD><INPUT TYPE="text" NAME="prorate_calendar__recharge_upbytes" VALUE=""></TD></TR><TR><TD ALIGN="right">Recharge download for this package</TD><TD><INPUT TYPE="text" NAME="prorate_calendar__recharge_downbytes" VALUE=""></TD></TR><TR><TD ALIGN="right">Recharge transfer for this package</TD><TD><INPUT TYPE="text" NAME="prorate_calendar__recharge_totalbytes" VALUE=""></TD></TR><TR><TD ALIGN="right">Allow usage from previous period to roll  over into current period</TD><TD><INPUT TYPE="checkbox" NAME="prorate_calendar__usage_rollover" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Reset usage to these values on manual package recharge</TD><TD><INPUT TYPE="checkbox" NAME="prorate_calendar__recharge_reset" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Credit the customer for the unused portion of service at cancellation</TD><TD><INPUT TYPE="checkbox" NAME="prorate_calendar__unused_credit_cancel" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Credit the customer for the unused portion of service when suspending</TD><TD><span title="You must set the 'suspend_credit_type' option in Configuration->Settings to gain access to this option.">N/A</span></TD></TR><TR><TD ALIGN="right">Credit the customer for the unused portion of service when changing packages</TD><TD><INPUT TYPE="checkbox" NAME="prorate_calendar__unused_credit_change" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Automatically suspend for one day before cancelling</TD><TD><INPUT TYPE="checkbox" NAME="prorate_calendar__delay_cancel" VALUE=1 ></TD></TR></TABLE><INPUT TYPE="hidden" NAME="prorate_calendar__OPTIONS" VALUE="usage_rollover,recur_temporality,recur_fee,downbytes,a2billing_simultaccess,delay_cancel,externalid,setup_fee,a2billing_carrier_increment_offp,a2billing_retail_increment_offp,totalbytes,recharge_reset,suspend_bill,start_1st,a2billing_retail_initblock_offp,seconds,prorate_round_day,bill_suspend_as_cancel,cutoff_day,unsuspend_adjust_bill,prorate_defer_bill,upbytes,recharge_seconds,a2billing_tariff,a2billing_carrer_initblock_offp,add_full_period,unused_credit_change,recharge_downbytes,a2billing_retail_cost_min_offp,recharge_amount,prorate_verbose,a2billing_type,bill_recur_on_cancel,a2billing_carrier_cost_min,unused_credit_suspend,recharge_totalbytes,recharge_upbytes,unused_credit_cancel,sync_bill_date">
 
       </DIV>
 
 
       </DIV>
 
@@ -4297,7 +4297,7 @@ spawn_supp_dst_pkgpart(this);"
            STYLE="display: block; z-index: 1"
       >
 
            STYLE="display: block; z-index: 1"
       >
 
-        <TABLE BGCOLOR="#cccccc" BORDER=0 CELLSPACING=2><TR><TD ALIGN="right">Billing Day (1 - 28)</TD><TD><INPUT TYPE="text" NAME="prorate__cutoff_day" VALUE="1"></TD></TR><TR><TD ALIGN="right">Defer the first bill until the billing day</TD><TD><INPUT TYPE="checkbox" NAME="prorate__prorate_defer_bill" VALUE=1 ></TD></TR><TR><TD ALIGN="right">When prorating first month, also bill for one full period after that</TD><TD><INPUT TYPE="checkbox" NAME="prorate__add_full_period" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Round the prorated period to the nearest full day</TD><TD><INPUT TYPE="checkbox" NAME="prorate__prorate_round_day" VALUE=1  CHECKED></TD></TR><TR><TD ALIGN="right">Show prorate details on the invoice</TD><TD><INPUT TYPE="checkbox" NAME="prorate__prorate_verbose" VALUE=1  CHECKED></TD></TR><TR><TD ALIGN="right">Auto-add a start date to the 1st, ignoring the current month.</TD><TD><INPUT TYPE="checkbox" NAME="prorate__start_1st" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Continue recurring billing while suspended</TD><TD><INPUT TYPE="checkbox" NAME="prorate__suspend_bill" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Adjust next bill date forward when unsuspending</TD><TD><INPUT TYPE="checkbox" NAME="prorate__unsuspend_adjust_bill" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Bill the last period on cancellation</TD><TD><INPUT TYPE="checkbox" NAME="prorate__bill_recur_on_cancel" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Bill immediately upon suspension</TD><TD><INPUT TYPE="checkbox" NAME="prorate__bill_suspend_as_cancel" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Optional External ID</TD><TD><INPUT TYPE="text" NAME="prorate__externalid" VALUE=""></TD></TR><TR><TD ALIGN="right">Time limit for this package</TD><TD><INPUT TYPE="text" NAME="prorate__seconds" VALUE=""></TD></TR><TR><TD ALIGN="right">Upload limit for this package</TD><TD><INPUT TYPE="text" NAME="prorate__upbytes" VALUE=""></TD></TR><TR><TD ALIGN="right">Download limit for this package</TD><TD><INPUT TYPE="text" NAME="prorate__downbytes" VALUE=""></TD></TR><TR><TD ALIGN="right">Transfer limit for this package</TD><TD><INPUT TYPE="text" NAME="prorate__totalbytes" VALUE=""></TD></TR><TR><TD ALIGN="right">Cost of recharge for this package</TD><TD><INPUT TYPE="text" NAME="prorate__recharge_amount" VALUE=""></TD></TR><TR><TD ALIGN="right">Recharge time for this package</TD><TD><INPUT TYPE="text" NAME="prorate__recharge_seconds" VALUE=""></TD></TR><TR><TD ALIGN="right">Recharge upload for this package</TD><TD><INPUT TYPE="text" NAME="prorate__recharge_upbytes" VALUE=""></TD></TR><TR><TD ALIGN="right">Recharge download for this package</TD><TD><INPUT TYPE="text" NAME="prorate__recharge_downbytes" VALUE=""></TD></TR><TR><TD ALIGN="right">Recharge transfer for this package</TD><TD><INPUT TYPE="text" NAME="prorate__recharge_totalbytes" VALUE=""></TD></TR><TR><TD ALIGN="right">Allow usage from previous period to roll  over into current period</TD><TD><INPUT TYPE="checkbox" NAME="prorate__usage_rollover" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Reset usage to these values on manual package recharge</TD><TD><INPUT TYPE="checkbox" NAME="prorate__recharge_reset" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Credit the customer for the unused portion of service at cancellation</TD><TD><INPUT TYPE="checkbox" NAME="prorate__unused_credit_cancel" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Credit the customer for the unused portion of service when suspending</TD><TD><span title="You must set the 'suspend_credit_type' option in Configuration->Settings to gain access to this option.">N/A</span></TD></TR><TR><TD ALIGN="right">Credit the customer for the unused portion of service when changing packages</TD><TD><INPUT TYPE="checkbox" NAME="prorate__unused_credit_change" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Automatically suspend for one day before cancelling</TD><TD><INPUT TYPE="checkbox" NAME="prorate__delay_cancel" VALUE=1 ></TD></TR></TABLE><INPUT TYPE="hidden" NAME="prorate__OPTIONS" VALUE="unused_credit_change,recharge_upbytes,a2billing_carrier_cost_min,recharge_totalbytes,add_full_period,a2billing_tariff,a2billing_simultaccess,unused_credit_suspend,setup_fee,totalbytes,a2billing_carrer_initblock_offp,recharge_reset,a2billing_retail_initblock_offp,sync_bill_date,externalid,a2billing_retail_cost_min_offp,seconds,prorate_round_day,bill_suspend_as_cancel,recharge_seconds,downbytes,recur_temporality,recharge_downbytes,prorate_verbose,recharge_amount,cutoff_day,a2billing_carrier_increment_offp,prorate_defer_bill,a2billing_type,start_1st,bill_recur_on_cancel,unsuspend_adjust_bill,usage_rollover,recur_fee,upbytes,unused_credit_cancel,delay_cancel,suspend_bill,a2billing_retail_increment_offp">
+        <TABLE BGCOLOR="#cccccc" BORDER=0 CELLSPACING=2><TR><TD ALIGN="right">Billing Day (1 - 28)</TD><TD><INPUT TYPE="text" NAME="prorate__cutoff_day" VALUE="1"></TD></TR><TR><TD ALIGN="right">Defer the first bill until the billing day</TD><TD><INPUT TYPE="checkbox" NAME="prorate__prorate_defer_bill" VALUE=1 ></TD></TR><TR><TD ALIGN="right">When prorating first month, also bill for one full period after that</TD><TD><INPUT TYPE="checkbox" NAME="prorate__add_full_period" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Round the prorated period to the nearest full day</TD><TD><INPUT TYPE="checkbox" NAME="prorate__prorate_round_day" VALUE=1  CHECKED></TD></TR><TR><TD ALIGN="right">Show prorate details on the invoice</TD><TD><INPUT TYPE="checkbox" NAME="prorate__prorate_verbose" VALUE=1  CHECKED></TD></TR><TR><TD ALIGN="right">Auto-add a start date to the 1st, ignoring the current month.</TD><TD><INPUT TYPE="checkbox" NAME="prorate__start_1st" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Continue recurring billing while suspended</TD><TD><INPUT TYPE="checkbox" NAME="prorate__suspend_bill" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Adjust next bill date forward when unsuspending</TD><TD><INPUT TYPE="checkbox" NAME="prorate__unsuspend_adjust_bill" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Bill the last period on cancellation</TD><TD><INPUT TYPE="checkbox" NAME="prorate__bill_recur_on_cancel" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Bill immediately upon suspension</TD><TD><INPUT TYPE="checkbox" NAME="prorate__bill_suspend_as_cancel" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Optional External ID</TD><TD><INPUT TYPE="text" NAME="prorate__externalid" VALUE=""></TD></TR><TR><TD ALIGN="right">Time limit for this package</TD><TD><INPUT TYPE="text" NAME="prorate__seconds" VALUE=""></TD></TR><TR><TD ALIGN="right">Upload limit for this package</TD><TD><INPUT TYPE="text" NAME="prorate__upbytes" VALUE=""></TD></TR><TR><TD ALIGN="right">Download limit for this package</TD><TD><INPUT TYPE="text" NAME="prorate__downbytes" VALUE=""></TD></TR><TR><TD ALIGN="right">Transfer limit for this package</TD><TD><INPUT TYPE="text" NAME="prorate__totalbytes" VALUE=""></TD></TR><TR><TD ALIGN="right">Cost of recharge for this package</TD><TD><INPUT TYPE="text" NAME="prorate__recharge_amount" VALUE=""></TD></TR><TR><TD ALIGN="right">Recharge time for this package</TD><TD><INPUT TYPE="text" NAME="prorate__recharge_seconds" VALUE=""></TD></TR><TR><TD ALIGN="right">Recharge upload for this package</TD><TD><INPUT TYPE="text" NAME="prorate__recharge_upbytes" VALUE=""></TD></TR><TR><TD ALIGN="right">Recharge download for this package</TD><TD><INPUT TYPE="text" NAME="prorate__recharge_downbytes" VALUE=""></TD></TR><TR><TD ALIGN="right">Recharge transfer for this package</TD><TD><INPUT TYPE="text" NAME="prorate__recharge_totalbytes" VALUE=""></TD></TR><TR><TD ALIGN="right">Allow usage from previous period to roll  over into current period</TD><TD><INPUT TYPE="checkbox" NAME="prorate__usage_rollover" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Reset usage to these values on manual package recharge</TD><TD><INPUT TYPE="checkbox" NAME="prorate__recharge_reset" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Credit the customer for the unused portion of service at cancellation</TD><TD><INPUT TYPE="checkbox" NAME="prorate__unused_credit_cancel" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Credit the customer for the unused portion of service when suspending</TD><TD><span title="You must set the 'suspend_credit_type' option in Configuration->Settings to gain access to this option.">N/A</span></TD></TR><TR><TD ALIGN="right">Credit the customer for the unused portion of service when changing packages</TD><TD><INPUT TYPE="checkbox" NAME="prorate__unused_credit_change" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Automatically suspend for one day before cancelling</TD><TD><INPUT TYPE="checkbox" NAME="prorate__delay_cancel" VALUE=1 ></TD></TR></TABLE><INPUT TYPE="hidden" NAME="prorate__OPTIONS" VALUE="recharge_downbytes,unused_credit_change,a2billing_carrer_initblock_offp,add_full_period,a2billing_tariff,prorate_defer_bill,unsuspend_adjust_bill,upbytes,cutoff_day,recharge_seconds,recharge_upbytes,unused_credit_cancel,sync_bill_date,recharge_totalbytes,bill_recur_on_cancel,unused_credit_suspend,a2billing_carrier_cost_min,recharge_amount,prorate_verbose,a2billing_type,a2billing_retail_cost_min_offp,setup_fee,a2billing_simultaccess,recur_fee,downbytes,externalid,delay_cancel,usage_rollover,recur_temporality,bill_suspend_as_cancel,a2billing_retail_initblock_offp,start_1st,suspend_bill,prorate_round_day,seconds,totalbytes,recharge_reset,a2billing_carrier_increment_offp,a2billing_retail_increment_offp">
 
       </DIV>
 
 
       </DIV>
 
@@ -4306,7 +4306,7 @@ spawn_supp_dst_pkgpart(this);"
            STYLE="display: none; z-index: 0"
       >
 
            STYLE="display: none; z-index: 0"
       >
 
-        <TABLE BGCOLOR="#cccccc" BORDER=0 CELLSPACING=2><TR><TD ALIGN="right">Continue recurring billing while suspended</TD><TD><INPUT TYPE="checkbox" NAME="prorate_delayed__suspend_bill" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Credit the customer for the unused portion of service at cancellation</TD><TD><INPUT TYPE="checkbox" NAME="prorate_delayed__unused_credit_cancel" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Credit the customer for the unused portion of service when suspending</TD><TD><span title="You must set the 'suspend_credit_type' option in Configuration->Settings to gain access to this option.">N/A</span></TD></TR><TR><TD ALIGN="right">Credit the customer for the unused portion of service when changing packages</TD><TD><INPUT TYPE="checkbox" NAME="prorate_delayed__unused_credit_change" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Automatically suspend for one day before cancelling</TD><TD><INPUT TYPE="checkbox" NAME="prorate_delayed__delay_cancel" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Initial free days</TD><TD><INPUT TYPE="text" NAME="prorate_delayed__free_days" VALUE="0"></TD></TR><TR><TD ALIGN="right">Delay setup fee in addition to recurring fee</TD><TD><INPUT TYPE="checkbox" NAME="prorate_delayed__delay_setup" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Number of days before recurring billing commences to notify customer. (0 means no warning)</TD><TD><INPUT TYPE="text" NAME="prorate_delayed__recur_notify" VALUE="0"></TD></TR></TABLE><INPUT TYPE="hidden" NAME="prorate_delayed__OPTIONS" VALUE="a2billing_type,recur_notify,a2billing_carrier_increment_offp,a2billing_retail_initblock_offp,a2billing_retail_increment_offp,suspend_bill,delay_cancel,unused_credit_cancel,a2billing_retail_cost_min_offp,recur_fee,unused_credit_suspend,a2billing_simultaccess,a2billing_tariff,a2billing_carrier_cost_min,unused_credit_change,free_days,a2billing_carrer_initblock_offp,setup_fee,delay_setup">
+        <TABLE BGCOLOR="#cccccc" BORDER=0 CELLSPACING=2><TR><TD ALIGN="right">Continue recurring billing while suspended</TD><TD><INPUT TYPE="checkbox" NAME="prorate_delayed__suspend_bill" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Credit the customer for the unused portion of service at cancellation</TD><TD><INPUT TYPE="checkbox" NAME="prorate_delayed__unused_credit_cancel" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Credit the customer for the unused portion of service when suspending</TD><TD><span title="You must set the 'suspend_credit_type' option in Configuration->Settings to gain access to this option.">N/A</span></TD></TR><TR><TD ALIGN="right">Credit the customer for the unused portion of service when changing packages</TD><TD><INPUT TYPE="checkbox" NAME="prorate_delayed__unused_credit_change" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Automatically suspend for one day before cancelling</TD><TD><INPUT TYPE="checkbox" NAME="prorate_delayed__delay_cancel" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Initial free days</TD><TD><INPUT TYPE="text" NAME="prorate_delayed__free_days" VALUE="0"></TD></TR><TR><TD ALIGN="right">Delay setup fee in addition to recurring fee</TD><TD><INPUT TYPE="checkbox" NAME="prorate_delayed__delay_setup" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Number of days before recurring billing commences to notify customer. (0 means no warning)</TD><TD><INPUT TYPE="text" NAME="prorate_delayed__recur_notify" VALUE="0"></TD></TR></TABLE><INPUT TYPE="hidden" NAME="prorate_delayed__OPTIONS" VALUE="setup_fee,unused_credit_change,delay_setup,a2billing_carrer_initblock_offp,free_days,a2billing_tariff,delay_cancel,a2billing_simultaccess,recur_notify,recur_fee,unused_credit_cancel,a2billing_retail_initblock_offp,suspend_bill,unused_credit_suspend,a2billing_carrier_cost_min,a2billing_retail_increment_offp,a2billing_type,a2billing_carrier_increment_offp,a2billing_retail_cost_min_offp">
 
       </DIV>
 
 
       </DIV>
 
@@ -4315,7 +4315,7 @@ spawn_supp_dst_pkgpart(this);"
            STYLE="display: none; z-index: 0"
       >
 
            STYLE="display: none; z-index: 0"
       >
 
-        <TABLE BGCOLOR="#cccccc" BORDER=0 CELLSPACING=2><TR><TD ALIGN="right">Action to take upon reaching end of prepaid period</TD><TD><SELECT NAME="prepaid__recur_action"><OPTION VALUE="suspend">suspend<OPTION VALUE="cancel">cancel</SELECT></TD></TR><TR><TD ALIGN="right">Action to take upon reaching a usage limit.</TD><TD><SELECT NAME="prepaid__overlimit_action"><OPTION VALUE="overlimit">Default overlimit processing<OPTION VALUE="cancel">Cancel</SELECT></TD></TR><TR><TD ALIGN="right">Time limit for this package</TD><TD><INPUT TYPE="text" NAME="prepaid__seconds" VALUE=""></TD></TR><TR><TD ALIGN="right">Upload limit for this package</TD><TD><INPUT TYPE="text" NAME="prepaid__upbytes" VALUE=""></TD></TR><TR><TD ALIGN="right">Download limit for this package</TD><TD><INPUT TYPE="text" NAME="prepaid__downbytes" VALUE=""></TD></TR><TR><TD ALIGN="right">Transfer limit for this package</TD><TD><INPUT TYPE="text" NAME="prepaid__totalbytes" VALUE=""></TD></TR><TR><TD ALIGN="right">Credit the customer for the unused portion of service at cancellation</TD><TD><INPUT TYPE="checkbox" NAME="prepaid__unused_credit_cancel" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Credit the customer for the unused portion of service when suspending</TD><TD><span title="You must set the 'suspend_credit_type' option in Configuration->Settings to gain access to this option.">N/A</span></TD></TR><TR><TD ALIGN="right">Credit the customer for the unused portion of service when changing packages</TD><TD><INPUT TYPE="checkbox" NAME="prepaid__unused_credit_change" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Automatically suspend for one day before cancelling</TD><TD><INPUT TYPE="checkbox" NAME="prepaid__delay_cancel" VALUE=1 ></TD></TR></TABLE><INPUT TYPE="hidden" NAME="prepaid__OPTIONS" VALUE="recharge_seconds,downbytes,setup_fee,totalbytes,recharge_downbytes,a2billing_carrer_initblock_offp,recharge_reset,unused_credit_change,a2billing_carrier_cost_min,recharge_upbytes,recharge_totalbytes,a2billing_tariff,a2billing_simultaccess,unused_credit_suspend,usage_rollover,recur_fee,recur_action,a2billing_retail_cost_min_offp,upbytes,seconds,delay_cancel,overlimit_action,unused_credit_cancel,a2billing_retail_increment_offp,a2billing_retail_initblock_offp,recharge_amount,a2billing_carrier_increment_offp,a2billing_type">
+        <TABLE BGCOLOR="#cccccc" BORDER=0 CELLSPACING=2><TR><TD ALIGN="right">Action to take upon reaching end of prepaid period</TD><TD><SELECT NAME="prepaid__recur_action"><OPTION VALUE="suspend">suspend<OPTION VALUE="cancel">cancel</SELECT></TD></TR><TR><TD ALIGN="right">Action to take upon reaching a usage limit.</TD><TD><SELECT NAME="prepaid__overlimit_action"><OPTION VALUE="overlimit">Default overlimit processing<OPTION VALUE="cancel">Cancel</SELECT></TD></TR><TR><TD ALIGN="right">Time limit for this package</TD><TD><INPUT TYPE="text" NAME="prepaid__seconds" VALUE=""></TD></TR><TR><TD ALIGN="right">Upload limit for this package</TD><TD><INPUT TYPE="text" NAME="prepaid__upbytes" VALUE=""></TD></TR><TR><TD ALIGN="right">Download limit for this package</TD><TD><INPUT TYPE="text" NAME="prepaid__downbytes" VALUE=""></TD></TR><TR><TD ALIGN="right">Transfer limit for this package</TD><TD><INPUT TYPE="text" NAME="prepaid__totalbytes" VALUE=""></TD></TR><TR><TD ALIGN="right">Credit the customer for the unused portion of service at cancellation</TD><TD><INPUT TYPE="checkbox" NAME="prepaid__unused_credit_cancel" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Credit the customer for the unused portion of service when suspending</TD><TD><span title="You must set the 'suspend_credit_type' option in Configuration->Settings to gain access to this option.">N/A</span></TD></TR><TR><TD ALIGN="right">Credit the customer for the unused portion of service when changing packages</TD><TD><INPUT TYPE="checkbox" NAME="prepaid__unused_credit_change" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Automatically suspend for one day before cancelling</TD><TD><INPUT TYPE="checkbox" NAME="prepaid__delay_cancel" VALUE=1 ></TD></TR></TABLE><INPUT TYPE="hidden" NAME="prepaid__OPTIONS" VALUE="a2billing_retail_initblock_offp,recharge_totalbytes,seconds,unused_credit_cancel,recharge_upbytes,recur_action,recharge_amount,a2billing_type,a2billing_carrier_increment_offp,a2billing_retail_cost_min_offp,a2billing_retail_increment_offp,totalbytes,recharge_reset,overlimit_action,unused_credit_suspend,a2billing_carrier_cost_min,a2billing_carrer_initblock_offp,recharge_downbytes,setup_fee,unused_credit_change,usage_rollover,recharge_seconds,upbytes,a2billing_simultaccess,downbytes,recur_fee,delay_cancel,a2billing_tariff">
 
       </DIV>
 
 
       </DIV>
 
@@ -4324,7 +4324,7 @@ spawn_supp_dst_pkgpart(this);"
            STYLE="display: none; z-index: 0"
       >
 
            STYLE="display: none; z-index: 0"
       >
 
-        <TABLE BGCOLOR="#cccccc" BORDER=0 CELLSPACING=2><TR><TD ALIGN="right">Billing day</TD><TD><INPUT TYPE="text" NAME="subscription__cutoff_day" VALUE="1"></TD></TR><TR><TD ALIGN="right">Time limit for this package</TD><TD><INPUT TYPE="text" NAME="subscription__seconds" VALUE=""></TD></TR><TR><TD ALIGN="right">Upload limit for this package</TD><TD><INPUT TYPE="text" NAME="subscription__upbytes" VALUE=""></TD></TR><TR><TD ALIGN="right">Download limit for this package</TD><TD><INPUT TYPE="text" NAME="subscription__downbytes" VALUE=""></TD></TR><TR><TD ALIGN="right">Transfer limit for this package</TD><TD><INPUT TYPE="text" NAME="subscription__totalbytes" VALUE=""></TD></TR><TR><TD ALIGN="right">Cost of recharge for this package</TD><TD><INPUT TYPE="text" NAME="subscription__recharge_amount" VALUE=""></TD></TR><TR><TD ALIGN="right">Recharge time for this package</TD><TD><INPUT TYPE="text" NAME="subscription__recharge_seconds" VALUE=""></TD></TR><TR><TD ALIGN="right">Recharge upload for this package</TD><TD><INPUT TYPE="text" NAME="subscription__recharge_upbytes" VALUE=""></TD></TR><TR><TD ALIGN="right">Recharge download for this package</TD><TD><INPUT TYPE="text" NAME="subscription__recharge_downbytes" VALUE=""></TD></TR><TR><TD ALIGN="right">Recharge transfer for this package</TD><TD><INPUT TYPE="text" NAME="subscription__recharge_totalbytes" VALUE=""></TD></TR><TR><TD ALIGN="right">Allow usage from previous period to roll over into current period</TD><TD><INPUT TYPE="checkbox" NAME="subscription__usage_rollover" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Reset usage to these values on manual package recharge</TD><TD><INPUT TYPE="checkbox" NAME="subscription__recharge_reset" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Optional External ID</TD><TD><INPUT TYPE="text" NAME="subscription__externalid" VALUE=""></TD></TR><TR><TD ALIGN="right">Credit the customer for the unused portion of service at cancellation</TD><TD><INPUT TYPE="checkbox" NAME="subscription__unused_credit_cancel" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Credit the customer for the unused portion of service when suspending</TD><TD><span title="You must set the 'suspend_credit_type' option in Configuration->Settings to gain access to this option.">N/A</span></TD></TR><TR><TD ALIGN="right">Credit the customer for the unused portion of service when changing packages</TD><TD><INPUT TYPE="checkbox" NAME="subscription__unused_credit_change" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Automatically suspend for one day before cancelling</TD><TD><INPUT TYPE="checkbox" NAME="subscription__delay_cancel" VALUE=1 ></TD></TR></TABLE><INPUT TYPE="hidden" NAME="subscription__OPTIONS" VALUE="downbytes,recharge_seconds,recharge_downbytes,totalbytes,setup_fee,a2billing_carrer_initblock_offp,recharge_reset,unused_credit_change,recharge_upbytes,a2billing_carrier_cost_min,recharge_totalbytes,a2billing_tariff,a2billing_simultaccess,unused_credit_suspend,recur_fee,usage_rollover,upbytes,externalid,a2billing_retail_cost_min_offp,seconds,delay_cancel,unused_credit_cancel,a2billing_retail_increment_offp,a2billing_retail_initblock_offp,recharge_amount,cutoff_day,a2billing_carrier_increment_offp,a2billing_type">
+        <TABLE BGCOLOR="#cccccc" BORDER=0 CELLSPACING=2><TR><TD ALIGN="right">Billing day</TD><TD><INPUT TYPE="text" NAME="subscription__cutoff_day" VALUE="1"></TD></TR><TR><TD ALIGN="right">Time limit for this package</TD><TD><INPUT TYPE="text" NAME="subscription__seconds" VALUE=""></TD></TR><TR><TD ALIGN="right">Upload limit for this package</TD><TD><INPUT TYPE="text" NAME="subscription__upbytes" VALUE=""></TD></TR><TR><TD ALIGN="right">Download limit for this package</TD><TD><INPUT TYPE="text" NAME="subscription__downbytes" VALUE=""></TD></TR><TR><TD ALIGN="right">Transfer limit for this package</TD><TD><INPUT TYPE="text" NAME="subscription__totalbytes" VALUE=""></TD></TR><TR><TD ALIGN="right">Cost of recharge for this package</TD><TD><INPUT TYPE="text" NAME="subscription__recharge_amount" VALUE=""></TD></TR><TR><TD ALIGN="right">Recharge time for this package</TD><TD><INPUT TYPE="text" NAME="subscription__recharge_seconds" VALUE=""></TD></TR><TR><TD ALIGN="right">Recharge upload for this package</TD><TD><INPUT TYPE="text" NAME="subscription__recharge_upbytes" VALUE=""></TD></TR><TR><TD ALIGN="right">Recharge download for this package</TD><TD><INPUT TYPE="text" NAME="subscription__recharge_downbytes" VALUE=""></TD></TR><TR><TD ALIGN="right">Recharge transfer for this package</TD><TD><INPUT TYPE="text" NAME="subscription__recharge_totalbytes" VALUE=""></TD></TR><TR><TD ALIGN="right">Allow usage from previous period to roll over into current period</TD><TD><INPUT TYPE="checkbox" NAME="subscription__usage_rollover" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Reset usage to these values on manual package recharge</TD><TD><INPUT TYPE="checkbox" NAME="subscription__recharge_reset" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Optional External ID</TD><TD><INPUT TYPE="text" NAME="subscription__externalid" VALUE=""></TD></TR><TR><TD ALIGN="right">Credit the customer for the unused portion of service at cancellation</TD><TD><INPUT TYPE="checkbox" NAME="subscription__unused_credit_cancel" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Credit the customer for the unused portion of service when suspending</TD><TD><span title="You must set the 'suspend_credit_type' option in Configuration->Settings to gain access to this option.">N/A</span></TD></TR><TR><TD ALIGN="right">Credit the customer for the unused portion of service when changing packages</TD><TD><INPUT TYPE="checkbox" NAME="subscription__unused_credit_change" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Automatically suspend for one day before cancelling</TD><TD><INPUT TYPE="checkbox" NAME="subscription__delay_cancel" VALUE=1 ></TD></TR></TABLE><INPUT TYPE="hidden" NAME="subscription__OPTIONS" VALUE="recharge_totalbytes,seconds,a2billing_retail_initblock_offp,recharge_upbytes,unused_credit_cancel,a2billing_retail_increment_offp,a2billing_type,recharge_amount,a2billing_carrier_increment_offp,a2billing_retail_cost_min_offp,unused_credit_suspend,a2billing_carrier_cost_min,recharge_reset,totalbytes,a2billing_carrer_initblock_offp,setup_fee,recharge_downbytes,unused_credit_change,recharge_seconds,upbytes,cutoff_day,usage_rollover,externalid,a2billing_tariff,delay_cancel,a2billing_simultaccess,recur_fee,downbytes">
 
       </DIV>
 
 
       </DIV>
 
@@ -4333,7 +4333,7 @@ spawn_supp_dst_pkgpart(this);"
            STYLE="display: none; z-index: 0"
       >
 
            STYLE="display: none; z-index: 0"
       >
 
-        <TABLE BGCOLOR="#cccccc" BORDER=0 CELLSPACING=2><TR><TD ALIGN="right">Hours included</TD><TD><INPUT TYPE="text" NAME="sqlradacct_hour__recur_included_hours" VALUE="0"></TD></TR><TR><TD ALIGN="right">Additional charge per hour</TD><TD><INPUT TYPE="text" NAME="sqlradacct_hour__recur_hourly_charge" VALUE="0"></TD></TR><TR><TD ALIGN="right">Maximum overage charge for hours (0 means no cap)</TD><TD><INPUT TYPE="text" NAME="sqlradacct_hour__recur_hourly_cap" VALUE="0"></TD></TR><TR><TD ALIGN="right">Upload gigabytes included</TD><TD><INPUT TYPE="text" NAME="sqlradacct_hour__recur_included_input" VALUE="0"></TD></TR><TR><TD ALIGN="right">Additional charge per gigabyte upload</TD><TD><INPUT TYPE="text" NAME="sqlradacct_hour__recur_input_charge" VALUE="0"></TD></TR><TR><TD ALIGN="right">Maximum overage charge for upload (0 means no cap)</TD><TD><INPUT TYPE="text" NAME="sqlradacct_hour__recur_input_cap" VALUE="0"></TD></TR><TR><TD ALIGN="right">Download gigabytes included</TD><TD><INPUT TYPE="text" NAME="sqlradacct_hour__recur_included_output" VALUE="0"></TD></TR><TR><TD ALIGN="right">Additional charge per gigabyte download</TD><TD><INPUT TYPE="text" NAME="sqlradacct_hour__recur_output_charge" VALUE="0"></TD></TR><TR><TD ALIGN="right">Maximum overage charge for download (0 means no cap)</TD><TD><INPUT TYPE="text" NAME="sqlradacct_hour__recur_output_cap" VALUE="0"></TD></TR><TR><TD ALIGN="right">Total gigabytes included</TD><TD><INPUT TYPE="text" NAME="sqlradacct_hour__recur_included_total" VALUE="0"></TD></TR><TR><TD ALIGN="right">Additional charge per gigabyte total</TD><TD><INPUT TYPE="text" NAME="sqlradacct_hour__recur_total_charge" VALUE="0"></TD></TR><TR><TD ALIGN="right">Maximum overage charge for total gigabytes (0 means no cap)</TD><TD><INPUT TYPE="text" NAME="sqlradacct_hour__recur_total_cap" VALUE="0"></TD></TR><TR><TD ALIGN="right">Global cap on all overage charges (0 means no cap)</TD><TD><INPUT TYPE="text" NAME="sqlradacct_hour__global_cap" VALUE="0"></TD></TR><TR><TD ALIGN="right">Credit the customer for the unused portion of service at cancellation</TD><TD><INPUT TYPE="checkbox" NAME="sqlradacct_hour__unused_credit_cancel" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Credit the customer for the unused portion of service when suspending</TD><TD><span title="You must set the 'suspend_credit_type' option in Configuration->Settings to gain access to this option.">N/A</span></TD></TR><TR><TD ALIGN="right">Credit the customer for the unused portion of service when changing packages</TD><TD><INPUT TYPE="checkbox" NAME="sqlradacct_hour__unused_credit_change" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Automatically suspend for one day before cancelling</TD><TD><INPUT TYPE="checkbox" NAME="sqlradacct_hour__delay_cancel" VALUE=1 ></TD></TR></TABLE><INPUT TYPE="hidden" NAME="sqlradacct_hour__OPTIONS" VALUE="recur_input_cap,a2billing_type,a2billing_carrier_increment_offp,a2billing_retail_initblock_offp,a2billing_retail_increment_offp,recur_hourly_charge,unused_credit_cancel,delay_cancel,recur_total_cap,recur_included_output,a2billing_retail_cost_min_offp,global_cap,recur_fee,recur_included_input,unused_credit_suspend,a2billing_simultaccess,recur_output_charge,recur_output_cap,a2billing_tariff,recur_hourly_cap,a2billing_carrier_cost_min,recur_included_hours,unused_credit_change,recur_total_charge,recur_input_charge,a2billing_carrer_initblock_offp,setup_fee,recur_included_total">
+        <TABLE BGCOLOR="#cccccc" BORDER=0 CELLSPACING=2><TR><TD ALIGN="right">Hours included</TD><TD><INPUT TYPE="text" NAME="sqlradacct_hour__recur_included_hours" VALUE="0"></TD></TR><TR><TD ALIGN="right">Additional charge per hour</TD><TD><INPUT TYPE="text" NAME="sqlradacct_hour__recur_hourly_charge" VALUE="0"></TD></TR><TR><TD ALIGN="right">Maximum overage charge for hours (0 means no cap)</TD><TD><INPUT TYPE="text" NAME="sqlradacct_hour__recur_hourly_cap" VALUE="0"></TD></TR><TR><TD ALIGN="right">Upload gigabytes included</TD><TD><INPUT TYPE="text" NAME="sqlradacct_hour__recur_included_input" VALUE="0"></TD></TR><TR><TD ALIGN="right">Additional charge per gigabyte upload</TD><TD><INPUT TYPE="text" NAME="sqlradacct_hour__recur_input_charge" VALUE="0"></TD></TR><TR><TD ALIGN="right">Maximum overage charge for upload (0 means no cap)</TD><TD><INPUT TYPE="text" NAME="sqlradacct_hour__recur_input_cap" VALUE="0"></TD></TR><TR><TD ALIGN="right">Download gigabytes included</TD><TD><INPUT TYPE="text" NAME="sqlradacct_hour__recur_included_output" VALUE="0"></TD></TR><TR><TD ALIGN="right">Additional charge per gigabyte download</TD><TD><INPUT TYPE="text" NAME="sqlradacct_hour__recur_output_charge" VALUE="0"></TD></TR><TR><TD ALIGN="right">Maximum overage charge for download (0 means no cap)</TD><TD><INPUT TYPE="text" NAME="sqlradacct_hour__recur_output_cap" VALUE="0"></TD></TR><TR><TD ALIGN="right">Total gigabytes included</TD><TD><INPUT TYPE="text" NAME="sqlradacct_hour__recur_included_total" VALUE="0"></TD></TR><TR><TD ALIGN="right">Additional charge per gigabyte total</TD><TD><INPUT TYPE="text" NAME="sqlradacct_hour__recur_total_charge" VALUE="0"></TD></TR><TR><TD ALIGN="right">Maximum overage charge for total gigabytes (0 means no cap)</TD><TD><INPUT TYPE="text" NAME="sqlradacct_hour__recur_total_cap" VALUE="0"></TD></TR><TR><TD ALIGN="right">Global cap on all overage charges (0 means no cap)</TD><TD><INPUT TYPE="text" NAME="sqlradacct_hour__global_cap" VALUE="0"></TD></TR><TR><TD ALIGN="right">Credit the customer for the unused portion of service at cancellation</TD><TD><INPUT TYPE="checkbox" NAME="sqlradacct_hour__unused_credit_cancel" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Credit the customer for the unused portion of service when suspending</TD><TD><span title="You must set the 'suspend_credit_type' option in Configuration->Settings to gain access to this option.">N/A</span></TD></TR><TR><TD ALIGN="right">Credit the customer for the unused portion of service when changing packages</TD><TD><INPUT TYPE="checkbox" NAME="sqlradacct_hour__unused_credit_change" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Automatically suspend for one day before cancelling</TD><TD><INPUT TYPE="checkbox" NAME="sqlradacct_hour__delay_cancel" VALUE=1 ></TD></TR></TABLE><INPUT TYPE="hidden" NAME="sqlradacct_hour__OPTIONS" VALUE="a2billing_retail_increment_offp,a2billing_type,a2billing_carrier_increment_offp,recur_output_charge,a2billing_retail_cost_min_offp,unused_credit_suspend,a2billing_carrier_cost_min,recur_total_cap,a2billing_retail_initblock_offp,unused_credit_cancel,recur_included_hours,global_cap,delay_cancel,a2billing_tariff,recur_hourly_cap,recur_hourly_charge,recur_total_charge,a2billing_simultaccess,recur_included_output,recur_input_cap,recur_fee,recur_input_charge,a2billing_carrer_initblock_offp,recur_included_input,recur_output_cap,setup_fee,recur_included_total,unused_credit_change">
 
       </DIV>
 
 
       </DIV>
 
@@ -4342,7 +4342,7 @@ spawn_supp_dst_pkgpart(this);"
            STYLE="display: none; z-index: 0"
       >
 
            STYLE="display: none; z-index: 0"
       >
 
-        <TABLE BGCOLOR="#cccccc" BORDER=0 CELLSPACING=2><TR><TD ALIGN="right">Hours included per day</TD><TD><INPUT TYPE="text" NAME="sqlradacct_daily__recur_included_hours" VALUE="0"></TD></TR><TR><TD ALIGN="right">Additional charge per hour</TD><TD><INPUT TYPE="text" NAME="sqlradacct_daily__recur_hourly_charge" VALUE="0"></TD></TR><TR><TD ALIGN="right">Maximum daily charge for hours (0 means no cap)</TD><TD><INPUT TYPE="text" NAME="sqlradacct_daily__recur_hourly_cap" VALUE="0"></TD></TR><TR><TD ALIGN="right">Upload megabytes included per day</TD><TD><INPUT TYPE="text" NAME="sqlradacct_daily__recur_included_input" VALUE="0"></TD></TR><TR><TD ALIGN="right">Additional charge per megabyte upload</TD><TD><INPUT TYPE="text" NAME="sqlradacct_daily__recur_input_charge" VALUE="0"></TD></TR><TR><TD ALIGN="right">Maximum daily charge for upload (0 means no cap)</TD><TD><INPUT TYPE="text" NAME="sqlradacct_daily__recur_input_cap" VALUE="0"></TD></TR><TR><TD ALIGN="right">Download megabytes included per day</TD><TD><INPUT TYPE="text" NAME="sqlradacct_daily__recur_included_output" VALUE="0"></TD></TR><TR><TD ALIGN="right">Additional charge per megabyte download</TD><TD><INPUT TYPE="text" NAME="sqlradacct_daily__recur_output_charge" VALUE="0"></TD></TR><TR><TD ALIGN="right">Maximum daily charge for download (0 means no cap)</TD><TD><INPUT TYPE="text" NAME="sqlradacct_daily__recur_output_cap" VALUE="0"></TD></TR><TR><TD ALIGN="right">Total megabytes included per day</TD><TD><INPUT TYPE="text" NAME="sqlradacct_daily__recur_included_total" VALUE="0"></TD></TR><TR><TD ALIGN="right">Additional charge per megabyte total</TD><TD><INPUT TYPE="text" NAME="sqlradacct_daily__recur_total_charge" VALUE="0"></TD></TR><TR><TD ALIGN="right">Maximum daily charge for total megabytes (0 means no cap)</TD><TD><INPUT TYPE="text" NAME="sqlradacct_daily__recur_total_cap" VALUE="0"></TD></TR><TR><TD ALIGN="right">Daily cap on all overage charges (0 means no cap)</TD><TD><INPUT TYPE="text" NAME="sqlradacct_daily__global_cap" VALUE="0"></TD></TR><TR><TD ALIGN="right">Monthly (billing frequency) cap on all overage charges (0 means no cap)</TD><TD><INPUT TYPE="text" NAME="sqlradacct_daily__monthly_cap" VALUE="0"></TD></TR><TR><TD ALIGN="right">Credit the customer for the unused portion of service at cancellation</TD><TD><INPUT TYPE="checkbox" NAME="sqlradacct_daily__unused_credit_cancel" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Credit the customer for the unused portion of service when suspending</TD><TD><span title="You must set the 'suspend_credit_type' option in Configuration->Settings to gain access to this option.">N/A</span></TD></TR><TR><TD ALIGN="right">Credit the customer for the unused portion of service when changing packages</TD><TD><INPUT TYPE="checkbox" NAME="sqlradacct_daily__unused_credit_change" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Automatically suspend for one day before cancelling</TD><TD><INPUT TYPE="checkbox" NAME="sqlradacct_daily__delay_cancel" VALUE=1 ></TD></TR></TABLE><INPUT TYPE="hidden" NAME="sqlradacct_daily__OPTIONS" VALUE="recur_fee,recur_included_input,a2billing_retail_cost_min_offp,recur_included_output,global_cap,unused_credit_cancel,delay_cancel,recur_total_cap,a2billing_retail_increment_offp,recur_hourly_charge,a2billing_retail_initblock_offp,a2billing_carrier_increment_offp,a2billing_type,recur_input_cap,setup_fee,recur_included_total,recur_input_charge,a2billing_carrer_initblock_offp,recur_total_charge,unused_credit_change,monthly_cap,a2billing_tariff,recur_output_cap,a2billing_carrier_cost_min,recur_included_hours,recur_hourly_cap,unused_credit_suspend,a2billing_simultaccess,recur_output_charge">
+        <TABLE BGCOLOR="#cccccc" BORDER=0 CELLSPACING=2><TR><TD ALIGN="right">Hours included per day</TD><TD><INPUT TYPE="text" NAME="sqlradacct_daily__recur_included_hours" VALUE="0"></TD></TR><TR><TD ALIGN="right">Additional charge per hour</TD><TD><INPUT TYPE="text" NAME="sqlradacct_daily__recur_hourly_charge" VALUE="0"></TD></TR><TR><TD ALIGN="right">Maximum daily charge for hours (0 means no cap)</TD><TD><INPUT TYPE="text" NAME="sqlradacct_daily__recur_hourly_cap" VALUE="0"></TD></TR><TR><TD ALIGN="right">Upload megabytes included per day</TD><TD><INPUT TYPE="text" NAME="sqlradacct_daily__recur_included_input" VALUE="0"></TD></TR><TR><TD ALIGN="right">Additional charge per megabyte upload</TD><TD><INPUT TYPE="text" NAME="sqlradacct_daily__recur_input_charge" VALUE="0"></TD></TR><TR><TD ALIGN="right">Maximum daily charge for upload (0 means no cap)</TD><TD><INPUT TYPE="text" NAME="sqlradacct_daily__recur_input_cap" VALUE="0"></TD></TR><TR><TD ALIGN="right">Download megabytes included per day</TD><TD><INPUT TYPE="text" NAME="sqlradacct_daily__recur_included_output" VALUE="0"></TD></TR><TR><TD ALIGN="right">Additional charge per megabyte download</TD><TD><INPUT TYPE="text" NAME="sqlradacct_daily__recur_output_charge" VALUE="0"></TD></TR><TR><TD ALIGN="right">Maximum daily charge for download (0 means no cap)</TD><TD><INPUT TYPE="text" NAME="sqlradacct_daily__recur_output_cap" VALUE="0"></TD></TR><TR><TD ALIGN="right">Total megabytes included per day</TD><TD><INPUT TYPE="text" NAME="sqlradacct_daily__recur_included_total" VALUE="0"></TD></TR><TR><TD ALIGN="right">Additional charge per megabyte total</TD><TD><INPUT TYPE="text" NAME="sqlradacct_daily__recur_total_charge" VALUE="0"></TD></TR><TR><TD ALIGN="right">Maximum daily charge for total megabytes (0 means no cap)</TD><TD><INPUT TYPE="text" NAME="sqlradacct_daily__recur_total_cap" VALUE="0"></TD></TR><TR><TD ALIGN="right">Daily cap on all overage charges (0 means no cap)</TD><TD><INPUT TYPE="text" NAME="sqlradacct_daily__global_cap" VALUE="0"></TD></TR><TR><TD ALIGN="right">Monthly (billing frequency) cap on all overage charges (0 means no cap)</TD><TD><INPUT TYPE="text" NAME="sqlradacct_daily__monthly_cap" VALUE="0"></TD></TR><TR><TD ALIGN="right">Credit the customer for the unused portion of service at cancellation</TD><TD><INPUT TYPE="checkbox" NAME="sqlradacct_daily__unused_credit_cancel" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Credit the customer for the unused portion of service when suspending</TD><TD><span title="You must set the 'suspend_credit_type' option in Configuration->Settings to gain access to this option.">N/A</span></TD></TR><TR><TD ALIGN="right">Credit the customer for the unused portion of service when changing packages</TD><TD><INPUT TYPE="checkbox" NAME="sqlradacct_daily__unused_credit_change" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Automatically suspend for one day before cancelling</TD><TD><INPUT TYPE="checkbox" NAME="sqlradacct_daily__delay_cancel" VALUE=1 ></TD></TR></TABLE><INPUT TYPE="hidden" NAME="sqlradacct_daily__OPTIONS" VALUE="recur_input_charge,recur_included_input,a2billing_carrer_initblock_offp,recur_output_cap,setup_fee,unused_credit_change,recur_included_total,global_cap,delay_cancel,a2billing_tariff,recur_hourly_charge,recur_total_charge,recur_hourly_cap,a2billing_simultaccess,recur_fee,recur_included_output,recur_input_cap,recur_total_cap,a2billing_retail_initblock_offp,monthly_cap,recur_included_hours,unused_credit_cancel,a2billing_retail_increment_offp,a2billing_type,a2billing_carrier_increment_offp,recur_output_charge,a2billing_retail_cost_min_offp,unused_credit_suspend,a2billing_carrier_cost_min">
 
       </DIV>
 
 
       </DIV>
 
@@ -4385,7 +4385,7 @@ spawn_supp_dst_pkgpart(this);"
 </SELECT>
 
 
 </SELECT>
 
 
-</TD></TR><TR><TD ALIGN="right">Number of calls included at no usage charge</TD><TD><INPUT TYPE="text" NAME="voip_cdr__calls_included" VALUE=""></TD></TR><TR><TD ALIGN="right">Charge per minute when using "single price per minute" rating method</TD><TD><INPUT TYPE="text" NAME="voip_cdr__min_charge" VALUE=""></TD></TR><TR><TD ALIGN="right">Minutes included when using the "single price per minute" or "prefix" rating method</TD><TD><INPUT TYPE="text" NAME="voip_cdr__min_included" VALUE=""></TD></TR><TR><TD ALIGN="right">Granularity when using "single price per minute" rating method</TD><TD><SELECT NAME="voip_cdr__sec_granularity"><OPTION VALUE="1">1 second<OPTION VALUE="6">6 second<OPTION VALUE="30">30 second<OPTION VALUE="60">minute<OPTION VALUE="0">call</SELECT></TD></TR><TR><TD ALIGN="right">Handling of calls without a rate in the rate table</TD><TD><SELECT NAME="voip_cdr__ignore_unrateable"><OPTION VALUE="" SELECTED>Exit with a fatal error<OPTION VALUE="1">Ignore and continue<OPTION VALUE="2">Flag for later review</SELECT></TD></TR><TR><TD ALIGN="right">Default prefix optionally prepended to customer DID numbers when searching for CDR records</TD><TD><INPUT TYPE="text" NAME="voip_cdr__default_prefix" VALUE="+1"></TD></TR><TR><TD ALIGN="right">Disable rating of CDR records based on the "src" field in addition to "charged_party"</TD><TD><INPUT TYPE="checkbox" NAME="voip_cdr__disable_src" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Destination prefix for domestic CDR records</TD><TD><INPUT TYPE="text" NAME="voip_cdr__domestic_prefix" VALUE="1"></TD></TR><TR><TD ALIGN="right">Destination prefix for international CDR records</TD><TD><INPUT TYPE="text" NAME="voip_cdr__international_prefix" VALUE="011"></TD></TR><TR><TD ALIGN="right">Disable automatic toll-free processing</TD><TD><INPUT TYPE="checkbox" NAME="voip_cdr__disable_tollfree" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Only charge for CDRs where the amaflags field is set to "2" ("BILL"/"BILLING").</TD><TD><INPUT TYPE="checkbox" NAME="voip_cdr__use_amaflags" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Only charge for CDRs where the Carrier ID is set to any of these (comma-separated) values: </TD><TD><INPUT TYPE="text" NAME="voip_cdr__use_carrierid" VALUE=""></TD></TR><TR><TD ALIGN="right">Only charge for CDRs where the CDR Type is set to this cdrtypenum: </TD><TD><INPUT TYPE="text" NAME="voip_cdr__use_cdrtypenum" VALUE=""></TD></TR><TR><TD ALIGN="right">Do not charge for CDRs where the CDR Type is set to this cdrtypenum: </TD><TD><INPUT TYPE="text" NAME="voip_cdr__ignore_cdrtypenum" VALUE=""></TD></TR><TR><TD ALIGN="right">Only charge for CDRs where the CDR Call Type is set to this calltypenum: </TD><TD><INPUT TYPE="text" NAME="voip_cdr__use_calltypenum" VALUE=""></TD></TR><TR><TD ALIGN="right">Do not charge for CDRs where the CDR Call Type is set to this calltypenum: </TD><TD><INPUT TYPE="text" NAME="voip_cdr__ignore_calltypenum" VALUE=""></TD></TR><TR><TD ALIGN="right">Do not charge for CDRs where the Disposition is set to any of these (comma-separated) values: </TD><TD><INPUT TYPE="text" NAME="voip_cdr__ignore_disposition" VALUE=""></TD></TR><TR><TD ALIGN="right">Only charge for CDRs where the Disposition is set to any of these (comma-separated) values: </TD><TD><INPUT TYPE="text" NAME="voip_cdr__disposition_in" VALUE=""></TD></TR><TR><TD ALIGN="right">Do not charge for CDRs where the dcontext is set to any of these (comma-separated) values: </TD><TD><INPUT TYPE="text" NAME="voip_cdr__skip_dcontext" VALUE=""></TD></TR><TR><TD ALIGN="right">Do not charge for CDRs where the destination number starts with any of these values: </TD><TD><INPUT TYPE="text" NAME="voip_cdr__skip_dst_prefix" VALUE=""></TD></TR><TR><TD ALIGN="right">Do not charge for CDRs where the dstchannel starts with:</TD><TD><INPUT TYPE="text" NAME="voip_cdr__skip_dstchannel_prefix" VALUE=""></TD></TR><TR><TD ALIGN="right">Do not charge for CDRs where the source is more than this many digits:</TD><TD><INPUT TYPE="text" NAME="voip_cdr__skip_src_length_more" VALUE=""></TD></TR><TR><TD ALIGN="right">Do charge for CDRs where source is equal or greater than the specified digits, when accountcode is toll free</TD><TD><INPUT TYPE="checkbox" NAME="voip_cdr__noskip_src_length_accountcode_tollfree" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Optional alternate rate plan when accountcode is toll free: </TD><TD><SELECT NAME="voip_cdr__accountcode_tollfree_ratenum"><OPTION VALUE=""></SELECT></TD></TR><TR><TD ALIGN="right">When using an alternate rate plan for toll-free accountcodes, the CDR field to use in rating calculations</TD><TD><SELECT NAME="voip_cdr__accountcode_tollfree_field"><OPTION VALUE="dst">Destination (dst)<OPTION VALUE="src">Source (src)</SELECT></TD></TR><TR><TD ALIGN="right">Do not charge for CDRs where the destination is less than this many digits:</TD><TD><INPUT TYPE="text" NAME="voip_cdr__skip_dst_length_less" VALUE=""></TD></TR><TR><TD ALIGN="right">Do charge for CDRs where dst is less than the specified digits, when accountcode is toll free</TD><TD><INPUT TYPE="checkbox" NAME="voip_cdr__noskip_dst_length_accountcode_tollfree" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Do not charge for CDRs where the lastapp matches this value: </TD><TD><INPUT TYPE="text" NAME="voip_cdr__skip_lastapp" VALUE=""></TD></TR><TR><TD ALIGN="right">Do not charge for CDRs where max_callers is less than or equal to this value: </TD><TD><INPUT TYPE="text" NAME="voip_cdr__skip_max_callers" VALUE=""></TD></TR><TR><TD ALIGN="right">Do not charge for calls between numbers belonging to the same customer</TD><TD><INPUT TYPE="checkbox" NAME="voip_cdr__skip_same_customer" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Calculate usage based on the duration field instead of the billsec field</TD><TD><INPUT TYPE="checkbox" NAME="voip_cdr__use_duration" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Rewrite these (comma-separated) destination numbers to 411 for rating purposes (also ignore any carrierid check): </TD><TD><INPUT TYPE="text" NAME="voip_cdr__411_rewrite" VALUE=""></TD></TR><TR><TD ALIGN="right">CDR display format for invoices</TD><TD><SELECT NAME="voip_cdr__output_format"><OPTION VALUE="" SELECTED><OPTION VALUE="simple">Simple<OPTION VALUE="sum_duration_prefix">Summary, one line per destination prefix<OPTION VALUE="sum_count_class">Summary, one line per usage class<OPTION VALUE="basic">Basic<OPTION VALUE="accountcode_simple">Simple with accountcode<OPTION VALUE="default">Default<OPTION VALUE="sum_duration">Summary, one line per service<OPTION VALUE="sum_count">Number of calls, one line per service<OPTION VALUE="accountcode_default">Default plus accountcode<OPTION VALUE="basic_upstream_dst_regionname">Basic with upstream destination name<OPTION VALUE="source_default">Default with source<OPTION VALUE="description_default">Default with description field as destination<OPTION VALUE="simple2">Simple with source</SELECT></TD></TR><TR><TD ALIGN="right">CDR display format for selfservice</TD><TD><SELECT NAME="voip_cdr__selfservice_format"><OPTION VALUE="" SELECTED><OPTION VALUE="simple">Simple<OPTION VALUE="sum_duration_prefix">Summary, one line per destination prefix<OPTION VALUE="sum_count_class">Summary, one line per usage class<OPTION VALUE="basic">Basic<OPTION VALUE="accountcode_simple">Simple with accountcode<OPTION VALUE="default">Default<OPTION VALUE="sum_duration">Summary, one line per service<OPTION VALUE="sum_count">Number of calls, one line per service<OPTION VALUE="accountcode_default">Default plus accountcode<OPTION VALUE="basic_upstream_dst_regionname">Basic with upstream destination name<OPTION VALUE="source_default">Default with source<OPTION VALUE="description_default">Default with description field as destination<OPTION VALUE="simple2">Simple with source</SELECT></TD></TR><TR><TD ALIGN="right">Inbound CDR display format for selfservice</TD><TD><SELECT NAME="voip_cdr__selfservice_inbound_format"><OPTION VALUE="" SELECTED><OPTION VALUE="simple">Simple<OPTION VALUE="sum_duration_prefix">Summary, one line per destination prefix<OPTION VALUE="sum_count_class">Summary, one line per usage class<OPTION VALUE="basic">Basic<OPTION VALUE="accountcode_simple">Simple with accountcode<OPTION VALUE="default">Default<OPTION VALUE="sum_duration">Summary, one line per service<OPTION VALUE="sum_count">Number of calls, one line per service<OPTION VALUE="accountcode_default">Default plus accountcode<OPTION VALUE="basic_upstream_dst_regionname">Basic with upstream destination name<OPTION VALUE="source_default">Default with source<OPTION VALUE="description_default">Default with description field as destination<OPTION VALUE="simple2">Simple with source</SELECT></TD></TR><TR><TD ALIGN="right">Always put usage details in separate section.  The section is defined in the next option.</TD><TD><INPUT TYPE="checkbox" NAME="voip_cdr__usage_mandate" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Section in which to place usage charges (whether separated or not): </TD><TD><INPUT TYPE="text" NAME="voip_cdr__usage_section" VALUE=""></TD></TR><TR><TD ALIGN="right">Include usage summary with recurring charges when usage is in separate section</TD><TD><INPUT TYPE="checkbox" NAME="voip_cdr__summarize_usage" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Show details for included / no-charge calls.</TD><TD><INPUT TYPE="checkbox" NAME="voip_cdr__usage_showzero" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Generate an invoice immediately for every call (as well any setup fee, upon first payment).  Useful for prepaid.</TD><TD><INPUT TYPE="checkbox" NAME="voip_cdr__bill_every_call" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Bill for all phone numbers that were active during the billing period</TD><TD><INPUT TYPE="checkbox" NAME="voip_cdr__bill_inactive_svcs" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Only bill CDRs with a date during the package billing period</TD><TD><INPUT TYPE="checkbox" NAME="voip_cdr__bill_only_pkg_dates" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Consider for tax purposes the number of lines to be svc_phones that may be provisioned rather than those that actually are.</TD><TD><INPUT TYPE="checkbox" NAME="voip_cdr__count_available_phones" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Continue recurring billing while suspended</TD><TD><INPUT TYPE="checkbox" NAME="voip_cdr__suspend_bill" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Credit the customer for the unused portion of service at cancellation</TD><TD><INPUT TYPE="checkbox" NAME="voip_cdr__unused_credit_cancel" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Credit the customer for the unused portion of service when suspending</TD><TD><span title="You must set the 'suspend_credit_type' option in Configuration->Settings to gain access to this option.">N/A</span></TD></TR><TR><TD ALIGN="right">Credit the customer for the unused portion of service when changing packages</TD><TD><INPUT TYPE="checkbox" NAME="voip_cdr__unused_credit_change" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Automatically suspend for one day before cancelling</TD><TD><INPUT TYPE="checkbox" NAME="voip_cdr__delay_cancel" VALUE=1 ></TD></TR></TABLE><INPUT TYPE="hidden" NAME="voip_cdr__OPTIONS" VALUE="ignore_cdrtypenum,unused_credit_suspend,add_full_period,a2billing_carrier_cost_min,noskip_src_length_accountcode_tollfree,usage_mandate,a2billing_carrer_initblock_offp,accountcode_tollfree_field,ignore_calltypenum,ignore_disposition,use_carrierid,a2billing_retail_cost_min_offp,skip_dst_prefix,sec_granularity,skip_same_customer,usage_showzero,use_duration,cdr_svc_method,domestic_prefix,selfservice_inbound_format,recur_temporality,noskip_dst_length_accountcode_tollfree,disable_tollfree,cutoff_day,prorate_verbose,accountcode_tollfree_ratenum,disable_src,ratenum,skip_lastapp,skip_max_callers,prorate_defer_bill,output_format,recur_fee,a2billing_retail_increment_offp,suspend_bill,unused_credit_change,skip_src_length_more,a2billing_simultaccess,a2billing_tariff,calls_included,setup_fee,bill_inactive_svcs,skip_dcontext,disposition_in,a2billing_retail_initblock_offp,use_amaflags,bill_only_pkg_dates,intrastate_ratenum,skip_dst_length_less,prorate_round_day,411_rewrite,rounding,rating_method,recur_method,bill_every_call,international_prefix,skip_dstchannel_prefix,use_cdrtypenum,summarize_usage,min_charge,ignore_unrateable,a2billing_carrier_increment_offp,count_available_phones,min_included,selfservice_format,a2billing_type,usage_section,default_prefix,use_calltypenum,delay_cancel,unused_credit_cancel">
+</TD></TR><TR><TD ALIGN="right">Number of calls included at no usage charge</TD><TD><INPUT TYPE="text" NAME="voip_cdr__calls_included" VALUE=""></TD></TR><TR><TD ALIGN="right">Charge per minute when using "single price per minute" rating method</TD><TD><INPUT TYPE="text" NAME="voip_cdr__min_charge" VALUE=""></TD></TR><TR><TD ALIGN="right">Minutes included when using the "single price per minute" or "prefix" rating method</TD><TD><INPUT TYPE="text" NAME="voip_cdr__min_included" VALUE=""></TD></TR><TR><TD ALIGN="right">Granularity when using "single price per minute" rating method</TD><TD><SELECT NAME="voip_cdr__sec_granularity"><OPTION VALUE="1">1 second<OPTION VALUE="6">6 second<OPTION VALUE="30">30 second<OPTION VALUE="60">minute<OPTION VALUE="0">call</SELECT></TD></TR><TR><TD ALIGN="right">Handling of calls without a rate in the rate table</TD><TD><SELECT NAME="voip_cdr__ignore_unrateable"><OPTION VALUE="" SELECTED>Exit with a fatal error<OPTION VALUE="1">Ignore and continue<OPTION VALUE="2">Flag for later review</SELECT></TD></TR><TR><TD ALIGN="right">Default prefix optionally prepended to customer DID numbers when searching for CDR records</TD><TD><INPUT TYPE="text" NAME="voip_cdr__default_prefix" VALUE="+1"></TD></TR><TR><TD ALIGN="right">Disable rating of CDR records based on the "src" field in addition to "charged_party"</TD><TD><INPUT TYPE="checkbox" NAME="voip_cdr__disable_src" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Destination prefix for domestic CDR records</TD><TD><INPUT TYPE="text" NAME="voip_cdr__domestic_prefix" VALUE="1"></TD></TR><TR><TD ALIGN="right">Destination prefix for international CDR records</TD><TD><INPUT TYPE="text" NAME="voip_cdr__international_prefix" VALUE="011"></TD></TR><TR><TD ALIGN="right">Disable automatic toll-free processing</TD><TD><INPUT TYPE="checkbox" NAME="voip_cdr__disable_tollfree" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Only charge for CDRs where the amaflags field is set to "2" ("BILL"/"BILLING").</TD><TD><INPUT TYPE="checkbox" NAME="voip_cdr__use_amaflags" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Only charge for CDRs where the Carrier ID is set to any of these (comma-separated) values: </TD><TD><INPUT TYPE="text" NAME="voip_cdr__use_carrierid" VALUE=""></TD></TR><TR><TD ALIGN="right">Only charge for CDRs where the CDR Type is set to this cdrtypenum: </TD><TD><INPUT TYPE="text" NAME="voip_cdr__use_cdrtypenum" VALUE=""></TD></TR><TR><TD ALIGN="right">Do not charge for CDRs where the CDR Type is set to this cdrtypenum: </TD><TD><INPUT TYPE="text" NAME="voip_cdr__ignore_cdrtypenum" VALUE=""></TD></TR><TR><TD ALIGN="right">Only charge for CDRs where the CDR Call Type is set to this calltypenum: </TD><TD><INPUT TYPE="text" NAME="voip_cdr__use_calltypenum" VALUE=""></TD></TR><TR><TD ALIGN="right">Do not charge for CDRs where the CDR Call Type is set to this calltypenum: </TD><TD><INPUT TYPE="text" NAME="voip_cdr__ignore_calltypenum" VALUE=""></TD></TR><TR><TD ALIGN="right">Do not charge for CDRs where the Disposition is set to any of these (comma-separated) values: </TD><TD><INPUT TYPE="text" NAME="voip_cdr__ignore_disposition" VALUE=""></TD></TR><TR><TD ALIGN="right">Only charge for CDRs where the Disposition is set to any of these (comma-separated) values: </TD><TD><INPUT TYPE="text" NAME="voip_cdr__disposition_in" VALUE=""></TD></TR><TR><TD ALIGN="right">Do not charge for CDRs where the dcontext is set to any of these (comma-separated) values: </TD><TD><INPUT TYPE="text" NAME="voip_cdr__skip_dcontext" VALUE=""></TD></TR><TR><TD ALIGN="right">Do not charge for CDRs where the destination number starts with any of these values: </TD><TD><INPUT TYPE="text" NAME="voip_cdr__skip_dst_prefix" VALUE=""></TD></TR><TR><TD ALIGN="right">Do not charge for CDRs where the dstchannel starts with:</TD><TD><INPUT TYPE="text" NAME="voip_cdr__skip_dstchannel_prefix" VALUE=""></TD></TR><TR><TD ALIGN="right">Do not charge for CDRs where the source is more than this many digits:</TD><TD><INPUT TYPE="text" NAME="voip_cdr__skip_src_length_more" VALUE=""></TD></TR><TR><TD ALIGN="right">Do charge for CDRs where source is equal or greater than the specified digits, when accountcode is toll free</TD><TD><INPUT TYPE="checkbox" NAME="voip_cdr__noskip_src_length_accountcode_tollfree" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Optional alternate rate plan when accountcode is toll free: </TD><TD><SELECT NAME="voip_cdr__accountcode_tollfree_ratenum"><OPTION VALUE=""></SELECT></TD></TR><TR><TD ALIGN="right">When using an alternate rate plan for toll-free accountcodes, the CDR field to use in rating calculations</TD><TD><SELECT NAME="voip_cdr__accountcode_tollfree_field"><OPTION VALUE="dst">Destination (dst)<OPTION VALUE="src">Source (src)</SELECT></TD></TR><TR><TD ALIGN="right">Do not charge for CDRs where the destination is less than this many digits:</TD><TD><INPUT TYPE="text" NAME="voip_cdr__skip_dst_length_less" VALUE=""></TD></TR><TR><TD ALIGN="right">Do charge for CDRs where dst is less than the specified digits, when accountcode is toll free</TD><TD><INPUT TYPE="checkbox" NAME="voip_cdr__noskip_dst_length_accountcode_tollfree" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Do not charge for CDRs where the lastapp matches this value: </TD><TD><INPUT TYPE="text" NAME="voip_cdr__skip_lastapp" VALUE=""></TD></TR><TR><TD ALIGN="right">Do not charge for CDRs where max_callers is less than or equal to this value: </TD><TD><INPUT TYPE="text" NAME="voip_cdr__skip_max_callers" VALUE=""></TD></TR><TR><TD ALIGN="right">Do not charge for calls between numbers belonging to the same customer</TD><TD><INPUT TYPE="checkbox" NAME="voip_cdr__skip_same_customer" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Calculate usage based on the duration field instead of the billsec field</TD><TD><INPUT TYPE="checkbox" NAME="voip_cdr__use_duration" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Rewrite these (comma-separated) destination numbers to 411 for rating purposes (also ignore any carrierid check): </TD><TD><INPUT TYPE="text" NAME="voip_cdr__411_rewrite" VALUE=""></TD></TR><TR><TD ALIGN="right">CDR display format for invoices</TD><TD><SELECT NAME="voip_cdr__output_format"><OPTION VALUE="" SELECTED><OPTION VALUE="sum_count">Number of calls, one line per service<OPTION VALUE="description_default">Default with description field as destination<OPTION VALUE="basic_upstream_dst_regionname">Basic with upstream destination name<OPTION VALUE="accountcode_simple">Simple with accountcode<OPTION VALUE="source_default">Default with source<OPTION VALUE="basic">Basic<OPTION VALUE="sum_duration">Summary, one line per service<OPTION VALUE="accountcode_default">Default plus accountcode<OPTION VALUE="simple">Simple<OPTION VALUE="sum_duration_prefix">Summary, one line per destination prefix<OPTION VALUE="sum_count_class">Summary, one line per usage class<OPTION VALUE="simple2">Simple with source<OPTION VALUE="default">Default</SELECT></TD></TR><TR><TD ALIGN="right">CDR display format for selfservice</TD><TD><SELECT NAME="voip_cdr__selfservice_format"><OPTION VALUE="" SELECTED><OPTION VALUE="sum_count">Number of calls, one line per service<OPTION VALUE="description_default">Default with description field as destination<OPTION VALUE="basic_upstream_dst_regionname">Basic with upstream destination name<OPTION VALUE="accountcode_simple">Simple with accountcode<OPTION VALUE="source_default">Default with source<OPTION VALUE="basic">Basic<OPTION VALUE="sum_duration">Summary, one line per service<OPTION VALUE="accountcode_default">Default plus accountcode<OPTION VALUE="simple">Simple<OPTION VALUE="sum_duration_prefix">Summary, one line per destination prefix<OPTION VALUE="sum_count_class">Summary, one line per usage class<OPTION VALUE="simple2">Simple with source<OPTION VALUE="default">Default</SELECT></TD></TR><TR><TD ALIGN="right">Inbound CDR display format for selfservice</TD><TD><SELECT NAME="voip_cdr__selfservice_inbound_format"><OPTION VALUE="" SELECTED><OPTION VALUE="sum_count">Number of calls, one line per service<OPTION VALUE="description_default">Default with description field as destination<OPTION VALUE="basic_upstream_dst_regionname">Basic with upstream destination name<OPTION VALUE="accountcode_simple">Simple with accountcode<OPTION VALUE="source_default">Default with source<OPTION VALUE="basic">Basic<OPTION VALUE="sum_duration">Summary, one line per service<OPTION VALUE="accountcode_default">Default plus accountcode<OPTION VALUE="simple">Simple<OPTION VALUE="sum_duration_prefix">Summary, one line per destination prefix<OPTION VALUE="sum_count_class">Summary, one line per usage class<OPTION VALUE="simple2">Simple with source<OPTION VALUE="default">Default</SELECT></TD></TR><TR><TD ALIGN="right">Always put usage details in separate section.  The section is defined in the next option.</TD><TD><INPUT TYPE="checkbox" NAME="voip_cdr__usage_mandate" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Section in which to place usage charges (whether separated or not): </TD><TD><INPUT TYPE="text" NAME="voip_cdr__usage_section" VALUE=""></TD></TR><TR><TD ALIGN="right">Include usage summary with recurring charges when usage is in separate section</TD><TD><INPUT TYPE="checkbox" NAME="voip_cdr__summarize_usage" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Show details for included / no-charge calls.</TD><TD><INPUT TYPE="checkbox" NAME="voip_cdr__usage_showzero" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Generate an invoice immediately for every call (as well any setup fee, upon first payment).  Useful for prepaid.</TD><TD><INPUT TYPE="checkbox" NAME="voip_cdr__bill_every_call" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Bill for all phone numbers that were active during the billing period</TD><TD><INPUT TYPE="checkbox" NAME="voip_cdr__bill_inactive_svcs" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Only bill CDRs with a date during the package billing period</TD><TD><INPUT TYPE="checkbox" NAME="voip_cdr__bill_only_pkg_dates" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Consider for tax purposes the number of lines to be svc_phones that may be provisioned rather than those that actually are.</TD><TD><INPUT TYPE="checkbox" NAME="voip_cdr__count_available_phones" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Continue recurring billing while suspended</TD><TD><INPUT TYPE="checkbox" NAME="voip_cdr__suspend_bill" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Credit the customer for the unused portion of service at cancellation</TD><TD><INPUT TYPE="checkbox" NAME="voip_cdr__unused_credit_cancel" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Credit the customer for the unused portion of service when suspending</TD><TD><span title="You must set the 'suspend_credit_type' option in Configuration->Settings to gain access to this option.">N/A</span></TD></TR><TR><TD ALIGN="right">Credit the customer for the unused portion of service when changing packages</TD><TD><INPUT TYPE="checkbox" NAME="voip_cdr__unused_credit_change" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Automatically suspend for one day before cancelling</TD><TD><INPUT TYPE="checkbox" NAME="voip_cdr__delay_cancel" VALUE=1 ></TD></TR></TABLE><INPUT TYPE="hidden" NAME="voip_cdr__OPTIONS" VALUE="disable_tollfree,summarize_usage,prorate_round_day,international_prefix,recur_temporality,selfservice_format,skip_max_callers,delay_cancel,skip_same_customer,setup_fee,usage_mandate,count_available_phones,recur_method,use_amaflags,rating_method,noskip_src_length_accountcode_tollfree,a2billing_retail_cost_min_offp,a2billing_carrier_cost_min,bill_every_call,use_duration,skip_src_length_more,skip_dst_prefix,unused_credit_cancel,ignore_disposition,skip_dcontext,ignore_cdrtypenum,calls_included,cdr_svc_method,a2billing_tariff,ignore_calltypenum,min_charge,domestic_prefix,disposition_in,skip_dst_length_less,a2billing_retail_increment_offp,disable_src,a2billing_carrier_increment_offp,usage_showzero,skip_lastapp,noskip_dst_length_accountcode_tollfree,a2billing_retail_initblock_offp,sec_granularity,suspend_bill,rounding,a2billing_simultaccess,recur_fee,bill_inactive_svcs,accountcode_tollfree_field,min_included,ratenum,intrastate_ratenum,a2billing_type,prorate_verbose,unused_credit_suspend,usage_section,ignore_unrateable,output_format,use_calltypenum,prorate_defer_bill,cutoff_day,use_cdrtypenum,default_prefix,411_rewrite,accountcode_tollfree_ratenum,selfservice_inbound_format,bill_only_pkg_dates,add_full_period,use_carrierid,skip_dstchannel_prefix,a2billing_carrer_initblock_offp,unused_credit_change">
 
       </DIV>
 
 
       </DIV>
 
@@ -4394,7 +4394,7 @@ spawn_supp_dst_pkgpart(this);"
            STYLE="display: none; z-index: 0"
       >
 
            STYLE="display: none; z-index: 0"
       >
 
-        <TABLE BGCOLOR="#cccccc" BORDER=0 CELLSPACING=2><TR><TD ALIGN="right">Charge recurring fee for period</TD><TD><SELECT NAME="voip_inbound__recur_temporality"><OPTION VALUE="upcoming">Upcoming (future)<OPTION VALUE="preceding">Preceding (past)</SELECT></TD></TR><TR><TD ALIGN="right">Recurring fee method</TD><TD><SELECT NAME="voip_inbound__recur_method"><OPTION VALUE="anniversary">Charge the recurring fee at the frequency specified above<OPTION VALUE="prorate">Charge a prorated fee the first time (selectable billing date)<OPTION VALUE="subscription">Charge the full fee for the first partial period (selectable billing date)</SELECT></TD></TR><TR><TD ALIGN="right">Billing Day (1 - 28) for prorating or subscription</TD><TD><INPUT TYPE="text" NAME="voip_inbound__cutoff_day" VALUE="1"></TD></TR><TR><TD ALIGN="right">When prorating, defer the first bill until the billing day</TD><TD><INPUT TYPE="checkbox" NAME="voip_inbound__prorate_defer_bill" VALUE=1 ></TD></TR><TR><TD ALIGN="right">When prorating, round to the nearest full day</TD><TD><INPUT TYPE="checkbox" NAME="voip_inbound__prorate_round_day" VALUE=1  CHECKED></TD></TR><TR><TD ALIGN="right">When prorating first month, also bill for one full period after that</TD><TD><INPUT TYPE="checkbox" NAME="voip_inbound__add_full_period" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Show prorate details on the invoice</TD><TD><INPUT TYPE="checkbox" NAME="voip_inbound__prorate_verbose" VALUE=1  CHECKED></TD></TR><TR><TD ALIGN="right">Charge per minute</TD><TD><INPUT TYPE="text" NAME="voip_inbound__min_charge" VALUE=""></TD></TR><TR><TD ALIGN="right">Minutes included</TD><TD><INPUT TYPE="text" NAME="voip_inbound__min_included" VALUE=""></TD></TR><TR><TD ALIGN="right">Granularity</TD><TD><SELECT NAME="voip_inbound__sec_granularity"><OPTION VALUE="1">1 second<OPTION VALUE="6">6 second<OPTION VALUE="30">30 second<OPTION VALUE="60">minute<OPTION VALUE="0">call</SELECT></TD></TR><TR><TD ALIGN="right">Default prefix optionally prepended to customer DID numbers when searching for CDR records</TD><TD><INPUT TYPE="text" NAME="voip_inbound__default_prefix" VALUE="+1"></TD></TR><TR><TD ALIGN="right">Only charge for CDRs where the amaflags field is set to "2" ("BILL"/"BILLING").</TD><TD><INPUT TYPE="checkbox" NAME="voip_inbound__use_amaflags" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Only charge for CDRs where the Carrier ID is set to any of these (comma-separated) values: </TD><TD><INPUT TYPE="text" NAME="voip_inbound__use_carrierid" VALUE=""></TD></TR><TR><TD ALIGN="right">Only charge for CDRs where the CDR Type is set to this cdrtypenum: </TD><TD><INPUT TYPE="text" NAME="voip_inbound__use_cdrtypenum" VALUE=""></TD></TR><TR><TD ALIGN="right">Do not charge for CDRs where the CDR Type is set to this cdrtypenum: </TD><TD><INPUT TYPE="text" NAME="voip_inbound__ignore_cdrtypenum" VALUE=""></TD></TR><TR><TD ALIGN="right">Only charge for CDRs where the CDR Call Type is set to this cdrtypenum: </TD><TD><INPUT TYPE="text" NAME="voip_inbound__use_calltypenum" VALUE=""></TD></TR><TR><TD ALIGN="right">Do not charge for CDRs where the CDR Call Type is set to this cdrtypenum: </TD><TD><INPUT TYPE="text" NAME="voip_inbound__ignore_calltypenum" VALUE=""></TD></TR><TR><TD ALIGN="right">Do not charge for CDRs where the Disposition is set to any of these (comma-separated) values: </TD><TD><INPUT TYPE="text" NAME="voip_inbound__ignore_disposition" VALUE=""></TD></TR><TR><TD ALIGN="right">Only charge for CDRs where the Disposition is set to any of these (comma-separated) values: </TD><TD><INPUT TYPE="text" NAME="voip_inbound__disposition_in" VALUE=""></TD></TR><TR><TD ALIGN="right">Do not charge for CDRs where the dcontext is set to any of these (comma-separated) values:</TD><TD><INPUT TYPE="text" NAME="voip_inbound__skip_dcontext" VALUE=""></TD></TR><TR><TD ALIGN="right">Do not charge for CDRs where the dstchannel starts with:</TD><TD><INPUT TYPE="text" NAME="voip_inbound__skip_dstchannel_prefix" VALUE=""></TD></TR><TR><TD ALIGN="right">Do not charge for CDRs where the destination is less than this many digits:</TD><TD><INPUT TYPE="text" NAME="voip_inbound__skip_dst_length_less" VALUE=""></TD></TR><TR><TD ALIGN="right">Do not charge for CDRs where the lastapp matches this value</TD><TD><INPUT TYPE="text" NAME="voip_inbound__skip_lastapp" VALUE=""></TD></TR><TR><TD ALIGN="right">Calculate usage based on the duration field instead of the billsec field</TD><TD><INPUT TYPE="checkbox" NAME="voip_inbound__use_duration" VALUE=1 ></TD></TR><TR><TD ALIGN="right">CDR invoice display format</TD><TD><SELECT NAME="voip_inbound__output_format"><OPTION VALUE="sum_count_class">Summary, one line per usage class<OPTION VALUE="simple">Simple<OPTION VALUE="sum_duration_prefix">Summary, one line per destination prefix<OPTION VALUE="sum_duration">Summary, one line per service<OPTION VALUE="default">Default<OPTION VALUE="accountcode_simple">Simple with accountcode<OPTION VALUE="basic">Basic<OPTION VALUE="description_default">Default with description field as destination<OPTION VALUE="source_default">Default with source<OPTION VALUE="basic_upstream_dst_regionname">Basic with upstream destination name<OPTION VALUE="accountcode_default">Default plus accountcode<OPTION VALUE="sum_count">Number of calls, one line per service<OPTION VALUE="simple2">Simple with source</SELECT></TD></TR><TR><TD ALIGN="right">Always put usage details in separate section</TD><TD><INPUT TYPE="checkbox" NAME="voip_inbound__usage_mandate" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Include usage summary with recurring charges when usage is in separate section</TD><TD><INPUT TYPE="checkbox" NAME="voip_inbound__summarize_usage" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Section in which to place usage charges (whether separated or not)</TD><TD><INPUT TYPE="text" NAME="voip_inbound__usage_section" VALUE=""></TD></TR><TR><TD ALIGN="right">Generate an invoice immediately for every call.  Useful for prepaid.</TD><TD><INPUT TYPE="checkbox" NAME="voip_inbound__bill_every_call" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Credit the customer for the unused portion of service at cancellation</TD><TD><INPUT TYPE="checkbox" NAME="voip_inbound__unused_credit_cancel" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Credit the customer for the unused portion of service when suspending</TD><TD><span title="You must set the 'suspend_credit_type' option in Configuration->Settings to gain access to this option.">N/A</span></TD></TR><TR><TD ALIGN="right">Credit the customer for the unused portion of service when changing packages</TD><TD><INPUT TYPE="checkbox" NAME="voip_inbound__unused_credit_change" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Automatically suspend for one day before cancelling</TD><TD><INPUT TYPE="checkbox" NAME="voip_inbound__delay_cancel" VALUE=1 ></TD></TR></TABLE><INPUT TYPE="hidden" NAME="voip_inbound__OPTIONS" VALUE="cutoff_day,a2billing_carrier_increment_offp,prorate_verbose,min_included,skip_lastapp,prorate_defer_bill,a2billing_type,output_format,usage_section,default_prefix,recur_fee,a2billing_retail_increment_offp,use_calltypenum,delay_cancel,unused_credit_cancel,use_duration,recur_method,bill_every_call,skip_dstchannel_prefix,use_cdrtypenum,recur_temporality,summarize_usage,min_charge,ignore_calltypenum,skip_dcontext,a2billing_retail_initblock_offp,disposition_in,ignore_disposition,use_amaflags,use_carrierid,a2billing_retail_cost_min_offp,skip_dst_length_less,sec_granularity,prorate_round_day,ignore_cdrtypenum,unused_credit_change,unused_credit_suspend,a2billing_simultaccess,add_full_period,a2billing_tariff,a2billing_carrier_cost_min,setup_fee,usage_mandate,a2billing_carrer_initblock_offp">
+        <TABLE BGCOLOR="#cccccc" BORDER=0 CELLSPACING=2><TR><TD ALIGN="right">Charge recurring fee for period</TD><TD><SELECT NAME="voip_inbound__recur_temporality"><OPTION VALUE="upcoming">Upcoming (future)<OPTION VALUE="preceding">Preceding (past)</SELECT></TD></TR><TR><TD ALIGN="right">Recurring fee method</TD><TD><SELECT NAME="voip_inbound__recur_method"><OPTION VALUE="anniversary">Charge the recurring fee at the frequency specified above<OPTION VALUE="prorate">Charge a prorated fee the first time (selectable billing date)<OPTION VALUE="subscription">Charge the full fee for the first partial period (selectable billing date)</SELECT></TD></TR><TR><TD ALIGN="right">Billing Day (1 - 28) for prorating or subscription</TD><TD><INPUT TYPE="text" NAME="voip_inbound__cutoff_day" VALUE="1"></TD></TR><TR><TD ALIGN="right">When prorating, defer the first bill until the billing day</TD><TD><INPUT TYPE="checkbox" NAME="voip_inbound__prorate_defer_bill" VALUE=1 ></TD></TR><TR><TD ALIGN="right">When prorating, round to the nearest full day</TD><TD><INPUT TYPE="checkbox" NAME="voip_inbound__prorate_round_day" VALUE=1  CHECKED></TD></TR><TR><TD ALIGN="right">When prorating first month, also bill for one full period after that</TD><TD><INPUT TYPE="checkbox" NAME="voip_inbound__add_full_period" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Show prorate details on the invoice</TD><TD><INPUT TYPE="checkbox" NAME="voip_inbound__prorate_verbose" VALUE=1  CHECKED></TD></TR><TR><TD ALIGN="right">Charge per minute</TD><TD><INPUT TYPE="text" NAME="voip_inbound__min_charge" VALUE=""></TD></TR><TR><TD ALIGN="right">Minutes included</TD><TD><INPUT TYPE="text" NAME="voip_inbound__min_included" VALUE=""></TD></TR><TR><TD ALIGN="right">Granularity</TD><TD><SELECT NAME="voip_inbound__sec_granularity"><OPTION VALUE="1">1 second<OPTION VALUE="6">6 second<OPTION VALUE="30">30 second<OPTION VALUE="60">minute<OPTION VALUE="0">call</SELECT></TD></TR><TR><TD ALIGN="right">Default prefix optionally prepended to customer DID numbers when searching for CDR records</TD><TD><INPUT TYPE="text" NAME="voip_inbound__default_prefix" VALUE="+1"></TD></TR><TR><TD ALIGN="right">Only charge for CDRs where the amaflags field is set to "2" ("BILL"/"BILLING").</TD><TD><INPUT TYPE="checkbox" NAME="voip_inbound__use_amaflags" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Only charge for CDRs where the Carrier ID is set to any of these (comma-separated) values: </TD><TD><INPUT TYPE="text" NAME="voip_inbound__use_carrierid" VALUE=""></TD></TR><TR><TD ALIGN="right">Only charge for CDRs where the CDR Type is set to this cdrtypenum: </TD><TD><INPUT TYPE="text" NAME="voip_inbound__use_cdrtypenum" VALUE=""></TD></TR><TR><TD ALIGN="right">Do not charge for CDRs where the CDR Type is set to this cdrtypenum: </TD><TD><INPUT TYPE="text" NAME="voip_inbound__ignore_cdrtypenum" VALUE=""></TD></TR><TR><TD ALIGN="right">Only charge for CDRs where the CDR Call Type is set to this cdrtypenum: </TD><TD><INPUT TYPE="text" NAME="voip_inbound__use_calltypenum" VALUE=""></TD></TR><TR><TD ALIGN="right">Do not charge for CDRs where the CDR Call Type is set to this cdrtypenum: </TD><TD><INPUT TYPE="text" NAME="voip_inbound__ignore_calltypenum" VALUE=""></TD></TR><TR><TD ALIGN="right">Do not charge for CDRs where the Disposition is set to any of these (comma-separated) values: </TD><TD><INPUT TYPE="text" NAME="voip_inbound__ignore_disposition" VALUE=""></TD></TR><TR><TD ALIGN="right">Only charge for CDRs where the Disposition is set to any of these (comma-separated) values: </TD><TD><INPUT TYPE="text" NAME="voip_inbound__disposition_in" VALUE=""></TD></TR><TR><TD ALIGN="right">Do not charge for CDRs where the dcontext is set to any of these (comma-separated) values:</TD><TD><INPUT TYPE="text" NAME="voip_inbound__skip_dcontext" VALUE=""></TD></TR><TR><TD ALIGN="right">Do not charge for CDRs where the dstchannel starts with:</TD><TD><INPUT TYPE="text" NAME="voip_inbound__skip_dstchannel_prefix" VALUE=""></TD></TR><TR><TD ALIGN="right">Do not charge for CDRs where the destination is less than this many digits:</TD><TD><INPUT TYPE="text" NAME="voip_inbound__skip_dst_length_less" VALUE=""></TD></TR><TR><TD ALIGN="right">Do not charge for CDRs where the lastapp matches this value</TD><TD><INPUT TYPE="text" NAME="voip_inbound__skip_lastapp" VALUE=""></TD></TR><TR><TD ALIGN="right">Calculate usage based on the duration field instead of the billsec field</TD><TD><INPUT TYPE="checkbox" NAME="voip_inbound__use_duration" VALUE=1 ></TD></TR><TR><TD ALIGN="right">CDR invoice display format</TD><TD><SELECT NAME="voip_inbound__output_format"><OPTION VALUE="sum_count">Number of calls, one line per service<OPTION VALUE="description_default">Default with description field as destination<OPTION VALUE="basic_upstream_dst_regionname">Basic with upstream destination name<OPTION VALUE="source_default">Default with source<OPTION VALUE="basic">Basic<OPTION VALUE="accountcode_simple">Simple with accountcode<OPTION VALUE="simple">Simple<OPTION VALUE="sum_duration">Summary, one line per service<OPTION VALUE="accountcode_default">Default plus accountcode<OPTION VALUE="sum_duration_prefix">Summary, one line per destination prefix<OPTION VALUE="simple2">Simple with source<OPTION VALUE="default">Default<OPTION VALUE="sum_count_class">Summary, one line per usage class</SELECT></TD></TR><TR><TD ALIGN="right">Always put usage details in separate section</TD><TD><INPUT TYPE="checkbox" NAME="voip_inbound__usage_mandate" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Include usage summary with recurring charges when usage is in separate section</TD><TD><INPUT TYPE="checkbox" NAME="voip_inbound__summarize_usage" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Section in which to place usage charges (whether separated or not)</TD><TD><INPUT TYPE="text" NAME="voip_inbound__usage_section" VALUE=""></TD></TR><TR><TD ALIGN="right">Generate an invoice immediately for every call.  Useful for prepaid.</TD><TD><INPUT TYPE="checkbox" NAME="voip_inbound__bill_every_call" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Credit the customer for the unused portion of service at cancellation</TD><TD><INPUT TYPE="checkbox" NAME="voip_inbound__unused_credit_cancel" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Credit the customer for the unused portion of service when suspending</TD><TD><span title="You must set the 'suspend_credit_type' option in Configuration->Settings to gain access to this option.">N/A</span></TD></TR><TR><TD ALIGN="right">Credit the customer for the unused portion of service when changing packages</TD><TD><INPUT TYPE="checkbox" NAME="voip_inbound__unused_credit_change" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Automatically suspend for one day before cancelling</TD><TD><INPUT TYPE="checkbox" NAME="voip_inbound__delay_cancel" VALUE=1 ></TD></TR></TABLE><INPUT TYPE="hidden" NAME="voip_inbound__OPTIONS" VALUE="a2billing_carrier_increment_offp,a2billing_retail_increment_offp,summarize_usage,skip_lastapp,sec_granularity,a2billing_retail_initblock_offp,prorate_round_day,recur_temporality,a2billing_simultaccess,recur_fee,delay_cancel,min_included,setup_fee,usage_mandate,use_amaflags,recur_method,prorate_verbose,a2billing_type,a2billing_retail_cost_min_offp,bill_every_call,unused_credit_suspend,usage_section,a2billing_carrier_cost_min,use_duration,use_calltypenum,unused_credit_cancel,output_format,ignore_disposition,use_cdrtypenum,cutoff_day,prorate_defer_bill,ignore_calltypenum,min_charge,skip_dcontext,ignore_cdrtypenum,default_prefix,a2billing_tariff,disposition_in,a2billing_carrer_initblock_offp,use_carrierid,add_full_period,skip_dstchannel_prefix,skip_dst_length_less,unused_credit_change">
 
       </DIV>
 
 
       </DIV>
 
@@ -4403,7 +4403,7 @@ spawn_supp_dst_pkgpart(this);"
            STYLE="display: none; z-index: 0"
       >
 
            STYLE="display: none; z-index: 0"
       >
 
-        <TABLE BGCOLOR="#cccccc" BORDER=0 CELLSPACING=2><TR><TD ALIGN="right">Charge recurring fee for period</TD><TD><SELECT NAME="voip_tiered__recur_temporality"><OPTION VALUE="upcoming">Upcoming (future)<OPTION VALUE="preceding">Preceding (past)</SELECT></TD></TR><TR><TD ALIGN="right">Recurring fee method</TD><TD><SELECT NAME="voip_tiered__recur_method"><OPTION VALUE="anniversary">Charge the recurring fee at the frequency specified above<OPTION VALUE="prorate">Charge a prorated fee the first time (selectable billing date)<OPTION VALUE="subscription">Charge the full fee for the first partial period (selectable billing date)</SELECT></TD></TR><TR><TD ALIGN="right">Billing Day (1 - 28) for prorating or subscription</TD><TD><INPUT TYPE="text" NAME="voip_tiered__cutoff_day" VALUE="1"></TD></TR><TR><TD ALIGN="right">When prorating, defer the first bill until the billing day</TD><TD><INPUT TYPE="checkbox" NAME="voip_tiered__prorate_defer_bill" VALUE=1 ></TD></TR><TR><TD ALIGN="right">When prorating, round to the nearest full day</TD><TD><INPUT TYPE="checkbox" NAME="voip_tiered__prorate_round_day" VALUE=1  CHECKED></TD></TR><TR><TD ALIGN="right">When prorating first month, also bill for one full period after that</TD><TD><INPUT TYPE="checkbox" NAME="voip_tiered__add_full_period" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Show prorate details on the invoice</TD><TD><INPUT TYPE="checkbox" NAME="voip_tiered__prorate_verbose" VALUE=1  CHECKED></TD></TR><TR><TD ALIGN="right">CDR service matching method</TD><TD><SELECT NAME="voip_tiered__cdr_svc_method"><OPTION VALUE="svc_phone.phonenum">Phone numbers (svc_phone.phonenum)<OPTION VALUE="svc_pbx.title">PBX name (svc_pbx.title)<OPTION VALUE="svc_pbx.svcnum">Freeside service # (svc_pbx.svcnum)<OPTION VALUE="svc_pbx.ip.src">PBX name to source IP address<OPTION VALUE="svc_pbx.ip.dst">PBX name to destination IP address<OPTION VALUE="svc_acct.username">Username (svc_acct.username)</SELECT></TD></TR><TR><TD ALIGN="right">Call direction when using phone number matching</TD><TD><SELECT NAME="voip_tiered__cdr_inout"><OPTION VALUE="outbound">Outbound<OPTION VALUE="inbound">Inbound<OPTION VALUE="outbound_inbound">Outbound and Inbound</SELECT></TD></TR><TR><TD ALIGN="right">Tier plan</TD><TD><SELECT NAME="voip_tiered__tiernum"></SELECT></TD></TR><TR><TD ALIGN="right">Rounding for destination prefix rating</TD><TD><SELECT NAME="voip_tiered__rounding"><OPTION VALUE="2">Two decimal places (cent)<OPTION VALUE="4">Four decimal places (100th of a cent)</SELECT></TD></TR><TR><TD ALIGN="right">Number of calls included at no usage charge</TD><TD><INPUT TYPE="text" NAME="voip_tiered__calls_included" VALUE=""></TD></TR><TR><TD ALIGN="right">Minutes included</TD><TD><INPUT TYPE="text" NAME="voip_tiered__min_included" VALUE=""></TD></TR><TR><TD ALIGN="right">Granularity</TD><TD><SELECT NAME="voip_tiered__sec_granularity"><OPTION VALUE="1">1 second<OPTION VALUE="6">6 second<OPTION VALUE="30">30 second<OPTION VALUE="60">minute<OPTION VALUE="0">call</SELECT></TD></TR><TR><TD ALIGN="right">Default prefix optionally prepended to customer DID numbers when searching for CDR records</TD><TD><INPUT TYPE="text" NAME="voip_tiered__default_prefix" VALUE="+1"></TD></TR><TR><TD ALIGN="right">Disable rating of CDR records based on the "src" field in addition to "charged_party"</TD><TD><INPUT TYPE="checkbox" NAME="voip_tiered__disable_src" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Only charge for CDRs where the amaflags field is set to "2" ("BILL"/"BILLING").</TD><TD><INPUT TYPE="checkbox" NAME="voip_tiered__use_amaflags" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Only charge for CDRs where the Carrier ID is set to any of these (comma-separated) values: </TD><TD><INPUT TYPE="text" NAME="voip_tiered__use_carrierid" VALUE=""></TD></TR><TR><TD ALIGN="right">Only charge for CDRs where the CDR Type is set to this cdrtypenum: </TD><TD><INPUT TYPE="text" NAME="voip_tiered__use_cdrtypenum" VALUE=""></TD></TR><TR><TD ALIGN="right">Do not charge for CDRs where the CDR Type is set to this cdrtypenum: </TD><TD><INPUT TYPE="text" NAME="voip_tiered__ignore_cdrtypenum" VALUE=""></TD></TR><TR><TD ALIGN="right">Only charge for CDRs where the CDR Call Type is set to this calltypenum: </TD><TD><INPUT TYPE="text" NAME="voip_tiered__use_calltypenum" VALUE=""></TD></TR><TR><TD ALIGN="right">Do not charge for CDRs where the CDR Call Type is set to this calltypenum: </TD><TD><INPUT TYPE="text" NAME="voip_tiered__ignore_calltypenum" VALUE=""></TD></TR><TR><TD ALIGN="right">Do not charge for CDRs where the Disposition is set to any of these (comma-separated) values: </TD><TD><INPUT TYPE="text" NAME="voip_tiered__ignore_disposition" VALUE=""></TD></TR><TR><TD ALIGN="right">Only charge for CDRs where the Disposition is set to any of these (comma-separated) values: </TD><TD><INPUT TYPE="text" NAME="voip_tiered__disposition_in" VALUE=""></TD></TR><TR><TD ALIGN="right">Do not charge for CDRs where the dcontext is set to any of these (comma-separated) values: </TD><TD><INPUT TYPE="text" NAME="voip_tiered__skip_dcontext" VALUE=""></TD></TR><TR><TD ALIGN="right">Do not charge for CDRs where the destination number starts with any of these values: </TD><TD><INPUT TYPE="text" NAME="voip_tiered__skip_dst_prefix" VALUE=""></TD></TR><TR><TD ALIGN="right">Do not charge for CDRs where the dstchannel starts with:</TD><TD><INPUT TYPE="text" NAME="voip_tiered__skip_dstchannel_prefix" VALUE=""></TD></TR><TR><TD ALIGN="right">Do not charge for CDRs where the source is more than this many digits:</TD><TD><INPUT TYPE="text" NAME="voip_tiered__skip_src_length_more" VALUE=""></TD></TR><TR><TD ALIGN="right">When using an alternate rate plan for toll-free accountcodes, the CDR field to use in rating calculations</TD><TD><SELECT NAME="voip_tiered__accountcode_tollfree_field"><OPTION VALUE="dst">Destination (dst)<OPTION VALUE="src">Source (src)</SELECT></TD></TR><TR><TD ALIGN="right">Do not charge for CDRs where the destination is less than this many digits:</TD><TD><INPUT TYPE="text" NAME="voip_tiered__skip_dst_length_less" VALUE=""></TD></TR><TR><TD ALIGN="right">Do not charge for CDRs where the lastapp matches this value: </TD><TD><INPUT TYPE="text" NAME="voip_tiered__skip_lastapp" VALUE=""></TD></TR><TR><TD ALIGN="right">Do not charge for CDRs where max_callers is less than or equal to this value: </TD><TD><INPUT TYPE="text" NAME="voip_tiered__skip_max_callers" VALUE=""></TD></TR><TR><TD ALIGN="right">Do not charge for calls between numbers belonging to the same customer</TD><TD><INPUT TYPE="checkbox" NAME="voip_tiered__skip_same_customer" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Calculate usage based on the duration field instead of the billsec field</TD><TD><INPUT TYPE="checkbox" NAME="voip_tiered__use_duration" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Rewrite these (comma-separated) destination numbers to 411 for rating purposes (also ignore any carrierid check): </TD><TD><INPUT TYPE="text" NAME="voip_tiered__411_rewrite" VALUE=""></TD></TR><TR><TD ALIGN="right">CDR display format for invoices</TD><TD><SELECT NAME="voip_tiered__output_format"><OPTION VALUE="" SELECTED><OPTION VALUE="simple">Simple<OPTION VALUE="sum_duration_prefix">Summary, one line per destination prefix<OPTION VALUE="sum_count_class">Summary, one line per usage class<OPTION VALUE="basic">Basic<OPTION VALUE="accountcode_simple">Simple with accountcode<OPTION VALUE="default">Default<OPTION VALUE="sum_duration">Summary, one line per service<OPTION VALUE="sum_count">Number of calls, one line per service<OPTION VALUE="accountcode_default">Default plus accountcode<OPTION VALUE="basic_upstream_dst_regionname">Basic with upstream destination name<OPTION VALUE="source_default">Default with source<OPTION VALUE="description_default">Default with description field as destination<OPTION VALUE="simple2">Simple with source</SELECT></TD></TR><TR><TD ALIGN="right">CDR display format for selfservice</TD><TD><SELECT NAME="voip_tiered__selfservice_format"><OPTION VALUE="" SELECTED><OPTION VALUE="simple">Simple<OPTION VALUE="sum_duration_prefix">Summary, one line per destination prefix<OPTION VALUE="sum_count_class">Summary, one line per usage class<OPTION VALUE="basic">Basic<OPTION VALUE="accountcode_simple">Simple with accountcode<OPTION VALUE="default">Default<OPTION VALUE="sum_duration">Summary, one line per service<OPTION VALUE="sum_count">Number of calls, one line per service<OPTION VALUE="accountcode_default">Default plus accountcode<OPTION VALUE="basic_upstream_dst_regionname">Basic with upstream destination name<OPTION VALUE="source_default">Default with source<OPTION VALUE="description_default">Default with description field as destination<OPTION VALUE="simple2">Simple with source</SELECT></TD></TR><TR><TD ALIGN="right">Inbound CDR display format for selfservice</TD><TD><SELECT NAME="voip_tiered__selfservice_inbound_format"><OPTION VALUE="" SELECTED><OPTION VALUE="simple">Simple<OPTION VALUE="sum_duration_prefix">Summary, one line per destination prefix<OPTION VALUE="sum_count_class">Summary, one line per usage class<OPTION VALUE="basic">Basic<OPTION VALUE="accountcode_simple">Simple with accountcode<OPTION VALUE="default">Default<OPTION VALUE="sum_duration">Summary, one line per service<OPTION VALUE="sum_count">Number of calls, one line per service<OPTION VALUE="accountcode_default">Default plus accountcode<OPTION VALUE="basic_upstream_dst_regionname">Basic with upstream destination name<OPTION VALUE="source_default">Default with source<OPTION VALUE="description_default">Default with description field as destination<OPTION VALUE="simple2">Simple with source</SELECT></TD></TR><TR><TD ALIGN="right">Always put usage details in separate section.  The section is defined in the next option.</TD><TD><INPUT TYPE="checkbox" NAME="voip_tiered__usage_mandate" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Section in which to place usage charges (whether separated or not): </TD><TD><INPUT TYPE="text" NAME="voip_tiered__usage_section" VALUE=""></TD></TR><TR><TD ALIGN="right">Include usage summary with recurring charges when usage is in separate section</TD><TD><INPUT TYPE="checkbox" NAME="voip_tiered__summarize_usage" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Show details for included / no-charge calls.</TD><TD><INPUT TYPE="checkbox" NAME="voip_tiered__usage_showzero" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Generate an invoice immediately for every call (as well any setup fee, upon first payment).  Useful for prepaid.</TD><TD><INPUT TYPE="checkbox" NAME="voip_tiered__bill_every_call" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Bill for all phone numbers that were active during the billing period</TD><TD><INPUT TYPE="checkbox" NAME="voip_tiered__bill_inactive_svcs" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Only bill CDRs with a date during the package billing period</TD><TD><INPUT TYPE="checkbox" NAME="voip_tiered__bill_only_pkg_dates" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Consider for tax purposes the number of lines to be svc_phones that may be provisioned rather than those that actually are.</TD><TD><INPUT TYPE="checkbox" NAME="voip_tiered__count_available_phones" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Continue recurring billing while suspended</TD><TD><INPUT TYPE="checkbox" NAME="voip_tiered__suspend_bill" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Credit the customer for the unused portion of service at cancellation</TD><TD><INPUT TYPE="checkbox" NAME="voip_tiered__unused_credit_cancel" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Credit the customer for the unused portion of service when suspending</TD><TD><span title="You must set the 'suspend_credit_type' option in Configuration->Settings to gain access to this option.">N/A</span></TD></TR><TR><TD ALIGN="right">Credit the customer for the unused portion of service when changing packages</TD><TD><INPUT TYPE="checkbox" NAME="voip_tiered__unused_credit_change" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Automatically suspend for one day before cancelling</TD><TD><INPUT TYPE="checkbox" NAME="voip_tiered__delay_cancel" VALUE=1 ></TD></TR></TABLE><INPUT TYPE="hidden" NAME="voip_tiered__OPTIONS" VALUE="a2billing_retail_cost_min_offp,skip_same_customer,skip_dst_prefix,sec_granularity,ignore_calltypenum,use_carrierid,ignore_disposition,noskip_src_length_accountcode_tollfree,accountcode_tollfree_field,a2billing_carrer_initblock_offp,usage_mandate,ignore_cdrtypenum,add_full_period,a2billing_carrier_cost_min,unused_credit_suspend,recur_fee,output_format,a2billing_retail_increment_offp,suspend_bill,prorate_verbose,accountcode_tollfree_ratenum,cutoff_day,skip_max_callers,prorate_defer_bill,disable_src,ratenum,skip_lastapp,recur_temporality,domestic_prefix,selfservice_inbound_format,disable_tollfree,noskip_dst_length_accountcode_tollfree,cdr_inout,usage_showzero,use_duration,cdr_svc_method,intrastate_ratenum,skip_dst_length_less,bill_only_pkg_dates,prorate_round_day,411_rewrite,disposition_in,a2billing_retail_initblock_offp,skip_dcontext,use_amaflags,setup_fee,bill_inactive_svcs,unused_credit_change,a2billing_tariff,calls_included,skip_src_length_more,a2billing_simultaccess,usage_section,default_prefix,delay_cancel,unused_credit_cancel,use_calltypenum,a2billing_carrier_increment_offp,ignore_unrateable,count_available_phones,a2billing_type,tiernum,min_included,selfservice_format,use_cdrtypenum,skip_dstchannel_prefix,summarize_usage,min_charge,rounding,recur_method,bill_every_call,international_prefix,rating_method">
+        <TABLE BGCOLOR="#cccccc" BORDER=0 CELLSPACING=2><TR><TD ALIGN="right">Charge recurring fee for period</TD><TD><SELECT NAME="voip_tiered__recur_temporality"><OPTION VALUE="upcoming">Upcoming (future)<OPTION VALUE="preceding">Preceding (past)</SELECT></TD></TR><TR><TD ALIGN="right">Recurring fee method</TD><TD><SELECT NAME="voip_tiered__recur_method"><OPTION VALUE="anniversary">Charge the recurring fee at the frequency specified above<OPTION VALUE="prorate">Charge a prorated fee the first time (selectable billing date)<OPTION VALUE="subscription">Charge the full fee for the first partial period (selectable billing date)</SELECT></TD></TR><TR><TD ALIGN="right">Billing Day (1 - 28) for prorating or subscription</TD><TD><INPUT TYPE="text" NAME="voip_tiered__cutoff_day" VALUE="1"></TD></TR><TR><TD ALIGN="right">When prorating, defer the first bill until the billing day</TD><TD><INPUT TYPE="checkbox" NAME="voip_tiered__prorate_defer_bill" VALUE=1 ></TD></TR><TR><TD ALIGN="right">When prorating, round to the nearest full day</TD><TD><INPUT TYPE="checkbox" NAME="voip_tiered__prorate_round_day" VALUE=1  CHECKED></TD></TR><TR><TD ALIGN="right">When prorating first month, also bill for one full period after that</TD><TD><INPUT TYPE="checkbox" NAME="voip_tiered__add_full_period" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Show prorate details on the invoice</TD><TD><INPUT TYPE="checkbox" NAME="voip_tiered__prorate_verbose" VALUE=1  CHECKED></TD></TR><TR><TD ALIGN="right">CDR service matching method</TD><TD><SELECT NAME="voip_tiered__cdr_svc_method"><OPTION VALUE="svc_phone.phonenum">Phone numbers (svc_phone.phonenum)<OPTION VALUE="svc_pbx.title">PBX name (svc_pbx.title)<OPTION VALUE="svc_pbx.svcnum">Freeside service # (svc_pbx.svcnum)<OPTION VALUE="svc_pbx.ip.src">PBX name to source IP address<OPTION VALUE="svc_pbx.ip.dst">PBX name to destination IP address<OPTION VALUE="svc_acct.username">Username (svc_acct.username)</SELECT></TD></TR><TR><TD ALIGN="right">Call direction when using phone number matching</TD><TD><SELECT NAME="voip_tiered__cdr_inout"><OPTION VALUE="outbound">Outbound<OPTION VALUE="inbound">Inbound<OPTION VALUE="outbound_inbound">Outbound and Inbound</SELECT></TD></TR><TR><TD ALIGN="right">Tier plan</TD><TD><SELECT NAME="voip_tiered__tiernum"></SELECT></TD></TR><TR><TD ALIGN="right">Rounding for destination prefix rating</TD><TD><SELECT NAME="voip_tiered__rounding"><OPTION VALUE="2">Two decimal places (cent)<OPTION VALUE="4">Four decimal places (100th of a cent)</SELECT></TD></TR><TR><TD ALIGN="right">Number of calls included at no usage charge</TD><TD><INPUT TYPE="text" NAME="voip_tiered__calls_included" VALUE=""></TD></TR><TR><TD ALIGN="right">Minutes included</TD><TD><INPUT TYPE="text" NAME="voip_tiered__min_included" VALUE=""></TD></TR><TR><TD ALIGN="right">Granularity</TD><TD><SELECT NAME="voip_tiered__sec_granularity"><OPTION VALUE="1">1 second<OPTION VALUE="6">6 second<OPTION VALUE="30">30 second<OPTION VALUE="60">minute<OPTION VALUE="0">call</SELECT></TD></TR><TR><TD ALIGN="right">Default prefix optionally prepended to customer DID numbers when searching for CDR records</TD><TD><INPUT TYPE="text" NAME="voip_tiered__default_prefix" VALUE="+1"></TD></TR><TR><TD ALIGN="right">Disable rating of CDR records based on the "src" field in addition to "charged_party"</TD><TD><INPUT TYPE="checkbox" NAME="voip_tiered__disable_src" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Only charge for CDRs where the amaflags field is set to "2" ("BILL"/"BILLING").</TD><TD><INPUT TYPE="checkbox" NAME="voip_tiered__use_amaflags" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Only charge for CDRs where the Carrier ID is set to any of these (comma-separated) values: </TD><TD><INPUT TYPE="text" NAME="voip_tiered__use_carrierid" VALUE=""></TD></TR><TR><TD ALIGN="right">Only charge for CDRs where the CDR Type is set to this cdrtypenum: </TD><TD><INPUT TYPE="text" NAME="voip_tiered__use_cdrtypenum" VALUE=""></TD></TR><TR><TD ALIGN="right">Do not charge for CDRs where the CDR Type is set to this cdrtypenum: </TD><TD><INPUT TYPE="text" NAME="voip_tiered__ignore_cdrtypenum" VALUE=""></TD></TR><TR><TD ALIGN="right">Only charge for CDRs where the CDR Call Type is set to this calltypenum: </TD><TD><INPUT TYPE="text" NAME="voip_tiered__use_calltypenum" VALUE=""></TD></TR><TR><TD ALIGN="right">Do not charge for CDRs where the CDR Call Type is set to this calltypenum: </TD><TD><INPUT TYPE="text" NAME="voip_tiered__ignore_calltypenum" VALUE=""></TD></TR><TR><TD ALIGN="right">Do not charge for CDRs where the Disposition is set to any of these (comma-separated) values: </TD><TD><INPUT TYPE="text" NAME="voip_tiered__ignore_disposition" VALUE=""></TD></TR><TR><TD ALIGN="right">Only charge for CDRs where the Disposition is set to any of these (comma-separated) values: </TD><TD><INPUT TYPE="text" NAME="voip_tiered__disposition_in" VALUE=""></TD></TR><TR><TD ALIGN="right">Do not charge for CDRs where the dcontext is set to any of these (comma-separated) values: </TD><TD><INPUT TYPE="text" NAME="voip_tiered__skip_dcontext" VALUE=""></TD></TR><TR><TD ALIGN="right">Do not charge for CDRs where the destination number starts with any of these values: </TD><TD><INPUT TYPE="text" NAME="voip_tiered__skip_dst_prefix" VALUE=""></TD></TR><TR><TD ALIGN="right">Do not charge for CDRs where the dstchannel starts with:</TD><TD><INPUT TYPE="text" NAME="voip_tiered__skip_dstchannel_prefix" VALUE=""></TD></TR><TR><TD ALIGN="right">Do not charge for CDRs where the source is more than this many digits:</TD><TD><INPUT TYPE="text" NAME="voip_tiered__skip_src_length_more" VALUE=""></TD></TR><TR><TD ALIGN="right">When using an alternate rate plan for toll-free accountcodes, the CDR field to use in rating calculations</TD><TD><SELECT NAME="voip_tiered__accountcode_tollfree_field"><OPTION VALUE="dst">Destination (dst)<OPTION VALUE="src">Source (src)</SELECT></TD></TR><TR><TD ALIGN="right">Do not charge for CDRs where the destination is less than this many digits:</TD><TD><INPUT TYPE="text" NAME="voip_tiered__skip_dst_length_less" VALUE=""></TD></TR><TR><TD ALIGN="right">Do not charge for CDRs where the lastapp matches this value: </TD><TD><INPUT TYPE="text" NAME="voip_tiered__skip_lastapp" VALUE=""></TD></TR><TR><TD ALIGN="right">Do not charge for CDRs where max_callers is less than or equal to this value: </TD><TD><INPUT TYPE="text" NAME="voip_tiered__skip_max_callers" VALUE=""></TD></TR><TR><TD ALIGN="right">Do not charge for calls between numbers belonging to the same customer</TD><TD><INPUT TYPE="checkbox" NAME="voip_tiered__skip_same_customer" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Calculate usage based on the duration field instead of the billsec field</TD><TD><INPUT TYPE="checkbox" NAME="voip_tiered__use_duration" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Rewrite these (comma-separated) destination numbers to 411 for rating purposes (also ignore any carrierid check): </TD><TD><INPUT TYPE="text" NAME="voip_tiered__411_rewrite" VALUE=""></TD></TR><TR><TD ALIGN="right">CDR display format for invoices</TD><TD><SELECT NAME="voip_tiered__output_format"><OPTION VALUE="" SELECTED><OPTION VALUE="sum_count">Number of calls, one line per service<OPTION VALUE="description_default">Default with description field as destination<OPTION VALUE="basic_upstream_dst_regionname">Basic with upstream destination name<OPTION VALUE="accountcode_simple">Simple with accountcode<OPTION VALUE="source_default">Default with source<OPTION VALUE="basic">Basic<OPTION VALUE="sum_duration">Summary, one line per service<OPTION VALUE="accountcode_default">Default plus accountcode<OPTION VALUE="simple">Simple<OPTION VALUE="sum_duration_prefix">Summary, one line per destination prefix<OPTION VALUE="sum_count_class">Summary, one line per usage class<OPTION VALUE="simple2">Simple with source<OPTION VALUE="default">Default</SELECT></TD></TR><TR><TD ALIGN="right">CDR display format for selfservice</TD><TD><SELECT NAME="voip_tiered__selfservice_format"><OPTION VALUE="" SELECTED><OPTION VALUE="sum_count">Number of calls, one line per service<OPTION VALUE="description_default">Default with description field as destination<OPTION VALUE="basic_upstream_dst_regionname">Basic with upstream destination name<OPTION VALUE="accountcode_simple">Simple with accountcode<OPTION VALUE="source_default">Default with source<OPTION VALUE="basic">Basic<OPTION VALUE="sum_duration">Summary, one line per service<OPTION VALUE="accountcode_default">Default plus accountcode<OPTION VALUE="simple">Simple<OPTION VALUE="sum_duration_prefix">Summary, one line per destination prefix<OPTION VALUE="sum_count_class">Summary, one line per usage class<OPTION VALUE="simple2">Simple with source<OPTION VALUE="default">Default</SELECT></TD></TR><TR><TD ALIGN="right">Inbound CDR display format for selfservice</TD><TD><SELECT NAME="voip_tiered__selfservice_inbound_format"><OPTION VALUE="" SELECTED><OPTION VALUE="sum_count">Number of calls, one line per service<OPTION VALUE="description_default">Default with description field as destination<OPTION VALUE="basic_upstream_dst_regionname">Basic with upstream destination name<OPTION VALUE="accountcode_simple">Simple with accountcode<OPTION VALUE="source_default">Default with source<OPTION VALUE="basic">Basic<OPTION VALUE="sum_duration">Summary, one line per service<OPTION VALUE="accountcode_default">Default plus accountcode<OPTION VALUE="simple">Simple<OPTION VALUE="sum_duration_prefix">Summary, one line per destination prefix<OPTION VALUE="sum_count_class">Summary, one line per usage class<OPTION VALUE="simple2">Simple with source<OPTION VALUE="default">Default</SELECT></TD></TR><TR><TD ALIGN="right">Always put usage details in separate section.  The section is defined in the next option.</TD><TD><INPUT TYPE="checkbox" NAME="voip_tiered__usage_mandate" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Section in which to place usage charges (whether separated or not): </TD><TD><INPUT TYPE="text" NAME="voip_tiered__usage_section" VALUE=""></TD></TR><TR><TD ALIGN="right">Include usage summary with recurring charges when usage is in separate section</TD><TD><INPUT TYPE="checkbox" NAME="voip_tiered__summarize_usage" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Show details for included / no-charge calls.</TD><TD><INPUT TYPE="checkbox" NAME="voip_tiered__usage_showzero" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Generate an invoice immediately for every call (as well any setup fee, upon first payment).  Useful for prepaid.</TD><TD><INPUT TYPE="checkbox" NAME="voip_tiered__bill_every_call" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Bill for all phone numbers that were active during the billing period</TD><TD><INPUT TYPE="checkbox" NAME="voip_tiered__bill_inactive_svcs" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Only bill CDRs with a date during the package billing period</TD><TD><INPUT TYPE="checkbox" NAME="voip_tiered__bill_only_pkg_dates" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Consider for tax purposes the number of lines to be svc_phones that may be provisioned rather than those that actually are.</TD><TD><INPUT TYPE="checkbox" NAME="voip_tiered__count_available_phones" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Continue recurring billing while suspended</TD><TD><INPUT TYPE="checkbox" NAME="voip_tiered__suspend_bill" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Credit the customer for the unused portion of service at cancellation</TD><TD><INPUT TYPE="checkbox" NAME="voip_tiered__unused_credit_cancel" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Credit the customer for the unused portion of service when suspending</TD><TD><span title="You must set the 'suspend_credit_type' option in Configuration->Settings to gain access to this option.">N/A</span></TD></TR><TR><TD ALIGN="right">Credit the customer for the unused portion of service when changing packages</TD><TD><INPUT TYPE="checkbox" NAME="voip_tiered__unused_credit_change" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Automatically suspend for one day before cancelling</TD><TD><INPUT TYPE="checkbox" NAME="voip_tiered__delay_cancel" VALUE=1 ></TD></TR></TABLE><INPUT TYPE="hidden" NAME="voip_tiered__OPTIONS" VALUE="default_prefix,accountcode_tollfree_ratenum,411_rewrite,selfservice_inbound_format,bill_only_pkg_dates,prorate_defer_bill,cutoff_day,use_cdrtypenum,unused_credit_change,use_carrierid,add_full_period,skip_dstchannel_prefix,a2billing_carrer_initblock_offp,unused_credit_suspend,usage_section,prorate_verbose,a2billing_type,output_format,use_calltypenum,tiernum,ignore_unrateable,cdr_inout,a2billing_simultaccess,bill_inactive_svcs,recur_fee,ratenum,intrastate_ratenum,min_included,accountcode_tollfree_field,usage_showzero,skip_lastapp,disable_src,a2billing_retail_increment_offp,a2billing_carrier_increment_offp,rounding,noskip_dst_length_accountcode_tollfree,sec_granularity,a2billing_retail_initblock_offp,suspend_bill,calls_included,skip_dcontext,ignore_cdrtypenum,a2billing_tariff,cdr_svc_method,ignore_calltypenum,min_charge,ignore_disposition,skip_dst_length_less,domestic_prefix,disposition_in,a2billing_carrier_cost_min,bill_every_call,rating_method,a2billing_retail_cost_min_offp,noskip_src_length_accountcode_tollfree,skip_src_length_more,skip_dst_prefix,unused_credit_cancel,use_duration,delay_cancel,recur_temporality,selfservice_format,skip_max_callers,skip_same_customer,setup_fee,usage_mandate,count_available_phones,recur_method,use_amaflags,disable_tollfree,summarize_usage,international_prefix,prorate_round_day">
 
       </DIV>
 
 
       </DIV>
 
@@ -4412,7 +4412,7 @@ spawn_supp_dst_pkgpart(this);"
            STYLE="display: none; z-index: 0"
       >
 
            STYLE="display: none; z-index: 0"
       >
 
-        <TABLE BGCOLOR="#cccccc" BORDER=0 CELLSPACING=2><TR><TD ALIGN="right">Charge recurring fee for period</TD><TD><SELECT NAME="cdr_termination__recur_temporality"><OPTION VALUE="upcoming">Upcoming (future)<OPTION VALUE="preceding">Preceding (past)</SELECT></TD></TR><TR><TD ALIGN="right">Recurring fee method</TD><TD><SELECT NAME="cdr_termination__recur_method"><OPTION VALUE="anniversary">Charge the recurring fee at the frequency specified above<OPTION VALUE="prorate">Charge a prorated fee the first time (selectable billing date)<OPTION VALUE="subscription">Charge the full fee for the first partial period (selectable billing date)</SELECT></TD></TR><TR><TD ALIGN="right">Billing Day (1 - 28) for prorating or subscription</TD><TD><INPUT TYPE="text" NAME="cdr_termination__cutoff_day" VALUE="1"></TD></TR><TR><TD ALIGN="right">When prorating, defer the first bill until the billing day</TD><TD><INPUT TYPE="checkbox" NAME="cdr_termination__prorate_defer_bill" VALUE=1 ></TD></TR><TR><TD ALIGN="right">When prorating, round to the nearest full day</TD><TD><INPUT TYPE="checkbox" NAME="cdr_termination__prorate_round_day" VALUE=1  CHECKED></TD></TR><TR><TD ALIGN="right">When prorating first month, also bill for one full period after that</TD><TD><INPUT TYPE="checkbox" NAME="cdr_termination__add_full_period" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Show prorate details on the invoice</TD><TD><INPUT TYPE="checkbox" NAME="cdr_termination__prorate_verbose" VALUE=1  CHECKED></TD></TR><TR><TD ALIGN="right">CDR invoice display format</TD><TD><SELECT NAME="cdr_termination__output_format"><OPTION VALUE="simple2">Simple with source<OPTION VALUE="basic_upstream_dst_regionname">Basic with upstream destination name<OPTION VALUE="sum_count">Number of calls, one line per service<OPTION VALUE="accountcode_default">Default plus accountcode<OPTION VALUE="description_default">Default with description field as destination<OPTION VALUE="source_default">Default with source<OPTION VALUE="basic">Basic<OPTION VALUE="sum_duration">Summary, one line per service<OPTION VALUE="default">Default<OPTION VALUE="accountcode_simple">Simple with accountcode<OPTION VALUE="simple">Simple<OPTION VALUE="sum_duration_prefix">Summary, one line per destination prefix<OPTION VALUE="sum_count_class">Summary, one line per usage class</SELECT></TD></TR><TR><TD ALIGN="right">Section in which to place separate usage charges</TD><TD><INPUT TYPE="text" NAME="cdr_termination__usage_section" VALUE=""></TD></TR><TR><TD ALIGN="right">Include usage summary with recurring charges when usage is in separate section</TD><TD><INPUT TYPE="checkbox" NAME="cdr_termination__summarize_usage" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Always put usage details in separate section</TD><TD><INPUT TYPE="checkbox" NAME="cdr_termination__usage_mandate" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Credit the customer for the unused portion of service at cancellation</TD><TD><INPUT TYPE="checkbox" NAME="cdr_termination__unused_credit_cancel" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Credit the customer for the unused portion of service when suspending</TD><TD><span title="You must set the 'suspend_credit_type' option in Configuration->Settings to gain access to this option.">N/A</span></TD></TR><TR><TD ALIGN="right">Credit the customer for the unused portion of service when changing packages</TD><TD><INPUT TYPE="checkbox" NAME="cdr_termination__unused_credit_change" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Automatically suspend for one day before cancelling</TD><TD><INPUT TYPE="checkbox" NAME="cdr_termination__delay_cancel" VALUE=1 ></TD></TR></TABLE><INPUT TYPE="hidden" NAME="cdr_termination__OPTIONS" VALUE="usage_mandate,a2billing_carrer_initblock_offp,summarize_usage,setup_fee,recur_temporality,a2billing_simultaccess,unused_credit_suspend,a2billing_carrier_cost_min,add_full_period,recur_method,a2billing_tariff,unused_credit_change,prorate_round_day,a2billing_retail_increment_offp,unused_credit_cancel,delay_cancel,usage_section,output_format,a2billing_retail_cost_min_offp,recur_fee,a2billing_type,prorate_defer_bill,cutoff_day,a2billing_carrier_increment_offp,a2billing_retail_initblock_offp,prorate_verbose">
+        <TABLE BGCOLOR="#cccccc" BORDER=0 CELLSPACING=2><TR><TD ALIGN="right">Charge recurring fee for period</TD><TD><SELECT NAME="cdr_termination__recur_temporality"><OPTION VALUE="upcoming">Upcoming (future)<OPTION VALUE="preceding">Preceding (past)</SELECT></TD></TR><TR><TD ALIGN="right">Recurring fee method</TD><TD><SELECT NAME="cdr_termination__recur_method"><OPTION VALUE="anniversary">Charge the recurring fee at the frequency specified above<OPTION VALUE="prorate">Charge a prorated fee the first time (selectable billing date)<OPTION VALUE="subscription">Charge the full fee for the first partial period (selectable billing date)</SELECT></TD></TR><TR><TD ALIGN="right">Billing Day (1 - 28) for prorating or subscription</TD><TD><INPUT TYPE="text" NAME="cdr_termination__cutoff_day" VALUE="1"></TD></TR><TR><TD ALIGN="right">When prorating, defer the first bill until the billing day</TD><TD><INPUT TYPE="checkbox" NAME="cdr_termination__prorate_defer_bill" VALUE=1 ></TD></TR><TR><TD ALIGN="right">When prorating, round to the nearest full day</TD><TD><INPUT TYPE="checkbox" NAME="cdr_termination__prorate_round_day" VALUE=1  CHECKED></TD></TR><TR><TD ALIGN="right">When prorating first month, also bill for one full period after that</TD><TD><INPUT TYPE="checkbox" NAME="cdr_termination__add_full_period" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Show prorate details on the invoice</TD><TD><INPUT TYPE="checkbox" NAME="cdr_termination__prorate_verbose" VALUE=1  CHECKED></TD></TR><TR><TD ALIGN="right">CDR invoice display format</TD><TD><SELECT NAME="cdr_termination__output_format"><OPTION VALUE="sum_duration_prefix">Summary, one line per destination prefix<OPTION VALUE="sum_count_class">Summary, one line per usage class<OPTION VALUE="default">Default<OPTION VALUE="simple2">Simple with source<OPTION VALUE="sum_count">Number of calls, one line per service<OPTION VALUE="description_default">Default with description field as destination<OPTION VALUE="basic_upstream_dst_regionname">Basic with upstream destination name<OPTION VALUE="accountcode_simple">Simple with accountcode<OPTION VALUE="source_default">Default with source<OPTION VALUE="basic">Basic<OPTION VALUE="simple">Simple<OPTION VALUE="accountcode_default">Default plus accountcode<OPTION VALUE="sum_duration">Summary, one line per service</SELECT></TD></TR><TR><TD ALIGN="right">Section in which to place separate usage charges</TD><TD><INPUT TYPE="text" NAME="cdr_termination__usage_section" VALUE=""></TD></TR><TR><TD ALIGN="right">Include usage summary with recurring charges when usage is in separate section</TD><TD><INPUT TYPE="checkbox" NAME="cdr_termination__summarize_usage" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Always put usage details in separate section</TD><TD><INPUT TYPE="checkbox" NAME="cdr_termination__usage_mandate" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Credit the customer for the unused portion of service at cancellation</TD><TD><INPUT TYPE="checkbox" NAME="cdr_termination__unused_credit_cancel" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Credit the customer for the unused portion of service when suspending</TD><TD><span title="You must set the 'suspend_credit_type' option in Configuration->Settings to gain access to this option.">N/A</span></TD></TR><TR><TD ALIGN="right">Credit the customer for the unused portion of service when changing packages</TD><TD><INPUT TYPE="checkbox" NAME="cdr_termination__unused_credit_change" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Automatically suspend for one day before cancelling</TD><TD><INPUT TYPE="checkbox" NAME="cdr_termination__delay_cancel" VALUE=1 ></TD></TR></TABLE><INPUT TYPE="hidden" NAME="cdr_termination__OPTIONS" VALUE="recur_temporality,cutoff_day,prorate_defer_bill,recur_fee,a2billing_simultaccess,delay_cancel,a2billing_tariff,a2billing_carrer_initblock_offp,add_full_period,usage_mandate,recur_method,unused_credit_change,setup_fee,a2billing_retail_cost_min_offp,a2billing_carrier_increment_offp,prorate_verbose,a2billing_type,a2billing_retail_increment_offp,summarize_usage,a2billing_carrier_cost_min,usage_section,unused_credit_suspend,a2billing_retail_initblock_offp,prorate_round_day,unused_credit_cancel,output_format">
 
       </DIV>
 
 
       </DIV>
 
@@ -4421,7 +4421,7 @@ spawn_supp_dst_pkgpart(this);"
            STYLE="display: none; z-index: 0"
       >
 
            STYLE="display: none; z-index: 0"
       >
 
-        <TABLE BGCOLOR="#cccccc" BORDER=0 CELLSPACING=2><TR><TD ALIGN="right">Nibble rate</TD><TD><INPUT TYPE="text" NAME="prepaid_nibblebill__nibble_rate" VALUE=""></TD></TR></TABLE><INPUT TYPE="hidden" NAME="prepaid_nibblebill__OPTIONS" VALUE="setup_fee,recur_fee,nibble_rate">
+        <TABLE BGCOLOR="#cccccc" BORDER=0 CELLSPACING=2><TR><TD ALIGN="right">Nibble rate</TD><TD><INPUT TYPE="text" NAME="prepaid_nibblebill__nibble_rate" VALUE=""></TD></TR></TABLE><INPUT TYPE="hidden" NAME="prepaid_nibblebill__OPTIONS" VALUE="nibble_rate,recur_fee,setup_fee">
 
       </DIV>
 
 
       </DIV>
 
@@ -4430,7 +4430,7 @@ spawn_supp_dst_pkgpart(this);"
            STYLE="display: none; z-index: 0"
       >
 
            STYLE="display: none; z-index: 0"
       >
 
-        <TABLE BGCOLOR="#cccccc" BORDER=0 CELLSPACING=2><TR><TD ALIGN="right">Setup fee for each new service</TD><TD><INPUT TYPE="text" NAME="bulk_simple__svc_setup_fee" VALUE="0"></TD></TR><TR><TD ALIGN="right">Recurring fee for each service</TD><TD><INPUT TYPE="text" NAME="bulk_simple__svc_recur_fee" VALUE="0"></TD></TR><TR><TD ALIGN="right">Only charge fees for these services</TD><TD><SELECT MULTIPLE NAME="bulk_simple__only_svcs"><OPTION VALUE="1">Domain<OPTION VALUE="2">Test svc_acct<OPTION VALUE="3">Test svc_domain<OPTION VALUE="4">Test svc_broadband<OPTION VALUE="5">Test svc_phone</SELECT></TD></TR><TR><TD ALIGN="right">Show a count of services on the invoice, instead of a detailed list</TD><TD><INPUT TYPE="checkbox" NAME="bulk_simple__summarize_svcs" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Credit the customer for the unused portion of service at cancellation</TD><TD><INPUT TYPE="checkbox" NAME="bulk_simple__unused_credit_cancel" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Credit the customer for the unused portion of service when suspending</TD><TD><span title="You must set the 'suspend_credit_type' option in Configuration->Settings to gain access to this option.">N/A</span></TD></TR><TR><TD ALIGN="right">Credit the customer for the unused portion of service when changing packages</TD><TD><INPUT TYPE="checkbox" NAME="bulk_simple__unused_credit_change" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Automatically suspend for one day before cancelling</TD><TD><INPUT TYPE="checkbox" NAME="bulk_simple__delay_cancel" VALUE=1 ></TD></TR></TABLE><INPUT TYPE="hidden" NAME="bulk_simple__OPTIONS" VALUE="a2billing_type,a2billing_carrier_increment_offp,a2billing_retail_initblock_offp,summarize_svcs,a2billing_retail_increment_offp,delay_cancel,unused_credit_cancel,a2billing_retail_cost_min_offp,recur_fee,a2billing_simultaccess,svc_recur_fee,unused_credit_suspend,a2billing_carrier_cost_min,a2billing_tariff,unused_credit_change,only_svcs,a2billing_carrer_initblock_offp,svc_setup_fee,setup_fee">
+        <TABLE BGCOLOR="#cccccc" BORDER=0 CELLSPACING=2><TR><TD ALIGN="right">Setup fee for each new service</TD><TD><INPUT TYPE="text" NAME="bulk_simple__svc_setup_fee" VALUE="0"></TD></TR><TR><TD ALIGN="right">Recurring fee for each service</TD><TD><INPUT TYPE="text" NAME="bulk_simple__svc_recur_fee" VALUE="0"></TD></TR><TR><TD ALIGN="right">Only charge fees for these services</TD><TD><SELECT MULTIPLE NAME="bulk_simple__only_svcs"><OPTION VALUE="1">Domain<OPTION VALUE="2">Test svc_acct<OPTION VALUE="3">Test svc_domain<OPTION VALUE="4">Test svc_broadband<OPTION VALUE="5">Test svc_phone</SELECT></TD></TR><TR><TD ALIGN="right">Show a count of services on the invoice, instead of a detailed list</TD><TD><INPUT TYPE="checkbox" NAME="bulk_simple__summarize_svcs" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Credit the customer for the unused portion of service at cancellation</TD><TD><INPUT TYPE="checkbox" NAME="bulk_simple__unused_credit_cancel" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Credit the customer for the unused portion of service when suspending</TD><TD><span title="You must set the 'suspend_credit_type' option in Configuration->Settings to gain access to this option.">N/A</span></TD></TR><TR><TD ALIGN="right">Credit the customer for the unused portion of service when changing packages</TD><TD><INPUT TYPE="checkbox" NAME="bulk_simple__unused_credit_change" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Automatically suspend for one day before cancelling</TD><TD><INPUT TYPE="checkbox" NAME="bulk_simple__delay_cancel" VALUE=1 ></TD></TR></TABLE><INPUT TYPE="hidden" NAME="bulk_simple__OPTIONS" VALUE="svc_setup_fee,a2billing_simultaccess,recur_fee,delay_cancel,a2billing_tariff,a2billing_carrer_initblock_offp,setup_fee,svc_recur_fee,unused_credit_change,a2billing_type,a2billing_carrier_increment_offp,a2billing_retail_cost_min_offp,a2billing_retail_increment_offp,summarize_svcs,unused_credit_suspend,a2billing_carrier_cost_min,a2billing_retail_initblock_offp,only_svcs,unused_credit_cancel">
 
       </DIV>
 
 
       </DIV>
 
@@ -4439,7 +4439,7 @@ spawn_supp_dst_pkgpart(this);"
            STYLE="display: none; z-index: 0"
       >
 
            STYLE="display: none; z-index: 0"
       >
 
-        <TABLE BGCOLOR="#cccccc" BORDER=0 CELLSPACING=2><TR><TD ALIGN="right">Don't prorate recurring fees on services active for a partial month</TD><TD><INPUT TYPE="checkbox" NAME="bulk__no_prorate" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Setup fee for each new service</TD><TD><INPUT TYPE="text" NAME="bulk__svc_setup_fee" VALUE="0"></TD></TR><TR><TD ALIGN="right">Recurring fee for each service</TD><TD><INPUT TYPE="text" NAME="bulk__svc_recur_fee" VALUE="0"></TD></TR><TR><TD ALIGN="right">Only charge fees for these services</TD><TD><SELECT MULTIPLE NAME="bulk__only_svcs"><OPTION VALUE="1">Domain<OPTION VALUE="2">Test svc_acct<OPTION VALUE="3">Test svc_domain<OPTION VALUE="4">Test svc_broadband<OPTION VALUE="5">Test svc_phone</SELECT></TD></TR><TR><TD ALIGN="right">Show a count of services on the invoice, instead of a detailed list</TD><TD><INPUT TYPE="checkbox" NAME="bulk__summarize_svcs" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Credit the customer for the unused portion of service at cancellation</TD><TD><INPUT TYPE="checkbox" NAME="bulk__unused_credit_cancel" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Credit the customer for the unused portion of service when suspending</TD><TD><span title="You must set the 'suspend_credit_type' option in Configuration->Settings to gain access to this option.">N/A</span></TD></TR><TR><TD ALIGN="right">Credit the customer for the unused portion of service when changing packages</TD><TD><INPUT TYPE="checkbox" NAME="bulk__unused_credit_change" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Automatically suspend for one day before cancelling</TD><TD><INPUT TYPE="checkbox" NAME="bulk__delay_cancel" VALUE=1 ></TD></TR></TABLE><INPUT TYPE="hidden" NAME="bulk__OPTIONS" VALUE="delay_cancel,unused_credit_cancel,a2billing_retail_increment_offp,recur_fee,a2billing_retail_cost_min_offp,a2billing_type,a2billing_retail_initblock_offp,summarize_svcs,a2billing_carrier_increment_offp,a2billing_carrer_initblock_offp,only_svcs,svc_setup_fee,no_prorate,setup_fee,a2billing_carrier_cost_min,a2billing_tariff,a2billing_simultaccess,svc_recur_fee,unused_credit_suspend,unused_credit_change">
+        <TABLE BGCOLOR="#cccccc" BORDER=0 CELLSPACING=2><TR><TD ALIGN="right">Don't prorate recurring fees on services active for a partial month</TD><TD><INPUT TYPE="checkbox" NAME="bulk__no_prorate" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Setup fee for each new service</TD><TD><INPUT TYPE="text" NAME="bulk__svc_setup_fee" VALUE="0"></TD></TR><TR><TD ALIGN="right">Recurring fee for each service</TD><TD><INPUT TYPE="text" NAME="bulk__svc_recur_fee" VALUE="0"></TD></TR><TR><TD ALIGN="right">Only charge fees for these services</TD><TD><SELECT MULTIPLE NAME="bulk__only_svcs"><OPTION VALUE="1">Domain<OPTION VALUE="2">Test svc_acct<OPTION VALUE="3">Test svc_domain<OPTION VALUE="4">Test svc_broadband<OPTION VALUE="5">Test svc_phone</SELECT></TD></TR><TR><TD ALIGN="right">Show a count of services on the invoice, instead of a detailed list</TD><TD><INPUT TYPE="checkbox" NAME="bulk__summarize_svcs" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Credit the customer for the unused portion of service at cancellation</TD><TD><INPUT TYPE="checkbox" NAME="bulk__unused_credit_cancel" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Credit the customer for the unused portion of service when suspending</TD><TD><span title="You must set the 'suspend_credit_type' option in Configuration->Settings to gain access to this option.">N/A</span></TD></TR><TR><TD ALIGN="right">Credit the customer for the unused portion of service when changing packages</TD><TD><INPUT TYPE="checkbox" NAME="bulk__unused_credit_change" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Automatically suspend for one day before cancelling</TD><TD><INPUT TYPE="checkbox" NAME="bulk__delay_cancel" VALUE=1 ></TD></TR></TABLE><INPUT TYPE="hidden" NAME="bulk__OPTIONS" VALUE="a2billing_type,a2billing_carrier_increment_offp,a2billing_retail_cost_min_offp,a2billing_retail_increment_offp,summarize_svcs,unused_credit_suspend,a2billing_carrier_cost_min,a2billing_retail_initblock_offp,only_svcs,unused_credit_cancel,svc_setup_fee,no_prorate,a2billing_simultaccess,recur_fee,delay_cancel,a2billing_tariff,a2billing_carrer_initblock_offp,setup_fee,svc_recur_fee,unused_credit_change">
 
       </DIV>
 
 
       </DIV>
 
@@ -4448,7 +4448,7 @@ spawn_supp_dst_pkgpart(this);"
            STYLE="display: none; z-index: 0"
       >
 
            STYLE="display: none; z-index: 0"
       >
 
-        <TABLE BGCOLOR="#cccccc" BORDER=0 CELLSPACING=2><TR><TD ALIGN="right">Billing Day (1 - 28)</TD><TD><INPUT TYPE="text" NAME="agent__cutoff_day" VALUE="1"></TD></TR><TR><TD ALIGN="right">When prorating first month, also bill for one full period after that</TD><TD><INPUT TYPE="checkbox" NAME="agent__add_full_period" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Disable prorating bulk packages (charge full price for packages active only a portion of the month)</TD><TD><INPUT TYPE="checkbox" NAME="agent__no_pkg_prorate" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Separate customer from package display on invoices</TD><TD><INPUT TYPE="checkbox" NAME="agent__display_separate_cust" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Bill wholesale on cost only, disabling the price fallback</TD><TD><INPUT TYPE="checkbox" NAME="agent__cost_only" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Defer the first bill until the billing day</TD><TD><INPUT TYPE="checkbox" NAME="agent__prorate_defer_bill" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Round the prorated period to the nearest full day</TD><TD><INPUT TYPE="checkbox" NAME="agent__prorate_round_day" VALUE=1  CHECKED></TD></TR><TR><TD ALIGN="right">Show prorate details on the invoice</TD><TD><INPUT TYPE="checkbox" NAME="agent__prorate_verbose" VALUE=1  CHECKED></TD></TR><TR><TD ALIGN="right">Credit the customer for the unused portion of service at cancellation</TD><TD><INPUT TYPE="checkbox" NAME="agent__unused_credit_cancel" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Credit the customer for the unused portion of service when suspending</TD><TD><span title="You must set the 'suspend_credit_type' option in Configuration->Settings to gain access to this option.">N/A</span></TD></TR><TR><TD ALIGN="right">Credit the customer for the unused portion of service when changing packages</TD><TD><INPUT TYPE="checkbox" NAME="agent__unused_credit_change" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Automatically suspend for one day before cancelling</TD><TD><INPUT TYPE="checkbox" NAME="agent__delay_cancel" VALUE=1 ></TD></TR></TABLE><INPUT TYPE="hidden" NAME="agent__OPTIONS" VALUE="cutoff_day,a2billing_carrier_increment_offp,prorate_verbose,display_separate_cust,a2billing_retail_initblock_offp,sync_bill_date,a2billing_type,prorate_defer_bill,cost_only,a2billing_retail_cost_min_offp,recur_fee,a2billing_retail_increment_offp,prorate_round_day,delay_cancel,unused_credit_cancel,unused_credit_change,unused_credit_suspend,no_pkg_prorate,a2billing_simultaccess,a2billing_tariff,add_full_period,a2billing_carrier_cost_min,setup_fee,recur_temporality,a2billing_carrer_initblock_offp">
+        <TABLE BGCOLOR="#cccccc" BORDER=0 CELLSPACING=2><TR><TD ALIGN="right">Billing Day (1 - 28)</TD><TD><INPUT TYPE="text" NAME="agent__cutoff_day" VALUE="1"></TD></TR><TR><TD ALIGN="right">When prorating first month, also bill for one full period after that</TD><TD><INPUT TYPE="checkbox" NAME="agent__add_full_period" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Disable prorating bulk packages (charge full price for packages active only a portion of the month)</TD><TD><INPUT TYPE="checkbox" NAME="agent__no_pkg_prorate" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Separate customer from package display on invoices</TD><TD><INPUT TYPE="checkbox" NAME="agent__display_separate_cust" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Bill wholesale on cost only, disabling the price fallback</TD><TD><INPUT TYPE="checkbox" NAME="agent__cost_only" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Defer the first bill until the billing day</TD><TD><INPUT TYPE="checkbox" NAME="agent__prorate_defer_bill" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Round the prorated period to the nearest full day</TD><TD><INPUT TYPE="checkbox" NAME="agent__prorate_round_day" VALUE=1  CHECKED></TD></TR><TR><TD ALIGN="right">Show prorate details on the invoice</TD><TD><INPUT TYPE="checkbox" NAME="agent__prorate_verbose" VALUE=1  CHECKED></TD></TR><TR><TD ALIGN="right">Credit the customer for the unused portion of service at cancellation</TD><TD><INPUT TYPE="checkbox" NAME="agent__unused_credit_cancel" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Credit the customer for the unused portion of service when suspending</TD><TD><span title="You must set the 'suspend_credit_type' option in Configuration->Settings to gain access to this option.">N/A</span></TD></TR><TR><TD ALIGN="right">Credit the customer for the unused portion of service when changing packages</TD><TD><INPUT TYPE="checkbox" NAME="agent__unused_credit_change" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Automatically suspend for one day before cancelling</TD><TD><INPUT TYPE="checkbox" NAME="agent__delay_cancel" VALUE=1 ></TD></TR></TABLE><INPUT TYPE="hidden" NAME="agent__OPTIONS" VALUE="recur_fee,a2billing_simultaccess,delay_cancel,a2billing_tariff,cost_only,no_pkg_prorate,prorate_defer_bill,cutoff_day,recur_temporality,unused_credit_change,setup_fee,a2billing_carrer_initblock_offp,add_full_period,a2billing_carrier_cost_min,unused_credit_suspend,a2billing_retail_cost_min_offp,a2billing_carrier_increment_offp,prorate_verbose,a2billing_type,a2billing_retail_increment_offp,display_separate_cust,unused_credit_cancel,sync_bill_date,a2billing_retail_initblock_offp,prorate_round_day">
 
       </DIV>
 
 
       </DIV>
 
@@ -4457,7 +4457,7 @@ spawn_supp_dst_pkgpart(this);"
            STYLE="display: none; z-index: 0"
       >
 
            STYLE="display: none; z-index: 0"
       >
 
-        <TABLE BGCOLOR="#cccccc" BORDER=0 CELLSPACING=2><TR><TD ALIGN="right">Charge recurring fee for period</TD><TD><SELECT NAME="agent_cdr__recur_temporality"><OPTION VALUE="upcoming">Upcoming (future)<OPTION VALUE="preceding">Preceding (past)</SELECT></TD></TR><TR><TD ALIGN="right">Recurring fee method</TD><TD><SELECT NAME="agent_cdr__recur_method"><OPTION VALUE="anniversary">Charge the recurring fee at the frequency specified above<OPTION VALUE="prorate">Charge a prorated fee the first time (selectable billing date)<OPTION VALUE="subscription">Charge the full fee for the first partial period (selectable billing date)</SELECT></TD></TR><TR><TD ALIGN="right">Billing Day (1 - 28) for prorating or subscription</TD><TD><INPUT TYPE="text" NAME="agent_cdr__cutoff_day" VALUE="1"></TD></TR><TR><TD ALIGN="right">When prorating, defer the first bill until the billing day</TD><TD><INPUT TYPE="checkbox" NAME="agent_cdr__prorate_defer_bill" VALUE=1 ></TD></TR><TR><TD ALIGN="right">When prorating, round to the nearest full day</TD><TD><INPUT TYPE="checkbox" NAME="agent_cdr__prorate_round_day" VALUE=1  CHECKED></TD></TR><TR><TD ALIGN="right">When prorating first month, also bill for one full period after that</TD><TD><INPUT TYPE="checkbox" NAME="agent_cdr__add_full_period" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Show prorate details on the invoice</TD><TD><INPUT TYPE="checkbox" NAME="agent_cdr__prorate_verbose" VALUE=1  CHECKED></TD></TR><TR><TD ALIGN="right">CDR invoice display format</TD><TD><SELECT NAME="agent_cdr__output_format"><OPTION VALUE="simple">Simple<OPTION VALUE="sum_duration_prefix">Summary, one line per destination prefix<OPTION VALUE="sum_count_class">Summary, one line per usage class<OPTION VALUE="basic">Basic<OPTION VALUE="sum_duration">Summary, one line per service<OPTION VALUE="default">Default<OPTION VALUE="accountcode_simple">Simple with accountcode<OPTION VALUE="accountcode_default">Default plus accountcode<OPTION VALUE="basic_upstream_dst_regionname">Basic with upstream destination name<OPTION VALUE="sum_count">Number of calls, one line per service<OPTION VALUE="description_default">Default with description field as destination<OPTION VALUE="source_default">Default with source<OPTION VALUE="simple2">Simple with source</SELECT></TD></TR><TR><TD ALIGN="right">Section in which to place separate usage charges</TD><TD><INPUT TYPE="text" NAME="agent_cdr__usage_section" VALUE=""></TD></TR><TR><TD ALIGN="right">Include usage summary with recurring charges when usage is in separate section</TD><TD><INPUT TYPE="checkbox" NAME="agent_cdr__summarize_usage" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Always put usage details in separate section</TD><TD><INPUT TYPE="checkbox" NAME="agent_cdr__usage_mandate" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Credit the customer for the unused portion of service at cancellation</TD><TD><INPUT TYPE="checkbox" NAME="agent_cdr__unused_credit_cancel" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Credit the customer for the unused portion of service when suspending</TD><TD><span title="You must set the 'suspend_credit_type' option in Configuration->Settings to gain access to this option.">N/A</span></TD></TR><TR><TD ALIGN="right">Credit the customer for the unused portion of service when changing packages</TD><TD><INPUT TYPE="checkbox" NAME="agent_cdr__unused_credit_change" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Automatically suspend for one day before cancelling</TD><TD><INPUT TYPE="checkbox" NAME="agent_cdr__delay_cancel" VALUE=1 ></TD></TR></TABLE><INPUT TYPE="hidden" NAME="agent_cdr__OPTIONS" VALUE="recur_fee,usage_section,output_format,a2billing_retail_cost_min_offp,delay_cancel,unused_credit_cancel,a2billing_retail_increment_offp,prorate_round_day,prorate_verbose,a2billing_retail_initblock_offp,cutoff_day,a2billing_carrier_increment_offp,a2billing_type,prorate_defer_bill,recur_temporality,setup_fee,summarize_usage,a2billing_carrer_initblock_offp,usage_mandate,unused_credit_change,recur_method,a2billing_tariff,add_full_period,a2billing_carrier_cost_min,unused_credit_suspend,a2billing_simultaccess">
+        <TABLE BGCOLOR="#cccccc" BORDER=0 CELLSPACING=2><TR><TD ALIGN="right">Charge recurring fee for period</TD><TD><SELECT NAME="agent_cdr__recur_temporality"><OPTION VALUE="upcoming">Upcoming (future)<OPTION VALUE="preceding">Preceding (past)</SELECT></TD></TR><TR><TD ALIGN="right">Recurring fee method</TD><TD><SELECT NAME="agent_cdr__recur_method"><OPTION VALUE="anniversary">Charge the recurring fee at the frequency specified above<OPTION VALUE="prorate">Charge a prorated fee the first time (selectable billing date)<OPTION VALUE="subscription">Charge the full fee for the first partial period (selectable billing date)</SELECT></TD></TR><TR><TD ALIGN="right">Billing Day (1 - 28) for prorating or subscription</TD><TD><INPUT TYPE="text" NAME="agent_cdr__cutoff_day" VALUE="1"></TD></TR><TR><TD ALIGN="right">When prorating, defer the first bill until the billing day</TD><TD><INPUT TYPE="checkbox" NAME="agent_cdr__prorate_defer_bill" VALUE=1 ></TD></TR><TR><TD ALIGN="right">When prorating, round to the nearest full day</TD><TD><INPUT TYPE="checkbox" NAME="agent_cdr__prorate_round_day" VALUE=1  CHECKED></TD></TR><TR><TD ALIGN="right">When prorating first month, also bill for one full period after that</TD><TD><INPUT TYPE="checkbox" NAME="agent_cdr__add_full_period" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Show prorate details on the invoice</TD><TD><INPUT TYPE="checkbox" NAME="agent_cdr__prorate_verbose" VALUE=1  CHECKED></TD></TR><TR><TD ALIGN="right">CDR invoice display format</TD><TD><SELECT NAME="agent_cdr__output_format"><OPTION VALUE="sum_count_class">Summary, one line per usage class<OPTION VALUE="default">Default<OPTION VALUE="simple2">Simple with source<OPTION VALUE="sum_duration_prefix">Summary, one line per destination prefix<OPTION VALUE="accountcode_simple">Simple with accountcode<OPTION VALUE="source_default">Default with source<OPTION VALUE="basic">Basic<OPTION VALUE="sum_duration">Summary, one line per service<OPTION VALUE="simple">Simple<OPTION VALUE="accountcode_default">Default plus accountcode<OPTION VALUE="sum_count">Number of calls, one line per service<OPTION VALUE="description_default">Default with description field as destination<OPTION VALUE="basic_upstream_dst_regionname">Basic with upstream destination name</SELECT></TD></TR><TR><TD ALIGN="right">Section in which to place separate usage charges</TD><TD><INPUT TYPE="text" NAME="agent_cdr__usage_section" VALUE=""></TD></TR><TR><TD ALIGN="right">Include usage summary with recurring charges when usage is in separate section</TD><TD><INPUT TYPE="checkbox" NAME="agent_cdr__summarize_usage" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Always put usage details in separate section</TD><TD><INPUT TYPE="checkbox" NAME="agent_cdr__usage_mandate" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Credit the customer for the unused portion of service at cancellation</TD><TD><INPUT TYPE="checkbox" NAME="agent_cdr__unused_credit_cancel" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Credit the customer for the unused portion of service when suspending</TD><TD><span title="You must set the 'suspend_credit_type' option in Configuration->Settings to gain access to this option.">N/A</span></TD></TR><TR><TD ALIGN="right">Credit the customer for the unused portion of service when changing packages</TD><TD><INPUT TYPE="checkbox" NAME="agent_cdr__unused_credit_change" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Automatically suspend for one day before cancelling</TD><TD><INPUT TYPE="checkbox" NAME="agent_cdr__delay_cancel" VALUE=1 ></TD></TR></TABLE><INPUT TYPE="hidden" NAME="agent_cdr__OPTIONS" VALUE="add_full_period,a2billing_carrer_initblock_offp,setup_fee,unused_credit_change,recur_method,usage_mandate,cutoff_day,prorate_defer_bill,recur_temporality,a2billing_tariff,delay_cancel,a2billing_simultaccess,recur_fee,prorate_round_day,a2billing_retail_initblock_offp,output_format,unused_credit_cancel,a2billing_retail_increment_offp,a2billing_type,prorate_verbose,a2billing_retail_cost_min_offp,a2billing_carrier_increment_offp,usage_section,unused_credit_suspend,a2billing_carrier_cost_min,summarize_usage">
 
       </DIV>
 
 
       </DIV>
 
@@ -4466,7 +4466,7 @@ spawn_supp_dst_pkgpart(this);"
            STYLE="display: none; z-index: 0"
       >
 
            STYLE="display: none; z-index: 0"
       >
 
-        <TABLE BGCOLOR="#cccccc" BORDER=0 CELLSPACING=2><TR><TD ALIGN="right">Included megabytes/sec (95th percentile)</TD><TD><INPUT TYPE="text" NAME="torrus_bw_percentile__base_mbps" VALUE="0"></TD></TR><TR><TD ALIGN="right">Charge per megabyte/sec (95th percentile)</TD><TD><INPUT TYPE="text" NAME="torrus_bw_percentile__mbps_rate" VALUE="0"></TD></TR><TR><TD ALIGN="right">Auto-add a start date to the 1st, ignoring the current month.</TD><TD><INPUT TYPE="checkbox" NAME="torrus_bw_percentile__start_1st" VALUE=1 ></TD></TR><TR><TD ALIGN="right">When synchronizing, defer the bill until the customer's next bill date</TD><TD><INPUT TYPE="checkbox" NAME="torrus_bw_percentile__prorate_defer_bill" VALUE=1 ></TD></TR><TR><TD ALIGN="right">When synchronizing, round the prorated period to the nearest full day</TD><TD><INPUT TYPE="checkbox" NAME="torrus_bw_percentile__prorate_round_day" VALUE=1  CHECKED></TD></TR><TR><TD ALIGN="right">Continue recurring billing while suspended</TD><TD><INPUT TYPE="checkbox" NAME="torrus_bw_percentile__suspend_bill" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Adjust next bill date forward when unsuspending</TD><TD><INPUT TYPE="checkbox" NAME="torrus_bw_percentile__unsuspend_adjust_bill" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Bill the last period on cancellation</TD><TD><INPUT TYPE="checkbox" NAME="torrus_bw_percentile__bill_recur_on_cancel" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Bill immediately upon suspension</TD><TD><INPUT TYPE="checkbox" NAME="torrus_bw_percentile__bill_suspend_as_cancel" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Optional External ID</TD><TD><INPUT TYPE="text" NAME="torrus_bw_percentile__externalid" VALUE=""></TD></TR><TR><TD ALIGN="right">Credit the customer for the unused portion of service at cancellation</TD><TD><INPUT TYPE="checkbox" NAME="torrus_bw_percentile__unused_credit_cancel" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Credit the customer for the unused portion of service when suspending</TD><TD><span title="You must set the 'suspend_credit_type' option in Configuration->Settings to gain access to this option.">N/A</span></TD></TR><TR><TD ALIGN="right">Credit the customer for the unused portion of service when changing packages</TD><TD><INPUT TYPE="checkbox" NAME="torrus_bw_percentile__unused_credit_change" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Automatically suspend for one day before cancelling</TD><TD><INPUT TYPE="checkbox" NAME="torrus_bw_percentile__delay_cancel" VALUE=1 ></TD></TR></TABLE><INPUT TYPE="hidden" NAME="torrus_bw_percentile__OPTIONS" VALUE="recur_temporality,setup_fee,a2billing_carrer_initblock_offp,unused_credit_change,base_mbps,add_full_period,a2billing_tariff,bill_suspend_as_cancel,a2billing_carrier_cost_min,unused_credit_suspend,a2billing_simultaccess,recur_fee,externalid,a2billing_retail_cost_min_offp,unused_credit_cancel,delay_cancel,a2billing_retail_increment_offp,prorate_round_day,suspend_bill,a2billing_retail_initblock_offp,a2billing_carrier_increment_offp,cutoff_day,prorate_defer_bill,a2billing_type,unsuspend_adjust_bill,bill_recur_on_cancel,start_1st,mbps_rate,sync_bill_date">
+        <TABLE BGCOLOR="#cccccc" BORDER=0 CELLSPACING=2><TR><TD ALIGN="right">Included megabytes/sec (95th percentile)</TD><TD><INPUT TYPE="text" NAME="torrus_bw_percentile__base_mbps" VALUE="0"></TD></TR><TR><TD ALIGN="right">Charge per megabyte/sec (95th percentile)</TD><TD><INPUT TYPE="text" NAME="torrus_bw_percentile__mbps_rate" VALUE="0"></TD></TR><TR><TD ALIGN="right">Auto-add a start date to the 1st, ignoring the current month.</TD><TD><INPUT TYPE="checkbox" NAME="torrus_bw_percentile__start_1st" VALUE=1 ></TD></TR><TR><TD ALIGN="right">When synchronizing, defer the bill until the customer's next bill date</TD><TD><INPUT TYPE="checkbox" NAME="torrus_bw_percentile__prorate_defer_bill" VALUE=1 ></TD></TR><TR><TD ALIGN="right">When synchronizing, round the prorated period to the nearest full day</TD><TD><INPUT TYPE="checkbox" NAME="torrus_bw_percentile__prorate_round_day" VALUE=1  CHECKED></TD></TR><TR><TD ALIGN="right">Continue recurring billing while suspended</TD><TD><INPUT TYPE="checkbox" NAME="torrus_bw_percentile__suspend_bill" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Adjust next bill date forward when unsuspending</TD><TD><INPUT TYPE="checkbox" NAME="torrus_bw_percentile__unsuspend_adjust_bill" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Bill the last period on cancellation</TD><TD><INPUT TYPE="checkbox" NAME="torrus_bw_percentile__bill_recur_on_cancel" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Bill immediately upon suspension</TD><TD><INPUT TYPE="checkbox" NAME="torrus_bw_percentile__bill_suspend_as_cancel" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Optional External ID</TD><TD><INPUT TYPE="text" NAME="torrus_bw_percentile__externalid" VALUE=""></TD></TR><TR><TD ALIGN="right">Credit the customer for the unused portion of service at cancellation</TD><TD><INPUT TYPE="checkbox" NAME="torrus_bw_percentile__unused_credit_cancel" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Credit the customer for the unused portion of service when suspending</TD><TD><span title="You must set the 'suspend_credit_type' option in Configuration->Settings to gain access to this option.">N/A</span></TD></TR><TR><TD ALIGN="right">Credit the customer for the unused portion of service when changing packages</TD><TD><INPUT TYPE="checkbox" NAME="torrus_bw_percentile__unused_credit_change" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Automatically suspend for one day before cancelling</TD><TD><INPUT TYPE="checkbox" NAME="torrus_bw_percentile__delay_cancel" VALUE=1 ></TD></TR></TABLE><INPUT TYPE="hidden" NAME="torrus_bw_percentile__OPTIONS" VALUE="cutoff_day,recur_temporality,prorate_defer_bill,unsuspend_adjust_bill,externalid,a2billing_tariff,delay_cancel,a2billing_simultaccess,recur_fee,add_full_period,a2billing_carrer_initblock_offp,setup_fee,base_mbps,unused_credit_change,a2billing_retail_increment_offp,a2billing_type,a2billing_carrier_increment_offp,a2billing_retail_cost_min_offp,unused_credit_suspend,a2billing_carrier_cost_min,mbps_rate,bill_recur_on_cancel,prorate_round_day,a2billing_retail_initblock_offp,start_1st,suspend_bill,sync_bill_date,unused_credit_cancel,bill_suspend_as_cancel">
 
       </DIV>
 
 
       </DIV>
 
@@ -4475,7 +4475,7 @@ spawn_supp_dst_pkgpart(this);"
            STYLE="display: none; z-index: 0"
       >
 
            STYLE="display: none; z-index: 0"
       >
 
-        <TABLE BGCOLOR="#cccccc" BORDER=0 CELLSPACING=2><TR><TD ALIGN="right">Included gigabytes</TD><TD><INPUT TYPE="text" NAME="torrus_bw_usage__base_gb" VALUE="0"></TD></TR><TR><TD ALIGN="right">Charge per gigabyte</TD><TD><INPUT TYPE="text" NAME="torrus_bw_usage__gb_rate" VALUE="0"></TD></TR><TR><TD ALIGN="right">Auto-add a start date to the 1st, ignoring the current month.</TD><TD><INPUT TYPE="checkbox" NAME="torrus_bw_usage__start_1st" VALUE=1 ></TD></TR><TR><TD ALIGN="right">When synchronizing, defer the bill until the customer's next bill date</TD><TD><INPUT TYPE="checkbox" NAME="torrus_bw_usage__prorate_defer_bill" VALUE=1 ></TD></TR><TR><TD ALIGN="right">When synchronizing, round the prorated period to the nearest full day</TD><TD><INPUT TYPE="checkbox" NAME="torrus_bw_usage__prorate_round_day" VALUE=1  CHECKED></TD></TR><TR><TD ALIGN="right">Continue recurring billing while suspended</TD><TD><INPUT TYPE="checkbox" NAME="torrus_bw_usage__suspend_bill" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Adjust next bill date forward when unsuspending</TD><TD><INPUT TYPE="checkbox" NAME="torrus_bw_usage__unsuspend_adjust_bill" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Bill the last period on cancellation</TD><TD><INPUT TYPE="checkbox" NAME="torrus_bw_usage__bill_recur_on_cancel" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Bill immediately upon suspension</TD><TD><INPUT TYPE="checkbox" NAME="torrus_bw_usage__bill_suspend_as_cancel" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Optional External ID</TD><TD><INPUT TYPE="text" NAME="torrus_bw_usage__externalid" VALUE=""></TD></TR><TR><TD ALIGN="right">Credit the customer for the unused portion of service at cancellation</TD><TD><INPUT TYPE="checkbox" NAME="torrus_bw_usage__unused_credit_cancel" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Credit the customer for the unused portion of service when suspending</TD><TD><span title="You must set the 'suspend_credit_type' option in Configuration->Settings to gain access to this option.">N/A</span></TD></TR><TR><TD ALIGN="right">Credit the customer for the unused portion of service when changing packages</TD><TD><INPUT TYPE="checkbox" NAME="torrus_bw_usage__unused_credit_change" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Automatically suspend for one day before cancelling</TD><TD><INPUT TYPE="checkbox" NAME="torrus_bw_usage__delay_cancel" VALUE=1 ></TD></TR></TABLE><INPUT TYPE="hidden" NAME="torrus_bw_usage__OPTIONS" VALUE="delay_cancel,unused_credit_cancel,prorate_round_day,suspend_bill,a2billing_retail_increment_offp,recur_fee,a2billing_retail_cost_min_offp,externalid,a2billing_type,prorate_defer_bill,start_1st,sync_bill_date,unsuspend_adjust_bill,bill_recur_on_cancel,a2billing_retail_initblock_offp,cutoff_day,a2billing_carrier_increment_offp,a2billing_carrer_initblock_offp,recur_temporality,gb_rate,setup_fee,a2billing_carrier_cost_min,add_full_period,bill_suspend_as_cancel,base_gb,a2billing_tariff,a2billing_simultaccess,unused_credit_suspend,unused_credit_change">
+        <TABLE BGCOLOR="#cccccc" BORDER=0 CELLSPACING=2><TR><TD ALIGN="right">Included gigabytes</TD><TD><INPUT TYPE="text" NAME="torrus_bw_usage__base_gb" VALUE="0"></TD></TR><TR><TD ALIGN="right">Charge per gigabyte</TD><TD><INPUT TYPE="text" NAME="torrus_bw_usage__gb_rate" VALUE="0"></TD></TR><TR><TD ALIGN="right">Auto-add a start date to the 1st, ignoring the current month.</TD><TD><INPUT TYPE="checkbox" NAME="torrus_bw_usage__start_1st" VALUE=1 ></TD></TR><TR><TD ALIGN="right">When synchronizing, defer the bill until the customer's next bill date</TD><TD><INPUT TYPE="checkbox" NAME="torrus_bw_usage__prorate_defer_bill" VALUE=1 ></TD></TR><TR><TD ALIGN="right">When synchronizing, round the prorated period to the nearest full day</TD><TD><INPUT TYPE="checkbox" NAME="torrus_bw_usage__prorate_round_day" VALUE=1  CHECKED></TD></TR><TR><TD ALIGN="right">Continue recurring billing while suspended</TD><TD><INPUT TYPE="checkbox" NAME="torrus_bw_usage__suspend_bill" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Adjust next bill date forward when unsuspending</TD><TD><INPUT TYPE="checkbox" NAME="torrus_bw_usage__unsuspend_adjust_bill" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Bill the last period on cancellation</TD><TD><INPUT TYPE="checkbox" NAME="torrus_bw_usage__bill_recur_on_cancel" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Bill immediately upon suspension</TD><TD><INPUT TYPE="checkbox" NAME="torrus_bw_usage__bill_suspend_as_cancel" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Optional External ID</TD><TD><INPUT TYPE="text" NAME="torrus_bw_usage__externalid" VALUE=""></TD></TR><TR><TD ALIGN="right">Credit the customer for the unused portion of service at cancellation</TD><TD><INPUT TYPE="checkbox" NAME="torrus_bw_usage__unused_credit_cancel" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Credit the customer for the unused portion of service when suspending</TD><TD><span title="You must set the 'suspend_credit_type' option in Configuration->Settings to gain access to this option.">N/A</span></TD></TR><TR><TD ALIGN="right">Credit the customer for the unused portion of service when changing packages</TD><TD><INPUT TYPE="checkbox" NAME="torrus_bw_usage__unused_credit_change" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Automatically suspend for one day before cancelling</TD><TD><INPUT TYPE="checkbox" NAME="torrus_bw_usage__delay_cancel" VALUE=1 ></TD></TR></TABLE><INPUT TYPE="hidden" NAME="torrus_bw_usage__OPTIONS" VALUE="sync_bill_date,bill_suspend_as_cancel,unused_credit_cancel,prorate_round_day,start_1st,a2billing_retail_initblock_offp,suspend_bill,unused_credit_suspend,a2billing_carrier_cost_min,bill_recur_on_cancel,a2billing_retail_increment_offp,a2billing_type,a2billing_retail_cost_min_offp,a2billing_carrier_increment_offp,setup_fee,unused_credit_change,add_full_period,a2billing_carrer_initblock_offp,externalid,a2billing_tariff,delay_cancel,a2billing_simultaccess,recur_fee,base_gb,prorate_defer_bill,recur_temporality,cutoff_day,unsuspend_adjust_bill,gb_rate">
 
       </DIV>
 
 
       </DIV>
 
@@ -4484,7 +4484,7 @@ spawn_supp_dst_pkgpart(this);"
            STYLE="display: none; z-index: 0"
       >
 
            STYLE="display: none; z-index: 0"
       >
 
-        <TABLE BGCOLOR="#cccccc" BORDER=0 CELLSPACING=2><TR><TD ALIGN="right">Units included</TD><TD><INPUT TYPE="text" NAME="sql_generic__recur_included" VALUE="0"></TD></TR><TR><TD ALIGN="right">Additional charge per unit</TD><TD><INPUT TYPE="text" NAME="sql_generic__recur_unit_charge" VALUE="0"></TD></TR><TR><TD ALIGN="right">DBI data source</TD><TD><INPUT TYPE="text" NAME="sql_generic__datasrc" VALUE=""></TD></TR><TR><TD ALIGN="right">Database username</TD><TD><INPUT TYPE="text" NAME="sql_generic__db_username" VALUE=""></TD></TR><TR><TD ALIGN="right">Database username</TD><TD><INPUT TYPE="text" NAME="sql_generic__db_password" VALUE=""></TD></TR><TR><TD ALIGN="right">SQL query</TD><TD><INPUT TYPE="text" NAME="sql_generic__query" VALUE=""></TD></TR><TR><TD ALIGN="right">Credit the customer for the unused portion of service at cancellation</TD><TD><INPUT TYPE="checkbox" NAME="sql_generic__unused_credit_cancel" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Credit the customer for the unused portion of service when suspending</TD><TD><span title="You must set the 'suspend_credit_type' option in Configuration->Settings to gain access to this option.">N/A</span></TD></TR><TR><TD ALIGN="right">Credit the customer for the unused portion of service when changing packages</TD><TD><INPUT TYPE="checkbox" NAME="sql_generic__unused_credit_change" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Automatically suspend for one day before cancelling</TD><TD><INPUT TYPE="checkbox" NAME="sql_generic__delay_cancel" VALUE=1 ></TD></TR></TABLE><INPUT TYPE="hidden" NAME="sql_generic__OPTIONS" VALUE="a2billing_carrer_initblock_offp,db_username,datasrc,setup_fee,db_password,a2billing_simultaccess,unused_credit_suspend,recur_included,a2billing_carrier_cost_min,a2billing_tariff,recur_unit_charge,unused_credit_change,a2billing_retail_increment_offp,unused_credit_cancel,delay_cancel,a2billing_retail_cost_min_offp,recur_fee,query,a2billing_type,a2billing_carrier_increment_offp,a2billing_retail_initblock_offp">
+        <TABLE BGCOLOR="#cccccc" BORDER=0 CELLSPACING=2><TR><TD ALIGN="right">Units included</TD><TD><INPUT TYPE="text" NAME="sql_generic__recur_included" VALUE="0"></TD></TR><TR><TD ALIGN="right">Additional charge per unit</TD><TD><INPUT TYPE="text" NAME="sql_generic__recur_unit_charge" VALUE="0"></TD></TR><TR><TD ALIGN="right">DBI data source</TD><TD><INPUT TYPE="text" NAME="sql_generic__datasrc" VALUE=""></TD></TR><TR><TD ALIGN="right">Database username</TD><TD><INPUT TYPE="text" NAME="sql_generic__db_username" VALUE=""></TD></TR><TR><TD ALIGN="right">Database username</TD><TD><INPUT TYPE="text" NAME="sql_generic__db_password" VALUE=""></TD></TR><TR><TD ALIGN="right">SQL query</TD><TD><INPUT TYPE="text" NAME="sql_generic__query" VALUE=""></TD></TR><TR><TD ALIGN="right">Credit the customer for the unused portion of service at cancellation</TD><TD><INPUT TYPE="checkbox" NAME="sql_generic__unused_credit_cancel" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Credit the customer for the unused portion of service when suspending</TD><TD><span title="You must set the 'suspend_credit_type' option in Configuration->Settings to gain access to this option.">N/A</span></TD></TR><TR><TD ALIGN="right">Credit the customer for the unused portion of service when changing packages</TD><TD><INPUT TYPE="checkbox" NAME="sql_generic__unused_credit_change" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Automatically suspend for one day before cancelling</TD><TD><INPUT TYPE="checkbox" NAME="sql_generic__delay_cancel" VALUE=1 ></TD></TR></TABLE><INPUT TYPE="hidden" NAME="sql_generic__OPTIONS" VALUE="delay_cancel,a2billing_tariff,recur_fee,a2billing_simultaccess,a2billing_carrer_initblock_offp,unused_credit_change,setup_fee,a2billing_retail_increment_offp,recur_unit_charge,a2billing_retail_cost_min_offp,a2billing_carrier_increment_offp,a2billing_type,a2billing_carrier_cost_min,unused_credit_suspend,db_username,a2billing_retail_initblock_offp,datasrc,query,recur_included,unused_credit_cancel,db_password">
 
       </DIV>
 
 
       </DIV>
 
@@ -4493,7 +4493,7 @@ spawn_supp_dst_pkgpart(this);"
            STYLE="display: none; z-index: 0"
       >
 
            STYLE="display: none; z-index: 0"
       >
 
-        <TABLE BGCOLOR="#cccccc" BORDER=0 CELLSPACING=2><TR><TD ALIGN="right">Recurring fee method</TD><TD><SELECT NAME="sql_external__recur_method"><OPTION VALUE="anniversary">Charge the recurring fee at the frequency specified above<OPTION VALUE="prorate">Charge a prorated fee the first time (selectable billing date)<OPTION VALUE="subscription">Charge the full fee for the first partial period (selectable billing date)</SELECT></TD></TR><TR><TD ALIGN="right">Billing Day (1 - 28) for prorating or subscription</TD><TD><INPUT TYPE="text" NAME="sql_external__cutoff_day" VALUE="1"></TD></TR><TR><TD ALIGN="right">When prorating, defer the first bill until the billing day</TD><TD><INPUT TYPE="checkbox" NAME="sql_external__prorate_defer_bill" VALUE=1 ></TD></TR><TR><TD ALIGN="right">When prorating, round to the nearest full day</TD><TD><INPUT TYPE="checkbox" NAME="sql_external__prorate_round_day" VALUE=1  CHECKED></TD></TR><TR><TD ALIGN="right">When prorating first month, also bill for one full period after that</TD><TD><INPUT TYPE="checkbox" NAME="sql_external__add_full_period" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Show prorate details on the invoice</TD><TD><INPUT TYPE="checkbox" NAME="sql_external__prorate_verbose" VALUE=1  CHECKED></TD></TR><TR><TD ALIGN="right">DBI data source</TD><TD><INPUT TYPE="text" NAME="sql_external__datasrc" VALUE=""></TD></TR><TR><TD ALIGN="right">Database username</TD><TD><INPUT TYPE="text" NAME="sql_external__db_username" VALUE=""></TD></TR><TR><TD ALIGN="right">Database password</TD><TD><INPUT TYPE="text" NAME="sql_external__db_password" VALUE=""></TD></TR><TR><TD ALIGN="right">SQL query</TD><TD><INPUT TYPE="text" NAME="sql_external__query" VALUE=""></TD></TR><TR><TD ALIGN="right">Credit the customer for the unused portion of service at cancellation</TD><TD><INPUT TYPE="checkbox" NAME="sql_external__unused_credit_cancel" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Credit the customer for the unused portion of service when suspending</TD><TD><span title="You must set the 'suspend_credit_type' option in Configuration->Settings to gain access to this option.">N/A</span></TD></TR><TR><TD ALIGN="right">Credit the customer for the unused portion of service when changing packages</TD><TD><INPUT TYPE="checkbox" NAME="sql_external__unused_credit_change" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Automatically suspend for one day before cancelling</TD><TD><INPUT TYPE="checkbox" NAME="sql_external__delay_cancel" VALUE=1 ></TD></TR></TABLE><INPUT TYPE="hidden" NAME="sql_external__OPTIONS" VALUE="a2billing_retail_initblock_offp,prorate_verbose,cutoff_day,a2billing_carrier_increment_offp,prorate_defer_bill,a2billing_type,query,recur_fee,a2billing_retail_cost_min_offp,unused_credit_cancel,delay_cancel,prorate_round_day,a2billing_retail_increment_offp,unused_credit_change,a2billing_carrier_cost_min,a2billing_tariff,recur_method,add_full_period,a2billing_simultaccess,unused_credit_suspend,db_password,datasrc,setup_fee,a2billing_carrer_initblock_offp,db_username">
+        <TABLE BGCOLOR="#cccccc" BORDER=0 CELLSPACING=2><TR><TD ALIGN="right">Recurring fee method</TD><TD><SELECT NAME="sql_external__recur_method"><OPTION VALUE="anniversary">Charge the recurring fee at the frequency specified above<OPTION VALUE="prorate">Charge a prorated fee the first time (selectable billing date)<OPTION VALUE="subscription">Charge the full fee for the first partial period (selectable billing date)</SELECT></TD></TR><TR><TD ALIGN="right">Billing Day (1 - 28) for prorating or subscription</TD><TD><INPUT TYPE="text" NAME="sql_external__cutoff_day" VALUE="1"></TD></TR><TR><TD ALIGN="right">When prorating, defer the first bill until the billing day</TD><TD><INPUT TYPE="checkbox" NAME="sql_external__prorate_defer_bill" VALUE=1 ></TD></TR><TR><TD ALIGN="right">When prorating, round to the nearest full day</TD><TD><INPUT TYPE="checkbox" NAME="sql_external__prorate_round_day" VALUE=1  CHECKED></TD></TR><TR><TD ALIGN="right">When prorating first month, also bill for one full period after that</TD><TD><INPUT TYPE="checkbox" NAME="sql_external__add_full_period" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Show prorate details on the invoice</TD><TD><INPUT TYPE="checkbox" NAME="sql_external__prorate_verbose" VALUE=1  CHECKED></TD></TR><TR><TD ALIGN="right">DBI data source</TD><TD><INPUT TYPE="text" NAME="sql_external__datasrc" VALUE=""></TD></TR><TR><TD ALIGN="right">Database username</TD><TD><INPUT TYPE="text" NAME="sql_external__db_username" VALUE=""></TD></TR><TR><TD ALIGN="right">Database password</TD><TD><INPUT TYPE="text" NAME="sql_external__db_password" VALUE=""></TD></TR><TR><TD ALIGN="right">SQL query</TD><TD><INPUT TYPE="text" NAME="sql_external__query" VALUE=""></TD></TR><TR><TD ALIGN="right">Credit the customer for the unused portion of service at cancellation</TD><TD><INPUT TYPE="checkbox" NAME="sql_external__unused_credit_cancel" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Credit the customer for the unused portion of service when suspending</TD><TD><span title="You must set the 'suspend_credit_type' option in Configuration->Settings to gain access to this option.">N/A</span></TD></TR><TR><TD ALIGN="right">Credit the customer for the unused portion of service when changing packages</TD><TD><INPUT TYPE="checkbox" NAME="sql_external__unused_credit_change" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Automatically suspend for one day before cancelling</TD><TD><INPUT TYPE="checkbox" NAME="sql_external__delay_cancel" VALUE=1 ></TD></TR></TABLE><INPUT TYPE="hidden" NAME="sql_external__OPTIONS" VALUE="cutoff_day,prorate_defer_bill,recur_fee,a2billing_simultaccess,a2billing_tariff,delay_cancel,a2billing_carrer_initblock_offp,add_full_period,unused_credit_change,recur_method,setup_fee,a2billing_carrier_increment_offp,a2billing_retail_cost_min_offp,prorate_verbose,a2billing_type,a2billing_retail_increment_offp,a2billing_carrier_cost_min,unused_credit_suspend,db_username,a2billing_retail_initblock_offp,datasrc,prorate_round_day,unused_credit_cancel,db_password,query">
 
       </DIV>
 
 
       </DIV>
 
@@ -4502,7 +4502,7 @@ spawn_supp_dst_pkgpart(this);"
            STYLE="display: none; z-index: 0"
       >
 
            STYLE="display: none; z-index: 0"
       >
 
-        <TABLE BGCOLOR="#cccccc" BORDER=0 CELLSPACING=2><TR><TD ALIGN="right">Recurring fee method</TD><TD><SELECT NAME="currency_fixed__recur_method"><OPTION VALUE="anniversary">Charge the recurring fee at the frequency specified above<OPTION VALUE="prorate">Charge a prorated fee the first time (selectable billing date)<OPTION VALUE="subscription">Charge the full fee for the first partial period (selectable billing date)</SELECT></TD></TR><TR><TD ALIGN="right">Billing Day (1 - 28) for prorating or subscription</TD><TD><INPUT TYPE="text" NAME="currency_fixed__cutoff_day" VALUE="1"></TD></TR><TR><TD ALIGN="right">When prorating, defer the first bill until the billing day</TD><TD><INPUT TYPE="checkbox" NAME="currency_fixed__prorate_defer_bill" VALUE=1 ></TD></TR><TR><TD ALIGN="right">When prorating, round to the nearest full day</TD><TD><INPUT TYPE="checkbox" NAME="currency_fixed__prorate_round_day" VALUE=1  CHECKED></TD></TR><TR><TD ALIGN="right">When prorating first month, also bill for one full period after that</TD><TD><INPUT TYPE="checkbox" NAME="currency_fixed__add_full_period" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Show prorate details on the invoice</TD><TD><INPUT TYPE="checkbox" NAME="currency_fixed__prorate_verbose" VALUE=1  CHECKED></TD></TR><TR><TD ALIGN="right">Credit the customer for the unused portion of service at cancellation</TD><TD><INPUT TYPE="checkbox" NAME="currency_fixed__unused_credit_cancel" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Credit the customer for the unused portion of service when suspending</TD><TD><span title="You must set the 'suspend_credit_type' option in Configuration->Settings to gain access to this option.">N/A</span></TD></TR><TR><TD ALIGN="right">Credit the customer for the unused portion of service when changing packages</TD><TD><INPUT TYPE="checkbox" NAME="currency_fixed__unused_credit_change" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Automatically suspend for one day before cancelling</TD><TD><INPUT TYPE="checkbox" NAME="currency_fixed__delay_cancel" VALUE=1 ></TD></TR></TABLE><INPUT TYPE="hidden" NAME="currency_fixed__OPTIONS" VALUE="a2billing_carrer_initblock_offp,setup_fee,a2billing_tariff,recur_method,add_full_period,a2billing_carrier_cost_min,unused_credit_suspend,a2billing_simultaccess,unused_credit_change,unused_credit_cancel,delay_cancel,a2billing_retail_increment_offp,prorate_round_day,recur_fee,a2billing_retail_cost_min_offp,prorate_defer_bill,a2billing_type,prorate_verbose,a2billing_retail_initblock_offp,a2billing_carrier_increment_offp,cutoff_day">
+        <TABLE BGCOLOR="#cccccc" BORDER=0 CELLSPACING=2><TR><TD ALIGN="right">Recurring fee method</TD><TD><SELECT NAME="currency_fixed__recur_method"><OPTION VALUE="anniversary">Charge the recurring fee at the frequency specified above<OPTION VALUE="prorate">Charge a prorated fee the first time (selectable billing date)<OPTION VALUE="subscription">Charge the full fee for the first partial period (selectable billing date)</SELECT></TD></TR><TR><TD ALIGN="right">Billing Day (1 - 28) for prorating or subscription</TD><TD><INPUT TYPE="text" NAME="currency_fixed__cutoff_day" VALUE="1"></TD></TR><TR><TD ALIGN="right">When prorating, defer the first bill until the billing day</TD><TD><INPUT TYPE="checkbox" NAME="currency_fixed__prorate_defer_bill" VALUE=1 ></TD></TR><TR><TD ALIGN="right">When prorating, round to the nearest full day</TD><TD><INPUT TYPE="checkbox" NAME="currency_fixed__prorate_round_day" VALUE=1  CHECKED></TD></TR><TR><TD ALIGN="right">When prorating first month, also bill for one full period after that</TD><TD><INPUT TYPE="checkbox" NAME="currency_fixed__add_full_period" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Show prorate details on the invoice</TD><TD><INPUT TYPE="checkbox" NAME="currency_fixed__prorate_verbose" VALUE=1  CHECKED></TD></TR><TR><TD ALIGN="right">Credit the customer for the unused portion of service at cancellation</TD><TD><INPUT TYPE="checkbox" NAME="currency_fixed__unused_credit_cancel" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Credit the customer for the unused portion of service when suspending</TD><TD><span title="You must set the 'suspend_credit_type' option in Configuration->Settings to gain access to this option.">N/A</span></TD></TR><TR><TD ALIGN="right">Credit the customer for the unused portion of service when changing packages</TD><TD><INPUT TYPE="checkbox" NAME="currency_fixed__unused_credit_change" VALUE=1 ></TD></TR><TR><TD ALIGN="right">Automatically suspend for one day before cancelling</TD><TD><INPUT TYPE="checkbox" NAME="currency_fixed__delay_cancel" VALUE=1 ></TD></TR></TABLE><INPUT TYPE="hidden" NAME="currency_fixed__OPTIONS" VALUE="add_full_period,a2billing_carrer_initblock_offp,setup_fee,unused_credit_change,recur_method,cutoff_day,prorate_defer_bill,delay_cancel,a2billing_tariff,a2billing_simultaccess,recur_fee,prorate_round_day,a2billing_retail_initblock_offp,unused_credit_cancel,a2billing_retail_increment_offp,prorate_verbose,a2billing_type,a2billing_retail_cost_min_offp,a2billing_carrier_increment_offp,unused_credit_suspend,a2billing_carrier_cost_min">
 
       </DIV>
 
 
       </DIV>
 
diff --git a/FS-Test/share/output/edit/process/quick-charge.cgi/amount=100.00:custnum=2:pkg=Test%20one-time%20charge:quantity=1:bill_now=1 b/FS-Test/share/output/edit/process/quick-charge.cgi/amount=100.00:custnum=2:pkg=Test%20one-time%20charge:quantity=1:bill_now=1
new file mode 100644 (file)
index 0000000..038dde8
--- /dev/null
@@ -0,0 +1,328 @@
+
+
+
+<html><body>
+
+<p align="center"><font face="Verdana, Arial, Helvetica, sans-serif"><b>System error</b></font></p>
+<table border="0" cellspacing="0" cellpadding="1">
+ <tr>
+  <td nowrap="nowrap" align="left" valign="top"><font face="Verdana, Arial, Helvetica, sans-serif" size="-2"><b>error:</b>&nbsp;</font></td>
+  <td align="left" valign="top"><font face="Verdana, Arial, Helvetica, sans-serif" size="-2">Error during compilation of /var/www/html/freeside/edit/process/quick-charge.cgi:<br>syntax error at /var/www/html/freeside/edit/process/quick-charge.cgi line 126, near &quot;)<br>               ( &quot;<br>Global symbol &quot;$amount&quot; requires explicit package name at /var/www/html/freeside/edit/process/quick-charge.cgi line 132.<br>Global symbol &quot;$setup_cost&quot; requires explicit package name at /var/www/html/freeside/edit/process/quick-charge.cgi line 133.<br>Global symbol &quot;$quantity&quot; requires explicit package name at /var/www/html/freeside/edit/process/quick-charge.cgi line 134.<br>Global symbol &quot;$override&quot; requires explicit package name at /var/www/html/freeside/edit/process/quick-charge.cgi line 147.<br>syntax error at /var/www/html/freeside/edit/process/quick-charge.cgi line 1, near &quot;if&quot;<br>Global symbol &quot;$error&quot; requires explicit package name at /var/www/html/freeside/edit/process/quick-charge.cgi line 1.<br>Global symbol &quot;$error&quot; requires explicit package name at /var/www/html/freeside/edit/process/quick-charge.cgi line 2.<br>syntax error at /var/www/html/freeside/edit/process/quick-charge.cgi line 4, near &quot;}&quot;<br>  (Might be a runaway multi-line '' string starting on line 3)<br>Global symbol &quot;$message&quot; requires explicit package name at /var/www/html/freeside/edit/process/quick-charge.cgi line 5.<br>syntax error at /var/www/html/freeside/edit/process/quick-charge.cgi line 10, near &quot;}&quot;<br>  (Might be a runaway multi-line '' string starting on line 5)<br>/var/www/html/freeside/edit/process/quick-charge.cgi has too many errors.<br></font></td>
+ </tr>
+ <tr>
+  <td nowrap="nowrap" align="left" valign="top"><font face="Verdana, Arial, Helvetica, sans-serif" size="-2"><b>context:</b>&nbsp;</font></td>
+  <td align="left" valign="top" nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="-2">
+   <table border="0" cellpadding="0" cellspacing="0">
+
+    <tr>
+     <td nowrap="nowrap" align="left" valign="top"><font face="Verdana, Arial, Helvetica, sans-serif" size="-2"><b>1:</b>&nbsp;</font></td>
+     <td align="left" valign="top" nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="-2"><font color=red>% if ( $error ) {</font></font></td>
+    </tr>
+
+    <tr>
+     <td nowrap="nowrap" align="left" valign="top"><font face="Verdana, Arial, Helvetica, sans-serif" size="-2"><b>2:</b>&nbsp;</font></td>
+     <td align="left" valign="top" nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="-2"><font color=red>%   $cgi-&gt;param('error', $error );</font></font></td>
+    </tr>
+
+    <tr>
+     <td nowrap="nowrap" align="left" valign="top"><font face="Verdana, Arial, Helvetica, sans-serif" size="-2"><b>3:</b>&nbsp;</font></td>
+     <td align="left" valign="top" nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="-2">&lt;% $cgi-&gt;redirect($p.'quick-charge.html?'. $cgi-&gt;query_string) %&gt;</font></td>
+    </tr>
+
+    <tr>
+     <td nowrap="nowrap" align="left" valign="top"><font face="Verdana, Arial, Helvetica, sans-serif" size="-2"><b>4:</b>&nbsp;</font></td>
+     <td align="left" valign="top" nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="-2"><font color=red>% } else {</font></font></td>
+    </tr>
+
+    <tr>
+     <td nowrap="nowrap" align="left" valign="top"><font face="Verdana, Arial, Helvetica, sans-serif" size="-2"><b>5:</b>&nbsp;</font></td>
+     <td align="left" valign="top" nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="-2"><font color=red>&lt;% header(emt($message)) %&gt;</font></font></td>
+    </tr>
+
+    <tr>
+     <td nowrap="nowrap" align="left" valign="top"><font face="Verdana, Arial, Helvetica, sans-serif" size="-2"><b>6:</b>&nbsp;</font></td>
+     <td align="left" valign="top" nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="-2">  &lt;SCRIPT TYPE=&quot;text/javascript&quot;&gt;</font></td>
+    </tr>
+
+    <tr>
+     <td nowrap="nowrap" align="left" valign="top"><font face="Verdana, Arial, Helvetica, sans-serif" size="-2"><b>7:</b>&nbsp;</font></td>
+     <td align="left" valign="top" nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="-2">    window.top.location.reload();</font></td>
+    </tr>
+
+    <tr>
+     <td nowrap="nowrap" align="left" valign="top"><font face="Verdana, Arial, Helvetica, sans-serif" size="-2"><b>8:</b>&nbsp;</font></td>
+     <td align="left" valign="top" nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="-2">  &lt;/SCRIPT&gt;</font></td>
+    </tr>
+
+    <tr>
+     <td nowrap="nowrap" align="left" valign="top"><font face="Verdana, Arial, Helvetica, sans-serif" size="-2"><b>9:</b>&nbsp;</font></td>
+     <td align="left" valign="top" nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="-2">  &lt;/BODY&gt;&lt;/HTML&gt;</font></td>
+    </tr>
+
+    <tr>
+     <td nowrap="nowrap" align="left" valign="top"><font face="Verdana, Arial, Helvetica, sans-serif" size="-2"><b>10:</b>&nbsp;</font></td>
+     <td align="left" valign="top" nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="-2"><font color=red>% }</font></font></td>
+    </tr>
+
+    <tr>
+     <td nowrap="nowrap" align="left" valign="top"><font face="Verdana, Arial, Helvetica, sans-serif" size="-2"><b>11:</b>&nbsp;</font></td>
+     <td align="left" valign="top" nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="-2">&lt;%init&gt;</font></td>
+    </tr>
+
+    <tr>
+     <td nowrap="nowrap" align="left" valign="top"><font face="Verdana, Arial, Helvetica, sans-serif" size="-2"><b>12:</b>&nbsp;</font></td>
+     <td align="left" valign="top" nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="-2"></font></td>
+    </tr>
+
+    <tr>
+     <td nowrap="nowrap" align="left" valign="top"><font face="Verdana, Arial, Helvetica, sans-serif" size="-2"><b>13:</b>&nbsp;</font></td>
+     <td align="left" valign="top" nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="-2">my $curuser = $FS::CurrentUser::CurrentUser;</font></td>
+    </tr>
+
+    <tr>
+     <td nowrap="nowrap" align="left" valign="top"><font face="Verdana, Arial, Helvetica, sans-serif" size="-2"><b>14:</b>&nbsp;</font></td>
+     <td align="left" valign="top" nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="-2">die &quot;access denied&quot;</font></td>
+    </tr>
+
+    <tr>
+     <td nowrap="nowrap" align="left" valign="top"><font face="Verdana, Arial, Helvetica, sans-serif" size="-2"><b>...</b>&nbsp;</font></td>
+     <td align="left" valign="top" nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="-2"></font></td>
+    </tr>
+
+    <tr>
+     <td nowrap="nowrap" align="left" valign="top"><font face="Verdana, Arial, Helvetica, sans-serif" size="-2"><b>122:</b>&nbsp;</font></td>
+     <td align="left" valign="top" nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="-2"></font></td>
+    </tr>
+
+    <tr>
+     <td nowrap="nowrap" align="left" valign="top"><font face="Verdana, Arial, Helvetica, sans-serif" size="-2"><b>123:</b>&nbsp;</font></td>
+     <td align="left" valign="top" nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="-2">  if ( $param-&gt;{'taxclass'} eq '(select)' ) {</font></td>
+    </tr>
+
+    <tr>
+     <td nowrap="nowrap" align="left" valign="top"><font face="Verdana, Arial, Helvetica, sans-serif" size="-2"><b>124:</b>&nbsp;</font></td>
+     <td align="left" valign="top" nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="-2">    $error .= &quot;Must select a tax class.  &quot;</font></td>
+    </tr>
+
+    <tr>
+     <td nowrap="nowrap" align="left" valign="top"><font face="Verdana, Arial, Helvetica, sans-serif" size="-2"><b>125:</b>&nbsp;</font></td>
+     <td align="left" valign="top" nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="-2">      unless ($conf-&gt;config('tax_data_vendor'))</font></td>
+    </tr>
+
+    <tr>
+     <td nowrap="nowrap" align="left" valign="top"><font face="Verdana, Arial, Helvetica, sans-serif" size="-2"><b>126:</b>&nbsp;</font></td>
+     <td align="left" valign="top" nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="-2"><font color=red>               ( $override || $param-&gt;{taxproductnum} )</font></font></td>
+    </tr>
+
+    <tr>
+     <td nowrap="nowrap" align="left" valign="top"><font face="Verdana, Arial, Helvetica, sans-serif" size="-2"><b>127:</b>&nbsp;</font></td>
+     <td align="left" valign="top" nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="-2">             );</font></td>
+    </tr>
+
+    <tr>
+     <td nowrap="nowrap" align="left" valign="top"><font face="Verdana, Arial, Helvetica, sans-serif" size="-2"><b>128:</b>&nbsp;</font></td>
+     <td align="left" valign="top" nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="-2">    $cgi-&gt;param('taxclass', '');</font></td>
+    </tr>
+
+    <tr>
+     <td nowrap="nowrap" align="left" valign="top"><font face="Verdana, Arial, Helvetica, sans-serif" size="-2"><b>129:</b>&nbsp;</font></td>
+     <td align="left" valign="top" nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="-2">  }</font></td>
+    </tr>
+
+    <tr>
+     <td nowrap="nowrap" align="left" valign="top"><font face="Verdana, Arial, Helvetica, sans-serif" size="-2"><b>130:</b>&nbsp;</font></td>
+     <td align="left" valign="top" nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="-2"></font></td>
+    </tr>
+
+    <tr>
+     <td nowrap="nowrap" align="left" valign="top"><font face="Verdana, Arial, Helvetica, sans-serif" size="-2"><b>131:</b>&nbsp;</font></td>
+     <td align="left" valign="top" nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="-2">  my %charge = (</font></td>
+    </tr>
+
+    <tr>
+     <td nowrap="nowrap" align="left" valign="top"><font face="Verdana, Arial, Helvetica, sans-serif" size="-2"><b>132:</b>&nbsp;</font></td>
+     <td align="left" valign="top" nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="-2"><font color=red>    'amount'        =&gt; $amount,</font></font></td>
+    </tr>
+
+    <tr>
+     <td nowrap="nowrap" align="left" valign="top"><font face="Verdana, Arial, Helvetica, sans-serif" size="-2"><b>133:</b>&nbsp;</font></td>
+     <td align="left" valign="top" nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="-2"><font color=red>    'setup_cost'    =&gt; $setup_cost,</font></font></td>
+    </tr>
+
+    <tr>
+     <td nowrap="nowrap" align="left" valign="top"><font face="Verdana, Arial, Helvetica, sans-serif" size="-2"><b>134:</b>&nbsp;</font></td>
+     <td align="left" valign="top" nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="-2"><font color=red>    'quantity'      =&gt; $quantity,</font></font></td>
+    </tr>
+
+    <tr>
+     <td nowrap="nowrap" align="left" valign="top"><font face="Verdana, Arial, Helvetica, sans-serif" size="-2"><b>135:</b>&nbsp;</font></td>
+     <td align="left" valign="top" nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="-2">    'bill_now'      =&gt; scalar($cgi-&gt;param('bill_now')),</font></td>
+    </tr>
+
+    <tr>
+     <td nowrap="nowrap" align="left" valign="top"><font face="Verdana, Arial, Helvetica, sans-serif" size="-2"><b>136:</b>&nbsp;</font></td>
+     <td align="left" valign="top" nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="-2">    'invoice_terms' =&gt; scalar($cgi-&gt;param('invoice_terms')),</font></td>
+    </tr>
+
+    <tr>
+     <td nowrap="nowrap" align="left" valign="top"><font face="Verdana, Arial, Helvetica, sans-serif" size="-2"><b>137:</b>&nbsp;</font></td>
+     <td align="left" valign="top" nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="-2">    'start_date'    =&gt; ( scalar($cgi-&gt;param('start_date'))</font></td>
+    </tr>
+
+    <tr>
+     <td nowrap="nowrap" align="left" valign="top"><font face="Verdana, Arial, Helvetica, sans-serif" size="-2"><b>138:</b>&nbsp;</font></td>
+     <td align="left" valign="top" nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="-2">                           ? parse_datetime($cgi-&gt;param('start_date'))</font></td>
+    </tr>
+
+    <tr>
+     <td nowrap="nowrap" align="left" valign="top"><font face="Verdana, Arial, Helvetica, sans-serif" size="-2"><b>...</b>&nbsp;</font></td>
+     <td align="left" valign="top" nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="-2"></font></td>
+    </tr>
+
+    <tr>
+     <td nowrap="nowrap" align="left" valign="top"><font face="Verdana, Arial, Helvetica, sans-serif" size="-2"><b>143:</b>&nbsp;</font></td>
+     <td align="left" valign="top" nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="-2">    'pkg'           =&gt; scalar($cgi-&gt;param('pkg')),</font></td>
+    </tr>
+
+    <tr>
+     <td nowrap="nowrap" align="left" valign="top"><font face="Verdana, Arial, Helvetica, sans-serif" size="-2"><b>144:</b>&nbsp;</font></td>
+     <td align="left" valign="top" nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="-2">    'setuptax'      =&gt; scalar($cgi-&gt;param('setuptax')),</font></td>
+    </tr>
+
+    <tr>
+     <td nowrap="nowrap" align="left" valign="top"><font face="Verdana, Arial, Helvetica, sans-serif" size="-2"><b>145:</b>&nbsp;</font></td>
+     <td align="left" valign="top" nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="-2">    'taxclass'      =&gt; scalar($cgi-&gt;param('taxclass')),</font></td>
+    </tr>
+
+    <tr>
+     <td nowrap="nowrap" align="left" valign="top"><font face="Verdana, Arial, Helvetica, sans-serif" size="-2"><b>146:</b>&nbsp;</font></td>
+     <td align="left" valign="top" nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="-2">    'taxproductnum' =&gt; scalar($cgi-&gt;param('taxproductnum')),</font></td>
+    </tr>
+
+    <tr>
+     <td nowrap="nowrap" align="left" valign="top"><font face="Verdana, Arial, Helvetica, sans-serif" size="-2"><b>147:</b>&nbsp;</font></td>
+     <td align="left" valign="top" nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="-2"><font color=red>    'tax_override'  =&gt; $override,</font></font></td>
+    </tr>
+
+    <tr>
+     <td nowrap="nowrap" align="left" valign="top"><font face="Verdana, Arial, Helvetica, sans-serif" size="-2"><b>148:</b>&nbsp;</font></td>
+     <td align="left" valign="top" nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="-2">    'classnum'      =&gt; scalar($cgi-&gt;param('classnum')),</font></td>
+    </tr>
+
+    <tr>
+     <td nowrap="nowrap" align="left" valign="top"><font face="Verdana, Arial, Helvetica, sans-serif" size="-2"><b>149:</b>&nbsp;</font></td>
+     <td align="left" valign="top" nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="-2">    'additional'    =&gt; \@description,</font></td>
+    </tr>
+
+    <tr>
+     <td nowrap="nowrap" align="left" valign="top"><font face="Verdana, Arial, Helvetica, sans-serif" size="-2"><b>150:</b>&nbsp;</font></td>
+     <td align="left" valign="top" nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="-2">  );</font></td>
+    </tr>
+
+    <tr>
+     <td nowrap="nowrap" align="left" valign="top"><font face="Verdana, Arial, Helvetica, sans-serif" size="-2"><b>151:</b>&nbsp;</font></td>
+     <td align="left" valign="top" nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="-2"></font></td>
+    </tr>
+
+    <tr>
+     <td nowrap="nowrap" align="left" valign="top"><font face="Verdana, Arial, Helvetica, sans-serif" size="-2"><b>...</b>&nbsp;</font></td>
+     <td align="left" valign="top" nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="-2"></font></td>
+    </tr>
+
+
+   </table>
+  </font></td>
+ </tr>
+ <tr>
+  <td align="left" valign="top" nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="-2"><b>code stack:</b>&nbsp;</font></td>
+  <td align="left" valign="top" nowrap="nowrap"><font face="Verdana, Arial, Helvetica, sans-serif" size="-2">
+        /usr/share/perl5/HTML/Mason/Interp.pm:453<br>
+        /usr/share/perl5/HTML/Mason/Request.pm:252<br>
+        /usr/share/perl5/HTML/Mason/Request.pm:215<br>
+        /usr/share/perl5/HTML/Mason/ApacheHandler.pm:94<br>
+        /usr/local/share/perl/5.20.2/FS/Mason/Request.pm:37<br>
+        /usr/share/perl5/Class/Container.pm:275<br>
+        /usr/share/perl5/Class/Container.pm:353<br>
+        /usr/share/perl5/HTML/Mason/Interp.pm:351<br>
+        /usr/share/perl5/HTML/Mason/ApacheHandler.pm:874<br>
+        /usr/share/perl5/HTML/Mason/ApacheHandler.pm:828<br>
+        /usr/local/etc/freeside/handler.pl:144<br>
+        -e:0<br>
+  </font></td>
+ </tr>
+</table>
+
+<a href="#raw">raw error</a><br>
+
+<br>
+<br>
+<br>
+<br>
+<br>
+<br>
+<br>
+<br>
+<br>
+<br>
+<br>
+<br>
+<br>
+<br>
+<br>
+<br>
+<br>
+<br>
+<br>
+<br>
+<br>
+<br>
+<br>
+<br>
+<br>
+<br>
+<br>
+<br>
+<br>
+<br>
+
+
+<a name="raw"></a>
+
+<pre>Error during compilation of /var/www/html/freeside/edit/process/quick-charge.cgi:
+syntax error at /var/www/html/freeside/edit/process/quick-charge.cgi line 126, near &quot;)
+               ( &quot;
+Global symbol &quot;$amount&quot; requires explicit package name at /var/www/html/freeside/edit/process/quick-charge.cgi line 132.
+Global symbol &quot;$setup_cost&quot; requires explicit package name at /var/www/html/freeside/edit/process/quick-charge.cgi line 133.
+Global symbol &quot;$quantity&quot; requires explicit package name at /var/www/html/freeside/edit/process/quick-charge.cgi line 134.
+Global symbol &quot;$override&quot; requires explicit package name at /var/www/html/freeside/edit/process/quick-charge.cgi line 147.
+syntax error at /var/www/html/freeside/edit/process/quick-charge.cgi line 1, near &quot;if&quot;
+Global symbol &quot;$error&quot; requires explicit package name at /var/www/html/freeside/edit/process/quick-charge.cgi line 1.
+Global symbol &quot;$error&quot; requires explicit package name at /var/www/html/freeside/edit/process/quick-charge.cgi line 2.
+syntax error at /var/www/html/freeside/edit/process/quick-charge.cgi line 4, near &quot;}&quot;
+  (Might be a runaway multi-line '' string starting on line 3)
+Global symbol &quot;$message&quot; requires explicit package name at /var/www/html/freeside/edit/process/quick-charge.cgi line 5.
+syntax error at /var/www/html/freeside/edit/process/quick-charge.cgi line 10, near &quot;}&quot;
+  (Might be a runaway multi-line '' string starting on line 5)
+/var/www/html/freeside/edit/process/quick-charge.cgi has too many errors.
+
+
+Trace begun at /usr/share/perl5/HTML/Mason/Interp.pm line 854
+HTML::Mason::Interp::_compilation_error('HTML::Mason::Interp=HASH(0x7fbd843931b8)', '/var/www/html/freeside/edit/process/quick-charge.cgi', 'HTML::Mason::Exception::Compilation=HASH(0x7fbd8b2466a0)') called at /usr/share/perl5/HTML/Mason/Interp.pm line 453
+HTML::Mason::Interp::load('HTML::Mason::Interp=HASH(0x7fbd843931b8)', '/edit/process/quick-charge.cgi') called at /usr/share/perl5/HTML/Mason/Request.pm line 252
+eval {...} at /usr/share/perl5/HTML/Mason/Request.pm line 235
+HTML::Mason::Request::_initialize('FS::Mason::Request=HASH(0x7fbd8af54d08)') called at /usr/share/perl5/HTML/Mason/Request.pm line 215
+HTML::Mason::Request::new('FS::Mason::Request', 'error_mode', 'output', 'error_format', 'html', 'interp', 'HTML::Mason::Interp=HASH(0x7fbd843931b8)', 'comp', '/edit/process/quick-charge.cgi', 'args', 'ARRAY(0x7fbd8ba9b970)', 'ah', 'HTML::Mason::ApacheHandler=HASH(0x7fbd843be610)', 'apache_req', 'Apache2::RequestRec=SCALAR(0x7fbd8b414c40)', 'container', 'HASH(0x7fbd8ba9c9b8)') called at /usr/share/perl5/HTML/Mason/ApacheHandler.pm line 94
+HTML::Mason::Request::ApacheHandler::new('FS::Mason::Request', 'error_mode', 'output', 'error_format', 'html', 'interp', 'HTML::Mason::Interp=HASH(0x7fbd843931b8)', 'comp', '/edit/process/quick-charge.cgi', 'args', 'ARRAY(0x7fbd8ba9b970)', 'ah', 'HTML::Mason::ApacheHandler=HASH(0x7fbd843be610)', 'apache_req', 'Apache2::RequestRec=SCALAR(0x7fbd8b414c40)', 'container', 'HASH(0x7fbd8ba9c9b8)') called at /usr/local/share/perl/5.20.2/FS/Mason/Request.pm line 37
+FS::Mason::Request::new('FS::Mason::Request', 'error_mode', 'output', 'error_format', 'html', 'interp', 'HTML::Mason::Interp=HASH(0x7fbd843931b8)', 'comp', '/edit/process/quick-charge.cgi', 'args', 'ARRAY(0x7fbd8ba9b970)', 'ah', 'HTML::Mason::ApacheHandler=HASH(0x7fbd843be610)', 'apache_req', 'Apache2::RequestRec=SCALAR(0x7fbd8b414c40)', 'container', 'HASH(0x7fbd8ba9c9b8)') called at /usr/share/perl5/Class/Container.pm line 275
+Class::Container::call_method('HTML::Mason::Interp=HASH(0x7fbd843931b8)', 'request', 'new', 'interp', 'HTML::Mason::Interp=HASH(0x7fbd843931b8)', 'comp', '/edit/process/quick-charge.cgi', 'args', 'ARRAY(0x7fbd8ba9b970)', 'ah', 'HTML::Mason::ApacheHandler=HASH(0x7fbd843be610)', 'apache_req', 'Apache2::RequestRec=SCALAR(0x7fbd8b414c40)', 'container', 'HASH(0x7fbd8ba9c9b8)') called at /usr/share/perl5/Class/Container.pm line 353
+Class::Container::create_delayed_object('interp', 'HTML::Mason::Interp=HASH(0x7fbd843931b8)', 'comp', '/edit/process/quick-charge.cgi', 'args', 'ARRAY(0x7fbd8ba9b970)', 'ah', 'HTML::Mason::ApacheHandler=HASH(0x7fbd843be610)', 'apache_req', 'Apache2::RequestRec=SCALAR(0x7fbd8b414c40)', 'container', 'HASH(0x7fbd8ba9c9b8)') called at /usr/share/perl5/HTML/Mason/Interp.pm line 351
+HTML::Mason::Interp::make_request('HTML::Mason::Interp=HASH(0x7fbd843931b8)', 'comp', '/edit/process/quick-charge.cgi', 'args', 'ARRAY(0x7fbd8ba9b970)', 'ah', 'HTML::Mason::ApacheHandler=HASH(0x7fbd843be610)', 'apache_req', 'Apache2::RequestRec=SCALAR(0x7fbd8b414c40)') called at /usr/share/perl5/HTML/Mason/ApacheHandler.pm line 874
+eval {...} at /usr/share/perl5/HTML/Mason/ApacheHandler.pm line 873
+HTML::Mason::ApacheHandler::prepare_request('HTML::Mason::ApacheHandler=HASH(0x7fbd843be610)', 'Apache2::RequestRec=SCALAR(0x7fbd8b414c40)') called at /usr/share/perl5/HTML/Mason/ApacheHandler.pm line 828
+HTML::Mason::ApacheHandler::handle_request('HTML::Mason::ApacheHandler=HASH(0x7fbd843be610)', 'Apache2::RequestRec=SCALAR(0x7fbd8b414c40)') called at /usr/local/etc/freeside/handler.pl line 144
+eval {...} at /usr/local/etc/freeside/handler.pl line 144
+HTML::Mason::handler('Apache2::RequestRec=SCALAR(0x7fbd8b414c40)') called at -e line 0
+eval {...} at -e line 0
+</pre>
+
+</body></html>
diff --git a/FS-Test/share/output/edit/quick-charge.html/custnum=2 b/FS-Test/share/output/edit/quick-charge.html/custnum=2
new file mode 100644 (file)
index 0000000..fae9079
--- /dev/null
@@ -0,0 +1,396 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<HTML>
+  <HEAD>
+    <TITLE>
+      One-time charge
+    </TITLE>
+    <!-- per RT, to prevent IE compatibility mode -->
+    <meta http-equiv="X-UA-Compatible" content="IE=edge" />
+    <!-- The X-UA-Compatible <meta> tag above must be very early in <head> -->
+    <META HTTP-Equiv="Cache-Control" Content="no-cache">
+    <META HTTP-Equiv="Pragma" Content="no-cache">
+    <META HTTP-Equiv="Expires" Content="0"> 
+    <SCRIPT SRC="http://localhost/freeside/elements/jquery.js"></SCRIPT>
+    
+  </HEAD>
+  <BODY onload="addRow()" BGCOLOR="#f8f8f8">
+    <link href="http://localhost/freeside/elements/freeside.css" type="text/css" rel="stylesheet">
+    <FONT SIZE=6>
+      <CENTER>One-time charge</CENTER>
+    </FONT>
+    <BR><!--<BR>-->
+
+
+<LINK REL="stylesheet" TYPE="text/css" HREF="http://localhost/freeside/elements/calendar-win2k-2.css" TITLE="win2k-2">
+<SCRIPT TYPE="text/javascript" SRC="http://localhost/freeside/elements/calendar_stripped.js"></SCRIPT>
+<SCRIPT TYPE="text/javascript" SRC="http://localhost/freeside/elements/calendar-en.js"></SCRIPT>
+<SCRIPT TYPE="text/javascript" SRC="http://localhost/freeside/elements/calendar-setup.js"></SCRIPT>
+
+
+
+<SCRIPT TYPE="text/javascript">
+
+function enable_quick_charge (e) {
+
+  if (    document.QuickChargeForm.amount.value
+       && document.QuickChargeForm.pkg.value    ) {
+    document.QuickChargeForm.submit.disabled = false;
+  } else {
+    document.QuickChargeForm.submit.disabled = true;
+  }
+
+    return true;
+
+}
+
+function validate_quick_charge () {
+  var pkg = document.QuickChargeForm.pkg.value;
+  var pkg_regex = /^([\w \!\@\#\$\%\&\(\)\-\+\;\:\'\"\,\.\?\/\=\[\]]*)$/ ;
+  var amount = document.QuickChargeForm.amount.value;
+  var amount_regex = /^\s*\$?\s*(\d*(\.?\d{1,2}))\s*$/ ;
+  var rval = true;
+
+  if ( ! amount_regex.test(amount) ) {
+    alert('Illegal amount - enter an amount to charge, for example, "5" or "43" or "21.46".');
+    return false;
+  }
+  if ( String(pkg).length < 1 ) {
+    rval = false;
+  }
+  if ( ! pkg_regex.test(pkg) ) {
+    rval = false;
+  }
+  var i=0;
+  for (i=0; i < rownum; i++) {
+    if (! eval('pkg_regex.test(document.QuickChargeForm.description' + i + '.value)')){
+      rval = false;
+      break;
+    }
+  }
+  if (rval == true) {
+    return true;
+  }
+
+  if ( ! pkg ) {
+    alert('Enter a description for the one-time charge');
+    return false;
+  }
+
+  alert('Illegal description - spaces, letters, numbers, and the following punctuation characters are allowed: . , ! ? @ # $ % & ( ) - + ; : ' + "'" + ' " = [ ]' );
+  return false;
+}
+
+function bill_now_changed (what) {
+  var form = what.form;
+  if ( what.checked ) {
+    form.start_date_text.disabled = true;
+    form.start_date.style.backgroundColor = '#dddddd';
+    form.start_date_button.style.display = 'none';
+    form.start_date_button_disabled.style.display = '';
+    form.invoice_terms.disabled = false;
+  } else {
+    form.start_date_text.disabled = false;
+    form.start_date.style.backgroundColor = '#ffffff';
+    form.start_date_button.style.display = '';
+    form.start_date_button_disabled.style.display = 'none';
+    form.invoice_terms.disabled = true;
+  }
+}
+
+</SCRIPT>
+
+<FORM ACTION   = "process/quick-charge.cgi"
+      NAME     = "QuickChargeForm"
+      ID       = "QuickChargeForm"
+      METHOD   = "POST"
+      onSubmit = "document.QuickChargeForm.submit.disabled=true; return validate_quick_charge();"
+>
+
+<INPUT TYPE="hidden" NAME="custnum"     VALUE="2">
+<INPUT TYPE="hidden" NAME="prospectnum" VALUE="">
+<INPUT TYPE="hidden" NAME="quotationnum" VALUE="">
+
+<TABLE ID="QuickChargeTable" BGCOLOR="#cccccc" BORDER=0 CELLSPACING=0 STYLE="background-color: #cccccc">
+
+
+    <TR>
+      <TD ALIGN="right">Amount to charge </TD>
+      <TD>
+        $<INPUT TYPE       = "text"
+                                NAME       = "amount"
+                                SIZE       = 8
+                                VALUE      = ""
+                                onChange   = "return enable_quick_charge(event)"
+                                onKeyPress = "return enable_quick_charge(event)"
+                         >
+      </TD>
+    </TR>
+
+      <TR>
+
+  <TH ALIGN  = "right"
+      VALIGN = "top"
+      STYLE  = "padding-top: 3px"
+      ID     = "_label0"
+  >Cost</TD>
+
+
+
+  <TD   ID="_input0">$<INPUT TYPE  = "text"
+                           NAME  = "setup_cost"
+                           ID    = ""
+                           VALUE = ""
+                           SIZE="8"
+                           
+                           
+                           
+                           
+                           
+                    >
+</TD>
+
+</TR>
+
+
+    <TR>
+      <TD ALIGN="right">Quantity </TD>
+      <TD>
+        <INPUT TYPE       = "text"
+               NAME       = "quantity"
+               SIZE       = 4
+               VALUE      = "1"
+               onKeyPress = "return enable_quick_charge(event)">
+      </TD>
+    </TR>
+
+
+  <TR>
+    <TD ALIGN="right">Package class</TD>
+    <TD>
+      
+<SELECT 
+        NAME = "classnum"
+        ID   = "classnum"
+        
+        
+        
+>
+
+
+    <OPTION VALUE="">(none)
+
+    <OPTION VALUE="1"
+            
+    >
+     Fees
+
+
+</SELECT>
+
+
+
+    </TD>
+  </TR>
+
+
+
+
+
+    <TR>
+      <TD ALIGN="right">Invoice now</TD>
+      <TD>
+        <INPUT TYPE  = "checkbox"
+               NAME  = "bill_now"
+               VALUE = "1"
+               
+               onClick  = "bill_now_changed(this);"
+               onChange = "bill_now_changed(this);"
+        >
+        with terms 
+        <SELECT NAME = "invoice_terms"
+        ID   = "invoice_terms"
+        DISABLED
+>
+# #false laziness w/select-table.html
+
+  <OPTION VALUE="">Default (Payable upon receipt)
+    <OPTION VALUE="Payable upon receipt" >Payable upon receipt
+    <OPTION VALUE="Net 0" >Net 0
+    <OPTION VALUE="Net 3" >Net 3
+    <OPTION VALUE="Net 5" >Net 5
+    <OPTION VALUE="Net 9" >Net 9
+    <OPTION VALUE="Net 10" >Net 10
+    <OPTION VALUE="Net 14" >Net 14
+    <OPTION VALUE="Net 15" >Net 15
+    <OPTION VALUE="Net 18" >Net 18
+    <OPTION VALUE="Net 20" >Net 20
+    <OPTION VALUE="Net 21" >Net 21
+    <OPTION VALUE="Net 25" >Net 25
+    <OPTION VALUE="Net 30" >Net 30
+    <OPTION VALUE="Net 45" >Net 45
+    <OPTION VALUE="Net 60" >Net 60
+    <OPTION VALUE="Net 90" >Net 90
+</SELECT>
+
+      </TD>
+    </TR>
+
+    <TR>
+      <TD ALIGN="right">Charge date </TD>
+      <TD>
+        <INPUT TYPE  = "text"
+               NAME  = "start_date"
+               SIZE  = 32
+               ID    = "start_date_text"
+               VALUE = "04/01/2016 00:00:00 -0700 (PDT)"
+               onKeyPress="return enable_quick_charge(event)"
+               
+        >
+        <IMG SRC   = "http://localhost/freeside/images/calendar.png"
+             ID    = "start_date_button"
+             TITLE = "Select date"
+             STYLE = "cursor:pointer"
+        >
+        <IMG SRC   = "http://localhost/freeside/images/calendar-disabled.png"
+             ID    = "start_date_button_disabled"
+             STYLE="display:none"
+        >
+        <FONT SIZE=-1>(leave blank to charge immediately)</FONT>
+      </TD>
+    </TR>
+
+    <SCRIPT TYPE="text/javascript">
+      Calendar.setup({
+        inputField: "start_date_text",
+        ifFormat:   "%m/%d/%Y",
+        button:     "start_date_button",
+        align:      "BR"
+      });
+    </SCRIPT>
+
+<TR>
+
+  <TH ALIGN  = "right"
+      VALIGN = "top"
+      STYLE  = "padding-top: 3px"
+      ID     = "_label0"
+  >Invoice this charge separately</TD>
+
+
+
+  <TD >
+    <INPUT TYPE  = "checkbox"
+                           NAME  = "separate_bill"
+                           ID    = ""
+                           VALUE = "Y"
+                           
+                           
+                           
+                    >
+
+  </TD>
+
+</TR>
+
+
+
+
+
+<TR>
+  <TD ALIGN="right">Tax exempt </TD>
+  <TD><INPUT TYPE="checkbox" NAME="setuptax" VALUE="Y" ></TD>
+</TR>
+
+
+  <INPUT TYPE="hidden" NAME="taxclass" VALUE="">
+
+
+
+  <INPUT TYPE="hidden" NAME="taxproductnum" VALUE="">
+
+
+
+  <INPUT TYPE="hidden" NAME="tax_override" VALUE="">
+
+
+
+
+<TR>
+  <TD ALIGN="right">Description </TD>
+  <TD>
+    <INPUT TYPE       = "text"
+           NAME       = "pkg"
+           SIZE       = "50"
+           MAXLENGTH  = "50"
+           VALUE      = ""
+           onChange   = "return enable_quick_charge(event)"
+           onKeyPress = "return enable_quick_charge(event)"
+    >
+  </TD>
+</TR>
+
+<TR>
+  <TD></TD>
+  <TD><FONT SIZE="-1">Optional additional description (also printed on invoice): </FONT></TD>
+</TR>
+
+
+
+</TABLE>
+
+<BR>
+<INPUT TYPE="submit" ID="submit" NAME="submit" VALUE="Add one-time charge"  DISABLED>
+
+</FORM>
+
+
+<SCRIPT TYPE="text/javascript">
+
+  var rownum = 0;
+
+  function possiblyAddRow(e) {
+
+    if ( ( rownum - this.getAttribute('rownum') ) == 1 ) {
+      addRow();
+    }
+
+      return true;
+
+  }
+
+  function addRow() {
+
+    var table = document.getElementById('QuickChargeTable');
+    var tablebody = table.getElementsByTagName('tbody').item(0);
+
+    var row = document.createElement('TR');
+
+    var empty_cell = document.createElement('TD');
+    row.appendChild(empty_cell);
+
+    var description_cell = document.createElement('TD');
+
+      //var description_input = document.createElement('INPUT');
+      var di = document.createElement('INPUT');
+      di.setAttribute('name', 'description'+rownum);
+      di.setAttribute('id',   'description'+rownum);
+      di.setAttribute('size', 60);
+      di.setAttribute('maxLength', 65);
+      di.setAttribute('rownum',   rownum);
+      di.onkeyup = possiblyAddRow;
+      di.onkeypress = enable_quick_charge;
+      description_cell.appendChild(di);
+
+    row.appendChild(description_cell);
+
+    tablebody.appendChild(row);
+
+    rownum++;
+
+  }
+
+</SCRIPT>
+
+</BODY>
+</HTML>
diff --git a/FS-Test/share/output/search/cust_pay.html/magic=_date:unapplied=0:beginning=01%2F01%2F2016:agentnum=1 b/FS-Test/share/output/search/cust_pay.html/magic=_date:unapplied=0:beginning=01%2F01%2F2016:agentnum=1
deleted file mode 100644 (file)
index 8f1ec91..0000000
+++ /dev/null
@@ -1,3921 +0,0 @@
-
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<HTML>
-  <HEAD>
-    <TITLE>
-      Internal Payment Search Results
-    </TITLE>
-    <!-- per RT, to prevent IE compatibility mode -->
-    <meta http-equiv="X-UA-Compatible" content="IE=edge" />
-    <!-- The X-UA-Compatible <meta> tag above must be very early in <head> -->
-    <META HTTP-Equiv="Cache-Control" Content="no-cache">
-    <META HTTP-Equiv="Pragma" Content="no-cache">
-    <META HTTP-Equiv="Expires" Content="0"> 
-
-    <script type="text/javascript" src="http://localhost/freeside/elements/cssexpr.js"></script>
-
-
-  <script type="text/javascript" src="http://localhost/freeside/elements/xmenu.top.js"></script>
-  <link href="http://localhost/freeside/elements/xmenu.top.css" type="text/css" rel="stylesheet">
-
-
-  <link href="http://localhost/freeside/elements/freeside.css" type="text/css" rel="stylesheet">
-  <link href="http://localhost/freeside/elements/freeside-print.css" type="text/css" rel="stylesheet" media="print">
-<link href="http://localhost/freeside/elements/freeside-menu.css" type="text/css" rel="stylesheet">
-
-<SCRIPT TYPE="text/javascript">
-
-  function about_freeside() {
-    overlib( OLiframeContent('http://localhost/freeside/docs/about.html', 300, 375, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'About', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#7e0079', CGCOLOR, '#7e0079', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); 
-  }
-
-  webfxMenuImagePath      = "http://localhost/freeside/images/";
-  webfxMenuUseHover       = 1;
-  webfxMenuShowTime       = 300;
-  webfxMenuHideTime       = 500;
-
-  var myBar = new WebFXMenuBar;
-
-    
-          myBar.add(new WebFXMenuButton('Billing Main', "http://localhost/freeside/", 'Billing start page' ));
-
-    
-          myBar.add(new WebFXMenuButton('Ticketing Main', "http://localhost/freeside/rt/", 'Ticketing start page' ));
-
-    
-          myBar.add(new WebFXMenuButton('New prospect', "http://localhost/freeside/edit/prospect_main.html", 'Add a new prospect' ));
-
-    
-          myBar.add(new WebFXMenuButton('New customer', "http://localhost/freeside/edit/cust_main.cgi", 'Add a new customer' ));
-
-
-          var myMenu0 = new WebFXMenu;
-myMenu0.emptyText = '';
-var myMenu1 = new WebFXMenu;
-myMenu1.emptyText = '';
-myMenu1.add(new WebFXMenuItem("List prospects", "http://localhost/freeside/search/prospect_main.html", "" ));
-myMenu1.add(new WebFXMenuItem("Advanced prospect reports", "http://localhost/freeside/search/report_prospect_main.html", "" ));
-myMenu1.add(new WebFXMenuSeparator());
-myMenu1.add(new WebFXMenuItem("Prospect contacts", "http://localhost/freeside/search/report_contact.html?link=prospect_main", "" ));
-myMenu1.width = 256;
-
-myMenu0.add(new WebFXMenuItem("Prospects", null, "Prospect reports", myMenu1 ));
-var myMenu2 = new WebFXMenu;
-myMenu2.emptyText = '';
-myMenu2.add(new WebFXMenuItem("List quotations", "http://localhost/freeside/search/quotation.html", "" ));
-myMenu2.add(new WebFXMenuItem("Advanced quotation reports", "http://localhost/freeside/search/report_quotation.html", "" ));
-myMenu2.width = 256;
-
-myMenu0.add(new WebFXMenuItem("Quotations", null, "Quotation reports", myMenu2 ));
-var myMenu3 = new WebFXMenu;
-myMenu3.emptyText = '';
-var myMenu4 = new WebFXMenu;
-myMenu4.emptyText = '';
-myMenu4.add(new WebFXMenuItem("by customer number", "http://localhost/freeside/search/cust_main.cgi?browse=custnum", "" ));
-myMenu4.add(new WebFXMenuItem("by last name", "http://localhost/freeside/search/cust_main.cgi?browse=last", "" ));
-myMenu4.add(new WebFXMenuItem("by company name", "http://localhost/freeside/search/cust_main.cgi?browse=company", "" ));
-myMenu4.add(new WebFXMenuItem("by active trouble tickets", "http://localhost/freeside/search/cust_main.cgi?browse=tickets", "" ));
-myMenu4.width = 256;
-
-myMenu3.add(new WebFXMenuItem("List customers", null, "List customers", myMenu4 ));
-myMenu3.add(new WebFXMenuItem("Zip code distribution", "http://localhost/freeside/search/report_cust_main-zip.html", "Zip codes by number of customers" ));
-myMenu3.add(new WebFXMenuItem("Customer signup report", "http://localhost/freeside/graph/report_cust_signup.html", "New customer signups by date" ));
-myMenu3.add(new WebFXMenuItem("Customer churn report", "http://localhost/freeside/graph/report_cust_churn.html", "New customers, suspensions, and cancellations summary" ));
-myMenu3.add(new WebFXMenuItem("Signup date report", "http://localhost/freeside/graph/report_signupdate.html", "Signup date report (by date of signup)" ));
-myMenu3.add(new WebFXMenuItem("Advanced customer reports", "http://localhost/freeside/search/report_cust_main.html", "by status, signup date, agent, etc." ));
-myMenu3.add(new WebFXMenuSeparator());
-myMenu3.add(new WebFXMenuItem("Customer contacts", "http://localhost/freeside/search/report_contact.html?link=cust_main", "" ));
-myMenu3.add(new WebFXMenuItem("Customer stored payment information", "http://localhost/freeside/search/report_cust_payby.html", "" ));
-myMenu3.width = 256;
-
-myMenu0.add(new WebFXMenuItem("Customers", null, "Customer reports", myMenu3 ));
-var myMenu5 = new WebFXMenu;
-myMenu5.emptyText = '';
-var myMenu6 = new WebFXMenu;
-myMenu6.emptyText = '';
-myMenu6.add(new WebFXMenuItem("All open invoices", "http://localhost/freeside/search/cust_bill.html?OPEN_date", "All invoices with an unpaid balance" ));
-myMenu6.add(new WebFXMenuItem("15 day open invoices", "http://localhost/freeside/search/cust_bill.html?OPEN15_date", "Invoices 15 days or older with an unpaid balance" ));
-myMenu6.add(new WebFXMenuItem("30 day open invoices", "http://localhost/freeside/search/cust_bill.html?OPEN30_date", "Invoices 30 days or older with an unpaid balance" ));
-myMenu6.add(new WebFXMenuItem("60 day open invoices", "http://localhost/freeside/search/cust_bill.html?OPEN60_date", "Invoices 60 days or older with an unpaid balance" ));
-myMenu6.add(new WebFXMenuItem("90 day open invoices", "http://localhost/freeside/search/cust_bill.html?OPEN90_date", "Invoices 90 days or older with an unpaid balance" ));
-myMenu6.add(new WebFXMenuItem("120 day open invoices", "http://localhost/freeside/search/cust_bill.html?OPEN120_date", "Invoices 120 days or older with an unpaid balance" ));
-myMenu6.width = 256;
-
-myMenu5.add(new WebFXMenuItem("Open invoices", null, "Open invoices", myMenu6 ));
-myMenu5.add(new WebFXMenuItem("All invoices", "http://localhost/freeside/search/cust_bill.html?date", "List all invoices" ));
-myMenu5.add(new WebFXMenuItem("Advanced invoice reports", "http://localhost/freeside/search/report_cust_bill.html", "by agent, date range, etc." ));
-myMenu5.add(new WebFXMenuSeparator());
-myMenu5.add(new WebFXMenuItem("Line items", "http://localhost/freeside/search/report_cust_bill_pkg.html", "Individual line item detail" ));
-myMenu5.add(new WebFXMenuItem("Voided invoices", "http://localhost/freeside/search/report_cust_bill_void.html", "Search for voided invoices" ));
-myMenu5.width = 256;
-
-myMenu0.add(new WebFXMenuItem("Invoices", null, "Invoice reports", myMenu5 ));
-var myMenu7 = new WebFXMenu;
-myMenu7.emptyText = '';
-myMenu7.add(new WebFXMenuItem("Discount graph", "http://localhost/freeside/graph/report_cust_bill_pkg_discount.html", "Discount overview per month" ));
-myMenu7.add(new WebFXMenuItem("Discount detail", "http://localhost/freeside/search/report_cust_bill_pkg_discount.html", "Discount report (by employee and/or date range)" ));
-myMenu7.add(new WebFXMenuItem("Package discounts", "http://localhost/freeside/search/report_cust_pkg_discount.html", "Active/inactive discounts by package" ));
-myMenu7.width = 256;
-
-myMenu0.add(new WebFXMenuItem("Discounts", null, "Discount reports", myMenu7 ));
-var myMenu8 = new WebFXMenu;
-myMenu8.emptyText = '';
-myMenu8.add(new WebFXMenuItem("Payments", "http://localhost/freeside/search/report_cust_pay.html", "Payment report (by type and/or date range)" ));
-myMenu8.add(new WebFXMenuItem("Payment application detail", "http://localhost/freeside/search/report_cust_bill_pay_pkg.html", "Line item application detail" ));
-myMenu8.add(new WebFXMenuItem("Pending Payments", "http://localhost/freeside/search/cust_pay_pending.html?magic=_date;statusNOT=done", "Pending real-time payments" ));
-myMenu8.add(new WebFXMenuItem("Unapplied Payments", "http://localhost/freeside/search/report_cust_pay.html?unapplied=1", "Unapplied payment report (by type and/or date range)" ));
-myMenu8.add(new WebFXMenuItem("Voided Payments", "http://localhost/freeside/search/report_cust_pay.html?void=1", "Voided payment report (by type and/or date range)" ));
-myMenu8.add(new WebFXMenuItem("Unapplied Payment Aging", "http://localhost/freeside/search/report_unapplied_cust_pay.html", "Unapplied payment aging report" ));
-myMenu8.width = 256;
-
-myMenu0.add(new WebFXMenuItem("Payments", null, "Payment reports", myMenu8 ));
-var myMenu9 = new WebFXMenu;
-myMenu9.emptyText = '';
-myMenu9.add(new WebFXMenuItem("Package definitions (by # active)", "http://localhost/freeside/browse/part_pkg.cgi?active=1", "Package definitions by number of active packages" ));
-myMenu9.add(new WebFXMenuItem("Package costs", "http://localhost/freeside/graph/report_cust_pkg_cost.html", "Package setup and recurring costs graph" ));
-myMenu9.add(new WebFXMenuSeparator());
-myMenu9.add(new WebFXMenuItem("Package churn", "http://localhost/freeside/graph/report_cust_pkg.html", "Orders, suspensions and cancellations summary graph" ));
-myMenu9.add(new WebFXMenuSeparator());
-myMenu9.add(new WebFXMenuItem("All customer packages", "http://localhost/freeside/search/cust_pkg.cgi?pkgnum", "List all customer packages" ));
-myMenu9.add(new WebFXMenuItem("Package summary", "http://localhost/freeside/search/cust_pkg_summary.html", "Show package sales summary" ));
-myMenu9.add(new WebFXMenuItem("Suspended customer packages", "http://localhost/freeside/search/cust_pkg.cgi?magic=suspended", "List suspended packages" ));
-myMenu9.add(new WebFXMenuItem("Suspension summary", "http://localhost/freeside/search/cust_pkg_susp.html", "Show suspension activity" ));
-myMenu9.add(new WebFXMenuItem("Customer packages with unconfigured services", "http://localhost/freeside/search/cust_pkg.cgi?APKG_pkgnum", "List packages which have provisionable services" ));
-myMenu9.add(new WebFXMenuItem("Advanced package reports", "http://localhost/freeside/search/report_cust_pkg.html", "by agent, date range, status, package definition" ));
-myMenu9.width = 256;
-
-myMenu0.add(new WebFXMenuItem("Packages", null, "Package reports", myMenu9 ));
-var myMenu10 = new WebFXMenu;
-myMenu10.emptyText = '';
-myMenu10.add(new WebFXMenuItem("Service definitions", "http://localhost/freeside/browse/part_svc.cgi?orderby=active", "Service definitions by number of active packages" ));
-myMenu10.add(new WebFXMenuSeparator());
-myMenu10.add(new WebFXMenuItem("Unprovisioned services", "http://localhost/freeside/search/report_unprovisioned_services.html", "Unprovisioned services" ));
-myMenu10.add(new WebFXMenuSeparator());
-var myMenu11 = new WebFXMenu;
-myMenu11.emptyText = '';
-myMenu11.add(new WebFXMenuItem("All accounts by Username", "http://localhost/freeside/search/svc_acct.cgi?magic=all;sortby=username", "" ));
-myMenu11.add(new WebFXMenuItem("All accounts by UID", "http://localhost/freeside/search/svc_acct.cgi?magic=all;sortby=uid", "" ));
-myMenu11.add(new WebFXMenuItem("All accounts with Time Remaining", "http://localhost/freeside/search/svc_acct.cgi?magic=all;sortby=seconds", "" ));
-myMenu11.add(new WebFXMenuItem("All accounts by Last login", "http://localhost/freeside/search/svc_acct.cgi?magic=all;sortby=last_login", "" ));
-myMenu11.add(new WebFXMenuItem("All accounts never logged in", "http://localhost/freeside/search/svc_acct.cgi?magic=nologin;sortby=svcnum", "" ));
-myMenu11.add(new WebFXMenuItem("Advanced account reports", "http://localhost/freeside/search/report_svc_acct.html", "" ));
-myMenu11.width = 256;
-
-myMenu10.add(new WebFXMenuItem("Accounts", null, "Access accounts and mailboxes", myMenu11 ));
-var myMenu12 = new WebFXMenu;
-myMenu12.emptyText = '';
-myMenu12.add(new WebFXMenuItem("All domains", "http://localhost/freeside/search/svc_domain.cgi?magic=all;sortby=domain", "" ));
-myMenu12.width = 256;
-
-myMenu10.add(new WebFXMenuItem("Domains", null, "Domains", myMenu12 ));
-var myMenu13 = new WebFXMenu;
-myMenu13.emptyText = '';
-myMenu13.add(new WebFXMenuItem("All certificates", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_cert;magic=all;sortby=svcnum", "" ));
-myMenu13.width = 256;
-
-myMenu10.add(new WebFXMenuItem("Certificates", null, "Example services", myMenu13 ));
-var myMenu14 = new WebFXMenu;
-myMenu14.emptyText = '';
-myMenu14.add(new WebFXMenuItem("All mail forwards", "http://localhost/freeside/search/svc_forward.cgi?magic=all;sortby=svcnum", "" ));
-myMenu14.width = 256;
-
-myMenu10.add(new WebFXMenuItem("Mail forwards", null, "Mail forwards", myMenu14 ));
-var myMenu15 = new WebFXMenu;
-myMenu15.emptyText = '';
-myMenu15.add(new WebFXMenuItem("All mailing lists", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_mailinglist;magic=all;sortby=svcnum", "" ));
-myMenu15.width = 256;
-
-myMenu10.add(new WebFXMenuItem("Mailing lists", null, "Mailing lists", myMenu15 ));
-var myMenu16 = new WebFXMenu;
-myMenu16.emptyText = '';
-myMenu16.add(new WebFXMenuItem("All virtual hosting services", "http://localhost/freeside/search/svc_www.cgi?magic=all;sortby=svcnum", "" ));
-myMenu16.width = 256;
-
-myMenu10.add(new WebFXMenuItem("Virtual hosting services", null, "Virtual hosting services", myMenu16 ));
-var myMenu17 = new WebFXMenu;
-myMenu17.emptyText = '';
-myMenu17.add(new WebFXMenuItem("All wireless broadband services", "http://localhost/freeside/search/svc_broadband.cgi?magic=all;sortby=svcnum", "" ));
-myMenu17.add(new WebFXMenuItem("Advanced wireless broadband reports", "http://localhost/freeside/search/report_svc_broadband.html", "" ));
-myMenu17.width = 256;
-
-myMenu10.add(new WebFXMenuItem("Wireless broadband services", null, "Fixed wireless broadband services", myMenu17 ));
-var myMenu18 = new WebFXMenu;
-myMenu18.emptyText = '';
-myMenu18.add(new WebFXMenuItem("All cable subscribers by Service", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_cable;magic=all;sortby=svcnum", "" ));
-myMenu18.add(new WebFXMenuItem("All cable subscribers by Serial number", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_cable;magic=all;sortby=serialnum", "" ));
-myMenu18.add(new WebFXMenuItem("All cable subscribers by MAC address", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_cable;magic=all;sortby=mac_addr", "" ));
-myMenu18.width = 256;
-
-myMenu10.add(new WebFXMenuItem("Cable Subscribers", null, "Cable Subscribers", myMenu18 ));
-var myMenu19 = new WebFXMenu;
-myMenu19.emptyText = '';
-myMenu19.add(new WebFXMenuItem("All DSLs", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_dsl;magic=all;sortby=phonenum", "" ));
-myMenu19.add(new WebFXMenuItem("Qualifications", "http://localhost/freeside/search/qual.cgi", "" ));
-myMenu19.width = 256;
-
-myMenu10.add(new WebFXMenuItem("DSLs", null, "DSLs", myMenu19 ));
-var myMenu20 = new WebFXMenu;
-myMenu20.emptyText = '';
-myMenu20.add(new WebFXMenuItem("All dish services", "http://localhost/freeside/search/svc_dish.cgi?magic=all;sortby=svcnum", "" ));
-myMenu20.width = 256;
-
-myMenu10.add(new WebFXMenuItem("Dish services", null, "Dish services", myMenu20 ));
-var myMenu21 = new WebFXMenu;
-myMenu21.emptyText = '';
-myMenu21.add(new WebFXMenuItem("All hardware", "http://localhost/freeside/search/svc_hardware.cgi?magic=all;sortby=svcnum", "" ));
-myMenu21.add(new WebFXMenuItem("Advanced hardware reports", "http://localhost/freeside/search/report_svc_hardware.html", "" ));
-myMenu21.width = 256;
-
-myMenu10.add(new WebFXMenuItem("Hardware", null, "Hardware", myMenu21 ));
-var myMenu22 = new WebFXMenu;
-myMenu22.emptyText = '';
-myMenu22.add(new WebFXMenuItem("All phone numbers", "http://localhost/freeside/search/svc_phone.cgi?magic=all;sortby=phonenum", "" ));
-myMenu22.add(new WebFXMenuItem("Phone numbers' total usage by time period", "http://localhost/freeside/search/report_svc_phone_usage.html", "Total usage (minutes, and amount billed) for the specified time period, per phone number." ));
-myMenu22.add(new WebFXMenuItem("Phone numbers by state", "http://localhost/freeside/search/phone_state.html", "Current or historical phone services broken down by state." ));
-myMenu22.add(new WebFXMenuItem("Advanced phone number reports", "http://localhost/freeside/search/report_svc_phone.html", "" ));
-myMenu22.add(new WebFXMenuItem("Phone number (DID) availability", "http://localhost/freeside/search/report_phone_avail.html", "" ));
-myMenu22.add(new WebFXMenuItem("Inventory/Provisioning Status", "http://localhost/freeside/search/phone_inventory_provisioned.html", "" ));
-myMenu22.width = 256;
-
-myMenu10.add(new WebFXMenuItem("Phone numbers", null, "Phone numbers", myMenu22 ));
-var myMenu23 = new WebFXMenu;
-myMenu23.emptyText = '';
-myMenu23.add(new WebFXMenuItem("All PBXs", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_pbx;magic=all;sortby=svcnum", "" ));
-myMenu23.width = 256;
-
-myMenu10.add(new WebFXMenuItem("PBXs", null, "PBXs", myMenu23 ));
-var myMenu24 = new WebFXMenu;
-myMenu24.emptyText = '';
-myMenu24.add(new WebFXMenuItem("All circuits", "http://localhost/freeside/search/svc_circuit.cgi?magic=all;sortby=svcnum", "" ));
-myMenu24.width = 256;
-
-myMenu10.add(new WebFXMenuItem("Circuits", null, "Voice and data circuit services", myMenu24 ));
-var myMenu25 = new WebFXMenu;
-myMenu25.emptyText = '';
-myMenu25.add(new WebFXMenuItem("All ports", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_port;magic=all;sortby=serviceid", "" ));
-myMenu25.width = 256;
-
-myMenu10.add(new WebFXMenuItem("Ports", null, "Ports", myMenu25 ));
-var myMenu26 = new WebFXMenu;
-myMenu26.emptyText = '';
-myMenu26.add(new WebFXMenuItem("All alarm services", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_alarm;magic=all;sortby=acctnum", "" ));
-myMenu26.width = 256;
-
-myMenu10.add(new WebFXMenuItem("Alarm services", null, "Alarm services", myMenu26 ));
-var myMenu27 = new WebFXMenu;
-myMenu27.emptyText = '';
-myMenu27.add(new WebFXMenuItem("All external services", "http://localhost/freeside/search/svc_external.cgi?magic=all;sortby=id", "" ));
-myMenu27.width = 256;
-
-myMenu10.add(new WebFXMenuItem("External services", null, "External services", myMenu27 ));
-myMenu10.width = 256;
-
-myMenu0.add(new WebFXMenuItem("Services", null, "Services reports", myMenu10 ));
-var myMenu28 = new WebFXMenu;
-myMenu28.emptyText = '';
-myMenu28.add(new WebFXMenuItem("Inventory by agent", "http://localhost/freeside/search/report_agent_inventory.html", "" ));
-myMenu28.add(new WebFXMenuItem("Inventory activity", "http://localhost/freeside/search/report_h_inventory_item.html", "" ));
-myMenu28.width = 256;
-
-myMenu0.add(new WebFXMenuItem("Inventory", null, "Inventory reports", myMenu28 ));
-var myMenu29 = new WebFXMenu;
-myMenu29.emptyText = '';
-myMenu29.add(new WebFXMenuItem("RADIUS sessions", "http://localhost/freeside/search/sqlradius.html", "" ));
-myMenu29.add(new WebFXMenuItem("RADIUS data usage", "http://localhost/freeside/search/report_sqlradius_usage.html", "" ));
-myMenu29.add(new WebFXMenuItem("Call Detail Records (CDRs)", "http://localhost/freeside/search/report_cdr.html", "" ));
-myMenu29.add(new WebFXMenuItem("Unrateable CDRs", "http://localhost/freeside/search/cdr.html?freesidestatus=failed;cdrbatchnum=_ALL_", "" ));
-myMenu29.width = 256;
-
-myMenu0.add(new WebFXMenuItem("Usage", null, "Usage reports", myMenu29 ));
-var myMenu30 = new WebFXMenu;
-myMenu30.emptyText = '';
-var myMenu31 = new WebFXMenu;
-myMenu31.emptyText = '';
-myMenu31.add(new WebFXMenuItem("Tickets per day per Queue", "http://localhost/freeside/rt/RTx/Statistics/CallsQueueDay", "View the number of tickets created, resolved or deleted in a specific Queue, over the requested period of days" ));
-myMenu31.add(new WebFXMenuItem("Ticket status by Queue", "http://localhost/freeside/rt/RTx/Statistics/OpenStalled", "View numbers of new, open and stalled tickets in a selected Queue" ));
-myMenu31.add(new WebFXMenuItem("Tickets per day (multiple Queues)", "http://localhost/freeside/rt/RTx/Statistics/CallsMultiQueue", "View tickets created, resolved or deleted on in one or more Queues over a specified time period" ));
-myMenu31.add(new WebFXMenuItem("Tickets per Day of Week", "http://localhost/freeside/rt/RTx/Statistics/DayOfWeek", "View trends showing when tickets are created, resolved or deleted" ));
-myMenu31.add(new WebFXMenuItem("Time to resolve", "http://localhost/freeside/rt/RTx/Statistics/Resolution", "View how long tickets take to be resolved by Queue" ));
-myMenu31.add(new WebFXMenuItem("Time to resolve (scatter graph)", "http://localhost/freeside/rt/RTx/Statistics/TimeToResolve", "View a detailed scatter graph of time to resolve tickets by Queue" ));
-myMenu31.width = 256;
-
-myMenu30.add(new WebFXMenuItem("Statistics", null, "", myMenu31 ));
-myMenu30.add(new WebFXMenuSeparator());
-myMenu30.add(new WebFXMenuItem("Advanced ticket reports", "http://localhost/freeside/rt/Search/Build.html?NewQuery=1", "List tickets by any criteria" ));
-myMenu30.width = 256;
-
-myMenu0.add(new WebFXMenuItem("Tickets", null, "Ticket reports", myMenu30 ));
-var myMenu32 = new WebFXMenu;
-myMenu32.emptyText = '';
-var myMenu33 = new WebFXMenu;
-myMenu33.emptyText = '';
-myMenu33.add(new WebFXMenuItem("Sales, Credits and Receipts", "http://localhost/freeside/graph/report_money_time.html", "Sales, credits and receipts summary graph" ));
-myMenu33.add(new WebFXMenuItem("Daily Sales, Credits and Receipts", "http://localhost/freeside/graph/report_money_time_daily.html", "Sales, credits and receipts (broken down by day) summary graph" ));
-myMenu33.add(new WebFXMenuItem("Sales Report", "http://localhost/freeside/graph/report_cust_bill_pkg.html", "Sales report and graph (by agent, package class and/or date range)" ));
-myMenu33.add(new WebFXMenuItem("Rated Call Sales Report", "http://localhost/freeside/graph/report_cust_bill_pkg_detail.html", "Sales report and graph (by agent, package class, usage class and/or date range)" ));
-myMenu33.add(new WebFXMenuItem("Sales with Advertising Source", "http://localhost/freeside/search/report_cust_bill_pkg_referral.html", "" ));
-myMenu33.width = 256;
-
-myMenu32.add(new WebFXMenuItem("Sales", null, "Sales reports", myMenu33 ));
-var myMenu34 = new WebFXMenu;
-myMenu34.emptyText = '';
-myMenu34.add(new WebFXMenuItem("Agent", "http://localhost/freeside/search/report_agent_commission.html", "" ));
-myMenu34.add(new WebFXMenuItem("Agent per package", "http://localhost/freeside/search/report_agent_commission_pkg.html", "" ));
-myMenu34.add(new WebFXMenuItem("Sales Person", "http://localhost/freeside/search/report_sales_commission.html", "" ));
-myMenu34.add(new WebFXMenuItem("Sales Person per package", "http://localhost/freeside/search/report_sales_commission_pkg.html", "" ));
-myMenu34.add(new WebFXMenuItem("Employee", "http://localhost/freeside/search/report_employee_commission.html", "" ));
-myMenu34.width = 256;
-
-myMenu32.add(new WebFXMenuItem("Commissions", null, "Commission reports", myMenu34 ));
-var myMenu35 = new WebFXMenu;
-myMenu35.emptyText = '';
-myMenu35.add(new WebFXMenuItem("Credit Report", "http://localhost/freeside/search/report_cust_credit.html", "Credit report (by employee and/or date range)" ));
-myMenu35.add(new WebFXMenuItem("Credit package source detail", "http://localhost/freeside/search/report_cust_credit_source_bill_pkg.html", "Line-item detail for triggered package credits" ));
-myMenu35.add(new WebFXMenuItem("Credit application detail", "http://localhost/freeside/search/report_cust_credit_bill_pkg.html", "Line item application detail" ));
-myMenu35.add(new WebFXMenuItem("Unapplied Credits", "http://localhost/freeside/search/report_cust_credit.html?unapplied=1", "Unapplied credit report (by type and/or date range)" ));
-myMenu35.add(new WebFXMenuItem("Voided Credits", "http://localhost/freeside/search/report_cust_credit_void.html", "Voided credit report (by employee and/or date range)" ));
-myMenu35.width = 256;
-
-myMenu32.add(new WebFXMenuItem("Credits", null, "Credit reports", myMenu35 ));
-var myMenu36 = new WebFXMenu;
-myMenu36.emptyText = '';
-myMenu36.add(new WebFXMenuItem("Refund Report", "http://localhost/freeside/search/report_cust_refund.html", "Refund report (by type and/or date range)" ));
-myMenu36.add(new WebFXMenuItem("Unapplied Refunds", "http://localhost/freeside/search/report_cust_refund.html?unapplied=1", "Unapplied refund report (by type and/or date range)" ));
-myMenu36.width = 256;
-
-myMenu32.add(new WebFXMenuItem("Refunds", null, "Refund reports", myMenu36 ));
-myMenu32.add(new WebFXMenuItem("A/R Aging", "http://localhost/freeside/search/report_receivables.html", "Accounts Receivable Aging report" ));
-myMenu32.add(new WebFXMenuItem("Prepaid Income", "http://localhost/freeside/search/report_prepaid_income.html", "Prepaid income (unearned revenue)  report" ));
-myMenu32.add(new WebFXMenuItem("Tax Liability", "http://localhost/freeside/search/report_tax.html", "Tax liability report (internal tax data)" ));
-myMenu32.add(new WebFXMenuItem("E911 Fee Summary", "http://localhost/freeside/search/report_e911.html", "E911 fee summary" ));
-myMenu32.add(new WebFXMenuItem("Customer Accounting Summary", "http://localhost/freeside/search/report_customer_accounting_summary.html", "Customer accounting summary report" ));
-myMenu32.width = 256;
-
-myMenu0.add(new WebFXMenuItem("Financial (Receivables)", null, "Financial reports (Receivables)", myMenu32 ));
-var myMenu37 = new WebFXMenu;
-myMenu37.emptyText = '';
-myMenu37.add(new WebFXMenuItem("Payables summary", "http://localhost/freeside/search/report_vend_main.html", "Payables summary by vendor" ));
-myMenu37.add(new WebFXMenuItem("Payables detail", "http://localhost/freeside/search/report_vend_bill.html", "" ));
-myMenu37.width = 256;
-
-myMenu0.add(new WebFXMenuItem("Financial (Payables)", null, "Financial reports (Payables)", myMenu37 ));
-var myMenu38 = new WebFXMenu;
-myMenu38.emptyText = '';
-var myMenu39 = new WebFXMenu;
-myMenu39.emptyText = '';
-myMenu39.add(new WebFXMenuItem("All billing events", "http://localhost/freeside/search/report_cust_event.html", "All billing events for a date range" ));
-myMenu39.add(new WebFXMenuItem("Billing event errors", "http://localhost/freeside/search/report_cust_event.html?failed=1", "Failed credit cards, processor or printer problems, etc." ));
-myMenu39.width = 256;
-
-myMenu38.add(new WebFXMenuItem("Billing events", null, "Billing events", myMenu39 ));
-myMenu38.add(new WebFXMenuItem("Credit limit incidents", "http://localhost/freeside/search/report_cust_main_credit_limit.html", "" ));
-myMenu38.add(new WebFXMenuItem("Employee activity", "http://localhost/freeside/search/report_employee_audit.html", "" ));
-myMenu38.add(new WebFXMenuItem("System log", "http://localhost/freeside/search/log.html", "View system events and debugging information." ));
-myMenu38.add(new WebFXMenuItem("Outgoing messages", "http://localhost/freeside/search/cust_msg.html", "View outgoing message log" ));
-myMenu38.width = 256;
-
-myMenu0.add(new WebFXMenuItem("Logs", null, "System and email logs", myMenu38 ));
-myMenu0.width = 256;
-
-          myBar.add(new WebFXMenuButton('Reports', null, 'Lists, reporting and graphing', myMenu0 ));
-
-
-          var myMenu40 = new WebFXMenu;
-myMenu40.emptyText = '';
-var myMenu41 = new WebFXMenu;
-myMenu41.emptyText = '';
-myMenu41.add(new WebFXMenuItem("Appointments", "http://localhost/freeside/rt/Search/Schedule.html?LengthMin=0", "View appointment schedule" ));
-myMenu41.add(new WebFXMenuItem("Attachments", "http://localhost/freeside/browse/cust_attachment.html", "View customer attachments" ));
-myMenu41.add(new WebFXMenuItem("Customer email settings", "http://localhost/freeside/misc/manage_cust_email.html", "" ));
-myMenu41.width = 256;
-
-myMenu40.add(new WebFXMenuItem("Customers", null, "Customer tools", myMenu41 ));
-var myMenu42 = new WebFXMenu;
-myMenu42.emptyText = '';
-myMenu42.add(new WebFXMenuItem("Quick payment entry", "http://localhost/freeside/misc/batch-cust_pay.html", "Enter multiple payments in a batch" ));
-myMenu42.add(new WebFXMenuItem("Download invoice batches", "http://localhost/freeside/search/bill_batch.cgi", "" ));
-myMenu42.width = 256;
-
-myMenu40.add(new WebFXMenuItem("Billing", null, "Payment and invoice tools", myMenu42 ));
-var myMenu43 = new WebFXMenu;
-myMenu43.emptyText = '';
-var myMenu44 = new WebFXMenu;
-myMenu44.emptyText = '';
-myMenu44.add(new WebFXMenuItem("Overview", "http://localhost/freeside/rt/Articles/index.html", "" ));
-myMenu44.add(new WebFXMenuItem("Search", "http://localhost/freeside/rt/Articles/Article/Search.html", "" ));
-myMenu44.add(new WebFXMenuItem("Topics", "http://localhost/freeside/rt/Articles/Topics.html", "" ));
-myMenu44.width = 256;
-
-myMenu43.add(new WebFXMenuItem("Articles", null, "", myMenu44 ));
-myMenu43.add(new WebFXMenuItem("My Day", "http://localhost/freeside/rt/Tools/MyDay.html", "" ));
-myMenu43.add(new WebFXMenuItem("My Reminders", "http://localhost/freeside/rt/Tools/MyReminders.html", "" ));
-myMenu43.add(new WebFXMenuItem("Offline", "http://localhost/freeside/rt/Tools/Offline.html", "" ));
-myMenu43.add(new WebFXMenuItem("Approval", "http://localhost/freeside/rt/Approvals/", "" ));
-myMenu43.width = 256;
-
-myMenu40.add(new WebFXMenuItem("Ticketing", null, "Ticketing tools", myMenu43 ));
-var myMenu45 = new WebFXMenu;
-myMenu45.emptyText = '';
-myMenu45.add(new WebFXMenuItem("Bulk DID Orders", "http://localhost/freeside/browse/did_order.html", "View/manage bulk DID orders" ));
-myMenu45.add(new WebFXMenuItem("Business card scan", "http://localhost/freeside/edit/prospect_main-upload.html", "" ));
-myMenu45.width = 256;
-
-myMenu40.add(new WebFXMenuItem("Miscellaneous", null, "", myMenu45 ));
-var myMenu46 = new WebFXMenu;
-myMenu46.emptyText = '';
-myMenu46.add(new WebFXMenuItem("Customers", "http://localhost/freeside/misc/cust_main-import.cgi", "" ));
-myMenu46.add(new WebFXMenuItem("Package definitions", "http://localhost/freeside/misc/part_pkg-import.html", "" ));
-myMenu46.add(new WebFXMenuItem("Customer packages", "http://localhost/freeside/misc/cust_pkg-import.html", "" ));
-myMenu46.add(new WebFXMenuItem("Customer comments", "http://localhost/freeside/misc/cust_main_note-import.html", "" ));
-myMenu46.add(new WebFXMenuItem("One-time charges", "http://localhost/freeside/misc/cust_main-import_charges.cgi", "" ));
-myMenu46.add(new WebFXMenuItem("Payments", "http://localhost/freeside/misc/cust_pay-import.cgi", "" ));
-myMenu46.add(new WebFXMenuItem("Credits", "http://localhost/freeside/misc/cust_credit-import.html", "" ));
-myMenu46.add(new WebFXMenuItem("Phone numbers (DIDs)", "http://localhost/freeside/misc/phone_avail-import.html", "" ));
-myMenu46.add(new WebFXMenuItem("Call Detail Records (CDRs)", "http://localhost/freeside/misc/cdr-import.html", "" ));
-myMenu46.width = 256;
-
-myMenu40.add(new WebFXMenuItem("Importing", null, "Import tools", myMenu46 ));
-var myMenu47 = new WebFXMenu;
-myMenu47.emptyText = '';
-myMenu47.add(new WebFXMenuItem("Status", "http://localhost/freeside/view/Status.html", "System status" ));
-myMenu47.add(new WebFXMenuItem("Job Queue", "http://localhost/freeside/search/queue.html", "View pending job queue" ));
-myMenu47.width = 256;
-
-myMenu40.add(new WebFXMenuItem("System", null, "System tools", myMenu47 ));
-myMenu40.width = 256;
-
-          myBar.add(new WebFXMenuButton('Tools', null, 'Tools', myMenu40 ));
-
-
-          var myMenu48 = new WebFXMenu;
-myMenu48.emptyText = '';
-myMenu48.add(new WebFXMenuItem("Settings", "http://localhost/freeside/config/config-view.cgi", "" ));
-myMenu48.add(new WebFXMenuSeparator());
-var myMenu49 = new WebFXMenu;
-myMenu49.emptyText = '';
-myMenu49.add(new WebFXMenuItem("Agent types", "http://localhost/freeside/browse/agent_type.cgi", "Agent types define groups of package definitions that you can then assign to particular agents" ));
-myMenu49.add(new WebFXMenuItem("Agents", "http://localhost/freeside/browse/agent.cgi", "Agents are resellers of your service. Agents may be limited to a subset of your full offerings (via their type)" ));
-myMenu49.add(new WebFXMenuItem("Agent payment gateways", "http://localhost/freeside/browse/payment_gateway.html", "Credit card and electronic check processors for agent overrides" ));
-myMenu49.width = 256;
-
-myMenu48.add(new WebFXMenuItem("Companies", null, "", myMenu49 ));
-var myMenu50 = new WebFXMenu;
-myMenu50.emptyText = '';
-myMenu50.add(new WebFXMenuItem("Sales People", "http://localhost/freeside/browse/sales.html", "Sales people bring in new business." ));
-myMenu50.width = 256;
-
-myMenu48.add(new WebFXMenuItem("Sales People", null, "", myMenu50 ));
-var myMenu51 = new WebFXMenu;
-myMenu51.emptyText = '';
-myMenu51.add(new WebFXMenuItem("Employees", "http://localhost/freeside/browse/access_user.html", "Setup internal users" ));
-myMenu51.add(new WebFXMenuItem("Employee groups", "http://localhost/freeside/browse/access_group.html", "Employee groups allow you to control access to the backend" ));
-myMenu51.add(new WebFXMenuItem("Installer availability", "http://localhost/freeside/browse/sched_item.html", "Installer availability" ));
-myMenu51.width = 256;
-
-myMenu48.add(new WebFXMenuItem("Employees", null, "", myMenu51 ));
-myMenu48.add(new WebFXMenuSeparator());
-var myMenu52 = new WebFXMenu;
-myMenu52.emptyText = '';
-myMenu52.add(new WebFXMenuItem("Customer tags", "http://localhost/freeside/browse/part_tag.html", "" ));
-myMenu52.add(new WebFXMenuItem("Customer classes", "http://localhost/freeside/browse/cust_class.html", "Customer classes define groups of customers for reporting." ));
-myMenu52.add(new WebFXMenuItem("Customer categories", "http://localhost/freeside/browse/cust_category.html", "Customer categories define groups of customer classes." ));
-myMenu52.add(new WebFXMenuSeparator());
-myMenu52.add(new WebFXMenuItem("Contact types", "http://localhost/freeside/browse/contact_class.html", "" ));
-myMenu52.width = 256;
-
-myMenu48.add(new WebFXMenuItem("Customers", null, "", myMenu52 ));
-var myMenu53 = new WebFXMenu;
-myMenu53.emptyText = '';
-myMenu53.add(new WebFXMenuItem("Package definitions", "http://localhost/freeside/browse/part_pkg.cgi", "One or more services are grouped together into a package and given pricing information. Customers purchase packages, not services" ));
-myMenu53.add(new WebFXMenuItem("Package classes", "http://localhost/freeside/browse/pkg_class.html", "Package classes define groups of packages, for taxation, ordering convenience and reporting." ));
-myMenu53.add(new WebFXMenuItem("Package categories", "http://localhost/freeside/browse/pkg_category.html", "Package categories define groups of package classes, for invoice sections." ));
-myMenu53.add(new WebFXMenuItem("Package report classes", "http://localhost/freeside/browse/part_pkg_report_option.html", "Package classes define optional groups of packages for reporting only." ));
-myMenu53.add(new WebFXMenuItem("Fees", "http://localhost/freeside/browse/part_fee.html", "" ));
-myMenu53.add(new WebFXMenuItem("Discounts", "http://localhost/freeside/browse/discount.html", "" ));
-myMenu53.add(new WebFXMenuItem("Discount classes", "http://localhost/freeside/browse/discount_class.html", "" ));
-var myMenu54 = new WebFXMenu;
-myMenu54.emptyText = '';
-myMenu54.add(new WebFXMenuItem("Cancel reasons", "http://localhost/freeside/browse/reason.html?class=C", "Cancel reasons explain why a service was cancelled." ));
-myMenu54.add(new WebFXMenuItem("Cancel reason types", "http://localhost/freeside/browse/reason_type.html?class=C", "Cancel reason types define groups of reasons." ));
-myMenu54.add(new WebFXMenuItem("Suspend reasons", "http://localhost/freeside/browse/reason.html?class=S", "Suspend reasons explain why a service was suspended." ));
-myMenu54.add(new WebFXMenuItem("Suspend reason types", "http://localhost/freeside/browse/reason_type.html?class=S", "Suspend reason types define groups of reasons." ));
-myMenu54.width = 256;
-
-myMenu53.add(new WebFXMenuItem("Cancel/Suspend Reasons", null, "", myMenu54 ));
-myMenu53.width = 256;
-
-myMenu48.add(new WebFXMenuItem("Packages", null, "", myMenu53 ));
-var myMenu55 = new WebFXMenu;
-myMenu55.emptyText = '';
-myMenu55.add(new WebFXMenuItem("Service definitions", "http://localhost/freeside/browse/part_svc.cgi", "Services are items you offer to your customers" ));
-myMenu55.add(new WebFXMenuItem("Service classes", "http://localhost/freeside/browse/part_svc_class.html", "Services classes are user-defined, informational types for services" ));
-myMenu55.add(new WebFXMenuItem("Service dependencies", "http://localhost/freeside/browse/part_svc_link.html", "Services depencies define rules between service definitions" ));
-myMenu55.add(new WebFXMenuItem("Provisioning exports", "http://localhost/freeside/browse/part_export.cgi", "Provisioning services to external machines, databases and APIs" ));
-var myMenu56 = new WebFXMenu;
-myMenu56.emptyText = '';
-myMenu56.add(new WebFXMenuItem("Access numbers", "http://localhost/freeside/browse/svc_acct_pop.cgi", "Points of Presence" ));
-myMenu56.width = 256;
-
-myMenu55.add(new WebFXMenuItem("Dialup", null, "", myMenu56 ));
-var myMenu57 = new WebFXMenu;
-myMenu57.emptyText = '';
-myMenu57.add(new WebFXMenuItem("Towers", "http://localhost/freeside/browse/tower.html", "Towers and sectors" ));
-myMenu57.add(new WebFXMenuItem("Routers", "http://localhost/freeside/browse/router.cgi", "Broadband access routers" ));
-myMenu57.add(new WebFXMenuItem("Address blocks", "http://localhost/freeside/browse/addr_block.cgi", "Manage address blocks and block assignments to broadband routers" ));
-myMenu57.add(new WebFXMenuItem("Address ranges", "http://localhost/freeside/browse/addr_range.html", "Designate special address ranges" ));
-myMenu57.width = 256;
-
-myMenu55.add(new WebFXMenuItem("Wireless broadband", null, "", myMenu57 ));
-var myMenu58 = new WebFXMenu;
-myMenu58.emptyText = '';
-myMenu58.add(new WebFXMenuItem("View/Edit phone device types", "http://localhost/freeside/browse/part_device.html", "Phone device types" ));
-myMenu58.add(new WebFXMenuItem("View/Edit bulk DID vendors", "http://localhost/freeside/browse/did_vendor.html", "Bulk DID vendors" ));
-myMenu58.add(new WebFXMenuItem("View/Edit Carriers", "http://localhost/freeside/browse/cdr_carrier.html", "Carriers" ));
-myMenu58.width = 256;
-
-myMenu55.add(new WebFXMenuItem("Phone", null, "", myMenu58 ));
-var myMenu59 = new WebFXMenu;
-myMenu59.emptyText = '';
-myMenu59.add(new WebFXMenuItem("RADIUS Groups", "http://localhost/freeside/browse/radius_group.html", "Manage RADIUS groups" ));
-myMenu59.add(new WebFXMenuItem("RADIUS Clients", "http://localhost/freeside/browse/nas.html", "Manage RADIUS clients" ));
-myMenu59.width = 256;
-
-myMenu55.add(new WebFXMenuItem("RADIUS", null, "", myMenu59 ));
-var myMenu60 = new WebFXMenu;
-myMenu60.emptyText = '';
-myMenu60.add(new WebFXMenuItem("Cable providers", "http://localhost/freeside/browse/cable_provider.html", "" ));
-myMenu60.add(new WebFXMenuItem("Cable modem models", "http://localhost/freeside/browse/cable_model.html", "" ));
-myMenu60.width = 256;
-
-myMenu55.add(new WebFXMenuItem("Cable", null, "", myMenu60 ));
-var myMenu61 = new WebFXMenu;
-myMenu61.emptyText = '';
-myMenu61.add(new WebFXMenuItem("Conferencing types", "http://localhost/freeside/browse/conferencing_type.html", "" ));
-myMenu61.add(new WebFXMenuItem("Quality levels", "http://localhost/freeside/browse/conferencing_quality.html", "" ));
-myMenu61.width = 256;
-
-myMenu55.add(new WebFXMenuItem("Conferencing", null, "", myMenu61 ));
-var myMenu62 = new WebFXMenu;
-myMenu62.emptyText = '';
-myMenu62.add(new WebFXMenuItem("Alarm system vendors", "http://localhost/freeside/browse/alarm_system.html", "" ));
-myMenu62.add(new WebFXMenuItem("Alarm system types", "http://localhost/freeside/browse/alarm_type.html", "" ));
-myMenu62.add(new WebFXMenuItem("Alarm central stations", "http://localhost/freeside/browse/alarm_station.html", "" ));
-myMenu62.width = 256;
-
-myMenu55.add(new WebFXMenuItem("Alarm", null, "", myMenu62 ));
-var myMenu63 = new WebFXMenu;
-myMenu63.emptyText = '';
-myMenu63.add(new WebFXMenuItem("Circuit types", "http://localhost/freeside/browse/circuit_type.html", "" ));
-myMenu63.add(new WebFXMenuItem("Circuit providers", "http://localhost/freeside/browse/circuit_provider.html", "" ));
-myMenu63.add(new WebFXMenuItem("Termination types", "http://localhost/freeside/browse/circuit_termination.html", "" ));
-myMenu63.width = 256;
-
-myMenu55.add(new WebFXMenuItem("Circuits", null, "", myMenu63 ));
-myMenu55.add(new WebFXMenuItem("Hardware types", "http://localhost/freeside/browse/hardware_class.html", "Set up hardware type catalog" ));
-myMenu55.width = 256;
-
-myMenu48.add(new WebFXMenuItem("Services", null, "", myMenu55 ));
-myMenu48.add(new WebFXMenuSeparator());
-var myMenu64 = new WebFXMenu;
-myMenu64.emptyText = '';
-myMenu64.add(new WebFXMenuItem("Vendor classes", "http://localhost/freeside/browse/vend_class.html", "" ));
-myMenu64.add(new WebFXMenuItem("Vendors", "http://localhost/freeside/browse/vend_main.html", "" ));
-myMenu64.width = 256;
-
-myMenu48.add(new WebFXMenuItem("Vendors", null, "", myMenu64 ));
-myMenu48.add(new WebFXMenuSeparator());
-var myMenu65 = new WebFXMenu;
-myMenu65.emptyText = '';
-myMenu65.add(new WebFXMenuItem("Billing events", "http://localhost/freeside/browse/part_event.html", "Billing actions for customers, invoices and packages" ));
-myMenu65.add(new WebFXMenuItem("Invoice configurations", "http://localhost/freeside/browse/invoice_conf.html", "Adjust invoice settings for special-purpose notices" ));
-myMenu65.add(new WebFXMenuItem("Invoice templates", "http://localhost/freeside/browse/invoice_template.html", "Edit templates for HTML, plaintext and typeset invoices" ));
-myMenu65.add(new WebFXMenuSeparator());
-myMenu65.add(new WebFXMenuItem("Prepaid cards", "http://localhost/freeside/search/prepay_credit.html", "View outstanding cards, generate new cards" ));
-var myMenu66 = new WebFXMenu;
-myMenu66.emptyText = '';
-myMenu66.add(new WebFXMenuItem("Rate plans", "http://localhost/freeside/browse/rate.cgi", "Manage rate plans" ));
-myMenu66.add(new WebFXMenuItem("Regions and prefixes", "http://localhost/freeside/browse/rate_region.html", "Manage regions and prefixes" ));
-myMenu66.add(new WebFXMenuItem("Usage classes", "http://localhost/freeside/browse/usage_class.html", "Usage classes define groups of usage for taxation." ));
-myMenu66.add(new WebFXMenuItem("Time periods", "http://localhost/freeside/browse/rate_time.html", "Time periods define days and hours for rate plans" ));
-myMenu66.add(new WebFXMenuItem("Edit rates with Excel", "http://localhost/freeside/misc/rate_edit_excel.html", "Download and edit rates with Excel, then upload changes." ));
-myMenu66.add(new WebFXMenuSeparator());
-myMenu66.add(new WebFXMenuItem("Tiering plans", "http://localhost/freeside/browse/rate_tier.html", "Rating tiers" ));
-myMenu66.width = 256;
-
-myMenu65.add(new WebFXMenuItem("Call rates and regions", null, "Manage rate plans, regions and prefixes for VoIP and call billing", myMenu66 ));
-myMenu65.add(new WebFXMenuSeparator());
-myMenu65.add(new WebFXMenuItem("Locales and tax rates", "http://localhost/freeside/browse/cust_main_county.cgi", "Change tax rates, or break down a country into states, or a state into counties and assign different tax rates to each" ));
-myMenu65.add(new WebFXMenuItem("Tax classes", "http://localhost/freeside/browse/part_pkg_taxclass.html", "Tax classes" ));
-myMenu65.add(new WebFXMenuSeparator());
-myMenu65.add(new WebFXMenuItem("Credit reasons", "http://localhost/freeside/browse/reason.html?class=R", "Credit reasons explain why a credit was issued." ));
-myMenu65.add(new WebFXMenuItem("Credit reason types", "http://localhost/freeside/browse/reason_type.html?class=R", "Credit reason types define groups of reasons." ));
-myMenu65.add(new WebFXMenuSeparator());
-myMenu65.add(new WebFXMenuItem("Refund reasons", "http://localhost/freeside/browse/reason.html?class=F", "Refund reasons explain why a refund was issued." ));
-myMenu65.add(new WebFXMenuItem("Refund reason types", "http://localhost/freeside/browse/reason_type.html?class=F", "Refund reason types define groups of reasons." ));
-myMenu65.width = 256;
-
-myMenu48.add(new WebFXMenuItem("Billing", null, "", myMenu65 ));
-myMenu48.add(new WebFXMenuSeparator());
-var myMenu67 = new WebFXMenu;
-myMenu67.emptyText = '';
-myMenu67.add(new WebFXMenuItem("Message templates", "http://localhost/freeside/browse/msg_template.html", "Templates for customer notices" ));
-myMenu67.add(new WebFXMenuItem("Advertising sources", "http://localhost/freeside/browse/part_referral.html", "Where a customer heard about your service." ));
-myMenu67.add(new WebFXMenuItem("Custom fields", "http://localhost/freeside/browse/part_virtual_field.html", "Locally defined fields" ));
-myMenu67.add(new WebFXMenuItem("Translation strings", "http://localhost/freeside/browse/msgcat.html", "Translations and other customizable labels for each locale" ));
-myMenu67.add(new WebFXMenuItem("Inventory classes and inventory", "http://localhost/freeside/browse/inventory_class.html", "Setup inventory classes and stock inventory" ));
-myMenu67.add(new WebFXMenuItem("Upload targets", "http://localhost/freeside/browse/upload_target.html", "Billing and payment upload destinations" ));
-myMenu67.width = 256;
-
-myMenu48.add(new WebFXMenuItem("Miscellaneous", null, "", myMenu67 ));
-myMenu48.width = 256;
-
-          myBar.add(new WebFXMenuButton('Configuration', null, 'Configuration and setup', myMenu48 ));
-
-
-          var myMenu68 = new WebFXMenu;
-myMenu68.emptyText = '';
-myMenu68.add(new WebFXMenuItem("Billing documentation", "http://www.freeside.biz/mediawiki/index.php/Freeside:4:Documentation", "Freeside documentation" ));
-myMenu68.add(new WebFXMenuItem("Ticketing documentation", "http://wiki.bestpractical.com/", "Request Tracker Wiki" ));
-myMenu68.add(new WebFXMenuSeparator());
-myMenu68.add(new WebFXMenuItem("About Freeside v5.0git", "javascript:about_freeside()", "" ));
-myMenu68.add(new WebFXMenuItem("About RT v4.2.11", "http://www.bestpractical.com/rt", "Request Tracker Homepage" ));
-myMenu68.width = 256;
-
-          myBar.add(new WebFXMenuButton('Help', null, '', myMenu68 ));
-
-
-  myBar.show( null, 'vertical' );
-  myBar.width = 154;
-
-</SCRIPT>
-
-
-
-
-      <link rel="stylesheet" href="http://localhost/freeside/elements/jquery-ui.min.css">
-      <SCRIPT SRC="http://localhost/freeside/elements/jquery.js"></SCRIPT>
-      <SCRIPT SRC="http://localhost/freeside/elements/jquery-ui.min.js"></SCRIPT>
-      <SCRIPT TYPE="text/javascript" SRC="http://localhost/freeside/elements/overlibmws.js"></SCRIPT>
-  <SCRIPT TYPE="text/javascript" SRC="http://localhost/freeside/elements/overlibmws_iframe.js"></SCRIPT>
-  <SCRIPT TYPE="text/javascript" SRC="http://localhost/freeside/elements/overlibmws_draggable.js"></SCRIPT>
-  <SCRIPT TYPE="text/javascript" SRC="http://localhost/freeside/elements/overlibmws_crossframe.js"></SCRIPT>
-  <SCRIPT TYPE="text/javascript" SRC="http://localhost/freeside/elements/iframecontentmws.js"></SCRIPT>
-  <SCRIPT TYPE="text/javascript" SRC="http://localhost/freeside/elements/ajaxcontentmws.js"></SCRIPT>
-
-    <SCRIPT TYPE="text/javascript">
-
-  function rs_init_object() {
-    var A;
-    try {
-      A=new ActiveXObject("Msxml2.XMLHTTP");
-    } catch (e) {
-      try {
-        A=new ActiveXObject("Microsoft.XMLHTTP");
-      } catch (oc) {
-        A=null;
-      }
-    }
-    if(!A && typeof XMLHttpRequest != "undefined")
-      A = new XMLHttpRequest();
-    if (!A)
-      alert("Can't create XMLHttpRequest object");
-    return A;
-
-  }
-
-</SCRIPT>
-
-
-    
-
-  </HEAD>
-  <BODY BGCOLOR="#f8f8f8"  STYLE="margin-top:0; margin-bottom:0; margin-left:0px; margin-right:0px">
-    <table width="100%" CELLPADDING=0 CELLSPACING=0 STYLE="padding-left:0px; padding-right:4px" CLASS="fshead">
-      <tr>
-        <td BGCOLOR="#ffffff"><IMG BORDER=0 ALT="freeside" HEIGHT="36" SRC="http://localhost/freeside/view/REAL_logo.cgi"></td>
-        <td align=left BGCOLOR="#ffffff"> <!-- valign="top" -->
-          <font size=6>Freeside Test 5.0.1</font>
-        </td>
-        <td align=right valign=top BGCOLOR="#ffffff"><FONT SIZE="-1">Logged in as <b>test&nbsp;</b> <FONT SIZE="-2"><a href="http://localhost/freeside/loginout/logout.html">logout</a></FONT><br></FONT><FONT SIZE="-2"><a href="http://localhost/freeside/pref/pref.html" STYLE="color: #000000">Preferences</a>
-          <BR></FONT>
-        </td>
-      </tr>
-    </table>
-
-    <TABLE WIDTH="100%" CELLSPACING=0 CELLPADDING=0>
-
-<link href="http://localhost/freeside/elements/freeside-menu.css" type="text/css" rel="stylesheet">
-
-
-      <TR CLASS="fsmenubar">
-
-
-        <TD COLSPAN="7" WIDTH="100%" STYLE="padding:1px 0px 0px 0px;border-top: 1px solid #7e0079" BGCOLOR="#dddddd">
-          <SCRIPT TYPE="text/javascript">
-            document.write(myBar);
-          </SCRIPT>
-        </TD>
-
-      </TR>
-
-      <TR CLASS="fssearchbar">
-
-        <TD COLSPAN=1 BGCOLOR="#dddddd" ALIGN="right" STYLE="padding-left:2px">
-          
-  <FORM ACTION="http://localhost/freeside/search/prospect_main.html" METHOD="GET" STYLE="margin:0">
-    <INPUT NAME="search_prospect" TYPE="text" VALUE="(name, company or phone)" STYLE="width:155px" onFocus="clearhint_search_prospect(this);" onClick="clearhint_search_prospect(this);" CLASS="fstext"><BR>
-    <A HREF="http://localhost/freeside/search/report_prospect_main.html" CLASS="fslink" STYLE="font-size: 11px">Adv</A>
-    <INPUT TYPE="submit" VALUE="Search prospects" CLASS="fsblackbutton" onMouseOver="this.className='fsblackbuttonselected'; return true;" onMouseOut="this.className='fsblackbutton'; return true;" STYLE="font-size:11px;padding-left:1px;padding-right:1px">
-  </FORM>
-  
-
-
-<SCRIPT TYPE="text/javascript">
-
-  function clearhint_search_prospect (what) {
-    if ( what.value == '(name, company or phone)' )
-      what.value = '';
-  }
-
-</SCRIPT>
-
-        </TD>
-
-        <TD COLSPAN=1 BGCOLOR="#dddddd" ALIGN="right" STYLE="padding-left:2px">
-          
-  <FORM ACTION="http://localhost/freeside/search/cust_main.cgi" METHOD="POST" STYLE="margin:0">
-    <INPUT NAME="search_cust" TYPE="text" VALUE="(cust #, name, company or contact phone)" STYLE="width:246px" onFocus="clearhint_search_cust(this);" onClick="clearhint_search_cust(this);" CLASS="fstext"><BR>
-    <A HREF="http://localhost/freeside/search/report_cust_main.html" CLASS="fslink" STYLE="font-size: 11px">Advanced</A>
-    <INPUT TYPE="submit" VALUE="Search customers" CLASS="fsblackbutton" onMouseOver="this.className='fsblackbuttonselected'; return true;" onMouseOut="this.className='fsblackbutton'; return true;" STYLE="font-size:11px">
-  </FORM>
-  
-
-
-<SCRIPT TYPE="text/javascript">
-
-  function clearhint_search_cust (what) {
-    if ( what.value == '(cust #, name, company or contact phone)' )
-      what.value = '';
-  }
-
-</SCRIPT>
-
-        </TD>
-
-        <TD COLSPAN=1 BGCOLOR="#dddddd" ALIGN="center">
-          
-<SCRIPT TYPE="text/javascript">
-
-  function clearhint_search_address2 (what) {
-    if ( what.value == '(Unit #)' )
-      what.value = '';
-  }
-
-</SCRIPT>
-
-        </TD>
-
-        <TD COLSPAN=1 BGCOLOR="#dddddd" ALIGN="right">
-          
-  <FORM ACTION="http://localhost/freeside/search/cust_bill.html" METHOD="GET" STYLE="margin:0;display:inline">
-    <INPUT NAME="invnum" TYPE="text" VALUE="(inv #)" STYLE="width:56px" onFocus="clearhint_search_invoice(this);" onClick="clearhint_search_invoice(this);" CLASS="fstext">
-    <A HREF="http://localhost/freeside/search/report_cust_bill.html" CLASS="fslink" STYLE="font-size: 11px">Adv</A>    <BR>
-    <INPUT TYPE="submit" VALUE="Search invoices" CLASS="fsblackbutton" onMouseOver="this.className='fsblackbuttonselected'; return true;" onMouseOut="this.className='fsblackbutton'; return true;" STYLE="font-size:11px;padding-left:1px;padding-right:1px;margin-top:3px">
-  </FORM>
-  
-
-
-<SCRIPT TYPE="text/javascript">
-
-  function clearhint_search_invoice (what) {
-    if ( what.value == '(inv #)' )
-      what.value = '';
-  }
-
-</SCRIPT>
-
-        </TD>
-
-        <TD COLSPAN=1 BGCOLOR="#dddddd" ALIGN="right" STYLE="padding-left:2px">
-          
-  <FORM ACTION="http://localhost/freeside/search/cust_svc.html" METHOD="GET" STYLE="margin:0">
-    <INPUT NAME="search_svc" TYPE="text" VALUE="(user, email, ip, mac, domain or service phone)" STYLE="width:271px" onFocus="clearhint_search_svc(this);" onClick="clearhint_search_svc(this);" CLASS="fstext"><BR>
-    <A NOTYET="http://localhost/freeside/search/svc_Smarter.html" STYLE="color: #cccccc; font-size:11px">Advanced</A>
-    <INPUT TYPE="submit" VALUE="Search services" CLASS="fsblackbutton" onMouseOver="this.className='fsblackbuttonselected'; return true;" onMouseOut="this.className='fsblackbutton'; return true;" STYLE="font-size:11px">
-  </FORM>
-  
-
-
-<SCRIPT TYPE="text/javascript">
-
-  function clearhint_search_svc (what) {
-    if ( what.value == '(user, email, ip, mac, domain or service phone)' )
-      what.value = '';
-  }
-
-</SCRIPT>
-
-        </TD>
-
-        <TD COLSPAN=1 BGCOLOR="#dddddd" ALIGN="right" STYLE="padding-left:2px;padding-right:2px">
-          
-  <FORM ACTION="http://localhost/freeside//rt/index.html" METHOD="GET" STYLE="margin:0">
-    <INPUT NAME="q" TYPE="text" VALUE="(ticket #, subject, email or fulltext:text)" STYLE="width:223px" onFocus="clearhint_search_ticket(this);" onClick="clearhint_search_ticket(this);" CLASS="fstext"><BR>
-    <A HREF="http://localhost/freeside//rt/Search/Build.html?NewQuery=1" CLASS="fslink" STYLE="font-size:11px">Advanced</A>
-    <INPUT TYPE="submit" VALUE="Search tickets" CLASS="fsblackbutton" onMouseOver="this.className='fsblackbuttonselected'; return true;" onMouseOut="this.className='fsblackbutton'; return true;" STYLE="font-size:11px">
-  </FORM>
-  
-
-
-<SCRIPT TYPE="text/javascript">
-
-  function clearhint_search_ticket (what) {
-    if ( what.value == '(ticket #, subject, email or fulltext:text)' )
-      what.value = '';
-  }
-
-</SCRIPT>
-
-        </TD>
-
-      </TR>
-    </TABLE>
-
-
-
-    <TABLE WIDTH="100%" HEIGHT="100%" CELLSPACING=0 CELLPADDING=4>
-
-      <TR HEIGHT="100%">
-
-    <BR>
-        <TD CLASS="background" HEIGHT="100%" VALIGN="top"> <!-- WIDTH="100%"> -->
-
-          <H1>
-            Internal Payment Search Results
-          </H1>
-
-          <BR>
-
-          
-
-
-
-   <DIV CLASS="fstabs">
-   <A HREF="http://localhost/freeside/search/cust_pay.html?magic=_date;unapplied=0;beginning=01%2F01%2F2016;agentnum=1;group=0"  CLASS="fstabselected" >All payments (585)</A><A HREF="http://localhost/freeside/search/cust_pay.html?magic=_date;unapplied=0;beginning=01%2F01%2F2016;agentnum=1;group=1"  CLASS="fstab" >Credit card (585)</A>
-   </DIV>
-
-
-
-<DIV CLASS="fstabcontainer">
-<P>Download full results<BR>
-<A HREF="http://localhost/freeside/search/cust_pay.html?magic=_date;unapplied=0;beginning=01%2F01%2F2016;agentnum=1;type=xls">as Excel spreadsheet</A><BR>
-<A HREF="http://localhost/freeside/search/cust_pay.html?magic=_date;unapplied=0;beginning=01%2F01%2F2016;agentnum=1;type=html-print">as printable copy</A><BR>
-</P>
-
-
-        <FONT SIZE="+2">1</FONT>
-
-
-        <A HREF="http://localhost/freeside/search/cust_pay.html?magic=_date;unapplied=0;beginning=01%2F01%2F2016;agentnum=1;offset=100">2</A>
-
-
-        <A HREF="http://localhost/freeside/search/cust_pay.html?magic=_date;unapplied=0;beginning=01%2F01%2F2016;agentnum=1;offset=200">3</A>
-
-
-        <A HREF="http://localhost/freeside/search/cust_pay.html?magic=_date;unapplied=0;beginning=01%2F01%2F2016;agentnum=1;offset=300">4</A>
-
-
-        <A HREF="http://localhost/freeside/search/cust_pay.html?magic=_date;unapplied=0;beginning=01%2F01%2F2016;agentnum=1;offset=400">5</A>
-
-
-        <A HREF="http://localhost/freeside/search/cust_pay.html?magic=_date;unapplied=0;beginning=01%2F01%2F2016;agentnum=1;offset=500">6</A>
-
-      <A HREF="http://localhost/freeside/search/cust_pay.html?magic=_date;unapplied=0;beginning=01%2F01%2F2016;agentnum=1;offset=100"><B><FONT SIZE="+1">Next</FONT></B></A>
-
-
-
-<STYLE>
-  table.grid {
-    border-spacing: 0;
-  }
-</STYLE>
-<table class="grid">
-  <thead>
-  
-  <TR>
-    <TH CLASS   = "grid"
-        BGCOLOR = "#cccccc"
-        ROWSPAN = "2"
-        
-        
-
-    >
-      <A HREF="http://localhost/freeside/search/cust_pay.html?magic=_date;unapplied=0;beginning=01%2F01%2F2016;agentnum=1;order_by=paysort">Payment</A>
-    </TH>
-    <TH CLASS   = "grid"
-        BGCOLOR = "#cccccc"
-        ROWSPAN = "1"
-        
-        
-
-    >
-      <A HREF="http://localhost/freeside/search/cust_pay.html?magic=_date;unapplied=0;beginning=01%2F01%2F2016;agentnum=1;order_by=paid">Amount</A>
-    </TH>
-    <TH CLASS   = "grid"
-        BGCOLOR = "#cccccc"
-        ROWSPAN = "1"
-        
-        
-
-    >
-      <A HREF="http://localhost/freeside/search/cust_pay.html?magic=_date;unapplied=0;beginning=01%2F01%2F2016;agentnum=1;order_by=_date">Date</A>
-    </TH>
-    <TH CLASS   = "grid"
-        BGCOLOR = "#cccccc"
-        ROWSPAN = "1"
-        
-        
-
-    >
-      By
-    </TH>
-    <TH CLASS   = "grid"
-        BGCOLOR = "#cccccc"
-        ROWSPAN = "1"
-        
-        
-
-    >
-      Cust. Status
-    </TH>
-    <TH CLASS   = "grid"
-        BGCOLOR = "#cccccc"
-        ROWSPAN = "1"
-        
-        
-
-    >
-      Customer
-    </TH>
-  </TR>
-
-
-  </thead>
-  <tbody>
-  
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=584', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412327xxxxxx4966</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$220.64</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Jan 06 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?201">Mills, Ziemann and Satterfield (Lang, Cathy)</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=799', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412327xxxxxx4966</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?201">Mills, Ziemann and Satterfield (Lang, Cathy)</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=821', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412327xxxxxx4966</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 06 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?201">Mills, Ziemann and Satterfield (Lang, Cathy)</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=1030', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412327xxxxxx4966</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?201">Mills, Ziemann and Satterfield (Lang, Cathy)</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=559', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412381xxxxxx8967</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?199">Nolan, Schneider and Hoppe (Ratke, Jeanie)</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=648', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412381xxxxxx8967</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Jan 25 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?199">Nolan, Schneider and Hoppe (Ratke, Jeanie)</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=795', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412381xxxxxx8967</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?199">Nolan, Schneider and Hoppe (Ratke, Jeanie)</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=881', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412381xxxxxx8967</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 25 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?199">Nolan, Schneider and Hoppe (Ratke, Jeanie)</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=1027', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412381xxxxxx8967</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?199">Nolan, Schneider and Hoppe (Ratke, Jeanie)</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=561', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412316xxxxxx0709</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?198">Rutherford, Leonardo</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=796', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412316xxxxxx0709</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?198">Rutherford, Leonardo</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=1028', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412316xxxxxx0709</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?198">Rutherford, Leonardo</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=560', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412339xxxxxx8246</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?196">Turcotte, Janessa</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=629', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412339xxxxxx8246</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Jan 19 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?196">Turcotte, Janessa</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=798', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412339xxxxxx8246</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?196">Turcotte, Janessa</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=864', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412339xxxxxx8246</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 19 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?196">Turcotte, Janessa</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=1026', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412339xxxxxx8246</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?196">Turcotte, Janessa</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=557', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412364xxxxxx4745</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?195">Hackett LLC (Spinka, Obie)</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=665', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412364xxxxxx4745</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Jan 28 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?195">Hackett LLC (Spinka, Obie)</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=793', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412364xxxxxx4745</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?195">Hackett LLC (Spinka, Obie)</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=898', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412364xxxxxx4745</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 28 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?195">Hackett LLC (Spinka, Obie)</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=1025', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412364xxxxxx4745</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?195">Hackett LLC (Spinka, Obie)</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=630', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412335xxxxxx7191</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$170.32</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Jan 19 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?193">Johnston Group (Adams, Audreanne)</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=797', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412335xxxxxx7191</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?193">Johnston Group (Adams, Audreanne)</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=863', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412335xxxxxx7191</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 19 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?193">Johnston Group (Adams, Audreanne)</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=1031', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412335xxxxxx7191</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?193">Johnston Group (Adams, Audreanne)</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=558', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412369xxxxxx9164</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?192">Hane, Estell</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=663', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412369xxxxxx9164</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Jan 28 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?192">Hane, Estell</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=794', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412369xxxxxx9164</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?192">Hane, Estell</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=897', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412369xxxxxx9164</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 28 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?192">Hane, Estell</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=1029', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412369xxxxxx9164</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?192">Hane, Estell</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=556', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412365xxxxxx5499</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?190">Kreiger, Bernard</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=792', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412365xxxxxx5499</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?190">Kreiger, Bernard</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=1022', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412365xxxxxx5499</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?190">Kreiger, Bernard</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=555', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412349xxxxxx8599</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?189">Rodriguez-Ebert (Bergstrom, Cecilia)</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=654', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412349xxxxxx8599</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Jan 27 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?189">Rodriguez-Ebert (Bergstrom, Cecilia)</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=791', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412349xxxxxx8599</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?189">Rodriguez-Ebert (Bergstrom, Cecilia)</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=886', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412349xxxxxx8599</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 27 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?189">Rodriguez-Ebert (Bergstrom, Cecilia)</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=1023', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412349xxxxxx8599</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?189">Rodriguez-Ebert (Bergstrom, Cecilia)</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=552', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412338xxxxxx0239</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?187">Hegmann, Kessler and Gibson (Roob, Henderson)</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=607', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412338xxxxxx0239</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Jan 13 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?187">Hegmann, Kessler and Gibson (Roob, Henderson)</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=790', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412338xxxxxx0239</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?187">Hegmann, Kessler and Gibson (Roob, Henderson)</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=844', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412338xxxxxx0239</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 13 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?187">Hegmann, Kessler and Gibson (Roob, Henderson)</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=1019', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412338xxxxxx0239</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?187">Hegmann, Kessler and Gibson (Roob, Henderson)</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=553', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412353xxxxxx6002</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?186">Abernathy, Bradford</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=789', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412353xxxxxx6002</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?186">Abernathy, Bradford</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=1021', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412353xxxxxx6002</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?186">Abernathy, Bradford</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=554', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412316xxxxxx1131</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?184">Hudson, Stephanie</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=579', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412316xxxxxx1131</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Jan 05 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?184">Hudson, Stephanie</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=787', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412316xxxxxx1131</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?184">Hudson, Stephanie</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=817', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412316xxxxxx1131</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 05 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?184">Hudson, Stephanie</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=1020', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412316xxxxxx1131</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?184">Hudson, Stephanie</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=551', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412367xxxxxx1958</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?183">Dietrich, Keebler and Dach (Russel, Ivy)</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=624', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412367xxxxxx1958</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Jan 18 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?183">Dietrich, Keebler and Dach (Russel, Ivy)</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=786', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412367xxxxxx1958</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?183">Dietrich, Keebler and Dach (Russel, Ivy)</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=858', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412367xxxxxx1958</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 18 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?183">Dietrich, Keebler and Dach (Russel, Ivy)</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=1024', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412367xxxxxx1958</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?183">Dietrich, Keebler and Dach (Russel, Ivy)</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=548', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412338xxxxxx6452</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?181">O&#39;Connell, Schumm and Lemke (Turcotte, Jerrell)</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=651', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412338xxxxxx6452</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Jan 26 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?181">O&#39;Connell, Schumm and Lemke (Turcotte, Jerrell)</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=788', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412338xxxxxx6452</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?181">O&#39;Connell, Schumm and Lemke (Turcotte, Jerrell)</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=884', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412338xxxxxx6452</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 26 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?181">O&#39;Connell, Schumm and Lemke (Turcotte, Jerrell)</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=1017', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412338xxxxxx6452</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?181">O&#39;Connell, Schumm and Lemke (Turcotte, Jerrell)</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=546', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412312xxxxxx6258</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?180">Bayer, Jessika</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=647', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412312xxxxxx6258</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Jan 25 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?180">Bayer, Jessika</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=785', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412312xxxxxx6258</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?180">Bayer, Jessika</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=880', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412312xxxxxx6258</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 25 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?180">Bayer, Jessika</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=1014', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412312xxxxxx6258</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?180">Bayer, Jessika</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=544', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412372xxxxxx1840</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?178">Ondricka, Ethelyn</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=783', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412372xxxxxx1840</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?178">Ondricka, Ethelyn</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=1012', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412372xxxxxx1840</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?178">Ondricka, Ethelyn</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=550', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412399xxxxxx7425</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?177">Labadie and Sons (Nienow, Zion)</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=662', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412399xxxxxx7425</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Jan 28 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?177">Labadie and Sons (Nienow, Zion)</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=784', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412399xxxxxx7425</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?177">Labadie and Sons (Nienow, Zion)</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=896', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412399xxxxxx7425</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 28 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?177">Labadie and Sons (Nienow, Zion)</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=1015', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412399xxxxxx7425</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?177">Labadie and Sons (Nienow, Zion)</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=549', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412371xxxxxx8166</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$215.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?175">White-Parker (Wunsch, Zachariah)</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=781', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412371xxxxxx8166</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$150.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?175">White-Parker (Wunsch, Zachariah)</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=1016', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412371xxxxxx8166</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$150.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?175">White-Parker (Wunsch, Zachariah)</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=547', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412365xxxxxx9979</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?174">Heathcote, Kristofer</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=782', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412365xxxxxx9979</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?174">Heathcote, Kristofer</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=1018', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412365xxxxxx9979</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?174">Heathcote, Kristofer</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=545', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412386xxxxxx6686</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?172">Rowe, Amara</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=650', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412386xxxxxx6686</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Jan 26 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?172">Rowe, Amara</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=780', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412386xxxxxx6686</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?172">Rowe, Amara</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=883', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412386xxxxxx6686</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 26 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?172">Rowe, Amara</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=1013', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412386xxxxxx6686</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?172">Rowe, Amara</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=543', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412371xxxxxx3828</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?171">Mante LLC (Kessler, Enid)</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=566', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412371xxxxxx3828</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Jan 02 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?171">Mante LLC (Kessler, Enid)</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=779', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412371xxxxxx3828</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?171">Mante LLC (Kessler, Enid)</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=805', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412371xxxxxx3828</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 02 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?171">Mante LLC (Kessler, Enid)</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=1008', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412371xxxxxx3828</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?171">Mante LLC (Kessler, Enid)</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=638', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412322xxxxxx3566</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$162.59</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Jan 21 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?169">McClure LLC (Fahey, Rowan)</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=778', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412322xxxxxx3566</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?169">McClure LLC (Fahey, Rowan)</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=871', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412322xxxxxx3566</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 21 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?169">McClure LLC (Fahey, Rowan)</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=1010', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412322xxxxxx3566</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?169">McClure LLC (Fahey, Rowan)</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=567', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412376xxxxxx3448</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$134.03</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Jan 02 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?168">Cole, Albertha</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=775', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412376xxxxxx3448</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?168">Cole, Albertha</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=803', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412376xxxxxx3448</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 02 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?168">Cole, Albertha</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=1007', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412376xxxxxx3448</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?168">Cole, Albertha</A></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=632', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412328xxxxxx9284</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$131.45</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Jan 20 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?166">Abbott, Marianna</A></TD>
-
-
-    </TR>
-
-
-  </tbody>
-  <tfoot>
-  
-
-<TR>
-</TR>
-
-  
-
-<TR>
-    <TD CLASS="grid" STYLE="text-align: right;"><B>Total</B></TD>
-    <TD CLASS="grid" STYLE="text-align: right;"><B>$48369.99</B></TD>
-    <TD CLASS="grid" STYLE="text-align: right;"></TD>
-    <TD CLASS="grid" STYLE="text-align: center;"></TD>
-    <TD CLASS="grid" STYLE="text-align: center;"></TD>
-    <TD CLASS="grid" STYLE="text-align: left;"></TD>
-</TR>
-
-  </tfoot>
-</table>
-
-
-        <FONT SIZE="+2">1</FONT>
-
-
-        <A HREF="http://localhost/freeside/search/cust_pay.html?magic=_date;unapplied=0;beginning=01%2F01%2F2016;agentnum=1;offset=100">2</A>
-
-
-        <A HREF="http://localhost/freeside/search/cust_pay.html?magic=_date;unapplied=0;beginning=01%2F01%2F2016;agentnum=1;offset=200">3</A>
-
-
-        <A HREF="http://localhost/freeside/search/cust_pay.html?magic=_date;unapplied=0;beginning=01%2F01%2F2016;agentnum=1;offset=300">4</A>
-
-
-        <A HREF="http://localhost/freeside/search/cust_pay.html?magic=_date;unapplied=0;beginning=01%2F01%2F2016;agentnum=1;offset=400">5</A>
-
-
-        <A HREF="http://localhost/freeside/search/cust_pay.html?magic=_date;unapplied=0;beginning=01%2F01%2F2016;agentnum=1;offset=500">6</A>
-
-      <A HREF="http://localhost/freeside/search/cust_pay.html?magic=_date;unapplied=0;beginning=01%2F01%2F2016;agentnum=1;offset=100"><B><FONT SIZE="+1">Next</FONT></B></A>
-
-
-</DIV>
-
-        </TD>
-      </TR>
-    </TABLE>
-  </BODY>
-</HTML>
-
-
-
-
-
diff --git a/FS-Test/share/output/search/cust_pay.html/magic=_date:unapplied=0:beginning=01%2F01%2F2016:agentnum=1:order_by=paynum b/FS-Test/share/output/search/cust_pay.html/magic=_date:unapplied=0:beginning=01%2F01%2F2016:agentnum=1:order_by=paynum
new file mode 100644 (file)
index 0000000..44c3de1
--- /dev/null
@@ -0,0 +1,3921 @@
+
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<HTML>
+  <HEAD>
+    <TITLE>
+      Internal Payment Search Results
+    </TITLE>
+    <!-- per RT, to prevent IE compatibility mode -->
+    <meta http-equiv="X-UA-Compatible" content="IE=edge" />
+    <!-- The X-UA-Compatible <meta> tag above must be very early in <head> -->
+    <META HTTP-Equiv="Cache-Control" Content="no-cache">
+    <META HTTP-Equiv="Pragma" Content="no-cache">
+    <META HTTP-Equiv="Expires" Content="0"> 
+
+    <script type="text/javascript" src="http://localhost/freeside/elements/cssexpr.js"></script>
+
+
+  <script type="text/javascript" src="http://localhost/freeside/elements/xmenu.top.js"></script>
+  <link href="http://localhost/freeside/elements/xmenu.top.css" type="text/css" rel="stylesheet">
+
+
+  <link href="http://localhost/freeside/elements/freeside.css" type="text/css" rel="stylesheet">
+  <link href="http://localhost/freeside/elements/freeside-print.css" type="text/css" rel="stylesheet" media="print">
+<link href="http://localhost/freeside/elements/freeside-menu.css" type="text/css" rel="stylesheet">
+
+<SCRIPT TYPE="text/javascript">
+
+  function about_freeside() {
+    overlib( OLiframeContent('http://localhost/freeside/docs/about.html', 300, 375, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'About', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#7e0079', CGCOLOR, '#7e0079', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); 
+  }
+
+  webfxMenuImagePath      = "http://localhost/freeside/images/";
+  webfxMenuUseHover       = 1;
+  webfxMenuShowTime       = 300;
+  webfxMenuHideTime       = 500;
+
+  var myBar = new WebFXMenuBar;
+
+    
+          myBar.add(new WebFXMenuButton('Billing Main', "http://localhost/freeside/", 'Billing start page' ));
+
+    
+          myBar.add(new WebFXMenuButton('Ticketing Main', "http://localhost/freeside/rt/", 'Ticketing start page' ));
+
+    
+          myBar.add(new WebFXMenuButton('New prospect', "http://localhost/freeside/edit/prospect_main.html", 'Add a new prospect' ));
+
+    
+          myBar.add(new WebFXMenuButton('New customer', "http://localhost/freeside/edit/cust_main.cgi", 'Add a new customer' ));
+
+
+          var myMenu0 = new WebFXMenu;
+myMenu0.emptyText = '';
+var myMenu1 = new WebFXMenu;
+myMenu1.emptyText = '';
+myMenu1.add(new WebFXMenuItem("List prospects", "http://localhost/freeside/search/prospect_main.html", "" ));
+myMenu1.add(new WebFXMenuItem("Advanced prospect reports", "http://localhost/freeside/search/report_prospect_main.html", "" ));
+myMenu1.add(new WebFXMenuSeparator());
+myMenu1.add(new WebFXMenuItem("Prospect contacts", "http://localhost/freeside/search/report_contact.html?link=prospect_main", "" ));
+myMenu1.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Prospects", null, "Prospect reports", myMenu1 ));
+var myMenu2 = new WebFXMenu;
+myMenu2.emptyText = '';
+myMenu2.add(new WebFXMenuItem("List quotations", "http://localhost/freeside/search/quotation.html", "" ));
+myMenu2.add(new WebFXMenuItem("Advanced quotation reports", "http://localhost/freeside/search/report_quotation.html", "" ));
+myMenu2.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Quotations", null, "Quotation reports", myMenu2 ));
+var myMenu3 = new WebFXMenu;
+myMenu3.emptyText = '';
+var myMenu4 = new WebFXMenu;
+myMenu4.emptyText = '';
+myMenu4.add(new WebFXMenuItem("by customer number", "http://localhost/freeside/search/cust_main.cgi?browse=custnum", "" ));
+myMenu4.add(new WebFXMenuItem("by last name", "http://localhost/freeside/search/cust_main.cgi?browse=last", "" ));
+myMenu4.add(new WebFXMenuItem("by company name", "http://localhost/freeside/search/cust_main.cgi?browse=company", "" ));
+myMenu4.add(new WebFXMenuItem("by active trouble tickets", "http://localhost/freeside/search/cust_main.cgi?browse=tickets", "" ));
+myMenu4.width = 256;
+
+myMenu3.add(new WebFXMenuItem("List customers", null, "List customers", myMenu4 ));
+myMenu3.add(new WebFXMenuItem("Zip code distribution", "http://localhost/freeside/search/report_cust_main-zip.html", "Zip codes by number of customers" ));
+myMenu3.add(new WebFXMenuItem("Customer signup report", "http://localhost/freeside/graph/report_cust_signup.html", "New customer signups by date" ));
+myMenu3.add(new WebFXMenuItem("Customer churn report", "http://localhost/freeside/graph/report_cust_churn.html", "New customers, suspensions, and cancellations summary" ));
+myMenu3.add(new WebFXMenuItem("Signup date report", "http://localhost/freeside/graph/report_signupdate.html", "Signup date report (by date of signup)" ));
+myMenu3.add(new WebFXMenuItem("Advanced customer reports", "http://localhost/freeside/search/report_cust_main.html", "by status, signup date, agent, etc." ));
+myMenu3.add(new WebFXMenuSeparator());
+myMenu3.add(new WebFXMenuItem("Customer contacts", "http://localhost/freeside/search/report_contact.html?link=cust_main", "" ));
+myMenu3.add(new WebFXMenuItem("Customer stored payment information", "http://localhost/freeside/search/report_cust_payby.html", "" ));
+myMenu3.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Customers", null, "Customer reports", myMenu3 ));
+var myMenu5 = new WebFXMenu;
+myMenu5.emptyText = '';
+var myMenu6 = new WebFXMenu;
+myMenu6.emptyText = '';
+myMenu6.add(new WebFXMenuItem("All open invoices", "http://localhost/freeside/search/cust_bill.html?OPEN_date", "All invoices with an unpaid balance" ));
+myMenu6.add(new WebFXMenuItem("15 day open invoices", "http://localhost/freeside/search/cust_bill.html?OPEN15_date", "Invoices 15 days or older with an unpaid balance" ));
+myMenu6.add(new WebFXMenuItem("30 day open invoices", "http://localhost/freeside/search/cust_bill.html?OPEN30_date", "Invoices 30 days or older with an unpaid balance" ));
+myMenu6.add(new WebFXMenuItem("60 day open invoices", "http://localhost/freeside/search/cust_bill.html?OPEN60_date", "Invoices 60 days or older with an unpaid balance" ));
+myMenu6.add(new WebFXMenuItem("90 day open invoices", "http://localhost/freeside/search/cust_bill.html?OPEN90_date", "Invoices 90 days or older with an unpaid balance" ));
+myMenu6.add(new WebFXMenuItem("120 day open invoices", "http://localhost/freeside/search/cust_bill.html?OPEN120_date", "Invoices 120 days or older with an unpaid balance" ));
+myMenu6.width = 256;
+
+myMenu5.add(new WebFXMenuItem("Open invoices", null, "Open invoices", myMenu6 ));
+myMenu5.add(new WebFXMenuItem("All invoices", "http://localhost/freeside/search/cust_bill.html?date", "List all invoices" ));
+myMenu5.add(new WebFXMenuItem("Advanced invoice reports", "http://localhost/freeside/search/report_cust_bill.html", "by agent, date range, etc." ));
+myMenu5.add(new WebFXMenuSeparator());
+myMenu5.add(new WebFXMenuItem("Line items", "http://localhost/freeside/search/report_cust_bill_pkg.html", "Individual line item detail" ));
+myMenu5.add(new WebFXMenuItem("Voided invoices", "http://localhost/freeside/search/report_cust_bill_void.html", "Search for voided invoices" ));
+myMenu5.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Invoices", null, "Invoice reports", myMenu5 ));
+var myMenu7 = new WebFXMenu;
+myMenu7.emptyText = '';
+myMenu7.add(new WebFXMenuItem("Discount graph", "http://localhost/freeside/graph/report_cust_bill_pkg_discount.html", "Discount overview per month" ));
+myMenu7.add(new WebFXMenuItem("Discount detail", "http://localhost/freeside/search/report_cust_bill_pkg_discount.html", "Discount report (by employee and/or date range)" ));
+myMenu7.add(new WebFXMenuItem("Package discounts", "http://localhost/freeside/search/report_cust_pkg_discount.html", "Active/inactive discounts by package" ));
+myMenu7.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Discounts", null, "Discount reports", myMenu7 ));
+var myMenu8 = new WebFXMenu;
+myMenu8.emptyText = '';
+myMenu8.add(new WebFXMenuItem("Payments", "http://localhost/freeside/search/report_cust_pay.html", "Payment report (by type and/or date range)" ));
+myMenu8.add(new WebFXMenuItem("Payment application detail", "http://localhost/freeside/search/report_cust_bill_pay_pkg.html", "Line item application detail" ));
+myMenu8.add(new WebFXMenuItem("Pending Payments", "http://localhost/freeside/search/cust_pay_pending.html?magic=_date;statusNOT=done", "Pending real-time payments" ));
+myMenu8.add(new WebFXMenuItem("Unapplied Payments", "http://localhost/freeside/search/report_cust_pay.html?unapplied=1", "Unapplied payment report (by type and/or date range)" ));
+myMenu8.add(new WebFXMenuItem("Voided Payments", "http://localhost/freeside/search/report_cust_pay.html?void=1", "Voided payment report (by type and/or date range)" ));
+myMenu8.add(new WebFXMenuItem("Unapplied Payment Aging", "http://localhost/freeside/search/report_unapplied_cust_pay.html", "Unapplied payment aging report" ));
+myMenu8.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Payments", null, "Payment reports", myMenu8 ));
+var myMenu9 = new WebFXMenu;
+myMenu9.emptyText = '';
+myMenu9.add(new WebFXMenuItem("Package definitions (by # active)", "http://localhost/freeside/browse/part_pkg.cgi?active=1", "Package definitions by number of active packages" ));
+myMenu9.add(new WebFXMenuItem("Package costs", "http://localhost/freeside/graph/report_cust_pkg_cost.html", "Package setup and recurring costs graph" ));
+myMenu9.add(new WebFXMenuSeparator());
+myMenu9.add(new WebFXMenuItem("Package churn", "http://localhost/freeside/graph/report_cust_pkg.html", "Orders, suspensions and cancellations summary graph" ));
+myMenu9.add(new WebFXMenuSeparator());
+myMenu9.add(new WebFXMenuItem("All customer packages", "http://localhost/freeside/search/cust_pkg.cgi?pkgnum", "List all customer packages" ));
+myMenu9.add(new WebFXMenuItem("Package summary", "http://localhost/freeside/search/cust_pkg_summary.html", "Show package sales summary" ));
+myMenu9.add(new WebFXMenuItem("Suspended customer packages", "http://localhost/freeside/search/cust_pkg.cgi?magic=suspended", "List suspended packages" ));
+myMenu9.add(new WebFXMenuItem("Suspension summary", "http://localhost/freeside/search/cust_pkg_susp.html", "Show suspension activity" ));
+myMenu9.add(new WebFXMenuItem("Customer packages with unconfigured services", "http://localhost/freeside/search/cust_pkg.cgi?APKG_pkgnum", "List packages which have provisionable services" ));
+myMenu9.add(new WebFXMenuItem("Advanced package reports", "http://localhost/freeside/search/report_cust_pkg.html", "by agent, date range, status, package definition" ));
+myMenu9.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Packages", null, "Package reports", myMenu9 ));
+var myMenu10 = new WebFXMenu;
+myMenu10.emptyText = '';
+myMenu10.add(new WebFXMenuItem("Service definitions", "http://localhost/freeside/browse/part_svc.cgi?orderby=active", "Service definitions by number of active packages" ));
+myMenu10.add(new WebFXMenuSeparator());
+myMenu10.add(new WebFXMenuItem("Unprovisioned services", "http://localhost/freeside/search/report_unprovisioned_services.html", "Unprovisioned services" ));
+myMenu10.add(new WebFXMenuSeparator());
+var myMenu11 = new WebFXMenu;
+myMenu11.emptyText = '';
+myMenu11.add(new WebFXMenuItem("All accounts by Username", "http://localhost/freeside/search/svc_acct.cgi?magic=all;sortby=username", "" ));
+myMenu11.add(new WebFXMenuItem("All accounts by UID", "http://localhost/freeside/search/svc_acct.cgi?magic=all;sortby=uid", "" ));
+myMenu11.add(new WebFXMenuItem("All accounts with Time Remaining", "http://localhost/freeside/search/svc_acct.cgi?magic=all;sortby=seconds", "" ));
+myMenu11.add(new WebFXMenuItem("All accounts by Last login", "http://localhost/freeside/search/svc_acct.cgi?magic=all;sortby=last_login", "" ));
+myMenu11.add(new WebFXMenuItem("All accounts never logged in", "http://localhost/freeside/search/svc_acct.cgi?magic=nologin;sortby=svcnum", "" ));
+myMenu11.add(new WebFXMenuItem("Advanced account reports", "http://localhost/freeside/search/report_svc_acct.html", "" ));
+myMenu11.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Accounts", null, "Access accounts and mailboxes", myMenu11 ));
+var myMenu12 = new WebFXMenu;
+myMenu12.emptyText = '';
+myMenu12.add(new WebFXMenuItem("All domains", "http://localhost/freeside/search/svc_domain.cgi?magic=all;sortby=domain", "" ));
+myMenu12.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Domains", null, "Domains", myMenu12 ));
+var myMenu13 = new WebFXMenu;
+myMenu13.emptyText = '';
+myMenu13.add(new WebFXMenuItem("All certificates", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_cert;magic=all;sortby=svcnum", "" ));
+myMenu13.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Certificates", null, "Example services", myMenu13 ));
+var myMenu14 = new WebFXMenu;
+myMenu14.emptyText = '';
+myMenu14.add(new WebFXMenuItem("All mail forwards", "http://localhost/freeside/search/svc_forward.cgi?magic=all;sortby=svcnum", "" ));
+myMenu14.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Mail forwards", null, "Mail forwards", myMenu14 ));
+var myMenu15 = new WebFXMenu;
+myMenu15.emptyText = '';
+myMenu15.add(new WebFXMenuItem("All mailing lists", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_mailinglist;magic=all;sortby=svcnum", "" ));
+myMenu15.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Mailing lists", null, "Mailing lists", myMenu15 ));
+var myMenu16 = new WebFXMenu;
+myMenu16.emptyText = '';
+myMenu16.add(new WebFXMenuItem("All virtual hosting services", "http://localhost/freeside/search/svc_www.cgi?magic=all;sortby=svcnum", "" ));
+myMenu16.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Virtual hosting services", null, "Virtual hosting services", myMenu16 ));
+var myMenu17 = new WebFXMenu;
+myMenu17.emptyText = '';
+myMenu17.add(new WebFXMenuItem("All wireless broadband services", "http://localhost/freeside/search/svc_broadband.cgi?magic=all;sortby=svcnum", "" ));
+myMenu17.add(new WebFXMenuItem("Advanced wireless broadband reports", "http://localhost/freeside/search/report_svc_broadband.html", "" ));
+myMenu17.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Wireless broadband services", null, "Fixed wireless broadband services", myMenu17 ));
+var myMenu18 = new WebFXMenu;
+myMenu18.emptyText = '';
+myMenu18.add(new WebFXMenuItem("All cable subscribers by Service", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_cable;magic=all;sortby=svcnum", "" ));
+myMenu18.add(new WebFXMenuItem("All cable subscribers by Serial number", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_cable;magic=all;sortby=serialnum", "" ));
+myMenu18.add(new WebFXMenuItem("All cable subscribers by MAC address", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_cable;magic=all;sortby=mac_addr", "" ));
+myMenu18.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Cable Subscribers", null, "Cable Subscribers", myMenu18 ));
+var myMenu19 = new WebFXMenu;
+myMenu19.emptyText = '';
+myMenu19.add(new WebFXMenuItem("All DSLs", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_dsl;magic=all;sortby=phonenum", "" ));
+myMenu19.add(new WebFXMenuItem("Qualifications", "http://localhost/freeside/search/qual.cgi", "" ));
+myMenu19.width = 256;
+
+myMenu10.add(new WebFXMenuItem("DSLs", null, "DSLs", myMenu19 ));
+var myMenu20 = new WebFXMenu;
+myMenu20.emptyText = '';
+myMenu20.add(new WebFXMenuItem("All dish services", "http://localhost/freeside/search/svc_dish.cgi?magic=all;sortby=svcnum", "" ));
+myMenu20.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Dish services", null, "Dish services", myMenu20 ));
+var myMenu21 = new WebFXMenu;
+myMenu21.emptyText = '';
+myMenu21.add(new WebFXMenuItem("All hardware", "http://localhost/freeside/search/svc_hardware.cgi?magic=all;sortby=svcnum", "" ));
+myMenu21.add(new WebFXMenuItem("Advanced hardware reports", "http://localhost/freeside/search/report_svc_hardware.html", "" ));
+myMenu21.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Hardware", null, "Hardware", myMenu21 ));
+var myMenu22 = new WebFXMenu;
+myMenu22.emptyText = '';
+myMenu22.add(new WebFXMenuItem("All phone numbers", "http://localhost/freeside/search/svc_phone.cgi?magic=all;sortby=phonenum", "" ));
+myMenu22.add(new WebFXMenuItem("Phone numbers' total usage by time period", "http://localhost/freeside/search/report_svc_phone_usage.html", "Total usage (minutes, and amount billed) for the specified time period, per phone number." ));
+myMenu22.add(new WebFXMenuItem("Phone numbers by state", "http://localhost/freeside/search/phone_state.html", "Current or historical phone services broken down by state." ));
+myMenu22.add(new WebFXMenuItem("Advanced phone number reports", "http://localhost/freeside/search/report_svc_phone.html", "" ));
+myMenu22.add(new WebFXMenuItem("Phone number (DID) availability", "http://localhost/freeside/search/report_phone_avail.html", "" ));
+myMenu22.add(new WebFXMenuItem("Inventory/Provisioning Status", "http://localhost/freeside/search/phone_inventory_provisioned.html", "" ));
+myMenu22.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Phone numbers", null, "Phone numbers", myMenu22 ));
+var myMenu23 = new WebFXMenu;
+myMenu23.emptyText = '';
+myMenu23.add(new WebFXMenuItem("All PBXs", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_pbx;magic=all;sortby=svcnum", "" ));
+myMenu23.width = 256;
+
+myMenu10.add(new WebFXMenuItem("PBXs", null, "PBXs", myMenu23 ));
+var myMenu24 = new WebFXMenu;
+myMenu24.emptyText = '';
+myMenu24.add(new WebFXMenuItem("All circuits", "http://localhost/freeside/search/svc_circuit.cgi?magic=all;sortby=svcnum", "" ));
+myMenu24.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Circuits", null, "Voice and data circuit services", myMenu24 ));
+var myMenu25 = new WebFXMenu;
+myMenu25.emptyText = '';
+myMenu25.add(new WebFXMenuItem("All ports", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_port;magic=all;sortby=serviceid", "" ));
+myMenu25.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Ports", null, "Ports", myMenu25 ));
+var myMenu26 = new WebFXMenu;
+myMenu26.emptyText = '';
+myMenu26.add(new WebFXMenuItem("All alarm services", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_alarm;magic=all;sortby=acctnum", "" ));
+myMenu26.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Alarm services", null, "Alarm services", myMenu26 ));
+var myMenu27 = new WebFXMenu;
+myMenu27.emptyText = '';
+myMenu27.add(new WebFXMenuItem("All external services", "http://localhost/freeside/search/svc_external.cgi?magic=all;sortby=id", "" ));
+myMenu27.width = 256;
+
+myMenu10.add(new WebFXMenuItem("External services", null, "External services", myMenu27 ));
+myMenu10.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Services", null, "Services reports", myMenu10 ));
+var myMenu28 = new WebFXMenu;
+myMenu28.emptyText = '';
+myMenu28.add(new WebFXMenuItem("Inventory by agent", "http://localhost/freeside/search/report_agent_inventory.html", "" ));
+myMenu28.add(new WebFXMenuItem("Inventory activity", "http://localhost/freeside/search/report_h_inventory_item.html", "" ));
+myMenu28.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Inventory", null, "Inventory reports", myMenu28 ));
+var myMenu29 = new WebFXMenu;
+myMenu29.emptyText = '';
+myMenu29.add(new WebFXMenuItem("RADIUS sessions", "http://localhost/freeside/search/sqlradius.html", "" ));
+myMenu29.add(new WebFXMenuItem("RADIUS data usage", "http://localhost/freeside/search/report_sqlradius_usage.html", "" ));
+myMenu29.add(new WebFXMenuItem("Call Detail Records (CDRs)", "http://localhost/freeside/search/report_cdr.html", "" ));
+myMenu29.add(new WebFXMenuItem("Unrateable CDRs", "http://localhost/freeside/search/cdr.html?freesidestatus=failed;cdrbatchnum=_ALL_", "" ));
+myMenu29.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Usage", null, "Usage reports", myMenu29 ));
+var myMenu30 = new WebFXMenu;
+myMenu30.emptyText = '';
+var myMenu31 = new WebFXMenu;
+myMenu31.emptyText = '';
+myMenu31.add(new WebFXMenuItem("Tickets per day per Queue", "http://localhost/freeside/rt/RTx/Statistics/CallsQueueDay", "View the number of tickets created, resolved or deleted in a specific Queue, over the requested period of days" ));
+myMenu31.add(new WebFXMenuItem("Ticket status by Queue", "http://localhost/freeside/rt/RTx/Statistics/OpenStalled", "View numbers of new, open and stalled tickets in a selected Queue" ));
+myMenu31.add(new WebFXMenuItem("Tickets per day (multiple Queues)", "http://localhost/freeside/rt/RTx/Statistics/CallsMultiQueue", "View tickets created, resolved or deleted on in one or more Queues over a specified time period" ));
+myMenu31.add(new WebFXMenuItem("Tickets per Day of Week", "http://localhost/freeside/rt/RTx/Statistics/DayOfWeek", "View trends showing when tickets are created, resolved or deleted" ));
+myMenu31.add(new WebFXMenuItem("Time to resolve", "http://localhost/freeside/rt/RTx/Statistics/Resolution", "View how long tickets take to be resolved by Queue" ));
+myMenu31.add(new WebFXMenuItem("Time to resolve (scatter graph)", "http://localhost/freeside/rt/RTx/Statistics/TimeToResolve", "View a detailed scatter graph of time to resolve tickets by Queue" ));
+myMenu31.width = 256;
+
+myMenu30.add(new WebFXMenuItem("Statistics", null, "", myMenu31 ));
+myMenu30.add(new WebFXMenuSeparator());
+myMenu30.add(new WebFXMenuItem("Advanced ticket reports", "http://localhost/freeside/rt/Search/Build.html?NewQuery=1", "List tickets by any criteria" ));
+myMenu30.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Tickets", null, "Ticket reports", myMenu30 ));
+var myMenu32 = new WebFXMenu;
+myMenu32.emptyText = '';
+var myMenu33 = new WebFXMenu;
+myMenu33.emptyText = '';
+myMenu33.add(new WebFXMenuItem("Sales, Credits and Receipts", "http://localhost/freeside/graph/report_money_time.html", "Sales, credits and receipts summary graph" ));
+myMenu33.add(new WebFXMenuItem("Daily Sales, Credits and Receipts", "http://localhost/freeside/graph/report_money_time_daily.html", "Sales, credits and receipts (broken down by day) summary graph" ));
+myMenu33.add(new WebFXMenuItem("Sales Report", "http://localhost/freeside/graph/report_cust_bill_pkg.html", "Sales report and graph (by agent, package class and/or date range)" ));
+myMenu33.add(new WebFXMenuItem("Rated Call Sales Report", "http://localhost/freeside/graph/report_cust_bill_pkg_detail.html", "Sales report and graph (by agent, package class, usage class and/or date range)" ));
+myMenu33.add(new WebFXMenuItem("Sales with Advertising Source", "http://localhost/freeside/search/report_cust_bill_pkg_referral.html", "" ));
+myMenu33.width = 256;
+
+myMenu32.add(new WebFXMenuItem("Sales", null, "Sales reports", myMenu33 ));
+var myMenu34 = new WebFXMenu;
+myMenu34.emptyText = '';
+myMenu34.add(new WebFXMenuItem("Agent", "http://localhost/freeside/search/report_agent_commission.html", "" ));
+myMenu34.add(new WebFXMenuItem("Agent per package", "http://localhost/freeside/search/report_agent_commission_pkg.html", "" ));
+myMenu34.add(new WebFXMenuItem("Sales Person", "http://localhost/freeside/search/report_sales_commission.html", "" ));
+myMenu34.add(new WebFXMenuItem("Sales Person per package", "http://localhost/freeside/search/report_sales_commission_pkg.html", "" ));
+myMenu34.add(new WebFXMenuItem("Employee", "http://localhost/freeside/search/report_employee_commission.html", "" ));
+myMenu34.width = 256;
+
+myMenu32.add(new WebFXMenuItem("Commissions", null, "Commission reports", myMenu34 ));
+var myMenu35 = new WebFXMenu;
+myMenu35.emptyText = '';
+myMenu35.add(new WebFXMenuItem("Credit Report", "http://localhost/freeside/search/report_cust_credit.html", "Credit report (by employee and/or date range)" ));
+myMenu35.add(new WebFXMenuItem("Credit package source detail", "http://localhost/freeside/search/report_cust_credit_source_bill_pkg.html", "Line-item detail for triggered package credits" ));
+myMenu35.add(new WebFXMenuItem("Credit application detail", "http://localhost/freeside/search/report_cust_credit_bill_pkg.html", "Line item application detail" ));
+myMenu35.add(new WebFXMenuItem("Unapplied Credits", "http://localhost/freeside/search/report_cust_credit.html?unapplied=1", "Unapplied credit report (by type and/or date range)" ));
+myMenu35.add(new WebFXMenuItem("Voided Credits", "http://localhost/freeside/search/report_cust_credit_void.html", "Voided credit report (by employee and/or date range)" ));
+myMenu35.width = 256;
+
+myMenu32.add(new WebFXMenuItem("Credits", null, "Credit reports", myMenu35 ));
+var myMenu36 = new WebFXMenu;
+myMenu36.emptyText = '';
+myMenu36.add(new WebFXMenuItem("Refund Report", "http://localhost/freeside/search/report_cust_refund.html", "Refund report (by type and/or date range)" ));
+myMenu36.add(new WebFXMenuItem("Unapplied Refunds", "http://localhost/freeside/search/report_cust_refund.html?unapplied=1", "Unapplied refund report (by type and/or date range)" ));
+myMenu36.width = 256;
+
+myMenu32.add(new WebFXMenuItem("Refunds", null, "Refund reports", myMenu36 ));
+myMenu32.add(new WebFXMenuItem("A/R Aging", "http://localhost/freeside/search/report_receivables.html", "Accounts Receivable Aging report" ));
+myMenu32.add(new WebFXMenuItem("Prepaid Income", "http://localhost/freeside/search/report_prepaid_income.html", "Prepaid income (unearned revenue)  report" ));
+myMenu32.add(new WebFXMenuItem("Tax Liability", "http://localhost/freeside/search/report_tax.html", "Tax liability report (internal tax data)" ));
+myMenu32.add(new WebFXMenuItem("E911 Fee Summary", "http://localhost/freeside/search/report_e911.html", "E911 fee summary" ));
+myMenu32.add(new WebFXMenuItem("Customer Accounting Summary", "http://localhost/freeside/search/report_customer_accounting_summary.html", "Customer accounting summary report" ));
+myMenu32.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Financial (Receivables)", null, "Financial reports (Receivables)", myMenu32 ));
+var myMenu37 = new WebFXMenu;
+myMenu37.emptyText = '';
+myMenu37.add(new WebFXMenuItem("Payables summary", "http://localhost/freeside/search/report_vend_main.html", "Payables summary by vendor" ));
+myMenu37.add(new WebFXMenuItem("Payables detail", "http://localhost/freeside/search/report_vend_bill.html", "" ));
+myMenu37.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Financial (Payables)", null, "Financial reports (Payables)", myMenu37 ));
+var myMenu38 = new WebFXMenu;
+myMenu38.emptyText = '';
+var myMenu39 = new WebFXMenu;
+myMenu39.emptyText = '';
+myMenu39.add(new WebFXMenuItem("All billing events", "http://localhost/freeside/search/report_cust_event.html", "All billing events for a date range" ));
+myMenu39.add(new WebFXMenuItem("Billing event errors", "http://localhost/freeside/search/report_cust_event.html?failed=1", "Failed credit cards, processor or printer problems, etc." ));
+myMenu39.width = 256;
+
+myMenu38.add(new WebFXMenuItem("Billing events", null, "Billing events", myMenu39 ));
+myMenu38.add(new WebFXMenuItem("Credit limit incidents", "http://localhost/freeside/search/report_cust_main_credit_limit.html", "" ));
+myMenu38.add(new WebFXMenuItem("Employee activity", "http://localhost/freeside/search/report_employee_audit.html", "" ));
+myMenu38.add(new WebFXMenuItem("System log", "http://localhost/freeside/search/log.html", "View system events and debugging information." ));
+myMenu38.add(new WebFXMenuItem("Outgoing messages", "http://localhost/freeside/search/cust_msg.html", "View outgoing message log" ));
+myMenu38.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Logs", null, "System and email logs", myMenu38 ));
+myMenu0.width = 256;
+
+          myBar.add(new WebFXMenuButton('Reports', null, 'Lists, reporting and graphing', myMenu0 ));
+
+
+          var myMenu40 = new WebFXMenu;
+myMenu40.emptyText = '';
+var myMenu41 = new WebFXMenu;
+myMenu41.emptyText = '';
+myMenu41.add(new WebFXMenuItem("Appointments", "http://localhost/freeside/rt/Search/Schedule.html?LengthMin=0", "View appointment schedule" ));
+myMenu41.add(new WebFXMenuItem("Attachments", "http://localhost/freeside/browse/cust_attachment.html", "View customer attachments" ));
+myMenu41.add(new WebFXMenuItem("Customer email settings", "http://localhost/freeside/misc/manage_cust_email.html", "" ));
+myMenu41.width = 256;
+
+myMenu40.add(new WebFXMenuItem("Customers", null, "Customer tools", myMenu41 ));
+var myMenu42 = new WebFXMenu;
+myMenu42.emptyText = '';
+myMenu42.add(new WebFXMenuItem("Quick payment entry", "http://localhost/freeside/misc/batch-cust_pay.html", "Enter multiple payments in a batch" ));
+myMenu42.add(new WebFXMenuItem("Download invoice batches", "http://localhost/freeside/search/bill_batch.cgi", "" ));
+myMenu42.width = 256;
+
+myMenu40.add(new WebFXMenuItem("Billing", null, "Payment and invoice tools", myMenu42 ));
+var myMenu43 = new WebFXMenu;
+myMenu43.emptyText = '';
+var myMenu44 = new WebFXMenu;
+myMenu44.emptyText = '';
+myMenu44.add(new WebFXMenuItem("Overview", "http://localhost/freeside/rt/Articles/index.html", "" ));
+myMenu44.add(new WebFXMenuItem("Search", "http://localhost/freeside/rt/Articles/Article/Search.html", "" ));
+myMenu44.add(new WebFXMenuItem("Topics", "http://localhost/freeside/rt/Articles/Topics.html", "" ));
+myMenu44.width = 256;
+
+myMenu43.add(new WebFXMenuItem("Articles", null, "", myMenu44 ));
+myMenu43.add(new WebFXMenuItem("My Day", "http://localhost/freeside/rt/Tools/MyDay.html", "" ));
+myMenu43.add(new WebFXMenuItem("My Reminders", "http://localhost/freeside/rt/Tools/MyReminders.html", "" ));
+myMenu43.add(new WebFXMenuItem("Offline", "http://localhost/freeside/rt/Tools/Offline.html", "" ));
+myMenu43.add(new WebFXMenuItem("Approval", "http://localhost/freeside/rt/Approvals/", "" ));
+myMenu43.width = 256;
+
+myMenu40.add(new WebFXMenuItem("Ticketing", null, "Ticketing tools", myMenu43 ));
+var myMenu45 = new WebFXMenu;
+myMenu45.emptyText = '';
+myMenu45.add(new WebFXMenuItem("Bulk DID Orders", "http://localhost/freeside/browse/did_order.html", "View/manage bulk DID orders" ));
+myMenu45.add(new WebFXMenuItem("Business card scan", "http://localhost/freeside/edit/prospect_main-upload.html", "" ));
+myMenu45.width = 256;
+
+myMenu40.add(new WebFXMenuItem("Miscellaneous", null, "", myMenu45 ));
+var myMenu46 = new WebFXMenu;
+myMenu46.emptyText = '';
+myMenu46.add(new WebFXMenuItem("Customers", "http://localhost/freeside/misc/cust_main-import.cgi", "" ));
+myMenu46.add(new WebFXMenuItem("Package definitions", "http://localhost/freeside/misc/part_pkg-import.html", "" ));
+myMenu46.add(new WebFXMenuItem("Customer packages", "http://localhost/freeside/misc/cust_pkg-import.html", "" ));
+myMenu46.add(new WebFXMenuItem("Customer comments", "http://localhost/freeside/misc/cust_main_note-import.html", "" ));
+myMenu46.add(new WebFXMenuItem("One-time charges", "http://localhost/freeside/misc/cust_main-import_charges.cgi", "" ));
+myMenu46.add(new WebFXMenuItem("Payments", "http://localhost/freeside/misc/cust_pay-import.cgi", "" ));
+myMenu46.add(new WebFXMenuItem("Credits", "http://localhost/freeside/misc/cust_credit-import.html", "" ));
+myMenu46.add(new WebFXMenuItem("Phone numbers (DIDs)", "http://localhost/freeside/misc/phone_avail-import.html", "" ));
+myMenu46.add(new WebFXMenuItem("Call Detail Records (CDRs)", "http://localhost/freeside/misc/cdr-import.html", "" ));
+myMenu46.width = 256;
+
+myMenu40.add(new WebFXMenuItem("Importing", null, "Import tools", myMenu46 ));
+var myMenu47 = new WebFXMenu;
+myMenu47.emptyText = '';
+myMenu47.add(new WebFXMenuItem("Status", "http://localhost/freeside/view/Status.html", "System status" ));
+myMenu47.add(new WebFXMenuItem("Job Queue", "http://localhost/freeside/search/queue.html", "View pending job queue" ));
+myMenu47.width = 256;
+
+myMenu40.add(new WebFXMenuItem("System", null, "System tools", myMenu47 ));
+myMenu40.width = 256;
+
+          myBar.add(new WebFXMenuButton('Tools', null, 'Tools', myMenu40 ));
+
+
+          var myMenu48 = new WebFXMenu;
+myMenu48.emptyText = '';
+myMenu48.add(new WebFXMenuItem("Settings", "http://localhost/freeside/config/config-view.cgi", "" ));
+myMenu48.add(new WebFXMenuSeparator());
+var myMenu49 = new WebFXMenu;
+myMenu49.emptyText = '';
+myMenu49.add(new WebFXMenuItem("Agent types", "http://localhost/freeside/browse/agent_type.cgi", "Agent types define groups of package definitions that you can then assign to particular agents" ));
+myMenu49.add(new WebFXMenuItem("Agents", "http://localhost/freeside/browse/agent.cgi", "Agents are resellers of your service. Agents may be limited to a subset of your full offerings (via their type)" ));
+myMenu49.add(new WebFXMenuItem("Agent payment gateways", "http://localhost/freeside/browse/payment_gateway.html", "Credit card and electronic check processors for agent overrides" ));
+myMenu49.width = 256;
+
+myMenu48.add(new WebFXMenuItem("Companies", null, "", myMenu49 ));
+var myMenu50 = new WebFXMenu;
+myMenu50.emptyText = '';
+myMenu50.add(new WebFXMenuItem("Sales People", "http://localhost/freeside/browse/sales.html", "Sales people bring in new business." ));
+myMenu50.width = 256;
+
+myMenu48.add(new WebFXMenuItem("Sales People", null, "", myMenu50 ));
+var myMenu51 = new WebFXMenu;
+myMenu51.emptyText = '';
+myMenu51.add(new WebFXMenuItem("Employees", "http://localhost/freeside/browse/access_user.html", "Setup internal users" ));
+myMenu51.add(new WebFXMenuItem("Employee groups", "http://localhost/freeside/browse/access_group.html", "Employee groups allow you to control access to the backend" ));
+myMenu51.add(new WebFXMenuItem("Installer availability", "http://localhost/freeside/browse/sched_item.html", "Installer availability" ));
+myMenu51.width = 256;
+
+myMenu48.add(new WebFXMenuItem("Employees", null, "", myMenu51 ));
+myMenu48.add(new WebFXMenuSeparator());
+var myMenu52 = new WebFXMenu;
+myMenu52.emptyText = '';
+myMenu52.add(new WebFXMenuItem("Customer tags", "http://localhost/freeside/browse/part_tag.html", "" ));
+myMenu52.add(new WebFXMenuItem("Customer classes", "http://localhost/freeside/browse/cust_class.html", "Customer classes define groups of customers for reporting." ));
+myMenu52.add(new WebFXMenuItem("Customer categories", "http://localhost/freeside/browse/cust_category.html", "Customer categories define groups of customer classes." ));
+myMenu52.add(new WebFXMenuSeparator());
+myMenu52.add(new WebFXMenuItem("Contact types", "http://localhost/freeside/browse/contact_class.html", "" ));
+myMenu52.width = 256;
+
+myMenu48.add(new WebFXMenuItem("Customers", null, "", myMenu52 ));
+var myMenu53 = new WebFXMenu;
+myMenu53.emptyText = '';
+myMenu53.add(new WebFXMenuItem("Package definitions", "http://localhost/freeside/browse/part_pkg.cgi", "One or more services are grouped together into a package and given pricing information. Customers purchase packages, not services" ));
+myMenu53.add(new WebFXMenuItem("Package classes", "http://localhost/freeside/browse/pkg_class.html", "Package classes define groups of packages, for taxation, ordering convenience and reporting." ));
+myMenu53.add(new WebFXMenuItem("Package categories", "http://localhost/freeside/browse/pkg_category.html", "Package categories define groups of package classes, for invoice sections." ));
+myMenu53.add(new WebFXMenuItem("Package report classes", "http://localhost/freeside/browse/part_pkg_report_option.html", "Package classes define optional groups of packages for reporting only." ));
+myMenu53.add(new WebFXMenuItem("Fees", "http://localhost/freeside/browse/part_fee.html", "" ));
+myMenu53.add(new WebFXMenuItem("Discounts", "http://localhost/freeside/browse/discount.html", "" ));
+myMenu53.add(new WebFXMenuItem("Discount classes", "http://localhost/freeside/browse/discount_class.html", "" ));
+var myMenu54 = new WebFXMenu;
+myMenu54.emptyText = '';
+myMenu54.add(new WebFXMenuItem("Cancel reasons", "http://localhost/freeside/browse/reason.html?class=C", "Cancel reasons explain why a service was cancelled." ));
+myMenu54.add(new WebFXMenuItem("Cancel reason types", "http://localhost/freeside/browse/reason_type.html?class=C", "Cancel reason types define groups of reasons." ));
+myMenu54.add(new WebFXMenuItem("Suspend reasons", "http://localhost/freeside/browse/reason.html?class=S", "Suspend reasons explain why a service was suspended." ));
+myMenu54.add(new WebFXMenuItem("Suspend reason types", "http://localhost/freeside/browse/reason_type.html?class=S", "Suspend reason types define groups of reasons." ));
+myMenu54.width = 256;
+
+myMenu53.add(new WebFXMenuItem("Cancel/Suspend Reasons", null, "", myMenu54 ));
+myMenu53.width = 256;
+
+myMenu48.add(new WebFXMenuItem("Packages", null, "", myMenu53 ));
+var myMenu55 = new WebFXMenu;
+myMenu55.emptyText = '';
+myMenu55.add(new WebFXMenuItem("Service definitions", "http://localhost/freeside/browse/part_svc.cgi", "Services are items you offer to your customers" ));
+myMenu55.add(new WebFXMenuItem("Service classes", "http://localhost/freeside/browse/part_svc_class.html", "Services classes are user-defined, informational types for services" ));
+myMenu55.add(new WebFXMenuItem("Service dependencies", "http://localhost/freeside/browse/part_svc_link.html", "Services depencies define rules between service definitions" ));
+myMenu55.add(new WebFXMenuItem("Provisioning exports", "http://localhost/freeside/browse/part_export.cgi", "Provisioning services to external machines, databases and APIs" ));
+var myMenu56 = new WebFXMenu;
+myMenu56.emptyText = '';
+myMenu56.add(new WebFXMenuItem("Access numbers", "http://localhost/freeside/browse/svc_acct_pop.cgi", "Points of Presence" ));
+myMenu56.width = 256;
+
+myMenu55.add(new WebFXMenuItem("Dialup", null, "", myMenu56 ));
+var myMenu57 = new WebFXMenu;
+myMenu57.emptyText = '';
+myMenu57.add(new WebFXMenuItem("Towers", "http://localhost/freeside/browse/tower.html", "Towers and sectors" ));
+myMenu57.add(new WebFXMenuItem("Routers", "http://localhost/freeside/browse/router.cgi", "Broadband access routers" ));
+myMenu57.add(new WebFXMenuItem("Address blocks", "http://localhost/freeside/browse/addr_block.cgi", "Manage address blocks and block assignments to broadband routers" ));
+myMenu57.add(new WebFXMenuItem("Address ranges", "http://localhost/freeside/browse/addr_range.html", "Designate special address ranges" ));
+myMenu57.width = 256;
+
+myMenu55.add(new WebFXMenuItem("Wireless broadband", null, "", myMenu57 ));
+var myMenu58 = new WebFXMenu;
+myMenu58.emptyText = '';
+myMenu58.add(new WebFXMenuItem("View/Edit phone device types", "http://localhost/freeside/browse/part_device.html", "Phone device types" ));
+myMenu58.add(new WebFXMenuItem("View/Edit bulk DID vendors", "http://localhost/freeside/browse/did_vendor.html", "Bulk DID vendors" ));
+myMenu58.add(new WebFXMenuItem("View/Edit Carriers", "http://localhost/freeside/browse/cdr_carrier.html", "Carriers" ));
+myMenu58.width = 256;
+
+myMenu55.add(new WebFXMenuItem("Phone", null, "", myMenu58 ));
+var myMenu59 = new WebFXMenu;
+myMenu59.emptyText = '';
+myMenu59.add(new WebFXMenuItem("RADIUS Groups", "http://localhost/freeside/browse/radius_group.html", "Manage RADIUS groups" ));
+myMenu59.add(new WebFXMenuItem("RADIUS Clients", "http://localhost/freeside/browse/nas.html", "Manage RADIUS clients" ));
+myMenu59.width = 256;
+
+myMenu55.add(new WebFXMenuItem("RADIUS", null, "", myMenu59 ));
+var myMenu60 = new WebFXMenu;
+myMenu60.emptyText = '';
+myMenu60.add(new WebFXMenuItem("Cable providers", "http://localhost/freeside/browse/cable_provider.html", "" ));
+myMenu60.add(new WebFXMenuItem("Cable modem models", "http://localhost/freeside/browse/cable_model.html", "" ));
+myMenu60.width = 256;
+
+myMenu55.add(new WebFXMenuItem("Cable", null, "", myMenu60 ));
+var myMenu61 = new WebFXMenu;
+myMenu61.emptyText = '';
+myMenu61.add(new WebFXMenuItem("Conferencing types", "http://localhost/freeside/browse/conferencing_type.html", "" ));
+myMenu61.add(new WebFXMenuItem("Quality levels", "http://localhost/freeside/browse/conferencing_quality.html", "" ));
+myMenu61.width = 256;
+
+myMenu55.add(new WebFXMenuItem("Conferencing", null, "", myMenu61 ));
+var myMenu62 = new WebFXMenu;
+myMenu62.emptyText = '';
+myMenu62.add(new WebFXMenuItem("Alarm system vendors", "http://localhost/freeside/browse/alarm_system.html", "" ));
+myMenu62.add(new WebFXMenuItem("Alarm system types", "http://localhost/freeside/browse/alarm_type.html", "" ));
+myMenu62.add(new WebFXMenuItem("Alarm central stations", "http://localhost/freeside/browse/alarm_station.html", "" ));
+myMenu62.width = 256;
+
+myMenu55.add(new WebFXMenuItem("Alarm", null, "", myMenu62 ));
+var myMenu63 = new WebFXMenu;
+myMenu63.emptyText = '';
+myMenu63.add(new WebFXMenuItem("Circuit types", "http://localhost/freeside/browse/circuit_type.html", "" ));
+myMenu63.add(new WebFXMenuItem("Circuit providers", "http://localhost/freeside/browse/circuit_provider.html", "" ));
+myMenu63.add(new WebFXMenuItem("Termination types", "http://localhost/freeside/browse/circuit_termination.html", "" ));
+myMenu63.width = 256;
+
+myMenu55.add(new WebFXMenuItem("Circuits", null, "", myMenu63 ));
+myMenu55.add(new WebFXMenuItem("Hardware types", "http://localhost/freeside/browse/hardware_class.html", "Set up hardware type catalog" ));
+myMenu55.width = 256;
+
+myMenu48.add(new WebFXMenuItem("Services", null, "", myMenu55 ));
+myMenu48.add(new WebFXMenuSeparator());
+var myMenu64 = new WebFXMenu;
+myMenu64.emptyText = '';
+myMenu64.add(new WebFXMenuItem("Vendor classes", "http://localhost/freeside/browse/vend_class.html", "" ));
+myMenu64.add(new WebFXMenuItem("Vendors", "http://localhost/freeside/browse/vend_main.html", "" ));
+myMenu64.width = 256;
+
+myMenu48.add(new WebFXMenuItem("Vendors", null, "", myMenu64 ));
+myMenu48.add(new WebFXMenuSeparator());
+var myMenu65 = new WebFXMenu;
+myMenu65.emptyText = '';
+myMenu65.add(new WebFXMenuItem("Billing events", "http://localhost/freeside/browse/part_event.html", "Billing actions for customers, invoices and packages" ));
+myMenu65.add(new WebFXMenuItem("Invoice configurations", "http://localhost/freeside/browse/invoice_conf.html", "Adjust invoice settings for special-purpose notices" ));
+myMenu65.add(new WebFXMenuItem("Invoice templates", "http://localhost/freeside/browse/invoice_template.html", "Edit templates for HTML, plaintext and typeset invoices" ));
+myMenu65.add(new WebFXMenuSeparator());
+myMenu65.add(new WebFXMenuItem("Prepaid cards", "http://localhost/freeside/search/prepay_credit.html", "View outstanding cards, generate new cards" ));
+var myMenu66 = new WebFXMenu;
+myMenu66.emptyText = '';
+myMenu66.add(new WebFXMenuItem("Rate plans", "http://localhost/freeside/browse/rate.cgi", "Manage rate plans" ));
+myMenu66.add(new WebFXMenuItem("Regions and prefixes", "http://localhost/freeside/browse/rate_region.html", "Manage regions and prefixes" ));
+myMenu66.add(new WebFXMenuItem("Usage classes", "http://localhost/freeside/browse/usage_class.html", "Usage classes define groups of usage for taxation." ));
+myMenu66.add(new WebFXMenuItem("Time periods", "http://localhost/freeside/browse/rate_time.html", "Time periods define days and hours for rate plans" ));
+myMenu66.add(new WebFXMenuItem("Edit rates with Excel", "http://localhost/freeside/misc/rate_edit_excel.html", "Download and edit rates with Excel, then upload changes." ));
+myMenu66.add(new WebFXMenuSeparator());
+myMenu66.add(new WebFXMenuItem("Tiering plans", "http://localhost/freeside/browse/rate_tier.html", "Rating tiers" ));
+myMenu66.width = 256;
+
+myMenu65.add(new WebFXMenuItem("Call rates and regions", null, "Manage rate plans, regions and prefixes for VoIP and call billing", myMenu66 ));
+myMenu65.add(new WebFXMenuSeparator());
+myMenu65.add(new WebFXMenuItem("Locales and tax rates", "http://localhost/freeside/browse/cust_main_county.cgi", "Change tax rates, or break down a country into states, or a state into counties and assign different tax rates to each" ));
+myMenu65.add(new WebFXMenuItem("Tax classes", "http://localhost/freeside/browse/part_pkg_taxclass.html", "Tax classes" ));
+myMenu65.add(new WebFXMenuSeparator());
+myMenu65.add(new WebFXMenuItem("Credit reasons", "http://localhost/freeside/browse/reason.html?class=R", "Credit reasons explain why a credit was issued." ));
+myMenu65.add(new WebFXMenuItem("Credit reason types", "http://localhost/freeside/browse/reason_type.html?class=R", "Credit reason types define groups of reasons." ));
+myMenu65.add(new WebFXMenuSeparator());
+myMenu65.add(new WebFXMenuItem("Refund reasons", "http://localhost/freeside/browse/reason.html?class=F", "Refund reasons explain why a refund was issued." ));
+myMenu65.add(new WebFXMenuItem("Refund reason types", "http://localhost/freeside/browse/reason_type.html?class=F", "Refund reason types define groups of reasons." ));
+myMenu65.width = 256;
+
+myMenu48.add(new WebFXMenuItem("Billing", null, "", myMenu65 ));
+myMenu48.add(new WebFXMenuSeparator());
+var myMenu67 = new WebFXMenu;
+myMenu67.emptyText = '';
+myMenu67.add(new WebFXMenuItem("Message templates", "http://localhost/freeside/browse/msg_template.html", "Templates for customer notices" ));
+myMenu67.add(new WebFXMenuItem("Advertising sources", "http://localhost/freeside/browse/part_referral.html", "Where a customer heard about your service." ));
+myMenu67.add(new WebFXMenuItem("Custom fields", "http://localhost/freeside/browse/part_virtual_field.html", "Locally defined fields" ));
+myMenu67.add(new WebFXMenuItem("Translation strings", "http://localhost/freeside/browse/msgcat.html", "Translations and other customizable labels for each locale" ));
+myMenu67.add(new WebFXMenuItem("Inventory classes and inventory", "http://localhost/freeside/browse/inventory_class.html", "Setup inventory classes and stock inventory" ));
+myMenu67.add(new WebFXMenuItem("Upload targets", "http://localhost/freeside/browse/upload_target.html", "Billing and payment upload destinations" ));
+myMenu67.width = 256;
+
+myMenu48.add(new WebFXMenuItem("Miscellaneous", null, "", myMenu67 ));
+myMenu48.width = 256;
+
+          myBar.add(new WebFXMenuButton('Configuration', null, 'Configuration and setup', myMenu48 ));
+
+
+          var myMenu68 = new WebFXMenu;
+myMenu68.emptyText = '';
+myMenu68.add(new WebFXMenuItem("Billing documentation", "http://www.freeside.biz/mediawiki/index.php/Freeside:4:Documentation", "Freeside documentation" ));
+myMenu68.add(new WebFXMenuItem("Ticketing documentation", "http://wiki.bestpractical.com/", "Request Tracker Wiki" ));
+myMenu68.add(new WebFXMenuSeparator());
+myMenu68.add(new WebFXMenuItem("About Freeside v5.0git", "javascript:about_freeside()", "" ));
+myMenu68.add(new WebFXMenuItem("About RT v4.2.11", "http://www.bestpractical.com/rt", "Request Tracker Homepage" ));
+myMenu68.width = 256;
+
+          myBar.add(new WebFXMenuButton('Help', null, '', myMenu68 ));
+
+
+  myBar.show( null, 'vertical' );
+  myBar.width = 154;
+
+</SCRIPT>
+
+
+
+
+      <link rel="stylesheet" href="http://localhost/freeside/elements/jquery-ui.min.css">
+      <SCRIPT SRC="http://localhost/freeside/elements/jquery.js"></SCRIPT>
+      <SCRIPT SRC="http://localhost/freeside/elements/jquery-ui.min.js"></SCRIPT>
+      <SCRIPT TYPE="text/javascript" SRC="http://localhost/freeside/elements/overlibmws.js"></SCRIPT>
+  <SCRIPT TYPE="text/javascript" SRC="http://localhost/freeside/elements/overlibmws_iframe.js"></SCRIPT>
+  <SCRIPT TYPE="text/javascript" SRC="http://localhost/freeside/elements/overlibmws_draggable.js"></SCRIPT>
+  <SCRIPT TYPE="text/javascript" SRC="http://localhost/freeside/elements/overlibmws_crossframe.js"></SCRIPT>
+  <SCRIPT TYPE="text/javascript" SRC="http://localhost/freeside/elements/iframecontentmws.js"></SCRIPT>
+  <SCRIPT TYPE="text/javascript" SRC="http://localhost/freeside/elements/ajaxcontentmws.js"></SCRIPT>
+
+    <SCRIPT TYPE="text/javascript">
+
+  function rs_init_object() {
+    var A;
+    try {
+      A=new ActiveXObject("Msxml2.XMLHTTP");
+    } catch (e) {
+      try {
+        A=new ActiveXObject("Microsoft.XMLHTTP");
+      } catch (oc) {
+        A=null;
+      }
+    }
+    if(!A && typeof XMLHttpRequest != "undefined")
+      A = new XMLHttpRequest();
+    if (!A)
+      alert("Can't create XMLHttpRequest object");
+    return A;
+
+  }
+
+</SCRIPT>
+
+
+    
+
+  </HEAD>
+  <BODY BGCOLOR="#f8f8f8"  STYLE="margin-top:0; margin-bottom:0; margin-left:0px; margin-right:0px">
+    <table width="100%" CELLPADDING=0 CELLSPACING=0 STYLE="padding-left:0px; padding-right:4px" CLASS="fshead">
+      <tr>
+        <td BGCOLOR="#ffffff"><IMG BORDER=0 ALT="freeside" HEIGHT="36" SRC="http://localhost/freeside/view/REAL_logo.cgi"></td>
+        <td align=left BGCOLOR="#ffffff"> <!-- valign="top" -->
+          <font size=6>Freeside Test 5.0.1</font>
+        </td>
+        <td align=right valign=top BGCOLOR="#ffffff"><FONT SIZE="-1">Logged in as <b>test&nbsp;</b> <FONT SIZE="-2"><a href="http://localhost/freeside/loginout/logout.html">logout</a></FONT><br></FONT><FONT SIZE="-2"><a href="http://localhost/freeside/pref/pref.html" STYLE="color: #000000">Preferences</a>
+          <BR></FONT>
+        </td>
+      </tr>
+    </table>
+
+    <TABLE WIDTH="100%" CELLSPACING=0 CELLPADDING=0>
+
+<link href="http://localhost/freeside/elements/freeside-menu.css" type="text/css" rel="stylesheet">
+
+
+      <TR CLASS="fsmenubar">
+
+
+        <TD COLSPAN="7" WIDTH="100%" STYLE="padding:1px 0px 0px 0px;border-top: 1px solid #7e0079" BGCOLOR="#dddddd">
+          <SCRIPT TYPE="text/javascript">
+            document.write(myBar);
+          </SCRIPT>
+        </TD>
+
+      </TR>
+
+      <TR CLASS="fssearchbar">
+
+        <TD COLSPAN=1 BGCOLOR="#dddddd" ALIGN="right" STYLE="padding-left:2px">
+          
+  <FORM ACTION="http://localhost/freeside/search/prospect_main.html" METHOD="GET" STYLE="margin:0">
+    <INPUT NAME="search_prospect" TYPE="text" VALUE="(name, company or phone)" STYLE="width:155px" onFocus="clearhint_search_prospect(this);" onClick="clearhint_search_prospect(this);" CLASS="fstext"><BR>
+    <A HREF="http://localhost/freeside/search/report_prospect_main.html" CLASS="fslink" STYLE="font-size: 11px">Adv</A>
+    <INPUT TYPE="submit" VALUE="Search prospects" CLASS="fsblackbutton" onMouseOver="this.className='fsblackbuttonselected'; return true;" onMouseOut="this.className='fsblackbutton'; return true;" STYLE="font-size:11px;padding-left:1px;padding-right:1px">
+  </FORM>
+  
+
+
+<SCRIPT TYPE="text/javascript">
+
+  function clearhint_search_prospect (what) {
+    if ( what.value == '(name, company or phone)' )
+      what.value = '';
+  }
+
+</SCRIPT>
+
+        </TD>
+
+        <TD COLSPAN=1 BGCOLOR="#dddddd" ALIGN="right" STYLE="padding-left:2px">
+          
+  <FORM ACTION="http://localhost/freeside/search/cust_main.cgi" METHOD="POST" STYLE="margin:0">
+    <INPUT NAME="search_cust" TYPE="text" VALUE="(cust #, name, company or contact phone)" STYLE="width:246px" onFocus="clearhint_search_cust(this);" onClick="clearhint_search_cust(this);" CLASS="fstext"><BR>
+    <A HREF="http://localhost/freeside/search/report_cust_main.html" CLASS="fslink" STYLE="font-size: 11px">Advanced</A>
+    <INPUT TYPE="submit" VALUE="Search customers" CLASS="fsblackbutton" onMouseOver="this.className='fsblackbuttonselected'; return true;" onMouseOut="this.className='fsblackbutton'; return true;" STYLE="font-size:11px">
+  </FORM>
+  
+
+
+<SCRIPT TYPE="text/javascript">
+
+  function clearhint_search_cust (what) {
+    if ( what.value == '(cust #, name, company or contact phone)' )
+      what.value = '';
+  }
+
+</SCRIPT>
+
+        </TD>
+
+        <TD COLSPAN=1 BGCOLOR="#dddddd" ALIGN="center">
+          
+<SCRIPT TYPE="text/javascript">
+
+  function clearhint_search_address2 (what) {
+    if ( what.value == '(Unit #)' )
+      what.value = '';
+  }
+
+</SCRIPT>
+
+        </TD>
+
+        <TD COLSPAN=1 BGCOLOR="#dddddd" ALIGN="right">
+          
+  <FORM ACTION="http://localhost/freeside/search/cust_bill.html" METHOD="GET" STYLE="margin:0;display:inline">
+    <INPUT NAME="invnum" TYPE="text" VALUE="(inv #)" STYLE="width:56px" onFocus="clearhint_search_invoice(this);" onClick="clearhint_search_invoice(this);" CLASS="fstext">
+    <A HREF="http://localhost/freeside/search/report_cust_bill.html" CLASS="fslink" STYLE="font-size: 11px">Adv</A>    <BR>
+    <INPUT TYPE="submit" VALUE="Search invoices" CLASS="fsblackbutton" onMouseOver="this.className='fsblackbuttonselected'; return true;" onMouseOut="this.className='fsblackbutton'; return true;" STYLE="font-size:11px;padding-left:1px;padding-right:1px;margin-top:3px">
+  </FORM>
+  
+
+
+<SCRIPT TYPE="text/javascript">
+
+  function clearhint_search_invoice (what) {
+    if ( what.value == '(inv #)' )
+      what.value = '';
+  }
+
+</SCRIPT>
+
+        </TD>
+
+        <TD COLSPAN=1 BGCOLOR="#dddddd" ALIGN="right" STYLE="padding-left:2px">
+          
+  <FORM ACTION="http://localhost/freeside/search/cust_svc.html" METHOD="GET" STYLE="margin:0">
+    <INPUT NAME="search_svc" TYPE="text" VALUE="(user, email, ip, mac, domain or service phone)" STYLE="width:271px" onFocus="clearhint_search_svc(this);" onClick="clearhint_search_svc(this);" CLASS="fstext"><BR>
+    <A NOTYET="http://localhost/freeside/search/svc_Smarter.html" STYLE="color: #cccccc; font-size:11px">Advanced</A>
+    <INPUT TYPE="submit" VALUE="Search services" CLASS="fsblackbutton" onMouseOver="this.className='fsblackbuttonselected'; return true;" onMouseOut="this.className='fsblackbutton'; return true;" STYLE="font-size:11px">
+  </FORM>
+  
+
+
+<SCRIPT TYPE="text/javascript">
+
+  function clearhint_search_svc (what) {
+    if ( what.value == '(user, email, ip, mac, domain or service phone)' )
+      what.value = '';
+  }
+
+</SCRIPT>
+
+        </TD>
+
+        <TD COLSPAN=1 BGCOLOR="#dddddd" ALIGN="right" STYLE="padding-left:2px;padding-right:2px">
+          
+  <FORM ACTION="http://localhost/freeside//rt/index.html" METHOD="GET" STYLE="margin:0">
+    <INPUT NAME="q" TYPE="text" VALUE="(ticket #, subject, email or fulltext:text)" STYLE="width:223px" onFocus="clearhint_search_ticket(this);" onClick="clearhint_search_ticket(this);" CLASS="fstext"><BR>
+    <A HREF="http://localhost/freeside//rt/Search/Build.html?NewQuery=1" CLASS="fslink" STYLE="font-size:11px">Advanced</A>
+    <INPUT TYPE="submit" VALUE="Search tickets" CLASS="fsblackbutton" onMouseOver="this.className='fsblackbuttonselected'; return true;" onMouseOut="this.className='fsblackbutton'; return true;" STYLE="font-size:11px">
+  </FORM>
+  
+
+
+<SCRIPT TYPE="text/javascript">
+
+  function clearhint_search_ticket (what) {
+    if ( what.value == '(ticket #, subject, email or fulltext:text)' )
+      what.value = '';
+  }
+
+</SCRIPT>
+
+        </TD>
+
+      </TR>
+    </TABLE>
+
+
+
+    <TABLE WIDTH="100%" HEIGHT="100%" CELLSPACING=0 CELLPADDING=4>
+
+      <TR HEIGHT="100%">
+
+    <BR>
+        <TD CLASS="background" HEIGHT="100%" VALIGN="top"> <!-- WIDTH="100%"> -->
+
+          <H1>
+            Internal Payment Search Results
+          </H1>
+
+          <BR>
+
+          
+
+
+
+   <DIV CLASS="fstabs">
+   <A HREF="http://localhost/freeside/search/cust_pay.html?magic=_date;unapplied=0;beginning=01%2F01%2F2016;agentnum=1;order_by=paynum;group=0"  CLASS="fstabselected" >All payments (585)</A><A HREF="http://localhost/freeside/search/cust_pay.html?magic=_date;unapplied=0;beginning=01%2F01%2F2016;agentnum=1;order_by=paynum;group=1"  CLASS="fstab" >Credit card (585)</A>
+   </DIV>
+
+
+
+<DIV CLASS="fstabcontainer">
+<P>Download full results<BR>
+<A HREF="http://localhost/freeside/search/cust_pay.html?magic=_date;unapplied=0;beginning=01%2F01%2F2016;agentnum=1;order_by=paynum;type=xls">as Excel spreadsheet</A><BR>
+<A HREF="http://localhost/freeside/search/cust_pay.html?magic=_date;unapplied=0;beginning=01%2F01%2F2016;agentnum=1;order_by=paynum;type=html-print">as printable copy</A><BR>
+</P>
+
+
+        <FONT SIZE="+2">1</FONT>
+
+
+        <A HREF="http://localhost/freeside/search/cust_pay.html?magic=_date;unapplied=0;beginning=01%2F01%2F2016;agentnum=1;order_by=paynum;offset=100">2</A>
+
+
+        <A HREF="http://localhost/freeside/search/cust_pay.html?magic=_date;unapplied=0;beginning=01%2F01%2F2016;agentnum=1;order_by=paynum;offset=200">3</A>
+
+
+        <A HREF="http://localhost/freeside/search/cust_pay.html?magic=_date;unapplied=0;beginning=01%2F01%2F2016;agentnum=1;order_by=paynum;offset=300">4</A>
+
+
+        <A HREF="http://localhost/freeside/search/cust_pay.html?magic=_date;unapplied=0;beginning=01%2F01%2F2016;agentnum=1;order_by=paynum;offset=400">5</A>
+
+
+        <A HREF="http://localhost/freeside/search/cust_pay.html?magic=_date;unapplied=0;beginning=01%2F01%2F2016;agentnum=1;order_by=paynum;offset=500">6</A>
+
+      <A HREF="http://localhost/freeside/search/cust_pay.html?magic=_date;unapplied=0;beginning=01%2F01%2F2016;agentnum=1;order_by=paynum;offset=100"><B><FONT SIZE="+1">Next</FONT></B></A>
+
+
+
+<STYLE>
+  table.grid {
+    border-spacing: 0;
+  }
+</STYLE>
+<table class="grid">
+  <thead>
+  
+  <TR>
+    <TH CLASS   = "grid"
+        BGCOLOR = "#cccccc"
+        ROWSPAN = "2"
+        
+        
+
+    >
+      <A HREF="http://localhost/freeside/search/cust_pay.html?magic=_date;unapplied=0;beginning=01%2F01%2F2016;agentnum=1;order_by=paysort">Payment</A>
+    </TH>
+    <TH CLASS   = "grid"
+        BGCOLOR = "#cccccc"
+        ROWSPAN = "1"
+        
+        
+
+    >
+      <A HREF="http://localhost/freeside/search/cust_pay.html?magic=_date;unapplied=0;beginning=01%2F01%2F2016;agentnum=1;order_by=paid">Amount</A>
+    </TH>
+    <TH CLASS   = "grid"
+        BGCOLOR = "#cccccc"
+        ROWSPAN = "1"
+        
+        
+
+    >
+      <A HREF="http://localhost/freeside/search/cust_pay.html?magic=_date;unapplied=0;beginning=01%2F01%2F2016;agentnum=1;order_by=_date">Date</A>
+    </TH>
+    <TH CLASS   = "grid"
+        BGCOLOR = "#cccccc"
+        ROWSPAN = "1"
+        
+        
+
+    >
+      By
+    </TH>
+    <TH CLASS   = "grid"
+        BGCOLOR = "#cccccc"
+        ROWSPAN = "1"
+        
+        
+
+    >
+      Cust. Status
+    </TH>
+    <TH CLASS   = "grid"
+        BGCOLOR = "#cccccc"
+        ROWSPAN = "1"
+        
+        
+
+    >
+      Customer
+    </TH>
+  </TR>
+
+
+  </thead>
+  <tbody>
+  
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=447', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412393xxxxxx6707</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?3">Flatley-Hagenes (Donnelly, Odessa)</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=448', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412300xxxxxx1422</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?4">Bartoletti, Theodora</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=449', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412334xxxxxx9230</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?7">Renner Inc (Volkman, Antwan)</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=450', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412382xxxxxx8869</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?9">Ankunding, Fahey and Satterfield (Willms, Marcelle)</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=451', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412381xxxxxx9354</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?6">Johnston, Delphine</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=452', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412393xxxxxx6496</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?10">Grady, Aniya</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=453', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412352xxxxxx8661</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?15">Stracke Inc (Kuhlman, Kaya)</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=454', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412371xxxxxx3676</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?19">Toy-Gerlach (Zulauf, Sharon)</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=455', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412345xxxxxx4583</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?16">McDermott, Alejandra</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=456', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412380xxxxxx3823</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?13">Feest, Bechtelar and Harber (Douglas, Geovany)</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=457', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412390xxxxxx9436</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?18">Zemlak, Asia</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=458', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412396xxxxxx4646</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?21">Zemlak and Sons (Swift, Maximilian)</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=459', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412353xxxxxx2414</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?27">Haag-Schumm (Ullrich, Shemar)</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=460', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412325xxxxxx9052</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?28">Hackett, Garnet</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=461', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412371xxxxxx6197</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?31">Kuhn-Ruecker (Nienow, Kacie)</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=462', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412377xxxxxx7530</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?25">Kuhlman-Huels (Parisian, Cristopher)</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=463', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412333xxxxxx3755</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?24">Conn, Marisol</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=464', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412328xxxxxx6431</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?30">Toy, Bethany</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=465', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412313xxxxxx5222</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?39">Kunze, Ryan and Dare (Schultz, Jasper)</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=466', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412383xxxxxx0173</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?33">Buckridge, Spinka and Gerlach (Larkin, Lue)</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=467', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412364xxxxxx5720</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?40">Brekke, Tillman</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=468', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412370xxxxxx0947</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?37">Hodkiewicz-Raynor (Macejkovic, Leann)</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=469', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412332xxxxxx8907</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?34">Kunde, Noemi</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=470', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412390xxxxxx5794</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?43">Leannon-Pfannerstill (O&#39;Keefe, Bernie)</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=471', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412371xxxxxx6297</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?48">Mohr, Florine</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=472', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412323xxxxxx3468</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?51">Medhurst Group (Medhurst, Rafaela)</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=473', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412306xxxxxx5828</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?49">Bernhard LLC (Hintz, Winston)</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=474', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412325xxxxxx5322</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?46">Steuber, Ryley</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=475', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412387xxxxxx0283</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?45">Shanahan LLC (Brown, Ceasar)</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=476', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412392xxxxxx3970</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?52">Frami, Gayle</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=477', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412378xxxxxx3202</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?55">Wiegand-Kohler (Murray, Amparo)</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=478', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412399xxxxxx4977</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?60">Goldner, Verlie</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=479', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412340xxxxxx5576</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?61">Leuschke-Stamm (Dibbert, Betsy)</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=480', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412336xxxxxx0282</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?54">Thiel, Dagmar</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=481', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412389xxxxxx2421</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?58">Schultz, Colten</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=482', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412327xxxxxx2500</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?57">Sawayn and Sons (Beier, Olin)</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=483', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412340xxxxxx7763</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?63">Luettgen LLC (Grant, Grover)</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=484', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412391xxxxxx1645</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?67">Schultz, Hyatt and Ruecker (Yundt, Berta)</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=485', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412341xxxxxx1664</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?64">Pagac, Mariano</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=486', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412387xxxxxx9621</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?69">Moore-Cummerata (DuBuque, Russ)</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=487', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412351xxxxxx3194</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?66">Abbott, Addison</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=488', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412387xxxxxx5985</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?70">Brown, Danial</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=489', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412307xxxxxx6603</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?72">Lehner, Ryann</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=490', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412392xxxxxx5923</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?73">Balistreri-Koepp (Effertz, Laurie)</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=491', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412360xxxxxx2458</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?75">Hoeger-Brown (Shields, Serenity)</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=492', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412373xxxxxx4113</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?79">Corkery-D&#39;Amore (Wyman, Bethel)</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=493', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412328xxxxxx7873</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?76">Monahan, Tyrese</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=494', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412328xxxxxx6854</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?82">Kessler, Dana</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=495', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412311xxxxxx9654</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?81">Corkery LLC (Beahan, Sebastian)</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=496', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412381xxxxxx2589</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?84">Pacocha, Matilde</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=497', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412327xxxxxx8175</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?85">Spinka Inc (Runte, Emmalee)</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=498', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412384xxxxxx2819</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?87">Kozey and Sons (Vandervort, Harmon)</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=499', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412335xxxxxx1714</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?91">Fay and Sons (Gerhold, Thora)</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=500', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412302xxxxxx4669</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?93">Dach, Lueilwitz and Koepp (Kovacek, Frank)</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=501', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412380xxxxxx8241</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?99">Luettgen-Jacobs (Hintz, Junior)</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=502', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412350xxxxxx1348</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?96">Muller, Kenyatta</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=503', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412369xxxxxx5713</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?94">McKenzie, Kareem</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=504', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412369xxxxxx0557</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?97">Braun, Rath and Gutkowski (Wilderman, Reyes)</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=505', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412373xxxxxx2309</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?100">Dibbert, Roman</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=506', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412338xxxxxx4420</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?103">Roberts-Schinner (Flatley, Amelia)</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=507', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412388xxxxxx0555</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?102">Rau, Dale</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=508', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412347xxxxxx5960</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?108">Emmerich, Neil</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=509', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412381xxxxxx5485</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?106">Hermiston, Alexa</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=510', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412393xxxxxx5889</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?105">Barton-Goodwin (Schroeder, Brian)</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=511', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412387xxxxxx0848</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?109">Lind-Bahringer (Ratke, Roma)</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=512', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412354xxxxxx2694</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?111">Treutel, Kuhn and Sipes (Wintheiser, Elyse)</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=513', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412346xxxxxx5661</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?115">Kemmer-O&#39;Connell (Schuster, Alexander)</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=514', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412313xxxxxx3494</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?112">Gleason, Ahmed</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=515', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412350xxxxxx9816</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?114">Donnelly, Raleigh</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=516', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412342xxxxxx3863</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?118">Feeney, Brice</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=517', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412351xxxxxx2876</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?120">Mante, Demond</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=518', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412358xxxxxx7955</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?117">Bernier-Nader (Hane, Floy)</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=519', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412307xxxxxx4512</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?123">Zulauf-Schiller (Jacobs, Angelina)</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=520', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412371xxxxxx5182</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?121">Cole, Graham and Towne (Hickle, Javier)</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=521', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412348xxxxxx0834</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?126">Kunze, Michale</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=522', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412395xxxxxx7269</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?127">Langosh, Shanahan and Huels (Morissette, Florence)</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=523', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412386xxxxxx4614</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?132">Kris, Josie</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=524', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412389xxxxxx7923</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?129">Quitzon Group (Davis, Jeffery)</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=525', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412325xxxxxx4150</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?135">Olson Inc (Towne, Samara)</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=526', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412339xxxxxx8431</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?130">Carter, Cathy</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=527', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412357xxxxxx1799</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?136">Kub, Julie</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=528', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412310xxxxxx7289</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?138">Leuschke, Edd</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=529', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412368xxxxxx9467</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?141">Hamill-McKenzie (Heathcote, Ismael)</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=530', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412371xxxxxx0714</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?144">Frami, Miller</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=531', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412398xxxxxx2435</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?145">Zboncak, Schmidt and Howell (Pouros, Robb)</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=532', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412359xxxxxx8241</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?142">Pollich, Kieran</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=533', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412312xxxxxx9289</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?147">Pfeffer, Shanahan and Cruickshank (Kutch, Rosario)</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=534', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412384xxxxxx4955</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?151">Leannon-Crona (Schuster, Cierra)</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=535', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412321xxxxxx6661</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?150">Schuster, Ed</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=536', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412385xxxxxx4890</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?153">Lind Group (Padberg, Irving)</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=537', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412390xxxxxx2362</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?156">Upton, Otho</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=538', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412379xxxxxx3787</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?159">McLaughlin-Luettgen (Berge, Houston)</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=539', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412327xxxxxx0389</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?157">Weimann Inc (Cartwright, Judah)</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=540', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412312xxxxxx3810</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?163">Fritsch LLC (Jones, Mandy)</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=541', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412374xxxxxx5034</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?160">Lakin, Lindsay</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=542', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412392xxxxxx8154</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?162">Hermiston, Cassidy</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=543', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412371xxxxxx3828</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?171">Mante LLC (Kessler, Enid)</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=544', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412372xxxxxx1840</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$120.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?178">Ondricka, Ethelyn</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=545', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412386xxxxxx6686</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?172">Rowe, Amara</A></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="javascript:void(0);" onClick="overlib( OLiframeContent('http://localhost/freeside/view/cust_pay.html?link=popup;paynum=546', 540, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Payment Receipt', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;">Card #412312xxxxxx6258</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_queue</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?180">Bayer, Jessika</A></TD>
+
+
+    </TR>
+
+
+  </tbody>
+  <tfoot>
+  
+
+<TR>
+</TR>
+
+  
+
+<TR>
+    <TD CLASS="grid" STYLE="text-align: right;"><B>Total</B></TD>
+    <TD CLASS="grid" STYLE="text-align: right;"><B>$48369.99</B></TD>
+    <TD CLASS="grid" STYLE="text-align: right;"></TD>
+    <TD CLASS="grid" STYLE="text-align: center;"></TD>
+    <TD CLASS="grid" STYLE="text-align: center;"></TD>
+    <TD CLASS="grid" STYLE="text-align: left;"></TD>
+</TR>
+
+  </tfoot>
+</table>
+
+
+        <FONT SIZE="+2">1</FONT>
+
+
+        <A HREF="http://localhost/freeside/search/cust_pay.html?magic=_date;unapplied=0;beginning=01%2F01%2F2016;agentnum=1;order_by=paynum;offset=100">2</A>
+
+
+        <A HREF="http://localhost/freeside/search/cust_pay.html?magic=_date;unapplied=0;beginning=01%2F01%2F2016;agentnum=1;order_by=paynum;offset=200">3</A>
+
+
+        <A HREF="http://localhost/freeside/search/cust_pay.html?magic=_date;unapplied=0;beginning=01%2F01%2F2016;agentnum=1;order_by=paynum;offset=300">4</A>
+
+
+        <A HREF="http://localhost/freeside/search/cust_pay.html?magic=_date;unapplied=0;beginning=01%2F01%2F2016;agentnum=1;order_by=paynum;offset=400">5</A>
+
+
+        <A HREF="http://localhost/freeside/search/cust_pay.html?magic=_date;unapplied=0;beginning=01%2F01%2F2016;agentnum=1;order_by=paynum;offset=500">6</A>
+
+      <A HREF="http://localhost/freeside/search/cust_pay.html?magic=_date;unapplied=0;beginning=01%2F01%2F2016;agentnum=1;order_by=paynum;offset=100"><B><FONT SIZE="+1">Next</FONT></B></A>
+
+
+</DIV>
+
+        </TD>
+      </TR>
+    </TABLE>
+  </BODY>
+</HTML>
+
+
+
+
+
diff --git a/FS-Test/share/output/search/cust_pkg.cgi/keywords=pkgnum:order_by=pkgnum b/FS-Test/share/output/search/cust_pkg.cgi/keywords=pkgnum:order_by=pkgnum
new file mode 100644 (file)
index 0000000..160b6e7
--- /dev/null
@@ -0,0 +1,11329 @@
+
+            <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<HTML>
+  <HEAD>
+    <TITLE>
+      Package Search Results
+    </TITLE>
+    <!-- per RT, to prevent IE compatibility mode -->
+    <meta http-equiv="X-UA-Compatible" content="IE=edge" />
+    <!-- The X-UA-Compatible <meta> tag above must be very early in <head> -->
+    <META HTTP-Equiv="Cache-Control" Content="no-cache">
+    <META HTTP-Equiv="Pragma" Content="no-cache">
+    <META HTTP-Equiv="Expires" Content="0"> 
+
+    <script type="text/javascript" src="http://localhost/freeside/elements/cssexpr.js"></script>
+
+
+  <script type="text/javascript" src="http://localhost/freeside/elements/xmenu.top.js"></script>
+  <link href="http://localhost/freeside/elements/xmenu.top.css" type="text/css" rel="stylesheet">
+
+
+  <link href="http://localhost/freeside/elements/freeside.css" type="text/css" rel="stylesheet">
+  <link href="http://localhost/freeside/elements/freeside-print.css" type="text/css" rel="stylesheet" media="print">
+<link href="http://localhost/freeside/elements/freeside-menu.css" type="text/css" rel="stylesheet">
+
+<SCRIPT TYPE="text/javascript">
+
+  function about_freeside() {
+    overlib( OLiframeContent('http://localhost/freeside/docs/about.html', 300, 375, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'About', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#7e0079', CGCOLOR, '#7e0079', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); 
+  }
+
+  webfxMenuImagePath      = "http://localhost/freeside/images/";
+  webfxMenuUseHover       = 1;
+  webfxMenuShowTime       = 300;
+  webfxMenuHideTime       = 500;
+
+  var myBar = new WebFXMenuBar;
+
+    
+          myBar.add(new WebFXMenuButton('Billing Main', "http://localhost/freeside/", 'Billing start page' ));
+
+    
+          myBar.add(new WebFXMenuButton('Ticketing Main', "http://localhost/freeside/rt/", 'Ticketing start page' ));
+
+    
+          myBar.add(new WebFXMenuButton('New prospect', "http://localhost/freeside/edit/prospect_main.html", 'Add a new prospect' ));
+
+    
+          myBar.add(new WebFXMenuButton('New customer', "http://localhost/freeside/edit/cust_main.cgi", 'Add a new customer' ));
+
+
+          var myMenu0 = new WebFXMenu;
+myMenu0.emptyText = '';
+var myMenu1 = new WebFXMenu;
+myMenu1.emptyText = '';
+myMenu1.add(new WebFXMenuItem("List prospects", "http://localhost/freeside/search/prospect_main.html", "" ));
+myMenu1.add(new WebFXMenuItem("Advanced prospect reports", "http://localhost/freeside/search/report_prospect_main.html", "" ));
+myMenu1.add(new WebFXMenuSeparator());
+myMenu1.add(new WebFXMenuItem("Prospect contacts", "http://localhost/freeside/search/report_contact.html?link=prospect_main", "" ));
+myMenu1.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Prospects", null, "Prospect reports", myMenu1 ));
+var myMenu2 = new WebFXMenu;
+myMenu2.emptyText = '';
+myMenu2.add(new WebFXMenuItem("List quotations", "http://localhost/freeside/search/quotation.html", "" ));
+myMenu2.add(new WebFXMenuItem("Advanced quotation reports", "http://localhost/freeside/search/report_quotation.html", "" ));
+myMenu2.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Quotations", null, "Quotation reports", myMenu2 ));
+var myMenu3 = new WebFXMenu;
+myMenu3.emptyText = '';
+var myMenu4 = new WebFXMenu;
+myMenu4.emptyText = '';
+myMenu4.add(new WebFXMenuItem("by customer number", "http://localhost/freeside/search/cust_main.cgi?browse=custnum", "" ));
+myMenu4.add(new WebFXMenuItem("by last name", "http://localhost/freeside/search/cust_main.cgi?browse=last", "" ));
+myMenu4.add(new WebFXMenuItem("by company name", "http://localhost/freeside/search/cust_main.cgi?browse=company", "" ));
+myMenu4.add(new WebFXMenuItem("by active trouble tickets", "http://localhost/freeside/search/cust_main.cgi?browse=tickets", "" ));
+myMenu4.width = 256;
+
+myMenu3.add(new WebFXMenuItem("List customers", null, "List customers", myMenu4 ));
+myMenu3.add(new WebFXMenuItem("Zip code distribution", "http://localhost/freeside/search/report_cust_main-zip.html", "Zip codes by number of customers" ));
+myMenu3.add(new WebFXMenuItem("Customer signup report", "http://localhost/freeside/graph/report_cust_signup.html", "New customer signups by date" ));
+myMenu3.add(new WebFXMenuItem("Customer churn report", "http://localhost/freeside/graph/report_cust_churn.html", "New customers, suspensions, and cancellations summary" ));
+myMenu3.add(new WebFXMenuItem("Signup date report", "http://localhost/freeside/graph/report_signupdate.html", "Signup date report (by date of signup)" ));
+myMenu3.add(new WebFXMenuItem("Advanced customer reports", "http://localhost/freeside/search/report_cust_main.html", "by status, signup date, agent, etc." ));
+myMenu3.add(new WebFXMenuSeparator());
+myMenu3.add(new WebFXMenuItem("Customer contacts", "http://localhost/freeside/search/report_contact.html?link=cust_main", "" ));
+myMenu3.add(new WebFXMenuItem("Customer stored payment information", "http://localhost/freeside/search/report_cust_payby.html", "" ));
+myMenu3.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Customers", null, "Customer reports", myMenu3 ));
+var myMenu5 = new WebFXMenu;
+myMenu5.emptyText = '';
+var myMenu6 = new WebFXMenu;
+myMenu6.emptyText = '';
+myMenu6.add(new WebFXMenuItem("All open invoices", "http://localhost/freeside/search/cust_bill.html?OPEN_date", "All invoices with an unpaid balance" ));
+myMenu6.add(new WebFXMenuItem("15 day open invoices", "http://localhost/freeside/search/cust_bill.html?OPEN15_date", "Invoices 15 days or older with an unpaid balance" ));
+myMenu6.add(new WebFXMenuItem("30 day open invoices", "http://localhost/freeside/search/cust_bill.html?OPEN30_date", "Invoices 30 days or older with an unpaid balance" ));
+myMenu6.add(new WebFXMenuItem("60 day open invoices", "http://localhost/freeside/search/cust_bill.html?OPEN60_date", "Invoices 60 days or older with an unpaid balance" ));
+myMenu6.add(new WebFXMenuItem("90 day open invoices", "http://localhost/freeside/search/cust_bill.html?OPEN90_date", "Invoices 90 days or older with an unpaid balance" ));
+myMenu6.add(new WebFXMenuItem("120 day open invoices", "http://localhost/freeside/search/cust_bill.html?OPEN120_date", "Invoices 120 days or older with an unpaid balance" ));
+myMenu6.width = 256;
+
+myMenu5.add(new WebFXMenuItem("Open invoices", null, "Open invoices", myMenu6 ));
+myMenu5.add(new WebFXMenuItem("All invoices", "http://localhost/freeside/search/cust_bill.html?date", "List all invoices" ));
+myMenu5.add(new WebFXMenuItem("Advanced invoice reports", "http://localhost/freeside/search/report_cust_bill.html", "by agent, date range, etc." ));
+myMenu5.add(new WebFXMenuSeparator());
+myMenu5.add(new WebFXMenuItem("Line items", "http://localhost/freeside/search/report_cust_bill_pkg.html", "Individual line item detail" ));
+myMenu5.add(new WebFXMenuItem("Voided invoices", "http://localhost/freeside/search/report_cust_bill_void.html", "Search for voided invoices" ));
+myMenu5.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Invoices", null, "Invoice reports", myMenu5 ));
+var myMenu7 = new WebFXMenu;
+myMenu7.emptyText = '';
+myMenu7.add(new WebFXMenuItem("Discount graph", "http://localhost/freeside/graph/report_cust_bill_pkg_discount.html", "Discount overview per month" ));
+myMenu7.add(new WebFXMenuItem("Discount detail", "http://localhost/freeside/search/report_cust_bill_pkg_discount.html", "Discount report (by employee and/or date range)" ));
+myMenu7.add(new WebFXMenuItem("Package discounts", "http://localhost/freeside/search/report_cust_pkg_discount.html", "Active/inactive discounts by package" ));
+myMenu7.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Discounts", null, "Discount reports", myMenu7 ));
+var myMenu8 = new WebFXMenu;
+myMenu8.emptyText = '';
+myMenu8.add(new WebFXMenuItem("Payments", "http://localhost/freeside/search/report_cust_pay.html", "Payment report (by type and/or date range)" ));
+myMenu8.add(new WebFXMenuItem("Payment application detail", "http://localhost/freeside/search/report_cust_bill_pay_pkg.html", "Line item application detail" ));
+myMenu8.add(new WebFXMenuItem("Pending Payments", "http://localhost/freeside/search/cust_pay_pending.html?magic=_date;statusNOT=done", "Pending real-time payments" ));
+myMenu8.add(new WebFXMenuItem("Unapplied Payments", "http://localhost/freeside/search/report_cust_pay.html?unapplied=1", "Unapplied payment report (by type and/or date range)" ));
+myMenu8.add(new WebFXMenuItem("Voided Payments", "http://localhost/freeside/search/report_cust_pay.html?void=1", "Voided payment report (by type and/or date range)" ));
+myMenu8.add(new WebFXMenuItem("Unapplied Payment Aging", "http://localhost/freeside/search/report_unapplied_cust_pay.html", "Unapplied payment aging report" ));
+myMenu8.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Payments", null, "Payment reports", myMenu8 ));
+var myMenu9 = new WebFXMenu;
+myMenu9.emptyText = '';
+myMenu9.add(new WebFXMenuItem("Package definitions (by # active)", "http://localhost/freeside/browse/part_pkg.cgi?active=1", "Package definitions by number of active packages" ));
+myMenu9.add(new WebFXMenuItem("Package costs", "http://localhost/freeside/graph/report_cust_pkg_cost.html", "Package setup and recurring costs graph" ));
+myMenu9.add(new WebFXMenuSeparator());
+myMenu9.add(new WebFXMenuItem("Package churn", "http://localhost/freeside/graph/report_cust_pkg.html", "Orders, suspensions and cancellations summary graph" ));
+myMenu9.add(new WebFXMenuSeparator());
+myMenu9.add(new WebFXMenuItem("All customer packages", "http://localhost/freeside/search/cust_pkg.cgi?pkgnum", "List all customer packages" ));
+myMenu9.add(new WebFXMenuItem("Package summary", "http://localhost/freeside/search/cust_pkg_summary.html", "Show package sales summary" ));
+myMenu9.add(new WebFXMenuItem("Suspended customer packages", "http://localhost/freeside/search/cust_pkg.cgi?magic=suspended", "List suspended packages" ));
+myMenu9.add(new WebFXMenuItem("Suspension summary", "http://localhost/freeside/search/cust_pkg_susp.html", "Show suspension activity" ));
+myMenu9.add(new WebFXMenuItem("Customer packages with unconfigured services", "http://localhost/freeside/search/cust_pkg.cgi?APKG_pkgnum", "List packages which have provisionable services" ));
+myMenu9.add(new WebFXMenuItem("Advanced package reports", "http://localhost/freeside/search/report_cust_pkg.html", "by agent, date range, status, package definition" ));
+myMenu9.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Packages", null, "Package reports", myMenu9 ));
+var myMenu10 = new WebFXMenu;
+myMenu10.emptyText = '';
+myMenu10.add(new WebFXMenuItem("Service definitions", "http://localhost/freeside/browse/part_svc.cgi?orderby=active", "Service definitions by number of active packages" ));
+myMenu10.add(new WebFXMenuSeparator());
+myMenu10.add(new WebFXMenuItem("Unprovisioned services", "http://localhost/freeside/search/report_unprovisioned_services.html", "Unprovisioned services" ));
+myMenu10.add(new WebFXMenuSeparator());
+var myMenu11 = new WebFXMenu;
+myMenu11.emptyText = '';
+myMenu11.add(new WebFXMenuItem("All accounts by Username", "http://localhost/freeside/search/svc_acct.cgi?magic=all;sortby=username", "" ));
+myMenu11.add(new WebFXMenuItem("All accounts by UID", "http://localhost/freeside/search/svc_acct.cgi?magic=all;sortby=uid", "" ));
+myMenu11.add(new WebFXMenuItem("All accounts with Time Remaining", "http://localhost/freeside/search/svc_acct.cgi?magic=all;sortby=seconds", "" ));
+myMenu11.add(new WebFXMenuItem("All accounts by Last login", "http://localhost/freeside/search/svc_acct.cgi?magic=all;sortby=last_login", "" ));
+myMenu11.add(new WebFXMenuItem("All accounts never logged in", "http://localhost/freeside/search/svc_acct.cgi?magic=nologin;sortby=svcnum", "" ));
+myMenu11.add(new WebFXMenuItem("Advanced account reports", "http://localhost/freeside/search/report_svc_acct.html", "" ));
+myMenu11.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Accounts", null, "Access accounts and mailboxes", myMenu11 ));
+var myMenu12 = new WebFXMenu;
+myMenu12.emptyText = '';
+myMenu12.add(new WebFXMenuItem("All domains", "http://localhost/freeside/search/svc_domain.cgi?magic=all;sortby=domain", "" ));
+myMenu12.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Domains", null, "Domains", myMenu12 ));
+var myMenu13 = new WebFXMenu;
+myMenu13.emptyText = '';
+myMenu13.add(new WebFXMenuItem("All certificates", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_cert;magic=all;sortby=svcnum", "" ));
+myMenu13.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Certificates", null, "Example services", myMenu13 ));
+var myMenu14 = new WebFXMenu;
+myMenu14.emptyText = '';
+myMenu14.add(new WebFXMenuItem("All mail forwards", "http://localhost/freeside/search/svc_forward.cgi?magic=all;sortby=svcnum", "" ));
+myMenu14.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Mail forwards", null, "Mail forwards", myMenu14 ));
+var myMenu15 = new WebFXMenu;
+myMenu15.emptyText = '';
+myMenu15.add(new WebFXMenuItem("All mailing lists", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_mailinglist;magic=all;sortby=svcnum", "" ));
+myMenu15.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Mailing lists", null, "Mailing lists", myMenu15 ));
+var myMenu16 = new WebFXMenu;
+myMenu16.emptyText = '';
+myMenu16.add(new WebFXMenuItem("All virtual hosting services", "http://localhost/freeside/search/svc_www.cgi?magic=all;sortby=svcnum", "" ));
+myMenu16.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Virtual hosting services", null, "Virtual hosting services", myMenu16 ));
+var myMenu17 = new WebFXMenu;
+myMenu17.emptyText = '';
+myMenu17.add(new WebFXMenuItem("All wireless broadband services", "http://localhost/freeside/search/svc_broadband.cgi?magic=all;sortby=svcnum", "" ));
+myMenu17.add(new WebFXMenuItem("Advanced wireless broadband reports", "http://localhost/freeside/search/report_svc_broadband.html", "" ));
+myMenu17.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Wireless broadband services", null, "Fixed wireless broadband services", myMenu17 ));
+var myMenu18 = new WebFXMenu;
+myMenu18.emptyText = '';
+myMenu18.add(new WebFXMenuItem("All cable subscribers by Service", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_cable;magic=all;sortby=svcnum", "" ));
+myMenu18.add(new WebFXMenuItem("All cable subscribers by Serial number", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_cable;magic=all;sortby=serialnum", "" ));
+myMenu18.add(new WebFXMenuItem("All cable subscribers by MAC address", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_cable;magic=all;sortby=mac_addr", "" ));
+myMenu18.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Cable Subscribers", null, "Cable Subscribers", myMenu18 ));
+var myMenu19 = new WebFXMenu;
+myMenu19.emptyText = '';
+myMenu19.add(new WebFXMenuItem("All DSLs", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_dsl;magic=all;sortby=phonenum", "" ));
+myMenu19.add(new WebFXMenuItem("Qualifications", "http://localhost/freeside/search/qual.cgi", "" ));
+myMenu19.width = 256;
+
+myMenu10.add(new WebFXMenuItem("DSLs", null, "DSLs", myMenu19 ));
+var myMenu20 = new WebFXMenu;
+myMenu20.emptyText = '';
+myMenu20.add(new WebFXMenuItem("All dish services", "http://localhost/freeside/search/svc_dish.cgi?magic=all;sortby=svcnum", "" ));
+myMenu20.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Dish services", null, "Dish services", myMenu20 ));
+var myMenu21 = new WebFXMenu;
+myMenu21.emptyText = '';
+myMenu21.add(new WebFXMenuItem("All hardware", "http://localhost/freeside/search/svc_hardware.cgi?magic=all;sortby=svcnum", "" ));
+myMenu21.add(new WebFXMenuItem("Advanced hardware reports", "http://localhost/freeside/search/report_svc_hardware.html", "" ));
+myMenu21.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Hardware", null, "Hardware", myMenu21 ));
+var myMenu22 = new WebFXMenu;
+myMenu22.emptyText = '';
+myMenu22.add(new WebFXMenuItem("All phone numbers", "http://localhost/freeside/search/svc_phone.cgi?magic=all;sortby=phonenum", "" ));
+myMenu22.add(new WebFXMenuItem("Phone numbers' total usage by time period", "http://localhost/freeside/search/report_svc_phone_usage.html", "Total usage (minutes, and amount billed) for the specified time period, per phone number." ));
+myMenu22.add(new WebFXMenuItem("Phone numbers by state", "http://localhost/freeside/search/phone_state.html", "Current or historical phone services broken down by state." ));
+myMenu22.add(new WebFXMenuItem("Advanced phone number reports", "http://localhost/freeside/search/report_svc_phone.html", "" ));
+myMenu22.add(new WebFXMenuItem("Phone number (DID) availability", "http://localhost/freeside/search/report_phone_avail.html", "" ));
+myMenu22.add(new WebFXMenuItem("Inventory/Provisioning Status", "http://localhost/freeside/search/phone_inventory_provisioned.html", "" ));
+myMenu22.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Phone numbers", null, "Phone numbers", myMenu22 ));
+var myMenu23 = new WebFXMenu;
+myMenu23.emptyText = '';
+myMenu23.add(new WebFXMenuItem("All PBXs", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_pbx;magic=all;sortby=svcnum", "" ));
+myMenu23.width = 256;
+
+myMenu10.add(new WebFXMenuItem("PBXs", null, "PBXs", myMenu23 ));
+var myMenu24 = new WebFXMenu;
+myMenu24.emptyText = '';
+myMenu24.add(new WebFXMenuItem("All circuits", "http://localhost/freeside/search/svc_circuit.cgi?magic=all;sortby=svcnum", "" ));
+myMenu24.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Circuits", null, "Voice and data circuit services", myMenu24 ));
+var myMenu25 = new WebFXMenu;
+myMenu25.emptyText = '';
+myMenu25.add(new WebFXMenuItem("All ports", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_port;magic=all;sortby=serviceid", "" ));
+myMenu25.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Ports", null, "Ports", myMenu25 ));
+var myMenu26 = new WebFXMenu;
+myMenu26.emptyText = '';
+myMenu26.add(new WebFXMenuItem("All alarm services", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_alarm;magic=all;sortby=acctnum", "" ));
+myMenu26.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Alarm services", null, "Alarm services", myMenu26 ));
+var myMenu27 = new WebFXMenu;
+myMenu27.emptyText = '';
+myMenu27.add(new WebFXMenuItem("All external services", "http://localhost/freeside/search/svc_external.cgi?magic=all;sortby=id", "" ));
+myMenu27.width = 256;
+
+myMenu10.add(new WebFXMenuItem("External services", null, "External services", myMenu27 ));
+myMenu10.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Services", null, "Services reports", myMenu10 ));
+var myMenu28 = new WebFXMenu;
+myMenu28.emptyText = '';
+myMenu28.add(new WebFXMenuItem("Inventory by agent", "http://localhost/freeside/search/report_agent_inventory.html", "" ));
+myMenu28.add(new WebFXMenuItem("Inventory activity", "http://localhost/freeside/search/report_h_inventory_item.html", "" ));
+myMenu28.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Inventory", null, "Inventory reports", myMenu28 ));
+var myMenu29 = new WebFXMenu;
+myMenu29.emptyText = '';
+myMenu29.add(new WebFXMenuItem("RADIUS sessions", "http://localhost/freeside/search/sqlradius.html", "" ));
+myMenu29.add(new WebFXMenuItem("RADIUS data usage", "http://localhost/freeside/search/report_sqlradius_usage.html", "" ));
+myMenu29.add(new WebFXMenuItem("Call Detail Records (CDRs)", "http://localhost/freeside/search/report_cdr.html", "" ));
+myMenu29.add(new WebFXMenuItem("Unrateable CDRs", "http://localhost/freeside/search/cdr.html?freesidestatus=failed;cdrbatchnum=_ALL_", "" ));
+myMenu29.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Usage", null, "Usage reports", myMenu29 ));
+var myMenu30 = new WebFXMenu;
+myMenu30.emptyText = '';
+var myMenu31 = new WebFXMenu;
+myMenu31.emptyText = '';
+myMenu31.add(new WebFXMenuItem("Tickets per day per Queue", "http://localhost/freeside/rt/RTx/Statistics/CallsQueueDay", "View the number of tickets created, resolved or deleted in a specific Queue, over the requested period of days" ));
+myMenu31.add(new WebFXMenuItem("Ticket status by Queue", "http://localhost/freeside/rt/RTx/Statistics/OpenStalled", "View numbers of new, open and stalled tickets in a selected Queue" ));
+myMenu31.add(new WebFXMenuItem("Tickets per day (multiple Queues)", "http://localhost/freeside/rt/RTx/Statistics/CallsMultiQueue", "View tickets created, resolved or deleted on in one or more Queues over a specified time period" ));
+myMenu31.add(new WebFXMenuItem("Tickets per Day of Week", "http://localhost/freeside/rt/RTx/Statistics/DayOfWeek", "View trends showing when tickets are created, resolved or deleted" ));
+myMenu31.add(new WebFXMenuItem("Time to resolve", "http://localhost/freeside/rt/RTx/Statistics/Resolution", "View how long tickets take to be resolved by Queue" ));
+myMenu31.add(new WebFXMenuItem("Time to resolve (scatter graph)", "http://localhost/freeside/rt/RTx/Statistics/TimeToResolve", "View a detailed scatter graph of time to resolve tickets by Queue" ));
+myMenu31.width = 256;
+
+myMenu30.add(new WebFXMenuItem("Statistics", null, "", myMenu31 ));
+myMenu30.add(new WebFXMenuSeparator());
+myMenu30.add(new WebFXMenuItem("Advanced ticket reports", "http://localhost/freeside/rt/Search/Build.html?NewQuery=1", "List tickets by any criteria" ));
+myMenu30.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Tickets", null, "Ticket reports", myMenu30 ));
+var myMenu32 = new WebFXMenu;
+myMenu32.emptyText = '';
+var myMenu33 = new WebFXMenu;
+myMenu33.emptyText = '';
+myMenu33.add(new WebFXMenuItem("Sales, Credits and Receipts", "http://localhost/freeside/graph/report_money_time.html", "Sales, credits and receipts summary graph" ));
+myMenu33.add(new WebFXMenuItem("Daily Sales, Credits and Receipts", "http://localhost/freeside/graph/report_money_time_daily.html", "Sales, credits and receipts (broken down by day) summary graph" ));
+myMenu33.add(new WebFXMenuItem("Sales Report", "http://localhost/freeside/graph/report_cust_bill_pkg.html", "Sales report and graph (by agent, package class and/or date range)" ));
+myMenu33.add(new WebFXMenuItem("Rated Call Sales Report", "http://localhost/freeside/graph/report_cust_bill_pkg_detail.html", "Sales report and graph (by agent, package class, usage class and/or date range)" ));
+myMenu33.add(new WebFXMenuItem("Sales with Advertising Source", "http://localhost/freeside/search/report_cust_bill_pkg_referral.html", "" ));
+myMenu33.width = 256;
+
+myMenu32.add(new WebFXMenuItem("Sales", null, "Sales reports", myMenu33 ));
+var myMenu34 = new WebFXMenu;
+myMenu34.emptyText = '';
+myMenu34.add(new WebFXMenuItem("Agent", "http://localhost/freeside/search/report_agent_commission.html", "" ));
+myMenu34.add(new WebFXMenuItem("Agent per package", "http://localhost/freeside/search/report_agent_commission_pkg.html", "" ));
+myMenu34.add(new WebFXMenuItem("Sales Person", "http://localhost/freeside/search/report_sales_commission.html", "" ));
+myMenu34.add(new WebFXMenuItem("Sales Person per package", "http://localhost/freeside/search/report_sales_commission_pkg.html", "" ));
+myMenu34.add(new WebFXMenuItem("Employee", "http://localhost/freeside/search/report_employee_commission.html", "" ));
+myMenu34.width = 256;
+
+myMenu32.add(new WebFXMenuItem("Commissions", null, "Commission reports", myMenu34 ));
+var myMenu35 = new WebFXMenu;
+myMenu35.emptyText = '';
+myMenu35.add(new WebFXMenuItem("Credit Report", "http://localhost/freeside/search/report_cust_credit.html", "Credit report (by employee and/or date range)" ));
+myMenu35.add(new WebFXMenuItem("Credit package source detail", "http://localhost/freeside/search/report_cust_credit_source_bill_pkg.html", "Line-item detail for triggered package credits" ));
+myMenu35.add(new WebFXMenuItem("Credit application detail", "http://localhost/freeside/search/report_cust_credit_bill_pkg.html", "Line item application detail" ));
+myMenu35.add(new WebFXMenuItem("Unapplied Credits", "http://localhost/freeside/search/report_cust_credit.html?unapplied=1", "Unapplied credit report (by type and/or date range)" ));
+myMenu35.add(new WebFXMenuItem("Voided Credits", "http://localhost/freeside/search/report_cust_credit_void.html", "Voided credit report (by employee and/or date range)" ));
+myMenu35.width = 256;
+
+myMenu32.add(new WebFXMenuItem("Credits", null, "Credit reports", myMenu35 ));
+var myMenu36 = new WebFXMenu;
+myMenu36.emptyText = '';
+myMenu36.add(new WebFXMenuItem("Refund Report", "http://localhost/freeside/search/report_cust_refund.html", "Refund report (by type and/or date range)" ));
+myMenu36.add(new WebFXMenuItem("Unapplied Refunds", "http://localhost/freeside/search/report_cust_refund.html?unapplied=1", "Unapplied refund report (by type and/or date range)" ));
+myMenu36.width = 256;
+
+myMenu32.add(new WebFXMenuItem("Refunds", null, "Refund reports", myMenu36 ));
+myMenu32.add(new WebFXMenuItem("A/R Aging", "http://localhost/freeside/search/report_receivables.html", "Accounts Receivable Aging report" ));
+myMenu32.add(new WebFXMenuItem("Prepaid Income", "http://localhost/freeside/search/report_prepaid_income.html", "Prepaid income (unearned revenue)  report" ));
+myMenu32.add(new WebFXMenuItem("Tax Liability", "http://localhost/freeside/search/report_tax.html", "Tax liability report (internal tax data)" ));
+myMenu32.add(new WebFXMenuItem("E911 Fee Summary", "http://localhost/freeside/search/report_e911.html", "E911 fee summary" ));
+myMenu32.add(new WebFXMenuItem("Customer Accounting Summary", "http://localhost/freeside/search/report_customer_accounting_summary.html", "Customer accounting summary report" ));
+myMenu32.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Financial (Receivables)", null, "Financial reports (Receivables)", myMenu32 ));
+var myMenu37 = new WebFXMenu;
+myMenu37.emptyText = '';
+myMenu37.add(new WebFXMenuItem("Payables summary", "http://localhost/freeside/search/report_vend_main.html", "Payables summary by vendor" ));
+myMenu37.add(new WebFXMenuItem("Payables detail", "http://localhost/freeside/search/report_vend_bill.html", "" ));
+myMenu37.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Financial (Payables)", null, "Financial reports (Payables)", myMenu37 ));
+var myMenu38 = new WebFXMenu;
+myMenu38.emptyText = '';
+var myMenu39 = new WebFXMenu;
+myMenu39.emptyText = '';
+myMenu39.add(new WebFXMenuItem("All billing events", "http://localhost/freeside/search/report_cust_event.html", "All billing events for a date range" ));
+myMenu39.add(new WebFXMenuItem("Billing event errors", "http://localhost/freeside/search/report_cust_event.html?failed=1", "Failed credit cards, processor or printer problems, etc." ));
+myMenu39.width = 256;
+
+myMenu38.add(new WebFXMenuItem("Billing events", null, "Billing events", myMenu39 ));
+myMenu38.add(new WebFXMenuItem("Credit limit incidents", "http://localhost/freeside/search/report_cust_main_credit_limit.html", "" ));
+myMenu38.add(new WebFXMenuItem("Employee activity", "http://localhost/freeside/search/report_employee_audit.html", "" ));
+myMenu38.add(new WebFXMenuItem("System log", "http://localhost/freeside/search/log.html", "View system events and debugging information." ));
+myMenu38.add(new WebFXMenuItem("Outgoing messages", "http://localhost/freeside/search/cust_msg.html", "View outgoing message log" ));
+myMenu38.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Logs", null, "System and email logs", myMenu38 ));
+myMenu0.width = 256;
+
+          myBar.add(new WebFXMenuButton('Reports', null, 'Lists, reporting and graphing', myMenu0 ));
+
+
+          var myMenu40 = new WebFXMenu;
+myMenu40.emptyText = '';
+var myMenu41 = new WebFXMenu;
+myMenu41.emptyText = '';
+myMenu41.add(new WebFXMenuItem("Appointments", "http://localhost/freeside/rt/Search/Schedule.html?LengthMin=0", "View appointment schedule" ));
+myMenu41.add(new WebFXMenuItem("Attachments", "http://localhost/freeside/browse/cust_attachment.html", "View customer attachments" ));
+myMenu41.add(new WebFXMenuItem("Customer email settings", "http://localhost/freeside/misc/manage_cust_email.html", "" ));
+myMenu41.width = 256;
+
+myMenu40.add(new WebFXMenuItem("Customers", null, "Customer tools", myMenu41 ));
+var myMenu42 = new WebFXMenu;
+myMenu42.emptyText = '';
+myMenu42.add(new WebFXMenuItem("Quick payment entry", "http://localhost/freeside/misc/batch-cust_pay.html", "Enter multiple payments in a batch" ));
+myMenu42.add(new WebFXMenuItem("Download invoice batches", "http://localhost/freeside/search/bill_batch.cgi", "" ));
+myMenu42.width = 256;
+
+myMenu40.add(new WebFXMenuItem("Billing", null, "Payment and invoice tools", myMenu42 ));
+var myMenu43 = new WebFXMenu;
+myMenu43.emptyText = '';
+var myMenu44 = new WebFXMenu;
+myMenu44.emptyText = '';
+myMenu44.add(new WebFXMenuItem("Overview", "http://localhost/freeside/rt/Articles/index.html", "" ));
+myMenu44.add(new WebFXMenuItem("Search", "http://localhost/freeside/rt/Articles/Article/Search.html", "" ));
+myMenu44.add(new WebFXMenuItem("Topics", "http://localhost/freeside/rt/Articles/Topics.html", "" ));
+myMenu44.width = 256;
+
+myMenu43.add(new WebFXMenuItem("Articles", null, "", myMenu44 ));
+myMenu43.add(new WebFXMenuItem("My Day", "http://localhost/freeside/rt/Tools/MyDay.html", "" ));
+myMenu43.add(new WebFXMenuItem("My Reminders", "http://localhost/freeside/rt/Tools/MyReminders.html", "" ));
+myMenu43.add(new WebFXMenuItem("Offline", "http://localhost/freeside/rt/Tools/Offline.html", "" ));
+myMenu43.add(new WebFXMenuItem("Approval", "http://localhost/freeside/rt/Approvals/", "" ));
+myMenu43.width = 256;
+
+myMenu40.add(new WebFXMenuItem("Ticketing", null, "Ticketing tools", myMenu43 ));
+var myMenu45 = new WebFXMenu;
+myMenu45.emptyText = '';
+myMenu45.add(new WebFXMenuItem("Bulk DID Orders", "http://localhost/freeside/browse/did_order.html", "View/manage bulk DID orders" ));
+myMenu45.add(new WebFXMenuItem("Business card scan", "http://localhost/freeside/edit/prospect_main-upload.html", "" ));
+myMenu45.width = 256;
+
+myMenu40.add(new WebFXMenuItem("Miscellaneous", null, "", myMenu45 ));
+var myMenu46 = new WebFXMenu;
+myMenu46.emptyText = '';
+myMenu46.add(new WebFXMenuItem("Customers", "http://localhost/freeside/misc/cust_main-import.cgi", "" ));
+myMenu46.add(new WebFXMenuItem("Package definitions", "http://localhost/freeside/misc/part_pkg-import.html", "" ));
+myMenu46.add(new WebFXMenuItem("Customer packages", "http://localhost/freeside/misc/cust_pkg-import.html", "" ));
+myMenu46.add(new WebFXMenuItem("Customer comments", "http://localhost/freeside/misc/cust_main_note-import.html", "" ));
+myMenu46.add(new WebFXMenuItem("One-time charges", "http://localhost/freeside/misc/cust_main-import_charges.cgi", "" ));
+myMenu46.add(new WebFXMenuItem("Payments", "http://localhost/freeside/misc/cust_pay-import.cgi", "" ));
+myMenu46.add(new WebFXMenuItem("Credits", "http://localhost/freeside/misc/cust_credit-import.html", "" ));
+myMenu46.add(new WebFXMenuItem("Phone numbers (DIDs)", "http://localhost/freeside/misc/phone_avail-import.html", "" ));
+myMenu46.add(new WebFXMenuItem("Call Detail Records (CDRs)", "http://localhost/freeside/misc/cdr-import.html", "" ));
+myMenu46.width = 256;
+
+myMenu40.add(new WebFXMenuItem("Importing", null, "Import tools", myMenu46 ));
+var myMenu47 = new WebFXMenu;
+myMenu47.emptyText = '';
+myMenu47.add(new WebFXMenuItem("Status", "http://localhost/freeside/view/Status.html", "System status" ));
+myMenu47.add(new WebFXMenuItem("Job Queue", "http://localhost/freeside/search/queue.html", "View pending job queue" ));
+myMenu47.width = 256;
+
+myMenu40.add(new WebFXMenuItem("System", null, "System tools", myMenu47 ));
+myMenu40.width = 256;
+
+          myBar.add(new WebFXMenuButton('Tools', null, 'Tools', myMenu40 ));
+
+
+          var myMenu48 = new WebFXMenu;
+myMenu48.emptyText = '';
+myMenu48.add(new WebFXMenuItem("Settings", "http://localhost/freeside/config/config-view.cgi", "" ));
+myMenu48.add(new WebFXMenuSeparator());
+var myMenu49 = new WebFXMenu;
+myMenu49.emptyText = '';
+myMenu49.add(new WebFXMenuItem("Agent types", "http://localhost/freeside/browse/agent_type.cgi", "Agent types define groups of package definitions that you can then assign to particular agents" ));
+myMenu49.add(new WebFXMenuItem("Agents", "http://localhost/freeside/browse/agent.cgi", "Agents are resellers of your service. Agents may be limited to a subset of your full offerings (via their type)" ));
+myMenu49.add(new WebFXMenuItem("Agent payment gateways", "http://localhost/freeside/browse/payment_gateway.html", "Credit card and electronic check processors for agent overrides" ));
+myMenu49.width = 256;
+
+myMenu48.add(new WebFXMenuItem("Companies", null, "", myMenu49 ));
+var myMenu50 = new WebFXMenu;
+myMenu50.emptyText = '';
+myMenu50.add(new WebFXMenuItem("Sales People", "http://localhost/freeside/browse/sales.html", "Sales people bring in new business." ));
+myMenu50.width = 256;
+
+myMenu48.add(new WebFXMenuItem("Sales People", null, "", myMenu50 ));
+var myMenu51 = new WebFXMenu;
+myMenu51.emptyText = '';
+myMenu51.add(new WebFXMenuItem("Employees", "http://localhost/freeside/browse/access_user.html", "Setup internal users" ));
+myMenu51.add(new WebFXMenuItem("Employee groups", "http://localhost/freeside/browse/access_group.html", "Employee groups allow you to control access to the backend" ));
+myMenu51.add(new WebFXMenuItem("Installer availability", "http://localhost/freeside/browse/sched_item.html", "Installer availability" ));
+myMenu51.width = 256;
+
+myMenu48.add(new WebFXMenuItem("Employees", null, "", myMenu51 ));
+myMenu48.add(new WebFXMenuSeparator());
+var myMenu52 = new WebFXMenu;
+myMenu52.emptyText = '';
+myMenu52.add(new WebFXMenuItem("Customer tags", "http://localhost/freeside/browse/part_tag.html", "" ));
+myMenu52.add(new WebFXMenuItem("Customer classes", "http://localhost/freeside/browse/cust_class.html", "Customer classes define groups of customers for reporting." ));
+myMenu52.add(new WebFXMenuItem("Customer categories", "http://localhost/freeside/browse/cust_category.html", "Customer categories define groups of customer classes." ));
+myMenu52.add(new WebFXMenuSeparator());
+myMenu52.add(new WebFXMenuItem("Contact types", "http://localhost/freeside/browse/contact_class.html", "" ));
+myMenu52.width = 256;
+
+myMenu48.add(new WebFXMenuItem("Customers", null, "", myMenu52 ));
+var myMenu53 = new WebFXMenu;
+myMenu53.emptyText = '';
+myMenu53.add(new WebFXMenuItem("Package definitions", "http://localhost/freeside/browse/part_pkg.cgi", "One or more services are grouped together into a package and given pricing information. Customers purchase packages, not services" ));
+myMenu53.add(new WebFXMenuItem("Package classes", "http://localhost/freeside/browse/pkg_class.html", "Package classes define groups of packages, for taxation, ordering convenience and reporting." ));
+myMenu53.add(new WebFXMenuItem("Package categories", "http://localhost/freeside/browse/pkg_category.html", "Package categories define groups of package classes, for invoice sections." ));
+myMenu53.add(new WebFXMenuItem("Package report classes", "http://localhost/freeside/browse/part_pkg_report_option.html", "Package classes define optional groups of packages for reporting only." ));
+myMenu53.add(new WebFXMenuItem("Fees", "http://localhost/freeside/browse/part_fee.html", "" ));
+myMenu53.add(new WebFXMenuItem("Discounts", "http://localhost/freeside/browse/discount.html", "" ));
+myMenu53.add(new WebFXMenuItem("Discount classes", "http://localhost/freeside/browse/discount_class.html", "" ));
+var myMenu54 = new WebFXMenu;
+myMenu54.emptyText = '';
+myMenu54.add(new WebFXMenuItem("Cancel reasons", "http://localhost/freeside/browse/reason.html?class=C", "Cancel reasons explain why a service was cancelled." ));
+myMenu54.add(new WebFXMenuItem("Cancel reason types", "http://localhost/freeside/browse/reason_type.html?class=C", "Cancel reason types define groups of reasons." ));
+myMenu54.add(new WebFXMenuItem("Suspend reasons", "http://localhost/freeside/browse/reason.html?class=S", "Suspend reasons explain why a service was suspended." ));
+myMenu54.add(new WebFXMenuItem("Suspend reason types", "http://localhost/freeside/browse/reason_type.html?class=S", "Suspend reason types define groups of reasons." ));
+myMenu54.width = 256;
+
+myMenu53.add(new WebFXMenuItem("Cancel/Suspend Reasons", null, "", myMenu54 ));
+myMenu53.width = 256;
+
+myMenu48.add(new WebFXMenuItem("Packages", null, "", myMenu53 ));
+var myMenu55 = new WebFXMenu;
+myMenu55.emptyText = '';
+myMenu55.add(new WebFXMenuItem("Service definitions", "http://localhost/freeside/browse/part_svc.cgi", "Services are items you offer to your customers" ));
+myMenu55.add(new WebFXMenuItem("Service classes", "http://localhost/freeside/browse/part_svc_class.html", "Services classes are user-defined, informational types for services" ));
+myMenu55.add(new WebFXMenuItem("Service dependencies", "http://localhost/freeside/browse/part_svc_link.html", "Services depencies define rules between service definitions" ));
+myMenu55.add(new WebFXMenuItem("Provisioning exports", "http://localhost/freeside/browse/part_export.cgi", "Provisioning services to external machines, databases and APIs" ));
+var myMenu56 = new WebFXMenu;
+myMenu56.emptyText = '';
+myMenu56.add(new WebFXMenuItem("Access numbers", "http://localhost/freeside/browse/svc_acct_pop.cgi", "Points of Presence" ));
+myMenu56.width = 256;
+
+myMenu55.add(new WebFXMenuItem("Dialup", null, "", myMenu56 ));
+var myMenu57 = new WebFXMenu;
+myMenu57.emptyText = '';
+myMenu57.add(new WebFXMenuItem("Towers", "http://localhost/freeside/browse/tower.html", "Towers and sectors" ));
+myMenu57.add(new WebFXMenuItem("Routers", "http://localhost/freeside/browse/router.cgi", "Broadband access routers" ));
+myMenu57.add(new WebFXMenuItem("Address blocks", "http://localhost/freeside/browse/addr_block.cgi", "Manage address blocks and block assignments to broadband routers" ));
+myMenu57.add(new WebFXMenuItem("Address ranges", "http://localhost/freeside/browse/addr_range.html", "Designate special address ranges" ));
+myMenu57.width = 256;
+
+myMenu55.add(new WebFXMenuItem("Wireless broadband", null, "", myMenu57 ));
+var myMenu58 = new WebFXMenu;
+myMenu58.emptyText = '';
+myMenu58.add(new WebFXMenuItem("View/Edit phone device types", "http://localhost/freeside/browse/part_device.html", "Phone device types" ));
+myMenu58.add(new WebFXMenuItem("View/Edit bulk DID vendors", "http://localhost/freeside/browse/did_vendor.html", "Bulk DID vendors" ));
+myMenu58.add(new WebFXMenuItem("View/Edit Carriers", "http://localhost/freeside/browse/cdr_carrier.html", "Carriers" ));
+myMenu58.width = 256;
+
+myMenu55.add(new WebFXMenuItem("Phone", null, "", myMenu58 ));
+var myMenu59 = new WebFXMenu;
+myMenu59.emptyText = '';
+myMenu59.add(new WebFXMenuItem("RADIUS Groups", "http://localhost/freeside/browse/radius_group.html", "Manage RADIUS groups" ));
+myMenu59.add(new WebFXMenuItem("RADIUS Clients", "http://localhost/freeside/browse/nas.html", "Manage RADIUS clients" ));
+myMenu59.width = 256;
+
+myMenu55.add(new WebFXMenuItem("RADIUS", null, "", myMenu59 ));
+var myMenu60 = new WebFXMenu;
+myMenu60.emptyText = '';
+myMenu60.add(new WebFXMenuItem("Cable providers", "http://localhost/freeside/browse/cable_provider.html", "" ));
+myMenu60.add(new WebFXMenuItem("Cable modem models", "http://localhost/freeside/browse/cable_model.html", "" ));
+myMenu60.width = 256;
+
+myMenu55.add(new WebFXMenuItem("Cable", null, "", myMenu60 ));
+var myMenu61 = new WebFXMenu;
+myMenu61.emptyText = '';
+myMenu61.add(new WebFXMenuItem("Conferencing types", "http://localhost/freeside/browse/conferencing_type.html", "" ));
+myMenu61.add(new WebFXMenuItem("Quality levels", "http://localhost/freeside/browse/conferencing_quality.html", "" ));
+myMenu61.width = 256;
+
+myMenu55.add(new WebFXMenuItem("Conferencing", null, "", myMenu61 ));
+var myMenu62 = new WebFXMenu;
+myMenu62.emptyText = '';
+myMenu62.add(new WebFXMenuItem("Alarm system vendors", "http://localhost/freeside/browse/alarm_system.html", "" ));
+myMenu62.add(new WebFXMenuItem("Alarm system types", "http://localhost/freeside/browse/alarm_type.html", "" ));
+myMenu62.add(new WebFXMenuItem("Alarm central stations", "http://localhost/freeside/browse/alarm_station.html", "" ));
+myMenu62.width = 256;
+
+myMenu55.add(new WebFXMenuItem("Alarm", null, "", myMenu62 ));
+var myMenu63 = new WebFXMenu;
+myMenu63.emptyText = '';
+myMenu63.add(new WebFXMenuItem("Circuit types", "http://localhost/freeside/browse/circuit_type.html", "" ));
+myMenu63.add(new WebFXMenuItem("Circuit providers", "http://localhost/freeside/browse/circuit_provider.html", "" ));
+myMenu63.add(new WebFXMenuItem("Termination types", "http://localhost/freeside/browse/circuit_termination.html", "" ));
+myMenu63.width = 256;
+
+myMenu55.add(new WebFXMenuItem("Circuits", null, "", myMenu63 ));
+myMenu55.add(new WebFXMenuItem("Hardware types", "http://localhost/freeside/browse/hardware_class.html", "Set up hardware type catalog" ));
+myMenu55.width = 256;
+
+myMenu48.add(new WebFXMenuItem("Services", null, "", myMenu55 ));
+myMenu48.add(new WebFXMenuSeparator());
+var myMenu64 = new WebFXMenu;
+myMenu64.emptyText = '';
+myMenu64.add(new WebFXMenuItem("Vendor classes", "http://localhost/freeside/browse/vend_class.html", "" ));
+myMenu64.add(new WebFXMenuItem("Vendors", "http://localhost/freeside/browse/vend_main.html", "" ));
+myMenu64.width = 256;
+
+myMenu48.add(new WebFXMenuItem("Vendors", null, "", myMenu64 ));
+myMenu48.add(new WebFXMenuSeparator());
+var myMenu65 = new WebFXMenu;
+myMenu65.emptyText = '';
+myMenu65.add(new WebFXMenuItem("Billing events", "http://localhost/freeside/browse/part_event.html", "Billing actions for customers, invoices and packages" ));
+myMenu65.add(new WebFXMenuItem("Invoice configurations", "http://localhost/freeside/browse/invoice_conf.html", "Adjust invoice settings for special-purpose notices" ));
+myMenu65.add(new WebFXMenuItem("Invoice templates", "http://localhost/freeside/browse/invoice_template.html", "Edit templates for HTML, plaintext and typeset invoices" ));
+myMenu65.add(new WebFXMenuSeparator());
+myMenu65.add(new WebFXMenuItem("Prepaid cards", "http://localhost/freeside/search/prepay_credit.html", "View outstanding cards, generate new cards" ));
+var myMenu66 = new WebFXMenu;
+myMenu66.emptyText = '';
+myMenu66.add(new WebFXMenuItem("Rate plans", "http://localhost/freeside/browse/rate.cgi", "Manage rate plans" ));
+myMenu66.add(new WebFXMenuItem("Regions and prefixes", "http://localhost/freeside/browse/rate_region.html", "Manage regions and prefixes" ));
+myMenu66.add(new WebFXMenuItem("Usage classes", "http://localhost/freeside/browse/usage_class.html", "Usage classes define groups of usage for taxation." ));
+myMenu66.add(new WebFXMenuItem("Time periods", "http://localhost/freeside/browse/rate_time.html", "Time periods define days and hours for rate plans" ));
+myMenu66.add(new WebFXMenuItem("Edit rates with Excel", "http://localhost/freeside/misc/rate_edit_excel.html", "Download and edit rates with Excel, then upload changes." ));
+myMenu66.add(new WebFXMenuSeparator());
+myMenu66.add(new WebFXMenuItem("Tiering plans", "http://localhost/freeside/browse/rate_tier.html", "Rating tiers" ));
+myMenu66.width = 256;
+
+myMenu65.add(new WebFXMenuItem("Call rates and regions", null, "Manage rate plans, regions and prefixes for VoIP and call billing", myMenu66 ));
+myMenu65.add(new WebFXMenuSeparator());
+myMenu65.add(new WebFXMenuItem("Locales and tax rates", "http://localhost/freeside/browse/cust_main_county.cgi", "Change tax rates, or break down a country into states, or a state into counties and assign different tax rates to each" ));
+myMenu65.add(new WebFXMenuItem("Tax classes", "http://localhost/freeside/browse/part_pkg_taxclass.html", "Tax classes" ));
+myMenu65.add(new WebFXMenuSeparator());
+myMenu65.add(new WebFXMenuItem("Credit reasons", "http://localhost/freeside/browse/reason.html?class=R", "Credit reasons explain why a credit was issued." ));
+myMenu65.add(new WebFXMenuItem("Credit reason types", "http://localhost/freeside/browse/reason_type.html?class=R", "Credit reason types define groups of reasons." ));
+myMenu65.add(new WebFXMenuSeparator());
+myMenu65.add(new WebFXMenuItem("Refund reasons", "http://localhost/freeside/browse/reason.html?class=F", "Refund reasons explain why a refund was issued." ));
+myMenu65.add(new WebFXMenuItem("Refund reason types", "http://localhost/freeside/browse/reason_type.html?class=F", "Refund reason types define groups of reasons." ));
+myMenu65.width = 256;
+
+myMenu48.add(new WebFXMenuItem("Billing", null, "", myMenu65 ));
+myMenu48.add(new WebFXMenuSeparator());
+var myMenu67 = new WebFXMenu;
+myMenu67.emptyText = '';
+myMenu67.add(new WebFXMenuItem("Message templates", "http://localhost/freeside/browse/msg_template.html", "Templates for customer notices" ));
+myMenu67.add(new WebFXMenuItem("Advertising sources", "http://localhost/freeside/browse/part_referral.html", "Where a customer heard about your service." ));
+myMenu67.add(new WebFXMenuItem("Custom fields", "http://localhost/freeside/browse/part_virtual_field.html", "Locally defined fields" ));
+myMenu67.add(new WebFXMenuItem("Translation strings", "http://localhost/freeside/browse/msgcat.html", "Translations and other customizable labels for each locale" ));
+myMenu67.add(new WebFXMenuItem("Inventory classes and inventory", "http://localhost/freeside/browse/inventory_class.html", "Setup inventory classes and stock inventory" ));
+myMenu67.add(new WebFXMenuItem("Upload targets", "http://localhost/freeside/browse/upload_target.html", "Billing and payment upload destinations" ));
+myMenu67.width = 256;
+
+myMenu48.add(new WebFXMenuItem("Miscellaneous", null, "", myMenu67 ));
+myMenu48.width = 256;
+
+          myBar.add(new WebFXMenuButton('Configuration', null, 'Configuration and setup', myMenu48 ));
+
+
+          var myMenu68 = new WebFXMenu;
+myMenu68.emptyText = '';
+myMenu68.add(new WebFXMenuItem("Billing documentation", "http://www.freeside.biz/mediawiki/index.php/Freeside:4:Documentation", "Freeside documentation" ));
+myMenu68.add(new WebFXMenuItem("Ticketing documentation", "http://wiki.bestpractical.com/", "Request Tracker Wiki" ));
+myMenu68.add(new WebFXMenuSeparator());
+myMenu68.add(new WebFXMenuItem("About Freeside v5.0git", "javascript:about_freeside()", "" ));
+myMenu68.add(new WebFXMenuItem("About RT v4.2.11", "http://www.bestpractical.com/rt", "Request Tracker Homepage" ));
+myMenu68.width = 256;
+
+          myBar.add(new WebFXMenuButton('Help', null, '', myMenu68 ));
+
+
+  myBar.show( null, 'vertical' );
+  myBar.width = 154;
+
+</SCRIPT>
+
+
+
+
+      <link rel="stylesheet" href="http://localhost/freeside/elements/jquery-ui.min.css">
+      <SCRIPT SRC="http://localhost/freeside/elements/jquery.js"></SCRIPT>
+      <SCRIPT SRC="http://localhost/freeside/elements/jquery-ui.min.js"></SCRIPT>
+      <SCRIPT TYPE="text/javascript" SRC="http://localhost/freeside/elements/overlibmws.js"></SCRIPT>
+  <SCRIPT TYPE="text/javascript" SRC="http://localhost/freeside/elements/overlibmws_iframe.js"></SCRIPT>
+  <SCRIPT TYPE="text/javascript" SRC="http://localhost/freeside/elements/overlibmws_draggable.js"></SCRIPT>
+  <SCRIPT TYPE="text/javascript" SRC="http://localhost/freeside/elements/overlibmws_crossframe.js"></SCRIPT>
+  <SCRIPT TYPE="text/javascript" SRC="http://localhost/freeside/elements/iframecontentmws.js"></SCRIPT>
+  <SCRIPT TYPE="text/javascript" SRC="http://localhost/freeside/elements/ajaxcontentmws.js"></SCRIPT>
+
+    <SCRIPT TYPE="text/javascript">
+
+  function rs_init_object() {
+    var A;
+    try {
+      A=new ActiveXObject("Msxml2.XMLHTTP");
+    } catch (e) {
+      try {
+        A=new ActiveXObject("Microsoft.XMLHTTP");
+      } catch (oc) {
+        A=null;
+      }
+    }
+    if(!A && typeof XMLHttpRequest != "undefined")
+      A = new XMLHttpRequest();
+    if (!A)
+      alert("Can't create XMLHttpRequest object");
+    return A;
+
+  }
+
+</SCRIPT>
+
+
+    
+
+  </HEAD>
+  <BODY BGCOLOR="#f8f8f8"  STYLE="margin-top:0; margin-bottom:0; margin-left:0px; margin-right:0px">
+    <table width="100%" CELLPADDING=0 CELLSPACING=0 STYLE="padding-left:0px; padding-right:4px" CLASS="fshead">
+      <tr>
+        <td BGCOLOR="#ffffff"><IMG BORDER=0 ALT="freeside" HEIGHT="36" SRC="http://localhost/freeside/view/REAL_logo.cgi"></td>
+        <td align=left BGCOLOR="#ffffff"> <!-- valign="top" -->
+          <font size=6>Freeside Test 5.0.1</font>
+        </td>
+        <td align=right valign=top BGCOLOR="#ffffff"><FONT SIZE="-1">Logged in as <b>test&nbsp;</b> <FONT SIZE="-2"><a href="http://localhost/freeside/loginout/logout.html">logout</a></FONT><br></FONT><FONT SIZE="-2"><a href="http://localhost/freeside/pref/pref.html" STYLE="color: #000000">Preferences</a>
+          <BR></FONT>
+        </td>
+      </tr>
+    </table>
+
+    <TABLE WIDTH="100%" CELLSPACING=0 CELLPADDING=0>
+
+<link href="http://localhost/freeside/elements/freeside-menu.css" type="text/css" rel="stylesheet">
+
+
+      <TR CLASS="fsmenubar">
+
+
+        <TD COLSPAN="7" WIDTH="100%" STYLE="padding:1px 0px 0px 0px;border-top: 1px solid #7e0079" BGCOLOR="#dddddd">
+          <SCRIPT TYPE="text/javascript">
+            document.write(myBar);
+          </SCRIPT>
+        </TD>
+
+      </TR>
+
+      <TR CLASS="fssearchbar">
+
+        <TD COLSPAN=1 BGCOLOR="#dddddd" ALIGN="right" STYLE="padding-left:2px">
+          
+  <FORM ACTION="http://localhost/freeside/search/prospect_main.html" METHOD="GET" STYLE="margin:0">
+    <INPUT NAME="search_prospect" TYPE="text" VALUE="(name, company or phone)" STYLE="width:155px" onFocus="clearhint_search_prospect(this);" onClick="clearhint_search_prospect(this);" CLASS="fstext"><BR>
+    <A HREF="http://localhost/freeside/search/report_prospect_main.html" CLASS="fslink" STYLE="font-size: 11px">Adv</A>
+    <INPUT TYPE="submit" VALUE="Search prospects" CLASS="fsblackbutton" onMouseOver="this.className='fsblackbuttonselected'; return true;" onMouseOut="this.className='fsblackbutton'; return true;" STYLE="font-size:11px;padding-left:1px;padding-right:1px">
+  </FORM>
+  
+
+
+<SCRIPT TYPE="text/javascript">
+
+  function clearhint_search_prospect (what) {
+    if ( what.value == '(name, company or phone)' )
+      what.value = '';
+  }
+
+</SCRIPT>
+
+        </TD>
+
+        <TD COLSPAN=1 BGCOLOR="#dddddd" ALIGN="right" STYLE="padding-left:2px">
+          
+  <FORM ACTION="http://localhost/freeside/search/cust_main.cgi" METHOD="POST" STYLE="margin:0">
+    <INPUT NAME="search_cust" TYPE="text" VALUE="(cust #, name, company or contact phone)" STYLE="width:246px" onFocus="clearhint_search_cust(this);" onClick="clearhint_search_cust(this);" CLASS="fstext"><BR>
+    <A HREF="http://localhost/freeside/search/report_cust_main.html" CLASS="fslink" STYLE="font-size: 11px">Advanced</A>
+    <INPUT TYPE="submit" VALUE="Search customers" CLASS="fsblackbutton" onMouseOver="this.className='fsblackbuttonselected'; return true;" onMouseOut="this.className='fsblackbutton'; return true;" STYLE="font-size:11px">
+  </FORM>
+  
+
+
+<SCRIPT TYPE="text/javascript">
+
+  function clearhint_search_cust (what) {
+    if ( what.value == '(cust #, name, company or contact phone)' )
+      what.value = '';
+  }
+
+</SCRIPT>
+
+        </TD>
+
+        <TD COLSPAN=1 BGCOLOR="#dddddd" ALIGN="center">
+          
+<SCRIPT TYPE="text/javascript">
+
+  function clearhint_search_address2 (what) {
+    if ( what.value == '(Unit #)' )
+      what.value = '';
+  }
+
+</SCRIPT>
+
+        </TD>
+
+        <TD COLSPAN=1 BGCOLOR="#dddddd" ALIGN="right">
+          
+  <FORM ACTION="http://localhost/freeside/search/cust_bill.html" METHOD="GET" STYLE="margin:0;display:inline">
+    <INPUT NAME="invnum" TYPE="text" VALUE="(inv #)" STYLE="width:56px" onFocus="clearhint_search_invoice(this);" onClick="clearhint_search_invoice(this);" CLASS="fstext">
+    <A HREF="http://localhost/freeside/search/report_cust_bill.html" CLASS="fslink" STYLE="font-size: 11px">Adv</A>    <BR>
+    <INPUT TYPE="submit" VALUE="Search invoices" CLASS="fsblackbutton" onMouseOver="this.className='fsblackbuttonselected'; return true;" onMouseOut="this.className='fsblackbutton'; return true;" STYLE="font-size:11px;padding-left:1px;padding-right:1px;margin-top:3px">
+  </FORM>
+  
+
+
+<SCRIPT TYPE="text/javascript">
+
+  function clearhint_search_invoice (what) {
+    if ( what.value == '(inv #)' )
+      what.value = '';
+  }
+
+</SCRIPT>
+
+        </TD>
+
+        <TD COLSPAN=1 BGCOLOR="#dddddd" ALIGN="right" STYLE="padding-left:2px">
+          
+  <FORM ACTION="http://localhost/freeside/search/cust_svc.html" METHOD="GET" STYLE="margin:0">
+    <INPUT NAME="search_svc" TYPE="text" VALUE="(user, email, ip, mac, domain or service phone)" STYLE="width:271px" onFocus="clearhint_search_svc(this);" onClick="clearhint_search_svc(this);" CLASS="fstext"><BR>
+    <A NOTYET="http://localhost/freeside/search/svc_Smarter.html" STYLE="color: #cccccc; font-size:11px">Advanced</A>
+    <INPUT TYPE="submit" VALUE="Search services" CLASS="fsblackbutton" onMouseOver="this.className='fsblackbuttonselected'; return true;" onMouseOut="this.className='fsblackbutton'; return true;" STYLE="font-size:11px">
+  </FORM>
+  
+
+
+<SCRIPT TYPE="text/javascript">
+
+  function clearhint_search_svc (what) {
+    if ( what.value == '(user, email, ip, mac, domain or service phone)' )
+      what.value = '';
+  }
+
+</SCRIPT>
+
+        </TD>
+
+        <TD COLSPAN=1 BGCOLOR="#dddddd" ALIGN="right" STYLE="padding-left:2px;padding-right:2px">
+          
+  <FORM ACTION="http://localhost/freeside//rt/index.html" METHOD="GET" STYLE="margin:0">
+    <INPUT NAME="q" TYPE="text" VALUE="(ticket #, subject, email or fulltext:text)" STYLE="width:223px" onFocus="clearhint_search_ticket(this);" onClick="clearhint_search_ticket(this);" CLASS="fstext"><BR>
+    <A HREF="http://localhost/freeside//rt/Search/Build.html?NewQuery=1" CLASS="fslink" STYLE="font-size:11px">Advanced</A>
+    <INPUT TYPE="submit" VALUE="Search tickets" CLASS="fsblackbutton" onMouseOver="this.className='fsblackbuttonselected'; return true;" onMouseOut="this.className='fsblackbutton'; return true;" STYLE="font-size:11px">
+  </FORM>
+  
+
+
+<SCRIPT TYPE="text/javascript">
+
+  function clearhint_search_ticket (what) {
+    if ( what.value == '(ticket #, subject, email or fulltext:text)' )
+      what.value = '';
+  }
+
+</SCRIPT>
+
+        </TD>
+
+      </TR>
+    </TABLE>
+
+
+
+    <TABLE WIDTH="100%" HEIGHT="100%" CELLSPACING=0 CELLPADDING=4>
+
+      <TR HEIGHT="100%">
+
+    <BR>
+        <TD CLASS="background" HEIGHT="100%" VALIGN="top"> <!-- WIDTH="100%"> -->
+
+          <H1>
+            Package Search Results
+          </H1>
+
+          <BR>
+
+          
+
+
+
+
+        <A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/misc/bulk_change_pkg.cgi?', 569, 210, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Change Packages', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>Change&nbsp;these&nbsp;packages</A><BR><A HREF="http://localhost/freeside/misc/email-customers.html?table=cust_pkg&agent_virt_agentnum=&query=1">Email a notice to these customers</A>
+
+<BR><BR>
+
+
+
+        <TABLE>
+          <TR>
+
+            <TD VALIGN="bottom">
+
+              <FORM>
+
+                  601 total packages
+
+
+                  ( show <SELECT NAME="maxrecords" onChange="window.location = 'http://localhost/freeside/search/cust_pkg.cgi?keywords=pkgnum;order_by=pkgnum;_dummy=1;maxrecords=' + this.options[this.selectedIndex].value;">
+
+                  <OPTION VALUE="100" SELECTED>100</OPTION>
+                  <OPTION VALUE="500" >500</OPTION>
+                  <OPTION VALUE="1000" >1000</OPTION>
+                  <OPTION VALUE="2500" >2500</OPTION>
+
+                 </SELECT> per page )
+
+
+                <BR>
+
+              </FORM>
+
+            </TD>
+
+
+              <TD ALIGN="right" CLASS="noprint">
+
+                Download full results<BR>
+
+                as <A HREF="http://localhost/freeside/search/cust_pkg.cgi?keywords=pkgnum;order_by=pkgnum;_dummy=1;maxrecords=100;_type=packages.xls">Excel spreadsheet</A><BR>
+
+                as <A HREF="http://localhost/freeside/search/cust_pkg.cgi?keywords=pkgnum;order_by=pkgnum;_dummy=1;maxrecords=100;_type=csv">CSV file</A><BR>
+
+
+                as <A HREF="http://localhost/freeside/search/cust_pkg.cgi?keywords=pkgnum;order_by=pkgnum;_dummy=1;maxrecords=100;_type=html-print">printable copy</A>
+
+              </TD>
+
+          </TR>
+          <TR>
+            <TD COLSPAN=2>
+
+
+                
+        <FONT SIZE="+2">1</FONT>
+
+
+        <A HREF="http://localhost/freeside/search/cust_pkg.cgi?keywords=pkgnum;order_by=pkgnum;_dummy=1;maxrecords=100;_type=html;offset=100">2</A>
+
+
+        <A HREF="http://localhost/freeside/search/cust_pkg.cgi?keywords=pkgnum;order_by=pkgnum;_dummy=1;maxrecords=100;_type=html;offset=200">3</A>
+
+
+        <A HREF="http://localhost/freeside/search/cust_pkg.cgi?keywords=pkgnum;order_by=pkgnum;_dummy=1;maxrecords=100;_type=html;offset=300">4</A>
+
+
+        <A HREF="http://localhost/freeside/search/cust_pkg.cgi?keywords=pkgnum;order_by=pkgnum;_dummy=1;maxrecords=100;_type=html;offset=400">5</A>
+
+
+        <A HREF="http://localhost/freeside/search/cust_pkg.cgi?keywords=pkgnum;order_by=pkgnum;_dummy=1;maxrecords=100;_type=html;offset=500">6</A>
+
+
+        <A HREF="http://localhost/freeside/search/cust_pkg.cgi?keywords=pkgnum;order_by=pkgnum;_dummy=1;maxrecords=100;_type=html;offset=600">7</A>
+
+      <A HREF="http://localhost/freeside/search/cust_pkg.cgi?keywords=pkgnum;order_by=pkgnum;_dummy=1;maxrecords=100;_type=html;offset=100"><B><FONT SIZE="+1">Next</FONT></B></A>
+
+
+
+                
+
+
+              
+<TABLE CLASS="grid" CELLSPACING=0 CELLPADDING=0 >
+
+
+
+
+<THEAD>
+
+  <TR>
+    <TH CLASS   = "grid"
+        BGCOLOR = "#cccccc"
+        ROWSPAN = "2"
+        
+        
+
+    >
+      <A HREF="http://localhost/freeside/search/cust_pkg.cgi?keywords=pkgnum;order_by=pkgnum%20DESC;_dummy=1;maxrecords=100;_type=html;offset=0">#</A>
+    </TH>
+    <TH CLASS   = "grid"
+        BGCOLOR = "#cccccc"
+        ROWSPAN = "1"
+        
+        
+
+    >
+      <A HREF="http://localhost/freeside/search/cust_pkg.cgi?keywords=pkgnum;order_by=quantity;_dummy=1;maxrecords=100;_type=html;offset=0">Quan.</A>
+    </TH>
+    <TH CLASS   = "grid"
+        BGCOLOR = "#cccccc"
+        ROWSPAN = "1"
+        
+        
+
+    >
+      Package
+    </TH>
+    <TH CLASS   = "grid"
+        BGCOLOR = "#cccccc"
+        ROWSPAN = "1"
+        
+        
+
+    >
+      <A HREF="http://localhost/freeside/search/cust_pkg.cgi?keywords=pkgnum;order_by=classname;_dummy=1;maxrecords=100;_type=html;offset=0">Class</A>
+    </TH>
+    <TH CLASS   = "grid"
+        BGCOLOR = "#cccccc"
+        ROWSPAN = "1"
+        
+        
+
+    >
+      Status
+    </TH>
+    <TH CLASS   = "grid"
+        BGCOLOR = "#cccccc"
+        ROWSPAN = "1"
+        
+        
+
+    >
+      <A HREF="http://localhost/freeside/search/cust_pkg.cgi?keywords=pkgnum;order_by=salesperson;_dummy=1;maxrecords=100;_type=html;offset=0">Sales Person</A>
+    </TH>
+    <TH CLASS   = "grid"
+        BGCOLOR = "#cccccc"
+        ROWSPAN = "1"
+        
+        
+
+    >
+      <A HREF="http://localhost/freeside/search/cust_pkg.cgi?keywords=pkgnum;order_by=otaker;_dummy=1;maxrecords=100;_type=html;offset=0">Ordered by</A>
+    </TH>
+    <TH CLASS   = "grid"
+        BGCOLOR = "#cccccc"
+        ROWSPAN = "1"
+        
+        
+
+    >
+      Setup
+    </TH>
+    <TH CLASS   = "grid"
+        BGCOLOR = "#cccccc"
+        ROWSPAN = "1"
+        
+        
+
+    >
+      Base Recur
+    </TH>
+    <TH CLASS   = "grid"
+        BGCOLOR = "#cccccc"
+        ROWSPAN = "1"
+        
+        
+
+    >
+      Freq.
+    </TH>
+    <TH CLASS   = "grid"
+        BGCOLOR = "#cccccc"
+        ROWSPAN = "1"
+        
+        
+
+    >
+      Setup
+    </TH>
+    <TH CLASS   = "grid"
+        BGCOLOR = "#cccccc"
+        ROWSPAN = "1"
+        
+        
+
+    >
+      Last bill
+    </TH>
+    <TH CLASS   = "grid"
+        BGCOLOR = "#cccccc"
+        ROWSPAN = "1"
+        
+        
+
+    >
+      Next bill
+    </TH>
+    <TH CLASS   = "grid"
+        BGCOLOR = "#cccccc"
+        ROWSPAN = "1"
+        
+        
+
+    >
+      Adjourn
+    </TH>
+    <TH CLASS   = "grid"
+        BGCOLOR = "#cccccc"
+        ROWSPAN = "1"
+        
+        
+
+    >
+      Susp.
+    </TH>
+    <TH CLASS   = "grid"
+        BGCOLOR = "#cccccc"
+        ROWSPAN = "1"
+        
+        
+
+    >
+      Susp. delay
+    </TH>
+    <TH CLASS   = "grid"
+        BGCOLOR = "#cccccc"
+        ROWSPAN = "1"
+        
+        
+
+    >
+      Expire
+    </TH>
+    <TH CLASS   = "grid"
+        BGCOLOR = "#cccccc"
+        ROWSPAN = "1"
+        
+        
+
+    >
+      Contract end
+    </TH>
+    <TH CLASS   = "grid"
+        BGCOLOR = "#cccccc"
+        ROWSPAN = "1"
+        
+        
+
+    >
+      Changed
+    </TH>
+    <TH CLASS   = "grid"
+        BGCOLOR = "#cccccc"
+        ROWSPAN = "1"
+        
+        
+
+    >
+      Cancel
+    </TH>
+    <TH CLASS   = "grid"
+        BGCOLOR = "#cccccc"
+        ROWSPAN = "1"
+        
+        
+
+    >
+      Reason
+    </TH>
+    <TH CLASS   = "grid"
+        BGCOLOR = "#cccccc"
+        ROWSPAN = "1"
+        
+        
+
+    >
+      Cust. Status
+    </TH>
+    <TH CLASS   = "grid"
+        BGCOLOR = "#cccccc"
+        ROWSPAN = "1"
+        
+        
+
+    >
+      Customer
+    </TH>
+    <TH CLASS   = "grid"
+        BGCOLOR = "#cccccc"
+        ROWSPAN = "1"
+        
+        
+
+    >
+      Services
+    </TH>
+  </TR>
+
+
+</THEAD>
+
+<TBODY>
+
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=1;show=packages;fragment=cust_pkg1#cust_pkg1">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=1;show=packages;fragment=cust_pkg1#cust_pkg1">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=1;show=packages;fragment=cust_pkg1#cust_pkg1">System Domain</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#009999 SIZE="-1" ><b>Not yet billed</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >fs_bootstrap</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >(no recurring fee)</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><b></b></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?1">Accounts, System</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Domain:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_domain.cgi?1">example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=2;show=packages;fragment=cust_pkg2#cust_pkg2">2</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=2;show=packages;fragment=cust_pkg2#cust_pkg2">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=2;show=packages;fragment=cust_pkg2#cust_pkg2">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 09 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?2">Schowalter, Oswald</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?2">berta@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=2;show=packages;fragment=cust_pkg3#cust_pkg3">3</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=2;show=packages;fragment=cust_pkg3#cust_pkg3">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=2;show=packages;fragment=cust_pkg3#cust_pkg3">Monthly prorated broadband</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$40.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 09 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?2">Schowalter, Oswald</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_broadband:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_broadband.cgi?3">IP:10.212.50.247, MAC:0000911C4815</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=2;show=packages;fragment=cust_pkg4#cust_pkg4">4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=2;show=packages;fragment=cust_pkg4#cust_pkg4">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=2;show=packages;fragment=cust_pkg4#cust_pkg4">Annual subscription domain</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$25.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >annually</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 09 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 09 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?2">Schowalter, Oswald</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_domain:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_domain.cgi?4">waters-turner.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=3;show=packages;fragment=cust_pkg5#cust_pkg5">5</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=3;show=packages;fragment=cust_pkg5#cust_pkg5">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=3;show=packages;fragment=cust_pkg5#cust_pkg5">Monthly prorated broadband</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$40.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Sep 10 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?3">Flatley-Hagenes (Donnelly, Odessa)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_broadband:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_broadband.cgi?5">IP:10.127.31.117, MAC:0000A3E013D7</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=3;show=packages;fragment=cust_pkg6#cust_pkg6">6</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=3;show=packages;fragment=cust_pkg6#cust_pkg6">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=3;show=packages;fragment=cust_pkg6#cust_pkg6">Annual subscription domain</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$25.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >annually</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Sep 10 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Sep 10 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Sep 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?3">Flatley-Hagenes (Donnelly, Odessa)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_domain:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_domain.cgi?6">ziemann-dietrich.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=3;show=packages;fragment=cust_pkg7#cust_pkg7">7</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=3;show=packages;fragment=cust_pkg7#cust_pkg7">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=3;show=packages;fragment=cust_pkg7#cust_pkg7">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Sep 10 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 10 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 10 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?3">Flatley-Hagenes (Donnelly, Odessa)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?7">19671718037</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=4;show=packages;fragment=cust_pkg8#cust_pkg8">8</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=4;show=packages;fragment=cust_pkg8#cust_pkg8">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=4;show=packages;fragment=cust_pkg8#cust_pkg8">Annual subscription domain</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$25.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >annually</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Dec 19 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Dec 19 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Dec 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?4">Bartoletti, Theodora</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_domain:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_domain.cgi?8">watsica-llc.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=4;show=packages;fragment=cust_pkg9#cust_pkg9">9</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=4;show=packages;fragment=cust_pkg9#cust_pkg9">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=4;show=packages;fragment=cust_pkg9#cust_pkg9">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Dec 19 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 19 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 19 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?4">Bartoletti, Theodora</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?9">337448915280026</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=4;show=packages;fragment=cust_pkg10#cust_pkg10">10</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=4;show=packages;fragment=cust_pkg10#cust_pkg10">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=4;show=packages;fragment=cust_pkg10#cust_pkg10">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Dec 19 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?4">Bartoletti, Theodora</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?10">sherwood@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=5;show=packages;fragment=cust_pkg11#cust_pkg11">11</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=5;show=packages;fragment=cust_pkg11#cust_pkg11">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=5;show=packages;fragment=cust_pkg11#cust_pkg11">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 13 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 13 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 13 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?5">Watsica-Crooks (Will, Marguerite)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?11">7941182146</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=5;show=packages;fragment=cust_pkg12#cust_pkg12">12</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=5;show=packages;fragment=cust_pkg12#cust_pkg12">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=5;show=packages;fragment=cust_pkg12#cust_pkg12">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 13 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?5">Watsica-Crooks (Will, Marguerite)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?12">rashad@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=5;show=packages;fragment=cust_pkg13#cust_pkg13">13</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=5;show=packages;fragment=cust_pkg13#cust_pkg13">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=5;show=packages;fragment=cust_pkg13#cust_pkg13">Monthly prorated broadband</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$40.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 13 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?5">Watsica-Crooks (Will, Marguerite)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_broadband:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_broadband.cgi?13">IP:10.4.160.230, MAC:0000D12765F4</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=6;show=packages;fragment=cust_pkg14#cust_pkg14">14</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=6;show=packages;fragment=cust_pkg14#cust_pkg14">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=6;show=packages;fragment=cust_pkg14#cust_pkg14">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Nov 02 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?6">Johnston, Delphine</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?14">doris@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=6;show=packages;fragment=cust_pkg15#cust_pkg15">15</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=6;show=packages;fragment=cust_pkg15#cust_pkg15">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=6;show=packages;fragment=cust_pkg15#cust_pkg15">Monthly prorated broadband</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$40.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Nov 02 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?6">Johnston, Delphine</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_broadband:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_broadband.cgi?15">IP:10.203.139.97, MAC:0000FA2C8FB1</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=6;show=packages;fragment=cust_pkg16#cust_pkg16">16</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=6;show=packages;fragment=cust_pkg16#cust_pkg16">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=6;show=packages;fragment=cust_pkg16#cust_pkg16">Annual subscription domain</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$25.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >annually</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Nov 02 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Nov 02 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Nov 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?6">Johnston, Delphine</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_domain:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_domain.cgi?16">hane-llc.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=7;show=packages;fragment=cust_pkg17#cust_pkg17">17</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=7;show=packages;fragment=cust_pkg17#cust_pkg17">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=7;show=packages;fragment=cust_pkg17#cust_pkg17">Monthly prorated broadband</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$40.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Nov 23 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?7">Renner Inc (Volkman, Antwan)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_broadband:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_broadband.cgi?17">IP:10.75.143.4, MAC:0000EE773AA3</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=7;show=packages;fragment=cust_pkg18#cust_pkg18">18</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=7;show=packages;fragment=cust_pkg18#cust_pkg18">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=7;show=packages;fragment=cust_pkg18#cust_pkg18">Annual subscription domain</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$25.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >annually</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Nov 23 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Nov 23 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Nov 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?7">Renner Inc (Volkman, Antwan)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_domain:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_domain.cgi?18">will-schmitt-and-buckridge.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=7;show=packages;fragment=cust_pkg19#cust_pkg19">19</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=7;show=packages;fragment=cust_pkg19#cust_pkg19">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=7;show=packages;fragment=cust_pkg19#cust_pkg19">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Nov 23 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 23 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 23 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?7">Renner Inc (Volkman, Antwan)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?19">507789172836615</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=8;show=packages;fragment=cust_pkg20#cust_pkg20">20</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=8;show=packages;fragment=cust_pkg20#cust_pkg20">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=8;show=packages;fragment=cust_pkg20#cust_pkg20">Annual subscription domain</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$25.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >annually</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Sep 28 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Sep 28 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Sep 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?8">Douglas, Willow</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_domain:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_domain.cgi?20">hagenes-mclaughlin-and-fadel.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=8;show=packages;fragment=cust_pkg21#cust_pkg21">21</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=8;show=packages;fragment=cust_pkg21#cust_pkg21">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=8;show=packages;fragment=cust_pkg21#cust_pkg21">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Sep 28 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 28 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 28 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?8">Douglas, Willow</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?21">402545251883238</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=8;show=packages;fragment=cust_pkg22#cust_pkg22">22</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=8;show=packages;fragment=cust_pkg22#cust_pkg22">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=8;show=packages;fragment=cust_pkg22#cust_pkg22">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Sep 28 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?8">Douglas, Willow</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?22">hilario@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=9;show=packages;fragment=cust_pkg23#cust_pkg23">23</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=9;show=packages;fragment=cust_pkg23#cust_pkg23">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=9;show=packages;fragment=cust_pkg23#cust_pkg23">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 25 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 25 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 25 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?9">Ankunding, Fahey and Satterfield (Willms, Marcelle)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?23">5204979036</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=9;show=packages;fragment=cust_pkg24#cust_pkg24">24</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=9;show=packages;fragment=cust_pkg24#cust_pkg24">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=9;show=packages;fragment=cust_pkg24#cust_pkg24">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 25 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?9">Ankunding, Fahey and Satterfield (Willms, Marcelle)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?24">lennie@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=9;show=packages;fragment=cust_pkg25#cust_pkg25">25</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=9;show=packages;fragment=cust_pkg25#cust_pkg25">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=9;show=packages;fragment=cust_pkg25#cust_pkg25">Monthly prorated broadband</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$40.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 25 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?9">Ankunding, Fahey and Satterfield (Willms, Marcelle)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_broadband:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_broadband.cgi?25">IP:10.2.159.93, MAC:0000BEEA3257</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=10;show=packages;fragment=cust_pkg26#cust_pkg26">26</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=10;show=packages;fragment=cust_pkg26#cust_pkg26">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=10;show=packages;fragment=cust_pkg26#cust_pkg26">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 14 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?10">Grady, Aniya</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?26">travis@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=10;show=packages;fragment=cust_pkg27#cust_pkg27">27</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=10;show=packages;fragment=cust_pkg27#cust_pkg27">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=10;show=packages;fragment=cust_pkg27#cust_pkg27">Monthly prorated broadband</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$40.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 14 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?10">Grady, Aniya</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_broadband:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_broadband.cgi?27">IP:10.147.177.86, MAC:0000E5156362</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=10;show=packages;fragment=cust_pkg28#cust_pkg28">28</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=10;show=packages;fragment=cust_pkg28#cust_pkg28">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=10;show=packages;fragment=cust_pkg28#cust_pkg28">Annual subscription domain</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$25.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >annually</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 14 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 14 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?10">Grady, Aniya</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_domain:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_domain.cgi?28">watsica-sauer-and-braun.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=11;show=packages;fragment=cust_pkg29#cust_pkg29">29</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=11;show=packages;fragment=cust_pkg29#cust_pkg29">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=11;show=packages;fragment=cust_pkg29#cust_pkg29">Monthly prorated broadband</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$40.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Sep 30 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?11">Torp, Sawayn and Friesen (Pollich, Maritza)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_broadband:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_broadband.cgi?29">IP:10.61.84.169, MAC:000069394AF2</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=11;show=packages;fragment=cust_pkg30#cust_pkg30">30</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=11;show=packages;fragment=cust_pkg30#cust_pkg30">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=11;show=packages;fragment=cust_pkg30#cust_pkg30">Annual subscription domain</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$25.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >annually</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Sep 30 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Sep 30 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Sep 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?11">Torp, Sawayn and Friesen (Pollich, Maritza)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_domain:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_domain.cgi?30">greenholt-parisian.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=11;show=packages;fragment=cust_pkg31#cust_pkg31">31</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=11;show=packages;fragment=cust_pkg31#cust_pkg31">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=11;show=packages;fragment=cust_pkg31#cust_pkg31">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Sep 30 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 28 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 28 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?11">Torp, Sawayn and Friesen (Pollich, Maritza)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?31">2103459718</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=12;show=packages;fragment=cust_pkg32#cust_pkg32">32</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=12;show=packages;fragment=cust_pkg32#cust_pkg32">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=12;show=packages;fragment=cust_pkg32#cust_pkg32">Annual subscription domain</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$25.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >annually</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 16 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 16 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2017</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?12">Kuhlman, Niko</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_domain:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_domain.cgi?32">corkery-hackett-and-franecki.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=12;show=packages;fragment=cust_pkg33#cust_pkg33">33</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=12;show=packages;fragment=cust_pkg33#cust_pkg33">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=12;show=packages;fragment=cust_pkg33#cust_pkg33">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 16 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 16 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 16 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?12">Kuhlman, Niko</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?33">14745441565</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=12;show=packages;fragment=cust_pkg34#cust_pkg34">34</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=12;show=packages;fragment=cust_pkg34#cust_pkg34">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=12;show=packages;fragment=cust_pkg34#cust_pkg34">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 16 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?12">Kuhlman, Niko</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?34">william@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=13;show=packages;fragment=cust_pkg35#cust_pkg35">35</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=13;show=packages;fragment=cust_pkg35#cust_pkg35">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=13;show=packages;fragment=cust_pkg35#cust_pkg35">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 12 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 12 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 12 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?13">Feest, Bechtelar and Harber (Douglas, Geovany)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?35">4609716945803</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=13;show=packages;fragment=cust_pkg36#cust_pkg36">36</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=13;show=packages;fragment=cust_pkg36#cust_pkg36">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=13;show=packages;fragment=cust_pkg36#cust_pkg36">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 12 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?13">Feest, Bechtelar and Harber (Douglas, Geovany)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?36">richmond@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=13;show=packages;fragment=cust_pkg37#cust_pkg37">37</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=13;show=packages;fragment=cust_pkg37#cust_pkg37">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=13;show=packages;fragment=cust_pkg37#cust_pkg37">Monthly prorated broadband</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$40.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 12 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?13">Feest, Bechtelar and Harber (Douglas, Geovany)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_broadband:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_broadband.cgi?37">IP:10.229.63.194, MAC:00004D3E8513</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=14;show=packages;fragment=cust_pkg38#cust_pkg38">38</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=14;show=packages;fragment=cust_pkg38#cust_pkg38">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=14;show=packages;fragment=cust_pkg38#cust_pkg38">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Dec 17 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?14">Fritsch, Earnestine</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?38">samir@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=14;show=packages;fragment=cust_pkg39#cust_pkg39">39</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=14;show=packages;fragment=cust_pkg39#cust_pkg39">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=14;show=packages;fragment=cust_pkg39#cust_pkg39">Monthly prorated broadband</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$40.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Dec 17 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?14">Fritsch, Earnestine</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_broadband:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_broadband.cgi?39">IP:10.188.48.84, MAC:000036BEDE13</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=14;show=packages;fragment=cust_pkg40#cust_pkg40">40</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=14;show=packages;fragment=cust_pkg40#cust_pkg40">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=14;show=packages;fragment=cust_pkg40#cust_pkg40">Annual subscription domain</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$25.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >annually</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Dec 17 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Dec 17 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Dec 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?14">Fritsch, Earnestine</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_domain:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_domain.cgi?40">ullrich-kilback.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=15;show=packages;fragment=cust_pkg41#cust_pkg41">41</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=15;show=packages;fragment=cust_pkg41#cust_pkg41">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=15;show=packages;fragment=cust_pkg41#cust_pkg41">Monthly prorated broadband</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$40.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 03 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?15">Stracke Inc (Kuhlman, Kaya)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_broadband:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_broadband.cgi?41">IP:10.225.235.123, MAC:00003C2A1764</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=15;show=packages;fragment=cust_pkg42#cust_pkg42">42</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=15;show=packages;fragment=cust_pkg42#cust_pkg42">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=15;show=packages;fragment=cust_pkg42#cust_pkg42">Annual subscription domain</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$25.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >annually</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 03 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 03 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?15">Stracke Inc (Kuhlman, Kaya)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_domain:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_domain.cgi?42">crooks-collins.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=15;show=packages;fragment=cust_pkg43#cust_pkg43">43</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=15;show=packages;fragment=cust_pkg43#cust_pkg43">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=15;show=packages;fragment=cust_pkg43#cust_pkg43">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 03 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 03 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 03 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?15">Stracke Inc (Kuhlman, Kaya)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?43">7315522562</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=16;show=packages;fragment=cust_pkg44#cust_pkg44">44</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=16;show=packages;fragment=cust_pkg44#cust_pkg44">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=16;show=packages;fragment=cust_pkg44#cust_pkg44">Annual subscription domain</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$25.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >annually</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Nov 14 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Nov 14 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Nov 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?16">McDermott, Alejandra</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_domain:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_domain.cgi?44">kuhn-llc.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=16;show=packages;fragment=cust_pkg45#cust_pkg45">45</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=16;show=packages;fragment=cust_pkg45#cust_pkg45">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=16;show=packages;fragment=cust_pkg45#cust_pkg45">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Nov 14 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 14 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 14 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?16">McDermott, Alejandra</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?45">5473351513</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=16;show=packages;fragment=cust_pkg46#cust_pkg46">46</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=16;show=packages;fragment=cust_pkg46#cust_pkg46">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=16;show=packages;fragment=cust_pkg46#cust_pkg46">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Nov 14 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?16">McDermott, Alejandra</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?46">walton@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=17;show=packages;fragment=cust_pkg47#cust_pkg47">47</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=17;show=packages;fragment=cust_pkg47#cust_pkg47">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=17;show=packages;fragment=cust_pkg47#cust_pkg47">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Nov 21 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 21 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 21 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?17">Leffler, Abshire and Orn (Hyatt, Reggie)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?47">580124349433539</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=17;show=packages;fragment=cust_pkg48#cust_pkg48">48</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=17;show=packages;fragment=cust_pkg48#cust_pkg48">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=17;show=packages;fragment=cust_pkg48#cust_pkg48">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Nov 21 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?17">Leffler, Abshire and Orn (Hyatt, Reggie)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?48">nigel@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=17;show=packages;fragment=cust_pkg49#cust_pkg49">49</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=17;show=packages;fragment=cust_pkg49#cust_pkg49">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=17;show=packages;fragment=cust_pkg49#cust_pkg49">Monthly prorated broadband</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$40.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Nov 21 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?17">Leffler, Abshire and Orn (Hyatt, Reggie)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_broadband:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_broadband.cgi?49">IP:10.189.193.93, MAC:000043D6F9E3</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=18;show=packages;fragment=cust_pkg50#cust_pkg50">50</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=18;show=packages;fragment=cust_pkg50#cust_pkg50">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=18;show=packages;fragment=cust_pkg50#cust_pkg50">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 08 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?18">Zemlak, Asia</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?50">sammy@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=18;show=packages;fragment=cust_pkg51#cust_pkg51">51</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=18;show=packages;fragment=cust_pkg51#cust_pkg51">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=18;show=packages;fragment=cust_pkg51#cust_pkg51">Monthly prorated broadband</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$40.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 08 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?18">Zemlak, Asia</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_broadband:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_broadband.cgi?51">IP:10.44.211.87, MAC:00008BCF4552</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=18;show=packages;fragment=cust_pkg52#cust_pkg52">52</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=18;show=packages;fragment=cust_pkg52#cust_pkg52">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=18;show=packages;fragment=cust_pkg52#cust_pkg52">Annual subscription domain</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$25.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >annually</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 08 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 08 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?18">Zemlak, Asia</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_domain:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_domain.cgi?52">hansen-kilback.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=19;show=packages;fragment=cust_pkg53#cust_pkg53">53</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=19;show=packages;fragment=cust_pkg53#cust_pkg53">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=19;show=packages;fragment=cust_pkg53#cust_pkg53">Monthly prorated broadband</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$40.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Sep 29 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?19">Toy-Gerlach (Zulauf, Sharon)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_broadband:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_broadband.cgi?53">IP:10.116.203.5, MAC:00005AFAF158</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=19;show=packages;fragment=cust_pkg54#cust_pkg54">54</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=19;show=packages;fragment=cust_pkg54#cust_pkg54">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=19;show=packages;fragment=cust_pkg54#cust_pkg54">Annual subscription domain</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$25.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >annually</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Sep 29 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Sep 29 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Sep 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?19">Toy-Gerlach (Zulauf, Sharon)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_domain:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_domain.cgi?54">klocko-inc.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=19;show=packages;fragment=cust_pkg55#cust_pkg55">55</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=19;show=packages;fragment=cust_pkg55#cust_pkg55">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=19;show=packages;fragment=cust_pkg55#cust_pkg55">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Sep 29 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 28 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 28 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?19">Toy-Gerlach (Zulauf, Sharon)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?55">47925781188566</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=20;show=packages;fragment=cust_pkg56#cust_pkg56">56</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=20;show=packages;fragment=cust_pkg56#cust_pkg56">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=20;show=packages;fragment=cust_pkg56#cust_pkg56">Annual subscription domain</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$25.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >annually</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 19 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 19 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?20">Weber, Aliza</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_domain:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_domain.cgi?56">ward-murphy-and-wisozk.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=20;show=packages;fragment=cust_pkg57#cust_pkg57">57</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=20;show=packages;fragment=cust_pkg57#cust_pkg57">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=20;show=packages;fragment=cust_pkg57#cust_pkg57">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 19 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 19 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 19 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?20">Weber, Aliza</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?57">215984572910627</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=20;show=packages;fragment=cust_pkg58#cust_pkg58">58</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=20;show=packages;fragment=cust_pkg58#cust_pkg58">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=20;show=packages;fragment=cust_pkg58#cust_pkg58">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 19 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?20">Weber, Aliza</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?58">linwood@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=21;show=packages;fragment=cust_pkg59#cust_pkg59">59</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=21;show=packages;fragment=cust_pkg59#cust_pkg59">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=21;show=packages;fragment=cust_pkg59#cust_pkg59">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Nov 16 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 16 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 16 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?21">Zemlak and Sons (Swift, Maximilian)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?59">5055483796977</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=21;show=packages;fragment=cust_pkg60#cust_pkg60">60</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=21;show=packages;fragment=cust_pkg60#cust_pkg60">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=21;show=packages;fragment=cust_pkg60#cust_pkg60">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Nov 16 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?21">Zemlak and Sons (Swift, Maximilian)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?60">esperanza@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=21;show=packages;fragment=cust_pkg61#cust_pkg61">61</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=21;show=packages;fragment=cust_pkg61#cust_pkg61">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=21;show=packages;fragment=cust_pkg61#cust_pkg61">Monthly prorated broadband</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$40.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Nov 16 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?21">Zemlak and Sons (Swift, Maximilian)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_broadband:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_broadband.cgi?61">IP:10.178.209.2, MAC:00009245E1CE</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=22;show=packages;fragment=cust_pkg62#cust_pkg62">62</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=22;show=packages;fragment=cust_pkg62#cust_pkg62">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=22;show=packages;fragment=cust_pkg62#cust_pkg62">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 26 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?22">Johnston, Florence</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?62">branson@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=22;show=packages;fragment=cust_pkg63#cust_pkg63">63</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=22;show=packages;fragment=cust_pkg63#cust_pkg63">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=22;show=packages;fragment=cust_pkg63#cust_pkg63">Monthly prorated broadband</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$40.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 26 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?22">Johnston, Florence</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_broadband:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_broadband.cgi?63">IP:10.86.8.116, MAC:00009D2D385F</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=22;show=packages;fragment=cust_pkg64#cust_pkg64">64</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=22;show=packages;fragment=cust_pkg64#cust_pkg64">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=22;show=packages;fragment=cust_pkg64#cust_pkg64">Annual subscription domain</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$25.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >annually</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 26 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 26 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Jan 01 2017</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?22">Johnston, Florence</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_domain:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_domain.cgi?64">okeefe-stracke.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=23;show=packages;fragment=cust_pkg65#cust_pkg65">65</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=23;show=packages;fragment=cust_pkg65#cust_pkg65">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=23;show=packages;fragment=cust_pkg65#cust_pkg65">Monthly prorated broadband</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$40.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 24 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?23">DuBuque Inc (King, Thomas)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_broadband:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_broadband.cgi?65">IP:10.166.5.138, MAC:000020A5C9AB</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=23;show=packages;fragment=cust_pkg66#cust_pkg66">66</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=23;show=packages;fragment=cust_pkg66#cust_pkg66">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=23;show=packages;fragment=cust_pkg66#cust_pkg66">Annual subscription domain</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$25.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >annually</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 24 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 24 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?23">DuBuque Inc (King, Thomas)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_domain:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_domain.cgi?66">murazik-padberg-and-dibbert.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=23;show=packages;fragment=cust_pkg67#cust_pkg67">67</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=23;show=packages;fragment=cust_pkg67#cust_pkg67">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=23;show=packages;fragment=cust_pkg67#cust_pkg67">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 24 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 24 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 24 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?23">DuBuque Inc (King, Thomas)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?67">510207687452209</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=24;show=packages;fragment=cust_pkg68#cust_pkg68">68</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=24;show=packages;fragment=cust_pkg68#cust_pkg68">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=24;show=packages;fragment=cust_pkg68#cust_pkg68">Annual subscription domain</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$25.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >annually</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Dec 10 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Dec 10 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Dec 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?24">Conn, Marisol</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_domain:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_domain.cgi?68">rodriguez-llc.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=24;show=packages;fragment=cust_pkg69#cust_pkg69">69</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=24;show=packages;fragment=cust_pkg69#cust_pkg69">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=24;show=packages;fragment=cust_pkg69#cust_pkg69">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Dec 10 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 10 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 10 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?24">Conn, Marisol</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?69">19732087174151</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=24;show=packages;fragment=cust_pkg70#cust_pkg70">70</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=24;show=packages;fragment=cust_pkg70#cust_pkg70">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=24;show=packages;fragment=cust_pkg70#cust_pkg70">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Dec 10 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?24">Conn, Marisol</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?70">victor@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=25;show=packages;fragment=cust_pkg71#cust_pkg71">71</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=25;show=packages;fragment=cust_pkg71#cust_pkg71">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=25;show=packages;fragment=cust_pkg71#cust_pkg71">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 19 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 19 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 19 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?25">Kuhlman-Huels (Parisian, Cristopher)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?71">99158298078002</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=25;show=packages;fragment=cust_pkg72#cust_pkg72">72</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=25;show=packages;fragment=cust_pkg72#cust_pkg72">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=25;show=packages;fragment=cust_pkg72#cust_pkg72">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 19 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?25">Kuhlman-Huels (Parisian, Cristopher)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?72">ryleigh@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=25;show=packages;fragment=cust_pkg73#cust_pkg73">73</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=25;show=packages;fragment=cust_pkg73#cust_pkg73">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=25;show=packages;fragment=cust_pkg73#cust_pkg73">Monthly prorated broadband</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$40.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 19 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?25">Kuhlman-Huels (Parisian, Cristopher)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_broadband:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_broadband.cgi?73">IP:10.223.20.110, MAC:0000B618A255</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=26;show=packages;fragment=cust_pkg74#cust_pkg74">74</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=26;show=packages;fragment=cust_pkg74#cust_pkg74">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=26;show=packages;fragment=cust_pkg74#cust_pkg74">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 06 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?26">Romaguera, Tianna</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?74">citlalli@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=26;show=packages;fragment=cust_pkg75#cust_pkg75">75</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=26;show=packages;fragment=cust_pkg75#cust_pkg75">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=26;show=packages;fragment=cust_pkg75#cust_pkg75">Monthly prorated broadband</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$40.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 06 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?26">Romaguera, Tianna</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_broadband:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_broadband.cgi?75">IP:10.181.162.31, MAC:0000A7F64E79</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=26;show=packages;fragment=cust_pkg76#cust_pkg76">76</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=26;show=packages;fragment=cust_pkg76#cust_pkg76">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=26;show=packages;fragment=cust_pkg76#cust_pkg76">Annual subscription domain</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$25.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >annually</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 06 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 06 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?26">Romaguera, Tianna</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_domain:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_domain.cgi?76">gorczany-weimann.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=27;show=packages;fragment=cust_pkg77#cust_pkg77">77</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=27;show=packages;fragment=cust_pkg77#cust_pkg77">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=27;show=packages;fragment=cust_pkg77#cust_pkg77">Monthly prorated broadband</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$40.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Dec 03 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?27">Haag-Schumm (Ullrich, Shemar)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_broadband:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_broadband.cgi?77">IP:10.30.204.50, MAC:000097EB747A</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=27;show=packages;fragment=cust_pkg78#cust_pkg78">78</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=27;show=packages;fragment=cust_pkg78#cust_pkg78">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=27;show=packages;fragment=cust_pkg78#cust_pkg78">Annual subscription domain</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$25.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >annually</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Dec 03 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Dec 03 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Dec 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?27">Haag-Schumm (Ullrich, Shemar)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_domain:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_domain.cgi?78">ward-buckridge.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=27;show=packages;fragment=cust_pkg79#cust_pkg79">79</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=27;show=packages;fragment=cust_pkg79#cust_pkg79">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=27;show=packages;fragment=cust_pkg79#cust_pkg79">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Dec 03 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 03 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 03 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?27">Haag-Schumm (Ullrich, Shemar)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?79">8935173249</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=28;show=packages;fragment=cust_pkg80#cust_pkg80">80</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=28;show=packages;fragment=cust_pkg80#cust_pkg80">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=28;show=packages;fragment=cust_pkg80#cust_pkg80">Annual subscription domain</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$25.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >annually</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 13 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 13 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?28">Hackett, Garnet</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_domain:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_domain.cgi?80">treutel-llc.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=28;show=packages;fragment=cust_pkg81#cust_pkg81">81</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=28;show=packages;fragment=cust_pkg81#cust_pkg81">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=28;show=packages;fragment=cust_pkg81#cust_pkg81">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 13 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 13 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 13 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?28">Hackett, Garnet</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?81">152553597965486</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=28;show=packages;fragment=cust_pkg82#cust_pkg82">82</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=28;show=packages;fragment=cust_pkg82#cust_pkg82">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=28;show=packages;fragment=cust_pkg82#cust_pkg82">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 13 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?28">Hackett, Garnet</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?82">lenora@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=29;show=packages;fragment=cust_pkg83#cust_pkg83">83</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=29;show=packages;fragment=cust_pkg83#cust_pkg83">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=29;show=packages;fragment=cust_pkg83#cust_pkg83">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 22 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 22 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 22 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?29">Lehner-Klein (Smitham, Pansy)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?83">114180154577357</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=29;show=packages;fragment=cust_pkg84#cust_pkg84">84</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=29;show=packages;fragment=cust_pkg84#cust_pkg84">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=29;show=packages;fragment=cust_pkg84#cust_pkg84">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 22 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?29">Lehner-Klein (Smitham, Pansy)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?84">nyasia@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=29;show=packages;fragment=cust_pkg85#cust_pkg85">85</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=29;show=packages;fragment=cust_pkg85#cust_pkg85">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=29;show=packages;fragment=cust_pkg85#cust_pkg85">Monthly prorated broadband</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$40.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 22 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?29">Lehner-Klein (Smitham, Pansy)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_broadband:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_broadband.cgi?85">IP:10.171.182.118, MAC:00003EE1A6D7</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=30;show=packages;fragment=cust_pkg86#cust_pkg86">86</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=30;show=packages;fragment=cust_pkg86#cust_pkg86">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=30;show=packages;fragment=cust_pkg86#cust_pkg86">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Sep 28 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?30">Toy, Bethany</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?86">alden@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=30;show=packages;fragment=cust_pkg87#cust_pkg87">87</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=30;show=packages;fragment=cust_pkg87#cust_pkg87">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=30;show=packages;fragment=cust_pkg87#cust_pkg87">Monthly prorated broadband</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$40.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Sep 28 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?30">Toy, Bethany</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_broadband:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_broadband.cgi?87">IP:10.79.94.0, MAC:00008A11465E</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=30;show=packages;fragment=cust_pkg88#cust_pkg88">88</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=30;show=packages;fragment=cust_pkg88#cust_pkg88">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=30;show=packages;fragment=cust_pkg88#cust_pkg88">Annual subscription domain</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$25.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >annually</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Sep 28 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Sep 28 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Sep 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?30">Toy, Bethany</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_domain:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_domain.cgi?88">baumbach-llc.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=31;show=packages;fragment=cust_pkg89#cust_pkg89">89</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=31;show=packages;fragment=cust_pkg89#cust_pkg89">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=31;show=packages;fragment=cust_pkg89#cust_pkg89">Monthly prorated broadband</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$40.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Dec 09 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?31">Kuhn-Ruecker (Nienow, Kacie)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_broadband:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_broadband.cgi?89">IP:10.74.128.210, MAC:00009E471138</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=31;show=packages;fragment=cust_pkg90#cust_pkg90">90</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=31;show=packages;fragment=cust_pkg90#cust_pkg90">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=31;show=packages;fragment=cust_pkg90#cust_pkg90">Annual subscription domain</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$25.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >annually</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Dec 09 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Dec 09 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Dec 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?31">Kuhn-Ruecker (Nienow, Kacie)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_domain:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_domain.cgi?90">kessler-larson-and-bauch.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=31;show=packages;fragment=cust_pkg91#cust_pkg91">91</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=31;show=packages;fragment=cust_pkg91#cust_pkg91">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=31;show=packages;fragment=cust_pkg91#cust_pkg91">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Dec 09 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 09 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 09 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?31">Kuhn-Ruecker (Nienow, Kacie)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?91">1535633738761521</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=32;show=packages;fragment=cust_pkg92#cust_pkg92">92</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=32;show=packages;fragment=cust_pkg92#cust_pkg92">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=32;show=packages;fragment=cust_pkg92#cust_pkg92">Annual subscription domain</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$25.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >annually</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Sep 21 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Sep 21 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Sep 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?32">Swaniawski, Adrienne</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_domain:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_domain.cgi?92">moen-kovacek.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=32;show=packages;fragment=cust_pkg93#cust_pkg93">93</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=32;show=packages;fragment=cust_pkg93#cust_pkg93">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=32;show=packages;fragment=cust_pkg93#cust_pkg93">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Sep 21 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 21 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 21 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?32">Swaniawski, Adrienne</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?93">7091741436337</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=32;show=packages;fragment=cust_pkg94#cust_pkg94">94</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=32;show=packages;fragment=cust_pkg94#cust_pkg94">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=32;show=packages;fragment=cust_pkg94#cust_pkg94">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Sep 21 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?32">Swaniawski, Adrienne</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?94">sally@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=33;show=packages;fragment=cust_pkg95#cust_pkg95">95</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=33;show=packages;fragment=cust_pkg95#cust_pkg95">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=33;show=packages;fragment=cust_pkg95#cust_pkg95">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Dec 11 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 11 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 11 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?33">Buckridge, Spinka and Gerlach (Larkin, Lue)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?95">1076194311</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=33;show=packages;fragment=cust_pkg96#cust_pkg96">96</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=33;show=packages;fragment=cust_pkg96#cust_pkg96">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=33;show=packages;fragment=cust_pkg96#cust_pkg96">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Dec 11 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?33">Buckridge, Spinka and Gerlach (Larkin, Lue)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?96">drew@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=33;show=packages;fragment=cust_pkg97#cust_pkg97">97</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=33;show=packages;fragment=cust_pkg97#cust_pkg97">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=33;show=packages;fragment=cust_pkg97#cust_pkg97">Monthly prorated broadband</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$40.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Dec 11 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?33">Buckridge, Spinka and Gerlach (Larkin, Lue)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_broadband:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_broadband.cgi?97">IP:10.72.141.97, MAC:000086A32C19</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=34;show=packages;fragment=cust_pkg98#cust_pkg98">98</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=34;show=packages;fragment=cust_pkg98#cust_pkg98">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=34;show=packages;fragment=cust_pkg98#cust_pkg98">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Sep 14 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?34">Kunde, Noemi</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?98">nils@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=34;show=packages;fragment=cust_pkg99#cust_pkg99">99</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=34;show=packages;fragment=cust_pkg99#cust_pkg99">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=34;show=packages;fragment=cust_pkg99#cust_pkg99">Monthly prorated broadband</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$40.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Sep 14 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?34">Kunde, Noemi</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_broadband:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_broadband.cgi?99">IP:10.229.201.34, MAC:0000494CF06C</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=34;show=packages;fragment=cust_pkg100#cust_pkg100">100</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=34;show=packages;fragment=cust_pkg100#cust_pkg100">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=34;show=packages;fragment=cust_pkg100#cust_pkg100">Annual subscription domain</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$25.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >annually</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Sep 14 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Sep 14 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Sep 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?34">Kunde, Noemi</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_domain:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_domain.cgi?100">marvin-and-sons.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+
+</TBODY>
+
+</TABLE>
+
+
+              
+        <FONT SIZE="+2">1</FONT>
+
+
+        <A HREF="http://localhost/freeside/search/cust_pkg.cgi?keywords=pkgnum;order_by=pkgnum;_dummy=1;maxrecords=100;_type=html;offset=100">2</A>
+
+
+        <A HREF="http://localhost/freeside/search/cust_pkg.cgi?keywords=pkgnum;order_by=pkgnum;_dummy=1;maxrecords=100;_type=html;offset=200">3</A>
+
+
+        <A HREF="http://localhost/freeside/search/cust_pkg.cgi?keywords=pkgnum;order_by=pkgnum;_dummy=1;maxrecords=100;_type=html;offset=300">4</A>
+
+
+        <A HREF="http://localhost/freeside/search/cust_pkg.cgi?keywords=pkgnum;order_by=pkgnum;_dummy=1;maxrecords=100;_type=html;offset=400">5</A>
+
+
+        <A HREF="http://localhost/freeside/search/cust_pkg.cgi?keywords=pkgnum;order_by=pkgnum;_dummy=1;maxrecords=100;_type=html;offset=500">6</A>
+
+
+        <A HREF="http://localhost/freeside/search/cust_pkg.cgi?keywords=pkgnum;order_by=pkgnum;_dummy=1;maxrecords=100;_type=html;offset=600">7</A>
+
+      <A HREF="http://localhost/freeside/search/cust_pkg.cgi?keywords=pkgnum;order_by=pkgnum;_dummy=1;maxrecords=100;_type=html;offset=100"><B><FONT SIZE="+1">Next</FONT></B></A>
+
+
+  
+            </TD>
+          </TR>
+        </TABLE>
+
+
+        
+
+                </TD>
+      </TR>
+    </TABLE>
+  </BODY>
+</HTML>
+
+
+
+
+
+
diff --git a/FS-Test/share/output/search/cust_pkg.cgi/magic=bill:classnum=0:setup_ending=10%2F31%2F2015:pkgpart=5:pkgpart=2 b/FS-Test/share/output/search/cust_pkg.cgi/magic=bill:classnum=0:setup_ending=10%2F31%2F2015:pkgpart=5:pkgpart=2
deleted file mode 100644 (file)
index 0457a97..0000000
+++ /dev/null
@@ -1,11299 +0,0 @@
-
-            <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<HTML>
-  <HEAD>
-    <TITLE>
-      Package Search Results
-    </TITLE>
-    <!-- per RT, to prevent IE compatibility mode -->
-    <meta http-equiv="X-UA-Compatible" content="IE=edge" />
-    <!-- The X-UA-Compatible <meta> tag above must be very early in <head> -->
-    <META HTTP-Equiv="Cache-Control" Content="no-cache">
-    <META HTTP-Equiv="Pragma" Content="no-cache">
-    <META HTTP-Equiv="Expires" Content="0"> 
-
-    <script type="text/javascript" src="http://localhost/freeside/elements/cssexpr.js"></script>
-
-
-  <script type="text/javascript" src="http://localhost/freeside/elements/xmenu.top.js"></script>
-  <link href="http://localhost/freeside/elements/xmenu.top.css" type="text/css" rel="stylesheet">
-
-
-  <link href="http://localhost/freeside/elements/freeside.css" type="text/css" rel="stylesheet">
-  <link href="http://localhost/freeside/elements/freeside-print.css" type="text/css" rel="stylesheet" media="print">
-<link href="http://localhost/freeside/elements/freeside-menu.css" type="text/css" rel="stylesheet">
-
-<SCRIPT TYPE="text/javascript">
-
-  function about_freeside() {
-    overlib( OLiframeContent('http://localhost/freeside/docs/about.html', 300, 375, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'About', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#7e0079', CGCOLOR, '#7e0079', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); 
-  }
-
-  webfxMenuImagePath      = "http://localhost/freeside/images/";
-  webfxMenuUseHover       = 1;
-  webfxMenuShowTime       = 300;
-  webfxMenuHideTime       = 500;
-
-  var myBar = new WebFXMenuBar;
-
-    
-          myBar.add(new WebFXMenuButton('Billing Main', "http://localhost/freeside/", 'Billing start page' ));
-
-    
-          myBar.add(new WebFXMenuButton('Ticketing Main', "http://localhost/freeside/rt/", 'Ticketing start page' ));
-
-    
-          myBar.add(new WebFXMenuButton('New prospect', "http://localhost/freeside/edit/prospect_main.html", 'Add a new prospect' ));
-
-    
-          myBar.add(new WebFXMenuButton('New customer', "http://localhost/freeside/edit/cust_main.cgi", 'Add a new customer' ));
-
-
-          var myMenu0 = new WebFXMenu;
-myMenu0.emptyText = '';
-var myMenu1 = new WebFXMenu;
-myMenu1.emptyText = '';
-myMenu1.add(new WebFXMenuItem("List prospects", "http://localhost/freeside/search/prospect_main.html", "" ));
-myMenu1.add(new WebFXMenuItem("Advanced prospect reports", "http://localhost/freeside/search/report_prospect_main.html", "" ));
-myMenu1.add(new WebFXMenuSeparator());
-myMenu1.add(new WebFXMenuItem("Prospect contacts", "http://localhost/freeside/search/report_contact.html?link=prospect_main", "" ));
-myMenu1.width = 256;
-
-myMenu0.add(new WebFXMenuItem("Prospects", null, "Prospect reports", myMenu1 ));
-var myMenu2 = new WebFXMenu;
-myMenu2.emptyText = '';
-myMenu2.add(new WebFXMenuItem("List quotations", "http://localhost/freeside/search/quotation.html", "" ));
-myMenu2.add(new WebFXMenuItem("Advanced quotation reports", "http://localhost/freeside/search/report_quotation.html", "" ));
-myMenu2.width = 256;
-
-myMenu0.add(new WebFXMenuItem("Quotations", null, "Quotation reports", myMenu2 ));
-var myMenu3 = new WebFXMenu;
-myMenu3.emptyText = '';
-var myMenu4 = new WebFXMenu;
-myMenu4.emptyText = '';
-myMenu4.add(new WebFXMenuItem("by customer number", "http://localhost/freeside/search/cust_main.cgi?browse=custnum", "" ));
-myMenu4.add(new WebFXMenuItem("by last name", "http://localhost/freeside/search/cust_main.cgi?browse=last", "" ));
-myMenu4.add(new WebFXMenuItem("by company name", "http://localhost/freeside/search/cust_main.cgi?browse=company", "" ));
-myMenu4.add(new WebFXMenuItem("by active trouble tickets", "http://localhost/freeside/search/cust_main.cgi?browse=tickets", "" ));
-myMenu4.width = 256;
-
-myMenu3.add(new WebFXMenuItem("List customers", null, "List customers", myMenu4 ));
-myMenu3.add(new WebFXMenuItem("Zip code distribution", "http://localhost/freeside/search/report_cust_main-zip.html", "Zip codes by number of customers" ));
-myMenu3.add(new WebFXMenuItem("Customer signup report", "http://localhost/freeside/graph/report_cust_signup.html", "New customer signups by date" ));
-myMenu3.add(new WebFXMenuItem("Customer churn report", "http://localhost/freeside/graph/report_cust_churn.html", "New customers, suspensions, and cancellations summary" ));
-myMenu3.add(new WebFXMenuItem("Signup date report", "http://localhost/freeside/graph/report_signupdate.html", "Signup date report (by date of signup)" ));
-myMenu3.add(new WebFXMenuItem("Advanced customer reports", "http://localhost/freeside/search/report_cust_main.html", "by status, signup date, agent, etc." ));
-myMenu3.add(new WebFXMenuSeparator());
-myMenu3.add(new WebFXMenuItem("Customer contacts", "http://localhost/freeside/search/report_contact.html?link=cust_main", "" ));
-myMenu3.add(new WebFXMenuItem("Customer stored payment information", "http://localhost/freeside/search/report_cust_payby.html", "" ));
-myMenu3.width = 256;
-
-myMenu0.add(new WebFXMenuItem("Customers", null, "Customer reports", myMenu3 ));
-var myMenu5 = new WebFXMenu;
-myMenu5.emptyText = '';
-var myMenu6 = new WebFXMenu;
-myMenu6.emptyText = '';
-myMenu6.add(new WebFXMenuItem("All open invoices", "http://localhost/freeside/search/cust_bill.html?OPEN_date", "All invoices with an unpaid balance" ));
-myMenu6.add(new WebFXMenuItem("15 day open invoices", "http://localhost/freeside/search/cust_bill.html?OPEN15_date", "Invoices 15 days or older with an unpaid balance" ));
-myMenu6.add(new WebFXMenuItem("30 day open invoices", "http://localhost/freeside/search/cust_bill.html?OPEN30_date", "Invoices 30 days or older with an unpaid balance" ));
-myMenu6.add(new WebFXMenuItem("60 day open invoices", "http://localhost/freeside/search/cust_bill.html?OPEN60_date", "Invoices 60 days or older with an unpaid balance" ));
-myMenu6.add(new WebFXMenuItem("90 day open invoices", "http://localhost/freeside/search/cust_bill.html?OPEN90_date", "Invoices 90 days or older with an unpaid balance" ));
-myMenu6.add(new WebFXMenuItem("120 day open invoices", "http://localhost/freeside/search/cust_bill.html?OPEN120_date", "Invoices 120 days or older with an unpaid balance" ));
-myMenu6.width = 256;
-
-myMenu5.add(new WebFXMenuItem("Open invoices", null, "Open invoices", myMenu6 ));
-myMenu5.add(new WebFXMenuItem("All invoices", "http://localhost/freeside/search/cust_bill.html?date", "List all invoices" ));
-myMenu5.add(new WebFXMenuItem("Advanced invoice reports", "http://localhost/freeside/search/report_cust_bill.html", "by agent, date range, etc." ));
-myMenu5.add(new WebFXMenuSeparator());
-myMenu5.add(new WebFXMenuItem("Line items", "http://localhost/freeside/search/report_cust_bill_pkg.html", "Individual line item detail" ));
-myMenu5.add(new WebFXMenuItem("Voided invoices", "http://localhost/freeside/search/report_cust_bill_void.html", "Search for voided invoices" ));
-myMenu5.width = 256;
-
-myMenu0.add(new WebFXMenuItem("Invoices", null, "Invoice reports", myMenu5 ));
-var myMenu7 = new WebFXMenu;
-myMenu7.emptyText = '';
-myMenu7.add(new WebFXMenuItem("Discount graph", "http://localhost/freeside/graph/report_cust_bill_pkg_discount.html", "Discount overview per month" ));
-myMenu7.add(new WebFXMenuItem("Discount detail", "http://localhost/freeside/search/report_cust_bill_pkg_discount.html", "Discount report (by employee and/or date range)" ));
-myMenu7.add(new WebFXMenuItem("Package discounts", "http://localhost/freeside/search/report_cust_pkg_discount.html", "Active/inactive discounts by package" ));
-myMenu7.width = 256;
-
-myMenu0.add(new WebFXMenuItem("Discounts", null, "Discount reports", myMenu7 ));
-var myMenu8 = new WebFXMenu;
-myMenu8.emptyText = '';
-myMenu8.add(new WebFXMenuItem("Payments", "http://localhost/freeside/search/report_cust_pay.html", "Payment report (by type and/or date range)" ));
-myMenu8.add(new WebFXMenuItem("Payment application detail", "http://localhost/freeside/search/report_cust_bill_pay_pkg.html", "Line item application detail" ));
-myMenu8.add(new WebFXMenuItem("Pending Payments", "http://localhost/freeside/search/cust_pay_pending.html?magic=_date;statusNOT=done", "Pending real-time payments" ));
-myMenu8.add(new WebFXMenuItem("Unapplied Payments", "http://localhost/freeside/search/report_cust_pay.html?unapplied=1", "Unapplied payment report (by type and/or date range)" ));
-myMenu8.add(new WebFXMenuItem("Voided Payments", "http://localhost/freeside/search/report_cust_pay.html?void=1", "Voided payment report (by type and/or date range)" ));
-myMenu8.add(new WebFXMenuItem("Unapplied Payment Aging", "http://localhost/freeside/search/report_unapplied_cust_pay.html", "Unapplied payment aging report" ));
-myMenu8.width = 256;
-
-myMenu0.add(new WebFXMenuItem("Payments", null, "Payment reports", myMenu8 ));
-var myMenu9 = new WebFXMenu;
-myMenu9.emptyText = '';
-myMenu9.add(new WebFXMenuItem("Package definitions (by # active)", "http://localhost/freeside/browse/part_pkg.cgi?active=1", "Package definitions by number of active packages" ));
-myMenu9.add(new WebFXMenuItem("Package costs", "http://localhost/freeside/graph/report_cust_pkg_cost.html", "Package setup and recurring costs graph" ));
-myMenu9.add(new WebFXMenuSeparator());
-myMenu9.add(new WebFXMenuItem("Package churn", "http://localhost/freeside/graph/report_cust_pkg.html", "Orders, suspensions and cancellations summary graph" ));
-myMenu9.add(new WebFXMenuSeparator());
-myMenu9.add(new WebFXMenuItem("All customer packages", "http://localhost/freeside/search/cust_pkg.cgi?pkgnum", "List all customer packages" ));
-myMenu9.add(new WebFXMenuItem("Package summary", "http://localhost/freeside/search/cust_pkg_summary.html", "Show package sales summary" ));
-myMenu9.add(new WebFXMenuItem("Suspended customer packages", "http://localhost/freeside/search/cust_pkg.cgi?magic=suspended", "List suspended packages" ));
-myMenu9.add(new WebFXMenuItem("Suspension summary", "http://localhost/freeside/search/cust_pkg_susp.html", "Show suspension activity" ));
-myMenu9.add(new WebFXMenuItem("Customer packages with unconfigured services", "http://localhost/freeside/search/cust_pkg.cgi?APKG_pkgnum", "List packages which have provisionable services" ));
-myMenu9.add(new WebFXMenuItem("Advanced package reports", "http://localhost/freeside/search/report_cust_pkg.html", "by agent, date range, status, package definition" ));
-myMenu9.width = 256;
-
-myMenu0.add(new WebFXMenuItem("Packages", null, "Package reports", myMenu9 ));
-var myMenu10 = new WebFXMenu;
-myMenu10.emptyText = '';
-myMenu10.add(new WebFXMenuItem("Service definitions", "http://localhost/freeside/browse/part_svc.cgi?orderby=active", "Service definitions by number of active packages" ));
-myMenu10.add(new WebFXMenuSeparator());
-myMenu10.add(new WebFXMenuItem("Unprovisioned services", "http://localhost/freeside/search/report_unprovisioned_services.html", "Unprovisioned services" ));
-myMenu10.add(new WebFXMenuSeparator());
-var myMenu11 = new WebFXMenu;
-myMenu11.emptyText = '';
-myMenu11.add(new WebFXMenuItem("All accounts by Username", "http://localhost/freeside/search/svc_acct.cgi?magic=all;sortby=username", "" ));
-myMenu11.add(new WebFXMenuItem("All accounts by UID", "http://localhost/freeside/search/svc_acct.cgi?magic=all;sortby=uid", "" ));
-myMenu11.add(new WebFXMenuItem("All accounts with Time Remaining", "http://localhost/freeside/search/svc_acct.cgi?magic=all;sortby=seconds", "" ));
-myMenu11.add(new WebFXMenuItem("All accounts by Last login", "http://localhost/freeside/search/svc_acct.cgi?magic=all;sortby=last_login", "" ));
-myMenu11.add(new WebFXMenuItem("All accounts never logged in", "http://localhost/freeside/search/svc_acct.cgi?magic=nologin;sortby=svcnum", "" ));
-myMenu11.add(new WebFXMenuItem("Advanced account reports", "http://localhost/freeside/search/report_svc_acct.html", "" ));
-myMenu11.width = 256;
-
-myMenu10.add(new WebFXMenuItem("Accounts", null, "Access accounts and mailboxes", myMenu11 ));
-var myMenu12 = new WebFXMenu;
-myMenu12.emptyText = '';
-myMenu12.add(new WebFXMenuItem("All domains", "http://localhost/freeside/search/svc_domain.cgi?magic=all;sortby=domain", "" ));
-myMenu12.width = 256;
-
-myMenu10.add(new WebFXMenuItem("Domains", null, "Domains", myMenu12 ));
-var myMenu13 = new WebFXMenu;
-myMenu13.emptyText = '';
-myMenu13.add(new WebFXMenuItem("All certificates", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_cert;magic=all;sortby=svcnum", "" ));
-myMenu13.width = 256;
-
-myMenu10.add(new WebFXMenuItem("Certificates", null, "Example services", myMenu13 ));
-var myMenu14 = new WebFXMenu;
-myMenu14.emptyText = '';
-myMenu14.add(new WebFXMenuItem("All mail forwards", "http://localhost/freeside/search/svc_forward.cgi?magic=all;sortby=svcnum", "" ));
-myMenu14.width = 256;
-
-myMenu10.add(new WebFXMenuItem("Mail forwards", null, "Mail forwards", myMenu14 ));
-var myMenu15 = new WebFXMenu;
-myMenu15.emptyText = '';
-myMenu15.add(new WebFXMenuItem("All mailing lists", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_mailinglist;magic=all;sortby=svcnum", "" ));
-myMenu15.width = 256;
-
-myMenu10.add(new WebFXMenuItem("Mailing lists", null, "Mailing lists", myMenu15 ));
-var myMenu16 = new WebFXMenu;
-myMenu16.emptyText = '';
-myMenu16.add(new WebFXMenuItem("All virtual hosting services", "http://localhost/freeside/search/svc_www.cgi?magic=all;sortby=svcnum", "" ));
-myMenu16.width = 256;
-
-myMenu10.add(new WebFXMenuItem("Virtual hosting services", null, "Virtual hosting services", myMenu16 ));
-var myMenu17 = new WebFXMenu;
-myMenu17.emptyText = '';
-myMenu17.add(new WebFXMenuItem("All wireless broadband services", "http://localhost/freeside/search/svc_broadband.cgi?magic=all;sortby=svcnum", "" ));
-myMenu17.add(new WebFXMenuItem("Advanced wireless broadband reports", "http://localhost/freeside/search/report_svc_broadband.html", "" ));
-myMenu17.width = 256;
-
-myMenu10.add(new WebFXMenuItem("Wireless broadband services", null, "Fixed wireless broadband services", myMenu17 ));
-var myMenu18 = new WebFXMenu;
-myMenu18.emptyText = '';
-myMenu18.add(new WebFXMenuItem("All cable subscribers by Service", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_cable;magic=all;sortby=svcnum", "" ));
-myMenu18.add(new WebFXMenuItem("All cable subscribers by Serial number", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_cable;magic=all;sortby=serialnum", "" ));
-myMenu18.add(new WebFXMenuItem("All cable subscribers by MAC address", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_cable;magic=all;sortby=mac_addr", "" ));
-myMenu18.width = 256;
-
-myMenu10.add(new WebFXMenuItem("Cable Subscribers", null, "Cable Subscribers", myMenu18 ));
-var myMenu19 = new WebFXMenu;
-myMenu19.emptyText = '';
-myMenu19.add(new WebFXMenuItem("All DSLs", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_dsl;magic=all;sortby=phonenum", "" ));
-myMenu19.add(new WebFXMenuItem("Qualifications", "http://localhost/freeside/search/qual.cgi", "" ));
-myMenu19.width = 256;
-
-myMenu10.add(new WebFXMenuItem("DSLs", null, "DSLs", myMenu19 ));
-var myMenu20 = new WebFXMenu;
-myMenu20.emptyText = '';
-myMenu20.add(new WebFXMenuItem("All dish services", "http://localhost/freeside/search/svc_dish.cgi?magic=all;sortby=svcnum", "" ));
-myMenu20.width = 256;
-
-myMenu10.add(new WebFXMenuItem("Dish services", null, "Dish services", myMenu20 ));
-var myMenu21 = new WebFXMenu;
-myMenu21.emptyText = '';
-myMenu21.add(new WebFXMenuItem("All hardware", "http://localhost/freeside/search/svc_hardware.cgi?magic=all;sortby=svcnum", "" ));
-myMenu21.add(new WebFXMenuItem("Advanced hardware reports", "http://localhost/freeside/search/report_svc_hardware.html", "" ));
-myMenu21.width = 256;
-
-myMenu10.add(new WebFXMenuItem("Hardware", null, "Hardware", myMenu21 ));
-var myMenu22 = new WebFXMenu;
-myMenu22.emptyText = '';
-myMenu22.add(new WebFXMenuItem("All phone numbers", "http://localhost/freeside/search/svc_phone.cgi?magic=all;sortby=phonenum", "" ));
-myMenu22.add(new WebFXMenuItem("Phone numbers' total usage by time period", "http://localhost/freeside/search/report_svc_phone_usage.html", "Total usage (minutes, and amount billed) for the specified time period, per phone number." ));
-myMenu22.add(new WebFXMenuItem("Phone numbers by state", "http://localhost/freeside/search/phone_state.html", "Current or historical phone services broken down by state." ));
-myMenu22.add(new WebFXMenuItem("Advanced phone number reports", "http://localhost/freeside/search/report_svc_phone.html", "" ));
-myMenu22.add(new WebFXMenuItem("Phone number (DID) availability", "http://localhost/freeside/search/report_phone_avail.html", "" ));
-myMenu22.add(new WebFXMenuItem("Inventory/Provisioning Status", "http://localhost/freeside/search/phone_inventory_provisioned.html", "" ));
-myMenu22.width = 256;
-
-myMenu10.add(new WebFXMenuItem("Phone numbers", null, "Phone numbers", myMenu22 ));
-var myMenu23 = new WebFXMenu;
-myMenu23.emptyText = '';
-myMenu23.add(new WebFXMenuItem("All PBXs", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_pbx;magic=all;sortby=svcnum", "" ));
-myMenu23.width = 256;
-
-myMenu10.add(new WebFXMenuItem("PBXs", null, "PBXs", myMenu23 ));
-var myMenu24 = new WebFXMenu;
-myMenu24.emptyText = '';
-myMenu24.add(new WebFXMenuItem("All circuits", "http://localhost/freeside/search/svc_circuit.cgi?magic=all;sortby=svcnum", "" ));
-myMenu24.width = 256;
-
-myMenu10.add(new WebFXMenuItem("Circuits", null, "Voice and data circuit services", myMenu24 ));
-var myMenu25 = new WebFXMenu;
-myMenu25.emptyText = '';
-myMenu25.add(new WebFXMenuItem("All ports", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_port;magic=all;sortby=serviceid", "" ));
-myMenu25.width = 256;
-
-myMenu10.add(new WebFXMenuItem("Ports", null, "Ports", myMenu25 ));
-var myMenu26 = new WebFXMenu;
-myMenu26.emptyText = '';
-myMenu26.add(new WebFXMenuItem("All alarm services", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_alarm;magic=all;sortby=acctnum", "" ));
-myMenu26.width = 256;
-
-myMenu10.add(new WebFXMenuItem("Alarm services", null, "Alarm services", myMenu26 ));
-var myMenu27 = new WebFXMenu;
-myMenu27.emptyText = '';
-myMenu27.add(new WebFXMenuItem("All external services", "http://localhost/freeside/search/svc_external.cgi?magic=all;sortby=id", "" ));
-myMenu27.width = 256;
-
-myMenu10.add(new WebFXMenuItem("External services", null, "External services", myMenu27 ));
-myMenu10.width = 256;
-
-myMenu0.add(new WebFXMenuItem("Services", null, "Services reports", myMenu10 ));
-var myMenu28 = new WebFXMenu;
-myMenu28.emptyText = '';
-myMenu28.add(new WebFXMenuItem("Inventory by agent", "http://localhost/freeside/search/report_agent_inventory.html", "" ));
-myMenu28.add(new WebFXMenuItem("Inventory activity", "http://localhost/freeside/search/report_h_inventory_item.html", "" ));
-myMenu28.width = 256;
-
-myMenu0.add(new WebFXMenuItem("Inventory", null, "Inventory reports", myMenu28 ));
-var myMenu29 = new WebFXMenu;
-myMenu29.emptyText = '';
-myMenu29.add(new WebFXMenuItem("RADIUS sessions", "http://localhost/freeside/search/sqlradius.html", "" ));
-myMenu29.add(new WebFXMenuItem("RADIUS data usage", "http://localhost/freeside/search/report_sqlradius_usage.html", "" ));
-myMenu29.add(new WebFXMenuItem("Call Detail Records (CDRs)", "http://localhost/freeside/search/report_cdr.html", "" ));
-myMenu29.add(new WebFXMenuItem("Unrateable CDRs", "http://localhost/freeside/search/cdr.html?freesidestatus=failed;cdrbatchnum=_ALL_", "" ));
-myMenu29.width = 256;
-
-myMenu0.add(new WebFXMenuItem("Usage", null, "Usage reports", myMenu29 ));
-var myMenu30 = new WebFXMenu;
-myMenu30.emptyText = '';
-var myMenu31 = new WebFXMenu;
-myMenu31.emptyText = '';
-myMenu31.add(new WebFXMenuItem("Tickets per day per Queue", "http://localhost/freeside/rt/RTx/Statistics/CallsQueueDay", "View the number of tickets created, resolved or deleted in a specific Queue, over the requested period of days" ));
-myMenu31.add(new WebFXMenuItem("Ticket status by Queue", "http://localhost/freeside/rt/RTx/Statistics/OpenStalled", "View numbers of new, open and stalled tickets in a selected Queue" ));
-myMenu31.add(new WebFXMenuItem("Tickets per day (multiple Queues)", "http://localhost/freeside/rt/RTx/Statistics/CallsMultiQueue", "View tickets created, resolved or deleted on in one or more Queues over a specified time period" ));
-myMenu31.add(new WebFXMenuItem("Tickets per Day of Week", "http://localhost/freeside/rt/RTx/Statistics/DayOfWeek", "View trends showing when tickets are created, resolved or deleted" ));
-myMenu31.add(new WebFXMenuItem("Time to resolve", "http://localhost/freeside/rt/RTx/Statistics/Resolution", "View how long tickets take to be resolved by Queue" ));
-myMenu31.add(new WebFXMenuItem("Time to resolve (scatter graph)", "http://localhost/freeside/rt/RTx/Statistics/TimeToResolve", "View a detailed scatter graph of time to resolve tickets by Queue" ));
-myMenu31.width = 256;
-
-myMenu30.add(new WebFXMenuItem("Statistics", null, "", myMenu31 ));
-myMenu30.add(new WebFXMenuSeparator());
-myMenu30.add(new WebFXMenuItem("Advanced ticket reports", "http://localhost/freeside/rt/Search/Build.html?NewQuery=1", "List tickets by any criteria" ));
-myMenu30.width = 256;
-
-myMenu0.add(new WebFXMenuItem("Tickets", null, "Ticket reports", myMenu30 ));
-var myMenu32 = new WebFXMenu;
-myMenu32.emptyText = '';
-var myMenu33 = new WebFXMenu;
-myMenu33.emptyText = '';
-myMenu33.add(new WebFXMenuItem("Sales, Credits and Receipts", "http://localhost/freeside/graph/report_money_time.html", "Sales, credits and receipts summary graph" ));
-myMenu33.add(new WebFXMenuItem("Daily Sales, Credits and Receipts", "http://localhost/freeside/graph/report_money_time_daily.html", "Sales, credits and receipts (broken down by day) summary graph" ));
-myMenu33.add(new WebFXMenuItem("Sales Report", "http://localhost/freeside/graph/report_cust_bill_pkg.html", "Sales report and graph (by agent, package class and/or date range)" ));
-myMenu33.add(new WebFXMenuItem("Rated Call Sales Report", "http://localhost/freeside/graph/report_cust_bill_pkg_detail.html", "Sales report and graph (by agent, package class, usage class and/or date range)" ));
-myMenu33.add(new WebFXMenuItem("Sales with Advertising Source", "http://localhost/freeside/search/report_cust_bill_pkg_referral.html", "" ));
-myMenu33.width = 256;
-
-myMenu32.add(new WebFXMenuItem("Sales", null, "Sales reports", myMenu33 ));
-var myMenu34 = new WebFXMenu;
-myMenu34.emptyText = '';
-myMenu34.add(new WebFXMenuItem("Agent", "http://localhost/freeside/search/report_agent_commission.html", "" ));
-myMenu34.add(new WebFXMenuItem("Agent per package", "http://localhost/freeside/search/report_agent_commission_pkg.html", "" ));
-myMenu34.add(new WebFXMenuItem("Sales Person", "http://localhost/freeside/search/report_sales_commission.html", "" ));
-myMenu34.add(new WebFXMenuItem("Sales Person per package", "http://localhost/freeside/search/report_sales_commission_pkg.html", "" ));
-myMenu34.add(new WebFXMenuItem("Employee", "http://localhost/freeside/search/report_employee_commission.html", "" ));
-myMenu34.width = 256;
-
-myMenu32.add(new WebFXMenuItem("Commissions", null, "Commission reports", myMenu34 ));
-var myMenu35 = new WebFXMenu;
-myMenu35.emptyText = '';
-myMenu35.add(new WebFXMenuItem("Credit Report", "http://localhost/freeside/search/report_cust_credit.html", "Credit report (by employee and/or date range)" ));
-myMenu35.add(new WebFXMenuItem("Credit package source detail", "http://localhost/freeside/search/report_cust_credit_source_bill_pkg.html", "Line-item detail for triggered package credits" ));
-myMenu35.add(new WebFXMenuItem("Credit application detail", "http://localhost/freeside/search/report_cust_credit_bill_pkg.html", "Line item application detail" ));
-myMenu35.add(new WebFXMenuItem("Unapplied Credits", "http://localhost/freeside/search/report_cust_credit.html?unapplied=1", "Unapplied credit report (by type and/or date range)" ));
-myMenu35.add(new WebFXMenuItem("Voided Credits", "http://localhost/freeside/search/report_cust_credit_void.html", "Voided credit report (by employee and/or date range)" ));
-myMenu35.width = 256;
-
-myMenu32.add(new WebFXMenuItem("Credits", null, "Credit reports", myMenu35 ));
-var myMenu36 = new WebFXMenu;
-myMenu36.emptyText = '';
-myMenu36.add(new WebFXMenuItem("Refund Report", "http://localhost/freeside/search/report_cust_refund.html", "Refund report (by type and/or date range)" ));
-myMenu36.add(new WebFXMenuItem("Unapplied Refunds", "http://localhost/freeside/search/report_cust_refund.html?unapplied=1", "Unapplied refund report (by type and/or date range)" ));
-myMenu36.width = 256;
-
-myMenu32.add(new WebFXMenuItem("Refunds", null, "Refund reports", myMenu36 ));
-myMenu32.add(new WebFXMenuItem("A/R Aging", "http://localhost/freeside/search/report_receivables.html", "Accounts Receivable Aging report" ));
-myMenu32.add(new WebFXMenuItem("Prepaid Income", "http://localhost/freeside/search/report_prepaid_income.html", "Prepaid income (unearned revenue)  report" ));
-myMenu32.add(new WebFXMenuItem("Tax Liability", "http://localhost/freeside/search/report_tax.html", "Tax liability report (internal tax data)" ));
-myMenu32.add(new WebFXMenuItem("E911 Fee Summary", "http://localhost/freeside/search/report_e911.html", "E911 fee summary" ));
-myMenu32.add(new WebFXMenuItem("Customer Accounting Summary", "http://localhost/freeside/search/report_customer_accounting_summary.html", "Customer accounting summary report" ));
-myMenu32.width = 256;
-
-myMenu0.add(new WebFXMenuItem("Financial (Receivables)", null, "Financial reports (Receivables)", myMenu32 ));
-var myMenu37 = new WebFXMenu;
-myMenu37.emptyText = '';
-myMenu37.add(new WebFXMenuItem("Payables summary", "http://localhost/freeside/search/report_vend_main.html", "Payables summary by vendor" ));
-myMenu37.add(new WebFXMenuItem("Payables detail", "http://localhost/freeside/search/report_vend_bill.html", "" ));
-myMenu37.width = 256;
-
-myMenu0.add(new WebFXMenuItem("Financial (Payables)", null, "Financial reports (Payables)", myMenu37 ));
-var myMenu38 = new WebFXMenu;
-myMenu38.emptyText = '';
-var myMenu39 = new WebFXMenu;
-myMenu39.emptyText = '';
-myMenu39.add(new WebFXMenuItem("All billing events", "http://localhost/freeside/search/report_cust_event.html", "All billing events for a date range" ));
-myMenu39.add(new WebFXMenuItem("Billing event errors", "http://localhost/freeside/search/report_cust_event.html?failed=1", "Failed credit cards, processor or printer problems, etc." ));
-myMenu39.width = 256;
-
-myMenu38.add(new WebFXMenuItem("Billing events", null, "Billing events", myMenu39 ));
-myMenu38.add(new WebFXMenuItem("Credit limit incidents", "http://localhost/freeside/search/report_cust_main_credit_limit.html", "" ));
-myMenu38.add(new WebFXMenuItem("Employee activity", "http://localhost/freeside/search/report_employee_audit.html", "" ));
-myMenu38.add(new WebFXMenuItem("System log", "http://localhost/freeside/search/log.html", "View system events and debugging information." ));
-myMenu38.add(new WebFXMenuItem("Outgoing messages", "http://localhost/freeside/search/cust_msg.html", "View outgoing message log" ));
-myMenu38.width = 256;
-
-myMenu0.add(new WebFXMenuItem("Logs", null, "System and email logs", myMenu38 ));
-myMenu0.width = 256;
-
-          myBar.add(new WebFXMenuButton('Reports', null, 'Lists, reporting and graphing', myMenu0 ));
-
-
-          var myMenu40 = new WebFXMenu;
-myMenu40.emptyText = '';
-var myMenu41 = new WebFXMenu;
-myMenu41.emptyText = '';
-myMenu41.add(new WebFXMenuItem("Appointments", "http://localhost/freeside/rt/Search/Schedule.html?LengthMin=0", "View appointment schedule" ));
-myMenu41.add(new WebFXMenuItem("Attachments", "http://localhost/freeside/browse/cust_attachment.html", "View customer attachments" ));
-myMenu41.add(new WebFXMenuItem("Customer email settings", "http://localhost/freeside/misc/manage_cust_email.html", "" ));
-myMenu41.width = 256;
-
-myMenu40.add(new WebFXMenuItem("Customers", null, "Customer tools", myMenu41 ));
-var myMenu42 = new WebFXMenu;
-myMenu42.emptyText = '';
-myMenu42.add(new WebFXMenuItem("Quick payment entry", "http://localhost/freeside/misc/batch-cust_pay.html", "Enter multiple payments in a batch" ));
-myMenu42.add(new WebFXMenuItem("Download invoice batches", "http://localhost/freeside/search/bill_batch.cgi", "" ));
-myMenu42.width = 256;
-
-myMenu40.add(new WebFXMenuItem("Billing", null, "Payment and invoice tools", myMenu42 ));
-var myMenu43 = new WebFXMenu;
-myMenu43.emptyText = '';
-var myMenu44 = new WebFXMenu;
-myMenu44.emptyText = '';
-myMenu44.add(new WebFXMenuItem("Overview", "http://localhost/freeside/rt/Articles/index.html", "" ));
-myMenu44.add(new WebFXMenuItem("Search", "http://localhost/freeside/rt/Articles/Article/Search.html", "" ));
-myMenu44.add(new WebFXMenuItem("Topics", "http://localhost/freeside/rt/Articles/Topics.html", "" ));
-myMenu44.width = 256;
-
-myMenu43.add(new WebFXMenuItem("Articles", null, "", myMenu44 ));
-myMenu43.add(new WebFXMenuItem("My Day", "http://localhost/freeside/rt/Tools/MyDay.html", "" ));
-myMenu43.add(new WebFXMenuItem("My Reminders", "http://localhost/freeside/rt/Tools/MyReminders.html", "" ));
-myMenu43.add(new WebFXMenuItem("Offline", "http://localhost/freeside/rt/Tools/Offline.html", "" ));
-myMenu43.add(new WebFXMenuItem("Approval", "http://localhost/freeside/rt/Approvals/", "" ));
-myMenu43.width = 256;
-
-myMenu40.add(new WebFXMenuItem("Ticketing", null, "Ticketing tools", myMenu43 ));
-var myMenu45 = new WebFXMenu;
-myMenu45.emptyText = '';
-myMenu45.add(new WebFXMenuItem("Bulk DID Orders", "http://localhost/freeside/browse/did_order.html", "View/manage bulk DID orders" ));
-myMenu45.add(new WebFXMenuItem("Business card scan", "http://localhost/freeside/edit/prospect_main-upload.html", "" ));
-myMenu45.width = 256;
-
-myMenu40.add(new WebFXMenuItem("Miscellaneous", null, "", myMenu45 ));
-var myMenu46 = new WebFXMenu;
-myMenu46.emptyText = '';
-myMenu46.add(new WebFXMenuItem("Customers", "http://localhost/freeside/misc/cust_main-import.cgi", "" ));
-myMenu46.add(new WebFXMenuItem("Package definitions", "http://localhost/freeside/misc/part_pkg-import.html", "" ));
-myMenu46.add(new WebFXMenuItem("Customer packages", "http://localhost/freeside/misc/cust_pkg-import.html", "" ));
-myMenu46.add(new WebFXMenuItem("Customer comments", "http://localhost/freeside/misc/cust_main_note-import.html", "" ));
-myMenu46.add(new WebFXMenuItem("One-time charges", "http://localhost/freeside/misc/cust_main-import_charges.cgi", "" ));
-myMenu46.add(new WebFXMenuItem("Payments", "http://localhost/freeside/misc/cust_pay-import.cgi", "" ));
-myMenu46.add(new WebFXMenuItem("Credits", "http://localhost/freeside/misc/cust_credit-import.html", "" ));
-myMenu46.add(new WebFXMenuItem("Phone numbers (DIDs)", "http://localhost/freeside/misc/phone_avail-import.html", "" ));
-myMenu46.add(new WebFXMenuItem("Call Detail Records (CDRs)", "http://localhost/freeside/misc/cdr-import.html", "" ));
-myMenu46.width = 256;
-
-myMenu40.add(new WebFXMenuItem("Importing", null, "Import tools", myMenu46 ));
-var myMenu47 = new WebFXMenu;
-myMenu47.emptyText = '';
-myMenu47.add(new WebFXMenuItem("Status", "http://localhost/freeside/view/Status.html", "System status" ));
-myMenu47.add(new WebFXMenuItem("Job Queue", "http://localhost/freeside/search/queue.html", "View pending job queue" ));
-myMenu47.width = 256;
-
-myMenu40.add(new WebFXMenuItem("System", null, "System tools", myMenu47 ));
-myMenu40.width = 256;
-
-          myBar.add(new WebFXMenuButton('Tools', null, 'Tools', myMenu40 ));
-
-
-          var myMenu48 = new WebFXMenu;
-myMenu48.emptyText = '';
-myMenu48.add(new WebFXMenuItem("Settings", "http://localhost/freeside/config/config-view.cgi", "" ));
-myMenu48.add(new WebFXMenuSeparator());
-var myMenu49 = new WebFXMenu;
-myMenu49.emptyText = '';
-myMenu49.add(new WebFXMenuItem("Agent types", "http://localhost/freeside/browse/agent_type.cgi", "Agent types define groups of package definitions that you can then assign to particular agents" ));
-myMenu49.add(new WebFXMenuItem("Agents", "http://localhost/freeside/browse/agent.cgi", "Agents are resellers of your service. Agents may be limited to a subset of your full offerings (via their type)" ));
-myMenu49.add(new WebFXMenuItem("Agent payment gateways", "http://localhost/freeside/browse/payment_gateway.html", "Credit card and electronic check processors for agent overrides" ));
-myMenu49.width = 256;
-
-myMenu48.add(new WebFXMenuItem("Companies", null, "", myMenu49 ));
-var myMenu50 = new WebFXMenu;
-myMenu50.emptyText = '';
-myMenu50.add(new WebFXMenuItem("Sales People", "http://localhost/freeside/browse/sales.html", "Sales people bring in new business." ));
-myMenu50.width = 256;
-
-myMenu48.add(new WebFXMenuItem("Sales People", null, "", myMenu50 ));
-var myMenu51 = new WebFXMenu;
-myMenu51.emptyText = '';
-myMenu51.add(new WebFXMenuItem("Employees", "http://localhost/freeside/browse/access_user.html", "Setup internal users" ));
-myMenu51.add(new WebFXMenuItem("Employee groups", "http://localhost/freeside/browse/access_group.html", "Employee groups allow you to control access to the backend" ));
-myMenu51.add(new WebFXMenuItem("Installer availability", "http://localhost/freeside/browse/sched_item.html", "Installer availability" ));
-myMenu51.width = 256;
-
-myMenu48.add(new WebFXMenuItem("Employees", null, "", myMenu51 ));
-myMenu48.add(new WebFXMenuSeparator());
-var myMenu52 = new WebFXMenu;
-myMenu52.emptyText = '';
-myMenu52.add(new WebFXMenuItem("Customer tags", "http://localhost/freeside/browse/part_tag.html", "" ));
-myMenu52.add(new WebFXMenuItem("Customer classes", "http://localhost/freeside/browse/cust_class.html", "Customer classes define groups of customers for reporting." ));
-myMenu52.add(new WebFXMenuItem("Customer categories", "http://localhost/freeside/browse/cust_category.html", "Customer categories define groups of customer classes." ));
-myMenu52.add(new WebFXMenuSeparator());
-myMenu52.add(new WebFXMenuItem("Contact types", "http://localhost/freeside/browse/contact_class.html", "" ));
-myMenu52.width = 256;
-
-myMenu48.add(new WebFXMenuItem("Customers", null, "", myMenu52 ));
-var myMenu53 = new WebFXMenu;
-myMenu53.emptyText = '';
-myMenu53.add(new WebFXMenuItem("Package definitions", "http://localhost/freeside/browse/part_pkg.cgi", "One or more services are grouped together into a package and given pricing information. Customers purchase packages, not services" ));
-myMenu53.add(new WebFXMenuItem("Package classes", "http://localhost/freeside/browse/pkg_class.html", "Package classes define groups of packages, for taxation, ordering convenience and reporting." ));
-myMenu53.add(new WebFXMenuItem("Package categories", "http://localhost/freeside/browse/pkg_category.html", "Package categories define groups of package classes, for invoice sections." ));
-myMenu53.add(new WebFXMenuItem("Package report classes", "http://localhost/freeside/browse/part_pkg_report_option.html", "Package classes define optional groups of packages for reporting only." ));
-myMenu53.add(new WebFXMenuItem("Fees", "http://localhost/freeside/browse/part_fee.html", "" ));
-myMenu53.add(new WebFXMenuItem("Discounts", "http://localhost/freeside/browse/discount.html", "" ));
-myMenu53.add(new WebFXMenuItem("Discount classes", "http://localhost/freeside/browse/discount_class.html", "" ));
-var myMenu54 = new WebFXMenu;
-myMenu54.emptyText = '';
-myMenu54.add(new WebFXMenuItem("Cancel reasons", "http://localhost/freeside/browse/reason.html?class=C", "Cancel reasons explain why a service was cancelled." ));
-myMenu54.add(new WebFXMenuItem("Cancel reason types", "http://localhost/freeside/browse/reason_type.html?class=C", "Cancel reason types define groups of reasons." ));
-myMenu54.add(new WebFXMenuItem("Suspend reasons", "http://localhost/freeside/browse/reason.html?class=S", "Suspend reasons explain why a service was suspended." ));
-myMenu54.add(new WebFXMenuItem("Suspend reason types", "http://localhost/freeside/browse/reason_type.html?class=S", "Suspend reason types define groups of reasons." ));
-myMenu54.width = 256;
-
-myMenu53.add(new WebFXMenuItem("Cancel/Suspend Reasons", null, "", myMenu54 ));
-myMenu53.width = 256;
-
-myMenu48.add(new WebFXMenuItem("Packages", null, "", myMenu53 ));
-var myMenu55 = new WebFXMenu;
-myMenu55.emptyText = '';
-myMenu55.add(new WebFXMenuItem("Service definitions", "http://localhost/freeside/browse/part_svc.cgi", "Services are items you offer to your customers" ));
-myMenu55.add(new WebFXMenuItem("Service classes", "http://localhost/freeside/browse/part_svc_class.html", "Services classes are user-defined, informational types for services" ));
-myMenu55.add(new WebFXMenuItem("Service dependencies", "http://localhost/freeside/browse/part_svc_link.html", "Services depencies define rules between service definitions" ));
-myMenu55.add(new WebFXMenuItem("Provisioning exports", "http://localhost/freeside/browse/part_export.cgi", "Provisioning services to external machines, databases and APIs" ));
-var myMenu56 = new WebFXMenu;
-myMenu56.emptyText = '';
-myMenu56.add(new WebFXMenuItem("Access numbers", "http://localhost/freeside/browse/svc_acct_pop.cgi", "Points of Presence" ));
-myMenu56.width = 256;
-
-myMenu55.add(new WebFXMenuItem("Dialup", null, "", myMenu56 ));
-var myMenu57 = new WebFXMenu;
-myMenu57.emptyText = '';
-myMenu57.add(new WebFXMenuItem("Towers", "http://localhost/freeside/browse/tower.html", "Towers and sectors" ));
-myMenu57.add(new WebFXMenuItem("Routers", "http://localhost/freeside/browse/router.cgi", "Broadband access routers" ));
-myMenu57.add(new WebFXMenuItem("Address blocks", "http://localhost/freeside/browse/addr_block.cgi", "Manage address blocks and block assignments to broadband routers" ));
-myMenu57.add(new WebFXMenuItem("Address ranges", "http://localhost/freeside/browse/addr_range.html", "Designate special address ranges" ));
-myMenu57.width = 256;
-
-myMenu55.add(new WebFXMenuItem("Wireless broadband", null, "", myMenu57 ));
-var myMenu58 = new WebFXMenu;
-myMenu58.emptyText = '';
-myMenu58.add(new WebFXMenuItem("View/Edit phone device types", "http://localhost/freeside/browse/part_device.html", "Phone device types" ));
-myMenu58.add(new WebFXMenuItem("View/Edit bulk DID vendors", "http://localhost/freeside/browse/did_vendor.html", "Bulk DID vendors" ));
-myMenu58.add(new WebFXMenuItem("View/Edit Carriers", "http://localhost/freeside/browse/cdr_carrier.html", "Carriers" ));
-myMenu58.width = 256;
-
-myMenu55.add(new WebFXMenuItem("Phone", null, "", myMenu58 ));
-var myMenu59 = new WebFXMenu;
-myMenu59.emptyText = '';
-myMenu59.add(new WebFXMenuItem("RADIUS Groups", "http://localhost/freeside/browse/radius_group.html", "Manage RADIUS groups" ));
-myMenu59.add(new WebFXMenuItem("RADIUS Clients", "http://localhost/freeside/browse/nas.html", "Manage RADIUS clients" ));
-myMenu59.width = 256;
-
-myMenu55.add(new WebFXMenuItem("RADIUS", null, "", myMenu59 ));
-var myMenu60 = new WebFXMenu;
-myMenu60.emptyText = '';
-myMenu60.add(new WebFXMenuItem("Cable providers", "http://localhost/freeside/browse/cable_provider.html", "" ));
-myMenu60.add(new WebFXMenuItem("Cable modem models", "http://localhost/freeside/browse/cable_model.html", "" ));
-myMenu60.width = 256;
-
-myMenu55.add(new WebFXMenuItem("Cable", null, "", myMenu60 ));
-var myMenu61 = new WebFXMenu;
-myMenu61.emptyText = '';
-myMenu61.add(new WebFXMenuItem("Conferencing types", "http://localhost/freeside/browse/conferencing_type.html", "" ));
-myMenu61.add(new WebFXMenuItem("Quality levels", "http://localhost/freeside/browse/conferencing_quality.html", "" ));
-myMenu61.width = 256;
-
-myMenu55.add(new WebFXMenuItem("Conferencing", null, "", myMenu61 ));
-var myMenu62 = new WebFXMenu;
-myMenu62.emptyText = '';
-myMenu62.add(new WebFXMenuItem("Alarm system vendors", "http://localhost/freeside/browse/alarm_system.html", "" ));
-myMenu62.add(new WebFXMenuItem("Alarm system types", "http://localhost/freeside/browse/alarm_type.html", "" ));
-myMenu62.add(new WebFXMenuItem("Alarm central stations", "http://localhost/freeside/browse/alarm_station.html", "" ));
-myMenu62.width = 256;
-
-myMenu55.add(new WebFXMenuItem("Alarm", null, "", myMenu62 ));
-var myMenu63 = new WebFXMenu;
-myMenu63.emptyText = '';
-myMenu63.add(new WebFXMenuItem("Circuit types", "http://localhost/freeside/browse/circuit_type.html", "" ));
-myMenu63.add(new WebFXMenuItem("Circuit providers", "http://localhost/freeside/browse/circuit_provider.html", "" ));
-myMenu63.add(new WebFXMenuItem("Termination types", "http://localhost/freeside/browse/circuit_termination.html", "" ));
-myMenu63.width = 256;
-
-myMenu55.add(new WebFXMenuItem("Circuits", null, "", myMenu63 ));
-myMenu55.add(new WebFXMenuItem("Hardware types", "http://localhost/freeside/browse/hardware_class.html", "Set up hardware type catalog" ));
-myMenu55.width = 256;
-
-myMenu48.add(new WebFXMenuItem("Services", null, "", myMenu55 ));
-myMenu48.add(new WebFXMenuSeparator());
-var myMenu64 = new WebFXMenu;
-myMenu64.emptyText = '';
-myMenu64.add(new WebFXMenuItem("Vendor classes", "http://localhost/freeside/browse/vend_class.html", "" ));
-myMenu64.add(new WebFXMenuItem("Vendors", "http://localhost/freeside/browse/vend_main.html", "" ));
-myMenu64.width = 256;
-
-myMenu48.add(new WebFXMenuItem("Vendors", null, "", myMenu64 ));
-myMenu48.add(new WebFXMenuSeparator());
-var myMenu65 = new WebFXMenu;
-myMenu65.emptyText = '';
-myMenu65.add(new WebFXMenuItem("Billing events", "http://localhost/freeside/browse/part_event.html", "Billing actions for customers, invoices and packages" ));
-myMenu65.add(new WebFXMenuItem("Invoice configurations", "http://localhost/freeside/browse/invoice_conf.html", "Adjust invoice settings for special-purpose notices" ));
-myMenu65.add(new WebFXMenuItem("Invoice templates", "http://localhost/freeside/browse/invoice_template.html", "Edit templates for HTML, plaintext and typeset invoices" ));
-myMenu65.add(new WebFXMenuSeparator());
-myMenu65.add(new WebFXMenuItem("Prepaid cards", "http://localhost/freeside/search/prepay_credit.html", "View outstanding cards, generate new cards" ));
-var myMenu66 = new WebFXMenu;
-myMenu66.emptyText = '';
-myMenu66.add(new WebFXMenuItem("Rate plans", "http://localhost/freeside/browse/rate.cgi", "Manage rate plans" ));
-myMenu66.add(new WebFXMenuItem("Regions and prefixes", "http://localhost/freeside/browse/rate_region.html", "Manage regions and prefixes" ));
-myMenu66.add(new WebFXMenuItem("Usage classes", "http://localhost/freeside/browse/usage_class.html", "Usage classes define groups of usage for taxation." ));
-myMenu66.add(new WebFXMenuItem("Time periods", "http://localhost/freeside/browse/rate_time.html", "Time periods define days and hours for rate plans" ));
-myMenu66.add(new WebFXMenuItem("Edit rates with Excel", "http://localhost/freeside/misc/rate_edit_excel.html", "Download and edit rates with Excel, then upload changes." ));
-myMenu66.add(new WebFXMenuSeparator());
-myMenu66.add(new WebFXMenuItem("Tiering plans", "http://localhost/freeside/browse/rate_tier.html", "Rating tiers" ));
-myMenu66.width = 256;
-
-myMenu65.add(new WebFXMenuItem("Call rates and regions", null, "Manage rate plans, regions and prefixes for VoIP and call billing", myMenu66 ));
-myMenu65.add(new WebFXMenuSeparator());
-myMenu65.add(new WebFXMenuItem("Locales and tax rates", "http://localhost/freeside/browse/cust_main_county.cgi", "Change tax rates, or break down a country into states, or a state into counties and assign different tax rates to each" ));
-myMenu65.add(new WebFXMenuItem("Tax classes", "http://localhost/freeside/browse/part_pkg_taxclass.html", "Tax classes" ));
-myMenu65.add(new WebFXMenuSeparator());
-myMenu65.add(new WebFXMenuItem("Credit reasons", "http://localhost/freeside/browse/reason.html?class=R", "Credit reasons explain why a credit was issued." ));
-myMenu65.add(new WebFXMenuItem("Credit reason types", "http://localhost/freeside/browse/reason_type.html?class=R", "Credit reason types define groups of reasons." ));
-myMenu65.add(new WebFXMenuSeparator());
-myMenu65.add(new WebFXMenuItem("Refund reasons", "http://localhost/freeside/browse/reason.html?class=F", "Refund reasons explain why a refund was issued." ));
-myMenu65.add(new WebFXMenuItem("Refund reason types", "http://localhost/freeside/browse/reason_type.html?class=F", "Refund reason types define groups of reasons." ));
-myMenu65.width = 256;
-
-myMenu48.add(new WebFXMenuItem("Billing", null, "", myMenu65 ));
-myMenu48.add(new WebFXMenuSeparator());
-var myMenu67 = new WebFXMenu;
-myMenu67.emptyText = '';
-myMenu67.add(new WebFXMenuItem("Message templates", "http://localhost/freeside/browse/msg_template.html", "Templates for customer notices" ));
-myMenu67.add(new WebFXMenuItem("Advertising sources", "http://localhost/freeside/browse/part_referral.html", "Where a customer heard about your service." ));
-myMenu67.add(new WebFXMenuItem("Custom fields", "http://localhost/freeside/browse/part_virtual_field.html", "Locally defined fields" ));
-myMenu67.add(new WebFXMenuItem("Translation strings", "http://localhost/freeside/browse/msgcat.html", "Translations and other customizable labels for each locale" ));
-myMenu67.add(new WebFXMenuItem("Inventory classes and inventory", "http://localhost/freeside/browse/inventory_class.html", "Setup inventory classes and stock inventory" ));
-myMenu67.add(new WebFXMenuItem("Upload targets", "http://localhost/freeside/browse/upload_target.html", "Billing and payment upload destinations" ));
-myMenu67.width = 256;
-
-myMenu48.add(new WebFXMenuItem("Miscellaneous", null, "", myMenu67 ));
-myMenu48.width = 256;
-
-          myBar.add(new WebFXMenuButton('Configuration', null, 'Configuration and setup', myMenu48 ));
-
-
-          var myMenu68 = new WebFXMenu;
-myMenu68.emptyText = '';
-myMenu68.add(new WebFXMenuItem("Billing documentation", "http://www.freeside.biz/mediawiki/index.php/Freeside:4:Documentation", "Freeside documentation" ));
-myMenu68.add(new WebFXMenuItem("Ticketing documentation", "http://wiki.bestpractical.com/", "Request Tracker Wiki" ));
-myMenu68.add(new WebFXMenuSeparator());
-myMenu68.add(new WebFXMenuItem("About Freeside v5.0git", "javascript:about_freeside()", "" ));
-myMenu68.add(new WebFXMenuItem("About RT v4.2.11", "http://www.bestpractical.com/rt", "Request Tracker Homepage" ));
-myMenu68.width = 256;
-
-          myBar.add(new WebFXMenuButton('Help', null, '', myMenu68 ));
-
-
-  myBar.show( null, 'vertical' );
-  myBar.width = 154;
-
-</SCRIPT>
-
-
-
-
-      <link rel="stylesheet" href="http://localhost/freeside/elements/jquery-ui.min.css">
-      <SCRIPT SRC="http://localhost/freeside/elements/jquery.js"></SCRIPT>
-      <SCRIPT SRC="http://localhost/freeside/elements/jquery-ui.min.js"></SCRIPT>
-      <SCRIPT TYPE="text/javascript" SRC="http://localhost/freeside/elements/overlibmws.js"></SCRIPT>
-  <SCRIPT TYPE="text/javascript" SRC="http://localhost/freeside/elements/overlibmws_iframe.js"></SCRIPT>
-  <SCRIPT TYPE="text/javascript" SRC="http://localhost/freeside/elements/overlibmws_draggable.js"></SCRIPT>
-  <SCRIPT TYPE="text/javascript" SRC="http://localhost/freeside/elements/overlibmws_crossframe.js"></SCRIPT>
-  <SCRIPT TYPE="text/javascript" SRC="http://localhost/freeside/elements/iframecontentmws.js"></SCRIPT>
-  <SCRIPT TYPE="text/javascript" SRC="http://localhost/freeside/elements/ajaxcontentmws.js"></SCRIPT>
-
-    <SCRIPT TYPE="text/javascript">
-
-  function rs_init_object() {
-    var A;
-    try {
-      A=new ActiveXObject("Msxml2.XMLHTTP");
-    } catch (e) {
-      try {
-        A=new ActiveXObject("Microsoft.XMLHTTP");
-      } catch (oc) {
-        A=null;
-      }
-    }
-    if(!A && typeof XMLHttpRequest != "undefined")
-      A = new XMLHttpRequest();
-    if (!A)
-      alert("Can't create XMLHttpRequest object");
-    return A;
-
-  }
-
-</SCRIPT>
-
-
-    
-
-  </HEAD>
-  <BODY BGCOLOR="#f8f8f8"  STYLE="margin-top:0; margin-bottom:0; margin-left:0px; margin-right:0px">
-    <table width="100%" CELLPADDING=0 CELLSPACING=0 STYLE="padding-left:0px; padding-right:4px" CLASS="fshead">
-      <tr>
-        <td BGCOLOR="#ffffff"><IMG BORDER=0 ALT="freeside" HEIGHT="36" SRC="http://localhost/freeside/view/REAL_logo.cgi"></td>
-        <td align=left BGCOLOR="#ffffff"> <!-- valign="top" -->
-          <font size=6>Freeside Test 5.0.1</font>
-        </td>
-        <td align=right valign=top BGCOLOR="#ffffff"><FONT SIZE="-1">Logged in as <b>test&nbsp;</b> <FONT SIZE="-2"><a href="http://localhost/freeside/loginout/logout.html">logout</a></FONT><br></FONT><FONT SIZE="-2"><a href="http://localhost/freeside/pref/pref.html" STYLE="color: #000000">Preferences</a>
-          <BR></FONT>
-        </td>
-      </tr>
-    </table>
-
-    <TABLE WIDTH="100%" CELLSPACING=0 CELLPADDING=0>
-
-<link href="http://localhost/freeside/elements/freeside-menu.css" type="text/css" rel="stylesheet">
-
-
-      <TR CLASS="fsmenubar">
-
-
-        <TD COLSPAN="7" WIDTH="100%" STYLE="padding:1px 0px 0px 0px;border-top: 1px solid #7e0079" BGCOLOR="#dddddd">
-          <SCRIPT TYPE="text/javascript">
-            document.write(myBar);
-          </SCRIPT>
-        </TD>
-
-      </TR>
-
-      <TR CLASS="fssearchbar">
-
-        <TD COLSPAN=1 BGCOLOR="#dddddd" ALIGN="right" STYLE="padding-left:2px">
-          
-  <FORM ACTION="http://localhost/freeside/search/prospect_main.html" METHOD="GET" STYLE="margin:0">
-    <INPUT NAME="search_prospect" TYPE="text" VALUE="(name, company or phone)" STYLE="width:155px" onFocus="clearhint_search_prospect(this);" onClick="clearhint_search_prospect(this);" CLASS="fstext"><BR>
-    <A HREF="http://localhost/freeside/search/report_prospect_main.html" CLASS="fslink" STYLE="font-size: 11px">Adv</A>
-    <INPUT TYPE="submit" VALUE="Search prospects" CLASS="fsblackbutton" onMouseOver="this.className='fsblackbuttonselected'; return true;" onMouseOut="this.className='fsblackbutton'; return true;" STYLE="font-size:11px;padding-left:1px;padding-right:1px">
-  </FORM>
-  
-
-
-<SCRIPT TYPE="text/javascript">
-
-  function clearhint_search_prospect (what) {
-    if ( what.value == '(name, company or phone)' )
-      what.value = '';
-  }
-
-</SCRIPT>
-
-        </TD>
-
-        <TD COLSPAN=1 BGCOLOR="#dddddd" ALIGN="right" STYLE="padding-left:2px">
-          
-  <FORM ACTION="http://localhost/freeside/search/cust_main.cgi" METHOD="POST" STYLE="margin:0">
-    <INPUT NAME="search_cust" TYPE="text" VALUE="(cust #, name, company or contact phone)" STYLE="width:246px" onFocus="clearhint_search_cust(this);" onClick="clearhint_search_cust(this);" CLASS="fstext"><BR>
-    <A HREF="http://localhost/freeside/search/report_cust_main.html" CLASS="fslink" STYLE="font-size: 11px">Advanced</A>
-    <INPUT TYPE="submit" VALUE="Search customers" CLASS="fsblackbutton" onMouseOver="this.className='fsblackbuttonselected'; return true;" onMouseOut="this.className='fsblackbutton'; return true;" STYLE="font-size:11px">
-  </FORM>
-  
-
-
-<SCRIPT TYPE="text/javascript">
-
-  function clearhint_search_cust (what) {
-    if ( what.value == '(cust #, name, company or contact phone)' )
-      what.value = '';
-  }
-
-</SCRIPT>
-
-        </TD>
-
-        <TD COLSPAN=1 BGCOLOR="#dddddd" ALIGN="center">
-          
-<SCRIPT TYPE="text/javascript">
-
-  function clearhint_search_address2 (what) {
-    if ( what.value == '(Unit #)' )
-      what.value = '';
-  }
-
-</SCRIPT>
-
-        </TD>
-
-        <TD COLSPAN=1 BGCOLOR="#dddddd" ALIGN="right">
-          
-  <FORM ACTION="http://localhost/freeside/search/cust_bill.html" METHOD="GET" STYLE="margin:0;display:inline">
-    <INPUT NAME="invnum" TYPE="text" VALUE="(inv #)" STYLE="width:56px" onFocus="clearhint_search_invoice(this);" onClick="clearhint_search_invoice(this);" CLASS="fstext">
-    <A HREF="http://localhost/freeside/search/report_cust_bill.html" CLASS="fslink" STYLE="font-size: 11px">Adv</A>    <BR>
-    <INPUT TYPE="submit" VALUE="Search invoices" CLASS="fsblackbutton" onMouseOver="this.className='fsblackbuttonselected'; return true;" onMouseOut="this.className='fsblackbutton'; return true;" STYLE="font-size:11px;padding-left:1px;padding-right:1px;margin-top:3px">
-  </FORM>
-  
-
-
-<SCRIPT TYPE="text/javascript">
-
-  function clearhint_search_invoice (what) {
-    if ( what.value == '(inv #)' )
-      what.value = '';
-  }
-
-</SCRIPT>
-
-        </TD>
-
-        <TD COLSPAN=1 BGCOLOR="#dddddd" ALIGN="right" STYLE="padding-left:2px">
-          
-  <FORM ACTION="http://localhost/freeside/search/cust_svc.html" METHOD="GET" STYLE="margin:0">
-    <INPUT NAME="search_svc" TYPE="text" VALUE="(user, email, ip, mac, domain or service phone)" STYLE="width:271px" onFocus="clearhint_search_svc(this);" onClick="clearhint_search_svc(this);" CLASS="fstext"><BR>
-    <A NOTYET="http://localhost/freeside/search/svc_Smarter.html" STYLE="color: #cccccc; font-size:11px">Advanced</A>
-    <INPUT TYPE="submit" VALUE="Search services" CLASS="fsblackbutton" onMouseOver="this.className='fsblackbuttonselected'; return true;" onMouseOut="this.className='fsblackbutton'; return true;" STYLE="font-size:11px">
-  </FORM>
-  
-
-
-<SCRIPT TYPE="text/javascript">
-
-  function clearhint_search_svc (what) {
-    if ( what.value == '(user, email, ip, mac, domain or service phone)' )
-      what.value = '';
-  }
-
-</SCRIPT>
-
-        </TD>
-
-        <TD COLSPAN=1 BGCOLOR="#dddddd" ALIGN="right" STYLE="padding-left:2px;padding-right:2px">
-          
-  <FORM ACTION="http://localhost/freeside//rt/index.html" METHOD="GET" STYLE="margin:0">
-    <INPUT NAME="q" TYPE="text" VALUE="(ticket #, subject, email or fulltext:text)" STYLE="width:223px" onFocus="clearhint_search_ticket(this);" onClick="clearhint_search_ticket(this);" CLASS="fstext"><BR>
-    <A HREF="http://localhost/freeside//rt/Search/Build.html?NewQuery=1" CLASS="fslink" STYLE="font-size:11px">Advanced</A>
-    <INPUT TYPE="submit" VALUE="Search tickets" CLASS="fsblackbutton" onMouseOver="this.className='fsblackbuttonselected'; return true;" onMouseOut="this.className='fsblackbutton'; return true;" STYLE="font-size:11px">
-  </FORM>
-  
-
-
-<SCRIPT TYPE="text/javascript">
-
-  function clearhint_search_ticket (what) {
-    if ( what.value == '(ticket #, subject, email or fulltext:text)' )
-      what.value = '';
-  }
-
-</SCRIPT>
-
-        </TD>
-
-      </TR>
-    </TABLE>
-
-
-
-    <TABLE WIDTH="100%" HEIGHT="100%" CELLSPACING=0 CELLPADDING=4>
-
-      <TR HEIGHT="100%">
-
-    <BR>
-        <TD CLASS="background" HEIGHT="100%" VALIGN="top"> <!-- WIDTH="100%"> -->
-
-          <H1>
-            Package Search Results
-          </H1>
-
-          <BR>
-
-          
-
-
-
-
-        <A HREF="javascript:void(0);"
-   onClick="overlib( OLiframeContent('http://localhost/freeside/misc/bulk_change_pkg.cgi?', 569, 210, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Change Packages', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;"
-   
-   
-   
->Change&nbsp;these&nbsp;packages</A><BR><A HREF="http://localhost/freeside/misc/email-customers.html?table=cust_pkg&agent_virt_agentnum=&pkgpart=5&pkgpart=2&setup=0&setup=1446361199&classnum=0&query=0&magic=bill">Email a notice to these customers</A>
-
-<BR><BR>
-
-
-
-        <TABLE>
-          <TR>
-
-            <TD VALIGN="bottom">
-
-              <FORM>
-
-                  143 total packages
-
-
-                  ( show <SELECT NAME="maxrecords" onChange="window.location = 'http://localhost/freeside/search/cust_pkg.cgi?magic=bill;classnum=0;setup_ending=10%2F31%2F2015;pkgpart=5;pkgpart=2;_dummy=1;maxrecords=' + this.options[this.selectedIndex].value;">
-
-                  <OPTION VALUE="100" SELECTED>100</OPTION>
-                  <OPTION VALUE="500" >500</OPTION>
-                  <OPTION VALUE="1000" >1000</OPTION>
-                  <OPTION VALUE="2500" >2500</OPTION>
-
-                 </SELECT> per page )
-
-
-                <BR>
-
-              </FORM>
-
-            </TD>
-
-
-              <TD ALIGN="right" CLASS="noprint">
-
-                Download full results<BR>
-
-                as <A HREF="http://localhost/freeside/search/cust_pkg.cgi?magic=bill;classnum=0;setup_ending=10%2F31%2F2015;pkgpart=5;pkgpart=2;_dummy=1;maxrecords=100;_type=packages.xls">Excel spreadsheet</A><BR>
-
-                as <A HREF="http://localhost/freeside/search/cust_pkg.cgi?magic=bill;classnum=0;setup_ending=10%2F31%2F2015;pkgpart=5;pkgpart=2;_dummy=1;maxrecords=100;_type=csv">CSV file</A><BR>
-
-
-                as <A HREF="http://localhost/freeside/search/cust_pkg.cgi?magic=bill;classnum=0;setup_ending=10%2F31%2F2015;pkgpart=5;pkgpart=2;_dummy=1;maxrecords=100;_type=html-print">printable copy</A>
-
-              </TD>
-
-          </TR>
-          <TR>
-            <TD COLSPAN=2>
-
-
-                
-        <FONT SIZE="+2">1</FONT>
-
-
-        <A HREF="http://localhost/freeside/search/cust_pkg.cgi?magic=bill;classnum=0;setup_ending=10%2F31%2F2015;pkgpart=5;pkgpart=2;_dummy=1;maxrecords=100;_type=html;offset=100">2</A>
-
-      <A HREF="http://localhost/freeside/search/cust_pkg.cgi?magic=bill;classnum=0;setup_ending=10%2F31%2F2015;pkgpart=5;pkgpart=2;_dummy=1;maxrecords=100;_type=html;offset=100"><B><FONT SIZE="+1">Next</FONT></B></A>
-
-
-
-                
-
-
-              
-<TABLE CLASS="grid" CELLSPACING=0 CELLPADDING=0 >
-
-
-
-
-<THEAD>
-
-  <TR>
-    <TH CLASS   = "grid"
-        BGCOLOR = "#cccccc"
-        ROWSPAN = "2"
-        
-        
-
-    >
-      <A HREF="http://localhost/freeside/search/cust_pkg.cgi?magic=bill;classnum=0;setup_ending=10%2F31%2F2015;pkgpart=5;pkgpart=2;_dummy=1;maxrecords=100;_type=html;offset=0;order_by=pkgnum">#</A>
-    </TH>
-    <TH CLASS   = "grid"
-        BGCOLOR = "#cccccc"
-        ROWSPAN = "1"
-        
-        
-
-    >
-      <A HREF="http://localhost/freeside/search/cust_pkg.cgi?magic=bill;classnum=0;setup_ending=10%2F31%2F2015;pkgpart=5;pkgpart=2;_dummy=1;maxrecords=100;_type=html;offset=0;order_by=quantity">Quan.</A>
-    </TH>
-    <TH CLASS   = "grid"
-        BGCOLOR = "#cccccc"
-        ROWSPAN = "1"
-        
-        
-
-    >
-      Package
-    </TH>
-    <TH CLASS   = "grid"
-        BGCOLOR = "#cccccc"
-        ROWSPAN = "1"
-        
-        
-
-    >
-      <A HREF="http://localhost/freeside/search/cust_pkg.cgi?magic=bill;classnum=0;setup_ending=10%2F31%2F2015;pkgpart=5;pkgpart=2;_dummy=1;maxrecords=100;_type=html;offset=0;order_by=classname">Class</A>
-    </TH>
-    <TH CLASS   = "grid"
-        BGCOLOR = "#cccccc"
-        ROWSPAN = "1"
-        
-        
-
-    >
-      Status
-    </TH>
-    <TH CLASS   = "grid"
-        BGCOLOR = "#cccccc"
-        ROWSPAN = "1"
-        
-        
-
-    >
-      <A HREF="http://localhost/freeside/search/cust_pkg.cgi?magic=bill;classnum=0;setup_ending=10%2F31%2F2015;pkgpart=5;pkgpart=2;_dummy=1;maxrecords=100;_type=html;offset=0;order_by=salesperson">Sales Person</A>
-    </TH>
-    <TH CLASS   = "grid"
-        BGCOLOR = "#cccccc"
-        ROWSPAN = "1"
-        
-        
-
-    >
-      <A HREF="http://localhost/freeside/search/cust_pkg.cgi?magic=bill;classnum=0;setup_ending=10%2F31%2F2015;pkgpart=5;pkgpart=2;_dummy=1;maxrecords=100;_type=html;offset=0;order_by=otaker">Ordered by</A>
-    </TH>
-    <TH CLASS   = "grid"
-        BGCOLOR = "#cccccc"
-        ROWSPAN = "1"
-        
-        
-
-    >
-      Setup
-    </TH>
-    <TH CLASS   = "grid"
-        BGCOLOR = "#cccccc"
-        ROWSPAN = "1"
-        
-        
-
-    >
-      Base Recur
-    </TH>
-    <TH CLASS   = "grid"
-        BGCOLOR = "#cccccc"
-        ROWSPAN = "1"
-        
-        
-
-    >
-      Freq.
-    </TH>
-    <TH CLASS   = "grid"
-        BGCOLOR = "#cccccc"
-        ROWSPAN = "1"
-        
-        
-
-    >
-      Setup
-    </TH>
-    <TH CLASS   = "grid"
-        BGCOLOR = "#cccccc"
-        ROWSPAN = "1"
-        
-        
-
-    >
-      Last bill
-    </TH>
-    <TH CLASS   = "grid"
-        BGCOLOR = "#cccccc"
-        ROWSPAN = "1"
-        
-        
-
-    >
-      Next bill
-    </TH>
-    <TH CLASS   = "grid"
-        BGCOLOR = "#cccccc"
-        ROWSPAN = "1"
-        
-        
-
-    >
-      Adjourn
-    </TH>
-    <TH CLASS   = "grid"
-        BGCOLOR = "#cccccc"
-        ROWSPAN = "1"
-        
-        
-
-    >
-      Susp.
-    </TH>
-    <TH CLASS   = "grid"
-        BGCOLOR = "#cccccc"
-        ROWSPAN = "1"
-        
-        
-
-    >
-      Susp. delay
-    </TH>
-    <TH CLASS   = "grid"
-        BGCOLOR = "#cccccc"
-        ROWSPAN = "1"
-        
-        
-
-    >
-      Expire
-    </TH>
-    <TH CLASS   = "grid"
-        BGCOLOR = "#cccccc"
-        ROWSPAN = "1"
-        
-        
-
-    >
-      Contract end
-    </TH>
-    <TH CLASS   = "grid"
-        BGCOLOR = "#cccccc"
-        ROWSPAN = "1"
-        
-        
-
-    >
-      Changed
-    </TH>
-    <TH CLASS   = "grid"
-        BGCOLOR = "#cccccc"
-        ROWSPAN = "1"
-        
-        
-
-    >
-      Cancel
-    </TH>
-    <TH CLASS   = "grid"
-        BGCOLOR = "#cccccc"
-        ROWSPAN = "1"
-        
-        
-
-    >
-      Reason
-    </TH>
-    <TH CLASS   = "grid"
-        BGCOLOR = "#cccccc"
-        ROWSPAN = "1"
-        
-        
-
-    >
-      Cust. Status
-    </TH>
-    <TH CLASS   = "grid"
-        BGCOLOR = "#cccccc"
-        ROWSPAN = "1"
-        
-        
-
-    >
-      Customer
-    </TH>
-    <TH CLASS   = "grid"
-        BGCOLOR = "#cccccc"
-        ROWSPAN = "1"
-        
-        
-
-    >
-      Services
-    </TH>
-  </TR>
-
-
-</THEAD>
-
-<TBODY>
-
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=92;show=packages;fragment=cust_pkg273#cust_pkg273">273</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=92;show=packages;fragment=cust_pkg273#cust_pkg273">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=92;show=packages;fragment=cust_pkg273#cust_pkg273">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 07 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 07 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 07 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?92">Ruecker, Lucious</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?273">16095013569</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=92;show=packages;fragment=cust_pkg274#cust_pkg274">274</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=92;show=packages;fragment=cust_pkg274#cust_pkg274">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=92;show=packages;fragment=cust_pkg274#cust_pkg274">Monthly prorated account</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 07 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?92">Ruecker, Lucious</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?274">karen@example.com</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=103;show=packages;fragment=cust_pkg307#cust_pkg307">307</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=103;show=packages;fragment=cust_pkg307#cust_pkg307">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=103;show=packages;fragment=cust_pkg307#cust_pkg307">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 08 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 08 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 08 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?103">Roberts-Schinner (Flatley, Amelia)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?307">4593519604</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=18;show=packages;fragment=cust_pkg50#cust_pkg50">50</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=18;show=packages;fragment=cust_pkg50#cust_pkg50">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=18;show=packages;fragment=cust_pkg50#cust_pkg50">Monthly prorated account</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 08 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?18">Zemlak, Asia</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?50">sammy@example.com</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=119;show=packages;fragment=cust_pkg355#cust_pkg355">355</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=119;show=packages;fragment=cust_pkg355#cust_pkg355">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=119;show=packages;fragment=cust_pkg355#cust_pkg355">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 09 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 09 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 09 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?119">Runolfsson, Roob and Hoppe (Bergstrom, Esteban)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?355">15790441533145</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=46;show=packages;fragment=cust_pkg134#cust_pkg134">134</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=46;show=packages;fragment=cust_pkg134#cust_pkg134">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=46;show=packages;fragment=cust_pkg134#cust_pkg134">Monthly prorated account</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 12 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?46">Steuber, Ryley</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?134">hilbert@example.com</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=138;show=packages;fragment=cust_pkg410#cust_pkg410">410</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=138;show=packages;fragment=cust_pkg410#cust_pkg410">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=138;show=packages;fragment=cust_pkg410#cust_pkg410">Monthly prorated account</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 13 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?138">Leuschke, Edd</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?410">octavia@example.com</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=157;show=packages;fragment=cust_pkg467#cust_pkg467">467</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=157;show=packages;fragment=cust_pkg467#cust_pkg467">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=157;show=packages;fragment=cust_pkg467#cust_pkg467">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 14 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 14 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 14 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?157">Weimann Inc (Cartwright, Judah)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?467">5876977314592</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=157;show=packages;fragment=cust_pkg468#cust_pkg468">468</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=157;show=packages;fragment=cust_pkg468#cust_pkg468">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=157;show=packages;fragment=cust_pkg468#cust_pkg468">Monthly prorated account</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 14 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?157">Weimann Inc (Cartwright, Judah)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?468">dejah@example.com</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=10;show=packages;fragment=cust_pkg26#cust_pkg26">26</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=10;show=packages;fragment=cust_pkg26#cust_pkg26">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=10;show=packages;fragment=cust_pkg26#cust_pkg26">Monthly prorated account</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 14 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?10">Grady, Aniya</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?26">travis@example.com</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=87;show=packages;fragment=cust_pkg259#cust_pkg259">259</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=87;show=packages;fragment=cust_pkg259#cust_pkg259">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=87;show=packages;fragment=cust_pkg259#cust_pkg259">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 15 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 15 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 15 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?87">Kozey and Sons (Vandervort, Harmon)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?259">106766405260980</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=114;show=packages;fragment=cust_pkg338#cust_pkg338">338</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=114;show=packages;fragment=cust_pkg338#cust_pkg338">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=114;show=packages;fragment=cust_pkg338#cust_pkg338">Monthly prorated account</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 17 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?114">Donnelly, Raleigh</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?338">stan@example.com</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=74;show=packages;fragment=cust_pkg218#cust_pkg218">218</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=74;show=packages;fragment=cust_pkg218#cust_pkg218">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=74;show=packages;fragment=cust_pkg218#cust_pkg218">Monthly prorated account</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 17 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?74">Boyer, Lamont</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?218">horace@example.com</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=97;show=packages;fragment=cust_pkg288#cust_pkg288">288</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=97;show=packages;fragment=cust_pkg288#cust_pkg288">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=97;show=packages;fragment=cust_pkg288#cust_pkg288">Monthly prorated account</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 18 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?97">Braun, Rath and Gutkowski (Wilderman, Reyes)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?288">ibrahim@example.com</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=83;show=packages;fragment=cust_pkg247#cust_pkg247">247</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=83;show=packages;fragment=cust_pkg247#cust_pkg247">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=83;show=packages;fragment=cust_pkg247#cust_pkg247">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 18 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 18 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 18 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?83">Jacobson-Gorczany (Vandervort, Kiley)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?247">2749371736</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=97;show=packages;fragment=cust_pkg287#cust_pkg287">287</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=97;show=packages;fragment=cust_pkg287#cust_pkg287">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=97;show=packages;fragment=cust_pkg287#cust_pkg287">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 18 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 18 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 18 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?97">Braun, Rath and Gutkowski (Wilderman, Reyes)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?287">183790150181541</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=70;show=packages;fragment=cust_pkg206#cust_pkg206">206</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=70;show=packages;fragment=cust_pkg206#cust_pkg206">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=70;show=packages;fragment=cust_pkg206#cust_pkg206">Monthly prorated account</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 19 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?70">Brown, Danial</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?206">kyla@example.com</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=25;show=packages;fragment=cust_pkg71#cust_pkg71">71</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=25;show=packages;fragment=cust_pkg71#cust_pkg71">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=25;show=packages;fragment=cust_pkg71#cust_pkg71">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 19 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 19 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 19 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?25">Kuhlman-Huels (Parisian, Cristopher)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?71">99158298078002</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=91;show=packages;fragment=cust_pkg271#cust_pkg271">271</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=91;show=packages;fragment=cust_pkg271#cust_pkg271">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=91;show=packages;fragment=cust_pkg271#cust_pkg271">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 19 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 19 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 19 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?91">Fay and Sons (Gerhold, Thora)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?271">9519625792</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=25;show=packages;fragment=cust_pkg72#cust_pkg72">72</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=25;show=packages;fragment=cust_pkg72#cust_pkg72">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=25;show=packages;fragment=cust_pkg72#cust_pkg72">Monthly prorated account</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 19 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?25">Kuhlman-Huels (Parisian, Cristopher)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?72">ryleigh@example.com</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=43;show=packages;fragment=cust_pkg127#cust_pkg127">127</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=43;show=packages;fragment=cust_pkg127#cust_pkg127">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=43;show=packages;fragment=cust_pkg127#cust_pkg127">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 20 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 20 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 20 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?43">Leannon-Pfannerstill (O&#39;Keefe, Bernie)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?127">5260896063</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=51;show=packages;fragment=cust_pkg151#cust_pkg151">151</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=51;show=packages;fragment=cust_pkg151#cust_pkg151">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=51;show=packages;fragment=cust_pkg151#cust_pkg151">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 21 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 21 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 21 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?51">Medhurst Group (Medhurst, Rafaela)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?151">7511349049</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=29;show=packages;fragment=cust_pkg83#cust_pkg83">83</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=29;show=packages;fragment=cust_pkg83#cust_pkg83">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=29;show=packages;fragment=cust_pkg83#cust_pkg83">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 22 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 22 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 22 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?29">Lehner-Klein (Smitham, Pansy)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?83">114180154577357</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=29;show=packages;fragment=cust_pkg84#cust_pkg84">84</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=29;show=packages;fragment=cust_pkg84#cust_pkg84">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=29;show=packages;fragment=cust_pkg84#cust_pkg84">Monthly prorated account</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 22 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?29">Lehner-Klein (Smitham, Pansy)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?84">nyasia@example.com</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=38;show=packages;fragment=cust_pkg110#cust_pkg110">110</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=38;show=packages;fragment=cust_pkg110#cust_pkg110">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=38;show=packages;fragment=cust_pkg110#cust_pkg110">Monthly prorated account</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 26 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?38">Christiansen, Leone</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?110">donato@example.com</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=82;show=packages;fragment=cust_pkg242#cust_pkg242">242</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=82;show=packages;fragment=cust_pkg242#cust_pkg242">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=82;show=packages;fragment=cust_pkg242#cust_pkg242">Monthly prorated account</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 30 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?82">Kessler, Dana</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?242">cleo@example.com</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=176;show=packages;fragment=cust_pkg526#cust_pkg526">526</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=176;show=packages;fragment=cust_pkg526#cust_pkg526">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=176;show=packages;fragment=cust_pkg526#cust_pkg526">Monthly prorated account</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 31 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?176">Waters, Godfrey</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?526">darren@example.com</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=176;show=packages;fragment=cust_pkg525#cust_pkg525">525</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=176;show=packages;fragment=cust_pkg525#cust_pkg525">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=176;show=packages;fragment=cust_pkg525#cust_pkg525">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 31 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 28 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 28 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?176">Waters, Godfrey</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?525">230975040878740</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=58;show=packages;fragment=cust_pkg170#cust_pkg170">170</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=58;show=packages;fragment=cust_pkg170#cust_pkg170">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=58;show=packages;fragment=cust_pkg170#cust_pkg170">Monthly prorated account</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 31 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?58">Schultz, Colten</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?170">anika@example.com</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=69;show=packages;fragment=cust_pkg203#cust_pkg203">203</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=69;show=packages;fragment=cust_pkg203#cust_pkg203">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=69;show=packages;fragment=cust_pkg203#cust_pkg203">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Sep 02 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 02 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 02 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?69">Moore-Cummerata (DuBuque, Russ)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?203">8632406717</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=171;show=packages;fragment=cust_pkg511#cust_pkg511">511</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=171;show=packages;fragment=cust_pkg511#cust_pkg511">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=171;show=packages;fragment=cust_pkg511#cust_pkg511">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Sep 02 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 02 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 02 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?171">Mante LLC (Kessler, Enid)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?511">9686105497</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=99;show=packages;fragment=cust_pkg295#cust_pkg295">295</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=99;show=packages;fragment=cust_pkg295#cust_pkg295">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=99;show=packages;fragment=cust_pkg295#cust_pkg295">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Sep 02 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 02 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 02 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?99">Luettgen-Jacobs (Hintz, Junior)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?295">14991580189167</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=69;show=packages;fragment=cust_pkg204#cust_pkg204">204</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=69;show=packages;fragment=cust_pkg204#cust_pkg204">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=69;show=packages;fragment=cust_pkg204#cust_pkg204">Monthly prorated account</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Sep 02 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?69">Moore-Cummerata (DuBuque, Russ)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?204">kacey@example.com</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=75;show=packages;fragment=cust_pkg223#cust_pkg223">223</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=75;show=packages;fragment=cust_pkg223#cust_pkg223">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=75;show=packages;fragment=cust_pkg223#cust_pkg223">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Sep 03 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 03 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 03 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?75">Hoeger-Brown (Shields, Serenity)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?223">68981950057600</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=109;show=packages;fragment=cust_pkg324#cust_pkg324">324</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=109;show=packages;fragment=cust_pkg324#cust_pkg324">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=109;show=packages;fragment=cust_pkg324#cust_pkg324">Monthly prorated account</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Sep 04 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?109">Lind-Bahringer (Ratke, Roma)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?324">stanton@example.com</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=109;show=packages;fragment=cust_pkg323#cust_pkg323">323</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=109;show=packages;fragment=cust_pkg323#cust_pkg323">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=109;show=packages;fragment=cust_pkg323#cust_pkg323">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Sep 04 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 04 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 04 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?109">Lind-Bahringer (Ratke, Roma)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?323">4989851645</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=147;show=packages;fragment=cust_pkg439#cust_pkg439">439</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=147;show=packages;fragment=cust_pkg439#cust_pkg439">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=147;show=packages;fragment=cust_pkg439#cust_pkg439">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Sep 06 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 06 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 06 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?147">Pfeffer, Shanahan and Cruickshank (Kutch, Rosario)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?439">1214016847277551</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=94;show=packages;fragment=cust_pkg278#cust_pkg278">278</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=94;show=packages;fragment=cust_pkg278#cust_pkg278">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=94;show=packages;fragment=cust_pkg278#cust_pkg278">Monthly prorated account</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Sep 06 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?94">McKenzie, Kareem</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?278">mitchell@example.com</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=65;show=packages;fragment=cust_pkg191#cust_pkg191">191</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=65;show=packages;fragment=cust_pkg191#cust_pkg191">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=65;show=packages;fragment=cust_pkg191#cust_pkg191">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Sep 08 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 08 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 08 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?65">O&#39;Reilly-Mraz (Pagac, Kennedi)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?191">078151255309299</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=65;show=packages;fragment=cust_pkg192#cust_pkg192">192</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=65;show=packages;fragment=cust_pkg192#cust_pkg192">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=65;show=packages;fragment=cust_pkg192#cust_pkg192">Monthly prorated account</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Sep 08 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?65">O&#39;Reilly-Mraz (Pagac, Kennedi)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?192">kaitlyn@example.com</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=3;show=packages;fragment=cust_pkg7#cust_pkg7">7</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=3;show=packages;fragment=cust_pkg7#cust_pkg7">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=3;show=packages;fragment=cust_pkg7#cust_pkg7">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Sep 10 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 10 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 10 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?3">Flatley-Hagenes (Donnelly, Odessa)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?7">19671718037</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=59;show=packages;fragment=cust_pkg175#cust_pkg175">175</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=59;show=packages;fragment=cust_pkg175#cust_pkg175">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=59;show=packages;fragment=cust_pkg175#cust_pkg175">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Sep 12 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 12 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 12 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?59">Simonis Inc (Runolfsson, Kareem)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?175">6741985321</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=179;show=packages;fragment=cust_pkg535#cust_pkg535">535</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=179;show=packages;fragment=cust_pkg535#cust_pkg535">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=179;show=packages;fragment=cust_pkg535#cust_pkg535">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Sep 13 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 13 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 13 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?179">Conn-McLaughlin (O&#39;Connell, Gayle)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?535">6049664310378</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=149;show=packages;fragment=cust_pkg444#cust_pkg444">444</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=149;show=packages;fragment=cust_pkg444#cust_pkg444">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=149;show=packages;fragment=cust_pkg444#cust_pkg444">Monthly prorated account</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Sep 14 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?149">O&#39;Keefe Inc (Schamberger, Felix)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?444">anabelle@example.com</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=34;show=packages;fragment=cust_pkg98#cust_pkg98">98</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=34;show=packages;fragment=cust_pkg98#cust_pkg98">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=34;show=packages;fragment=cust_pkg98#cust_pkg98">Monthly prorated account</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Sep 14 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?34">Kunde, Noemi</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?98">nils@example.com</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=149;show=packages;fragment=cust_pkg443#cust_pkg443">443</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=149;show=packages;fragment=cust_pkg443#cust_pkg443">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=149;show=packages;fragment=cust_pkg443#cust_pkg443">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Sep 14 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 14 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 14 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?149">O&#39;Keefe Inc (Schamberger, Felix)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?443">8366310646</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=196;show=packages;fragment=cust_pkg585#cust_pkg585">585</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=196;show=packages;fragment=cust_pkg585#cust_pkg585">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=196;show=packages;fragment=cust_pkg585#cust_pkg585">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Sep 19 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 19 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 19 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?196">Turcotte, Janessa</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?585">10016834740</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=155;show=packages;fragment=cust_pkg463#cust_pkg463">463</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=155;show=packages;fragment=cust_pkg463#cust_pkg463">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=155;show=packages;fragment=cust_pkg463#cust_pkg463">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Sep 19 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 19 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 19 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?155">Boyle-Schmeler (Maggio, Fay)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?463">1173141702400720</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=196;show=packages;fragment=cust_pkg586#cust_pkg586">586</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=196;show=packages;fragment=cust_pkg586#cust_pkg586">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=196;show=packages;fragment=cust_pkg586#cust_pkg586">Monthly prorated account</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Sep 19 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?196">Turcotte, Janessa</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?586">jessy@example.com</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=134;show=packages;fragment=cust_pkg398#cust_pkg398">398</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=134;show=packages;fragment=cust_pkg398#cust_pkg398">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=134;show=packages;fragment=cust_pkg398#cust_pkg398">Monthly prorated account</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Sep 20 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?134">Stokes, Janelle</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?398">deanna@example.com</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=53;show=packages;fragment=cust_pkg155#cust_pkg155">155</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=53;show=packages;fragment=cust_pkg155#cust_pkg155">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=53;show=packages;fragment=cust_pkg155#cust_pkg155">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Sep 20 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 20 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 20 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?53">Balistreri-Schoen (Schultz, Jaylan)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?155">261457560511658</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=101;show=packages;fragment=cust_pkg300#cust_pkg300">300</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=101;show=packages;fragment=cust_pkg300#cust_pkg300">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=101;show=packages;fragment=cust_pkg300#cust_pkg300">Monthly prorated account</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Sep 20 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?101">Flatley, Yundt and Pacocha (Volkman, Tabitha)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?300">coby@example.com</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=53;show=packages;fragment=cust_pkg156#cust_pkg156">156</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=53;show=packages;fragment=cust_pkg156#cust_pkg156">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=53;show=packages;fragment=cust_pkg156#cust_pkg156">Monthly prorated account</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Sep 20 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?53">Balistreri-Schoen (Schultz, Jaylan)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?156">haley@example.com</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=101;show=packages;fragment=cust_pkg299#cust_pkg299">299</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=101;show=packages;fragment=cust_pkg299#cust_pkg299">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=101;show=packages;fragment=cust_pkg299#cust_pkg299">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Sep 20 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 20 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 20 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?101">Flatley, Yundt and Pacocha (Volkman, Tabitha)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?299">2964457155392</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=52;show=packages;fragment=cust_pkg153#cust_pkg153">153</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=52;show=packages;fragment=cust_pkg153#cust_pkg153">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=52;show=packages;fragment=cust_pkg153#cust_pkg153">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Sep 21 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 21 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 21 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?52">Frami, Gayle</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?153">0465059470</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=32;show=packages;fragment=cust_pkg93#cust_pkg93">93</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=32;show=packages;fragment=cust_pkg93#cust_pkg93">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=32;show=packages;fragment=cust_pkg93#cust_pkg93">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Sep 21 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 21 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 21 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?32">Swaniawski, Adrienne</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?93">7091741436337</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=32;show=packages;fragment=cust_pkg94#cust_pkg94">94</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=32;show=packages;fragment=cust_pkg94#cust_pkg94">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=32;show=packages;fragment=cust_pkg94#cust_pkg94">Monthly prorated account</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Sep 21 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?32">Swaniawski, Adrienne</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?94">sally@example.com</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=159;show=packages;fragment=cust_pkg475#cust_pkg475">475</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=159;show=packages;fragment=cust_pkg475#cust_pkg475">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=159;show=packages;fragment=cust_pkg475#cust_pkg475">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Sep 21 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 21 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 21 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?159">McLaughlin-Luettgen (Berge, Houston)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?475">127676487383404</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=52;show=packages;fragment=cust_pkg154#cust_pkg154">154</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=52;show=packages;fragment=cust_pkg154#cust_pkg154">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=52;show=packages;fragment=cust_pkg154#cust_pkg154">Monthly prorated account</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Sep 21 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?52">Frami, Gayle</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?154">ettie@example.com</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=112;show=packages;fragment=cust_pkg333#cust_pkg333">333</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=112;show=packages;fragment=cust_pkg333#cust_pkg333">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=112;show=packages;fragment=cust_pkg333#cust_pkg333">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Sep 22 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 22 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 22 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?112">Gleason, Ahmed</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?333">3337658056</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=112;show=packages;fragment=cust_pkg334#cust_pkg334">334</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=112;show=packages;fragment=cust_pkg334#cust_pkg334">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=112;show=packages;fragment=cust_pkg334#cust_pkg334">Monthly prorated account</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Sep 22 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?112">Gleason, Ahmed</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?334">clarabelle@example.com</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=164;show=packages;fragment=cust_pkg490#cust_pkg490">490</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=164;show=packages;fragment=cust_pkg490#cust_pkg490">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=164;show=packages;fragment=cust_pkg490#cust_pkg490">Monthly prorated account</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Sep 23 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?164">Bernhard, Kris</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?490">frances@example.com</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=164;show=packages;fragment=cust_pkg489#cust_pkg489">489</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=164;show=packages;fragment=cust_pkg489#cust_pkg489">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=164;show=packages;fragment=cust_pkg489#cust_pkg489">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Sep 23 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 23 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 23 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?164">Bernhard, Kris</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?489">19406435307</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=66;show=packages;fragment=cust_pkg194#cust_pkg194">194</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=66;show=packages;fragment=cust_pkg194#cust_pkg194">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=66;show=packages;fragment=cust_pkg194#cust_pkg194">Monthly prorated account</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Sep 24 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?66">Abbott, Addison</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?194">marian@example.com</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=95;show=packages;fragment=cust_pkg283#cust_pkg283">283</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=95;show=packages;fragment=cust_pkg283#cust_pkg283">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=95;show=packages;fragment=cust_pkg283#cust_pkg283">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Sep 25 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 25 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 25 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?95">Wolff Inc (Hessel, Brianne)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?283">5866817423</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=172;show=packages;fragment=cust_pkg514#cust_pkg514">514</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=172;show=packages;fragment=cust_pkg514#cust_pkg514">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=172;show=packages;fragment=cust_pkg514#cust_pkg514">Monthly prorated account</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Sep 26 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?172">Rowe, Amara</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?514">chaim@example.com</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=172;show=packages;fragment=cust_pkg513#cust_pkg513">513</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=172;show=packages;fragment=cust_pkg513#cust_pkg513">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=172;show=packages;fragment=cust_pkg513#cust_pkg513">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Sep 26 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 26 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 26 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?172">Rowe, Amara</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?513">94633305715988</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=130;show=packages;fragment=cust_pkg386#cust_pkg386">386</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=130;show=packages;fragment=cust_pkg386#cust_pkg386">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=130;show=packages;fragment=cust_pkg386#cust_pkg386">Monthly prorated account</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Sep 26 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?130">Carter, Cathy</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?386">wade@example.com</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=98;show=packages;fragment=cust_pkg290#cust_pkg290">290</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=98;show=packages;fragment=cust_pkg290#cust_pkg290">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=98;show=packages;fragment=cust_pkg290#cust_pkg290">Monthly prorated account</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Sep 27 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?98">Gleichner, Delmer</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?290">jadon@example.com</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=189;show=packages;fragment=cust_pkg564#cust_pkg564">564</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=189;show=packages;fragment=cust_pkg564#cust_pkg564">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=189;show=packages;fragment=cust_pkg564#cust_pkg564">Monthly prorated account</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Sep 27 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?189">Rodriguez-Ebert (Bergstrom, Cecilia)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?564">blair@example.com</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=189;show=packages;fragment=cust_pkg563#cust_pkg563">563</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=189;show=packages;fragment=cust_pkg563#cust_pkg563">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=189;show=packages;fragment=cust_pkg563#cust_pkg563">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Sep 27 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 27 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 27 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?189">Rodriguez-Ebert (Bergstrom, Cecilia)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?563">882705209766347</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=8;show=packages;fragment=cust_pkg22#cust_pkg22">22</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=8;show=packages;fragment=cust_pkg22#cust_pkg22">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=8;show=packages;fragment=cust_pkg22#cust_pkg22">Monthly prorated account</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Sep 28 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?8">Douglas, Willow</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?22">hilario@example.com</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=126;show=packages;fragment=cust_pkg374#cust_pkg374">374</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=126;show=packages;fragment=cust_pkg374#cust_pkg374">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=126;show=packages;fragment=cust_pkg374#cust_pkg374">Monthly prorated account</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Sep 28 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?126">Kunze, Michale</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?374">maida@example.com</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=129;show=packages;fragment=cust_pkg383#cust_pkg383">383</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=129;show=packages;fragment=cust_pkg383#cust_pkg383">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=129;show=packages;fragment=cust_pkg383#cust_pkg383">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Sep 28 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 28 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 28 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?129">Quitzon Group (Davis, Jeffery)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?383">150342529271096</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=30;show=packages;fragment=cust_pkg86#cust_pkg86">86</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=30;show=packages;fragment=cust_pkg86#cust_pkg86">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=30;show=packages;fragment=cust_pkg86#cust_pkg86">Monthly prorated account</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Sep 28 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?30">Toy, Bethany</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?86">alden@example.com</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=8;show=packages;fragment=cust_pkg21#cust_pkg21">21</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=8;show=packages;fragment=cust_pkg21#cust_pkg21">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=8;show=packages;fragment=cust_pkg21#cust_pkg21">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Sep 28 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 28 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 28 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?8">Douglas, Willow</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?21">402545251883238</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=129;show=packages;fragment=cust_pkg384#cust_pkg384">384</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=129;show=packages;fragment=cust_pkg384#cust_pkg384">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=129;show=packages;fragment=cust_pkg384#cust_pkg384">Monthly prorated account</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Sep 28 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?129">Quitzon Group (Davis, Jeffery)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?384">daphnee@example.com</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=121;show=packages;fragment=cust_pkg359#cust_pkg359">359</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=121;show=packages;fragment=cust_pkg359#cust_pkg359">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=121;show=packages;fragment=cust_pkg359#cust_pkg359">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Sep 29 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 28 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 28 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?121">Cole, Graham and Towne (Hickle, Javier)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?359">3724022714296</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=121;show=packages;fragment=cust_pkg360#cust_pkg360">360</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=121;show=packages;fragment=cust_pkg360#cust_pkg360">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=121;show=packages;fragment=cust_pkg360#cust_pkg360">Monthly prorated account</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Sep 29 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?121">Cole, Graham and Towne (Hickle, Javier)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?360">therese@example.com</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=47;show=packages;fragment=cust_pkg139#cust_pkg139">139</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=47;show=packages;fragment=cust_pkg139#cust_pkg139">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=47;show=packages;fragment=cust_pkg139#cust_pkg139">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Sep 29 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 28 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 28 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?47">Bernhard-Treutel (Shanahan, Kevin)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?139">71877083088273</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=19;show=packages;fragment=cust_pkg55#cust_pkg55">55</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=19;show=packages;fragment=cust_pkg55#cust_pkg55">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=19;show=packages;fragment=cust_pkg55#cust_pkg55">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Sep 29 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 28 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 28 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?19">Toy-Gerlach (Zulauf, Sharon)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?55">47925781188566</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=11;show=packages;fragment=cust_pkg31#cust_pkg31">31</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=11;show=packages;fragment=cust_pkg31#cust_pkg31">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=11;show=packages;fragment=cust_pkg31#cust_pkg31">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Sep 30 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 28 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 28 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?11">Torp, Sawayn and Friesen (Pollich, Maritza)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?31">2103459718</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=190;show=packages;fragment=cust_pkg566#cust_pkg566">566</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=190;show=packages;fragment=cust_pkg566#cust_pkg566">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=190;show=packages;fragment=cust_pkg566#cust_pkg566">Monthly prorated account</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Oct 01 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?190">Kreiger, Bernard</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?566">hazel@example.com</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=185;show=packages;fragment=cust_pkg552#cust_pkg552">552</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=185;show=packages;fragment=cust_pkg552#cust_pkg552">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=185;show=packages;fragment=cust_pkg552#cust_pkg552">Monthly prorated account</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Oct 02 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?185">Christiansen LLC (Howe, Luis)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?552">eino@example.com</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=185;show=packages;fragment=cust_pkg551#cust_pkg551">551</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=185;show=packages;fragment=cust_pkg551#cust_pkg551">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=185;show=packages;fragment=cust_pkg551#cust_pkg551">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Oct 02 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 02 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 02 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?185">Christiansen LLC (Howe, Luis)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?551">5191928764</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=72;show=packages;fragment=cust_pkg213#cust_pkg213">213</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=72;show=packages;fragment=cust_pkg213#cust_pkg213">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=72;show=packages;fragment=cust_pkg213#cust_pkg213">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Oct 03 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 03 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 03 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?72">Lehner, Ryann</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?213">2636239939</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=72;show=packages;fragment=cust_pkg214#cust_pkg214">214</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=72;show=packages;fragment=cust_pkg214#cust_pkg214">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=72;show=packages;fragment=cust_pkg214#cust_pkg214">Monthly prorated account</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Oct 03 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?72">Lehner, Ryann</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?214">jacky@example.com</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=15;show=packages;fragment=cust_pkg43#cust_pkg43">43</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=15;show=packages;fragment=cust_pkg43#cust_pkg43">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=15;show=packages;fragment=cust_pkg43#cust_pkg43">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Oct 03 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 03 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 03 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?15">Stracke Inc (Kuhlman, Kaya)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?43">7315522562</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=131;show=packages;fragment=cust_pkg391#cust_pkg391">391</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=131;show=packages;fragment=cust_pkg391#cust_pkg391">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=131;show=packages;fragment=cust_pkg391#cust_pkg391">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Oct 03 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 03 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 03 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?131">Wolff and Sons (Heller, Dagmar)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?391">16892538421</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=93;show=packages;fragment=cust_pkg275#cust_pkg275">275</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=93;show=packages;fragment=cust_pkg275#cust_pkg275">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=93;show=packages;fragment=cust_pkg275#cust_pkg275">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Oct 06 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 06 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 06 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?93">Dach, Lueilwitz and Koepp (Kovacek, Frank)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?275">1732869050</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=160;show=packages;fragment=cust_pkg477#cust_pkg477">477</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=160;show=packages;fragment=cust_pkg477#cust_pkg477">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=160;show=packages;fragment=cust_pkg477#cust_pkg477">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Oct 06 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 06 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 06 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?160">Lakin, Lindsay</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?477">8078845348</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=160;show=packages;fragment=cust_pkg478#cust_pkg478">478</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=160;show=packages;fragment=cust_pkg478#cust_pkg478">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=160;show=packages;fragment=cust_pkg478#cust_pkg478">Monthly prorated account</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Oct 06 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?160">Lakin, Lindsay</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?478">mallie@example.com</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=93;show=packages;fragment=cust_pkg276#cust_pkg276">276</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=93;show=packages;fragment=cust_pkg276#cust_pkg276">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=93;show=packages;fragment=cust_pkg276#cust_pkg276">Monthly prorated account</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Oct 06 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?93">Dach, Lueilwitz and Koepp (Kovacek, Frank)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?276">antwan@example.com</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=26;show=packages;fragment=cust_pkg74#cust_pkg74">74</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=26;show=packages;fragment=cust_pkg74#cust_pkg74">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=26;show=packages;fragment=cust_pkg74#cust_pkg74">Monthly prorated account</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Oct 06 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?26">Romaguera, Tianna</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?74">citlalli@example.com</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=117;show=packages;fragment=cust_pkg348#cust_pkg348">348</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=117;show=packages;fragment=cust_pkg348#cust_pkg348">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=117;show=packages;fragment=cust_pkg348#cust_pkg348">Monthly prorated account</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Oct 07 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?117">Bernier-Nader (Hane, Floy)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?348">newell@example.com</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=162;show=packages;fragment=cust_pkg482#cust_pkg482">482</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=162;show=packages;fragment=cust_pkg482#cust_pkg482">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=162;show=packages;fragment=cust_pkg482#cust_pkg482">Monthly prorated account</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Oct 07 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?162">Hermiston, Cassidy</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?482">genevieve@example.com</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=117;show=packages;fragment=cust_pkg347#cust_pkg347">347</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=117;show=packages;fragment=cust_pkg347#cust_pkg347">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=117;show=packages;fragment=cust_pkg347#cust_pkg347">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Oct 07 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 07 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 07 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?117">Bernier-Nader (Hane, Floy)</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?347">1894866195856273</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=128;show=packages;fragment=cust_pkg381#cust_pkg381">381</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=128;show=packages;fragment=cust_pkg381#cust_pkg381">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=128;show=packages;fragment=cust_pkg381#cust_pkg381">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Oct 08 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 08 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 08 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?128">Powlowski, Veda</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?381">3911632965</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=128;show=packages;fragment=cust_pkg382#cust_pkg382">382</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=128;show=packages;fragment=cust_pkg382#cust_pkg382">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=128;show=packages;fragment=cust_pkg382#cust_pkg382">Monthly prorated account</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Oct 08 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?128">Powlowski, Veda</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?382">eldridge@example.com</A></td></tr></table></TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=156;show=packages;fragment=cust_pkg465#cust_pkg465">465</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=156;show=packages;fragment=cust_pkg465#cust_pkg465">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=156;show=packages;fragment=cust_pkg465#cust_pkg465">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Oct 08 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 08 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 08 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?156">Upton, Otho</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?465">2646555583</A></td></tr></table></TD>
-
-
-    </TR>
-
-
-</TBODY>
-
-</TABLE>
-
-
-              
-        <FONT SIZE="+2">1</FONT>
-
-
-        <A HREF="http://localhost/freeside/search/cust_pkg.cgi?magic=bill;classnum=0;setup_ending=10%2F31%2F2015;pkgpart=5;pkgpart=2;_dummy=1;maxrecords=100;_type=html;offset=100">2</A>
-
-      <A HREF="http://localhost/freeside/search/cust_pkg.cgi?magic=bill;classnum=0;setup_ending=10%2F31%2F2015;pkgpart=5;pkgpart=2;_dummy=1;maxrecords=100;_type=html;offset=100"><B><FONT SIZE="+1">Next</FONT></B></A>
-
-
-  
-            </TD>
-          </TR>
-        </TABLE>
-
-
-        
-
-                </TD>
-      </TR>
-    </TABLE>
-  </BODY>
-</HTML>
-
-
-
-
-
-
diff --git a/FS-Test/share/output/search/cust_pkg.cgi/magic=bill:classnum=0:setup_ending=10%2F31%2F2015:pkgpart=5:pkgpart=2:order_by=pkgnum b/FS-Test/share/output/search/cust_pkg.cgi/magic=bill:classnum=0:setup_ending=10%2F31%2F2015:pkgpart=5:pkgpart=2:order_by=pkgnum
new file mode 100644 (file)
index 0000000..fc43d42
--- /dev/null
@@ -0,0 +1,11299 @@
+
+            <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<HTML>
+  <HEAD>
+    <TITLE>
+      Package Search Results
+    </TITLE>
+    <!-- per RT, to prevent IE compatibility mode -->
+    <meta http-equiv="X-UA-Compatible" content="IE=edge" />
+    <!-- The X-UA-Compatible <meta> tag above must be very early in <head> -->
+    <META HTTP-Equiv="Cache-Control" Content="no-cache">
+    <META HTTP-Equiv="Pragma" Content="no-cache">
+    <META HTTP-Equiv="Expires" Content="0"> 
+
+    <script type="text/javascript" src="http://localhost/freeside/elements/cssexpr.js"></script>
+
+
+  <script type="text/javascript" src="http://localhost/freeside/elements/xmenu.top.js"></script>
+  <link href="http://localhost/freeside/elements/xmenu.top.css" type="text/css" rel="stylesheet">
+
+
+  <link href="http://localhost/freeside/elements/freeside.css" type="text/css" rel="stylesheet">
+  <link href="http://localhost/freeside/elements/freeside-print.css" type="text/css" rel="stylesheet" media="print">
+<link href="http://localhost/freeside/elements/freeside-menu.css" type="text/css" rel="stylesheet">
+
+<SCRIPT TYPE="text/javascript">
+
+  function about_freeside() {
+    overlib( OLiframeContent('http://localhost/freeside/docs/about.html', 300, 375, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'About', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#7e0079', CGCOLOR, '#7e0079', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); 
+  }
+
+  webfxMenuImagePath      = "http://localhost/freeside/images/";
+  webfxMenuUseHover       = 1;
+  webfxMenuShowTime       = 300;
+  webfxMenuHideTime       = 500;
+
+  var myBar = new WebFXMenuBar;
+
+    
+          myBar.add(new WebFXMenuButton('Billing Main', "http://localhost/freeside/", 'Billing start page' ));
+
+    
+          myBar.add(new WebFXMenuButton('Ticketing Main', "http://localhost/freeside/rt/", 'Ticketing start page' ));
+
+    
+          myBar.add(new WebFXMenuButton('New prospect', "http://localhost/freeside/edit/prospect_main.html", 'Add a new prospect' ));
+
+    
+          myBar.add(new WebFXMenuButton('New customer', "http://localhost/freeside/edit/cust_main.cgi", 'Add a new customer' ));
+
+
+          var myMenu0 = new WebFXMenu;
+myMenu0.emptyText = '';
+var myMenu1 = new WebFXMenu;
+myMenu1.emptyText = '';
+myMenu1.add(new WebFXMenuItem("List prospects", "http://localhost/freeside/search/prospect_main.html", "" ));
+myMenu1.add(new WebFXMenuItem("Advanced prospect reports", "http://localhost/freeside/search/report_prospect_main.html", "" ));
+myMenu1.add(new WebFXMenuSeparator());
+myMenu1.add(new WebFXMenuItem("Prospect contacts", "http://localhost/freeside/search/report_contact.html?link=prospect_main", "" ));
+myMenu1.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Prospects", null, "Prospect reports", myMenu1 ));
+var myMenu2 = new WebFXMenu;
+myMenu2.emptyText = '';
+myMenu2.add(new WebFXMenuItem("List quotations", "http://localhost/freeside/search/quotation.html", "" ));
+myMenu2.add(new WebFXMenuItem("Advanced quotation reports", "http://localhost/freeside/search/report_quotation.html", "" ));
+myMenu2.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Quotations", null, "Quotation reports", myMenu2 ));
+var myMenu3 = new WebFXMenu;
+myMenu3.emptyText = '';
+var myMenu4 = new WebFXMenu;
+myMenu4.emptyText = '';
+myMenu4.add(new WebFXMenuItem("by customer number", "http://localhost/freeside/search/cust_main.cgi?browse=custnum", "" ));
+myMenu4.add(new WebFXMenuItem("by last name", "http://localhost/freeside/search/cust_main.cgi?browse=last", "" ));
+myMenu4.add(new WebFXMenuItem("by company name", "http://localhost/freeside/search/cust_main.cgi?browse=company", "" ));
+myMenu4.add(new WebFXMenuItem("by active trouble tickets", "http://localhost/freeside/search/cust_main.cgi?browse=tickets", "" ));
+myMenu4.width = 256;
+
+myMenu3.add(new WebFXMenuItem("List customers", null, "List customers", myMenu4 ));
+myMenu3.add(new WebFXMenuItem("Zip code distribution", "http://localhost/freeside/search/report_cust_main-zip.html", "Zip codes by number of customers" ));
+myMenu3.add(new WebFXMenuItem("Customer signup report", "http://localhost/freeside/graph/report_cust_signup.html", "New customer signups by date" ));
+myMenu3.add(new WebFXMenuItem("Customer churn report", "http://localhost/freeside/graph/report_cust_churn.html", "New customers, suspensions, and cancellations summary" ));
+myMenu3.add(new WebFXMenuItem("Signup date report", "http://localhost/freeside/graph/report_signupdate.html", "Signup date report (by date of signup)" ));
+myMenu3.add(new WebFXMenuItem("Advanced customer reports", "http://localhost/freeside/search/report_cust_main.html", "by status, signup date, agent, etc." ));
+myMenu3.add(new WebFXMenuSeparator());
+myMenu3.add(new WebFXMenuItem("Customer contacts", "http://localhost/freeside/search/report_contact.html?link=cust_main", "" ));
+myMenu3.add(new WebFXMenuItem("Customer stored payment information", "http://localhost/freeside/search/report_cust_payby.html", "" ));
+myMenu3.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Customers", null, "Customer reports", myMenu3 ));
+var myMenu5 = new WebFXMenu;
+myMenu5.emptyText = '';
+var myMenu6 = new WebFXMenu;
+myMenu6.emptyText = '';
+myMenu6.add(new WebFXMenuItem("All open invoices", "http://localhost/freeside/search/cust_bill.html?OPEN_date", "All invoices with an unpaid balance" ));
+myMenu6.add(new WebFXMenuItem("15 day open invoices", "http://localhost/freeside/search/cust_bill.html?OPEN15_date", "Invoices 15 days or older with an unpaid balance" ));
+myMenu6.add(new WebFXMenuItem("30 day open invoices", "http://localhost/freeside/search/cust_bill.html?OPEN30_date", "Invoices 30 days or older with an unpaid balance" ));
+myMenu6.add(new WebFXMenuItem("60 day open invoices", "http://localhost/freeside/search/cust_bill.html?OPEN60_date", "Invoices 60 days or older with an unpaid balance" ));
+myMenu6.add(new WebFXMenuItem("90 day open invoices", "http://localhost/freeside/search/cust_bill.html?OPEN90_date", "Invoices 90 days or older with an unpaid balance" ));
+myMenu6.add(new WebFXMenuItem("120 day open invoices", "http://localhost/freeside/search/cust_bill.html?OPEN120_date", "Invoices 120 days or older with an unpaid balance" ));
+myMenu6.width = 256;
+
+myMenu5.add(new WebFXMenuItem("Open invoices", null, "Open invoices", myMenu6 ));
+myMenu5.add(new WebFXMenuItem("All invoices", "http://localhost/freeside/search/cust_bill.html?date", "List all invoices" ));
+myMenu5.add(new WebFXMenuItem("Advanced invoice reports", "http://localhost/freeside/search/report_cust_bill.html", "by agent, date range, etc." ));
+myMenu5.add(new WebFXMenuSeparator());
+myMenu5.add(new WebFXMenuItem("Line items", "http://localhost/freeside/search/report_cust_bill_pkg.html", "Individual line item detail" ));
+myMenu5.add(new WebFXMenuItem("Voided invoices", "http://localhost/freeside/search/report_cust_bill_void.html", "Search for voided invoices" ));
+myMenu5.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Invoices", null, "Invoice reports", myMenu5 ));
+var myMenu7 = new WebFXMenu;
+myMenu7.emptyText = '';
+myMenu7.add(new WebFXMenuItem("Discount graph", "http://localhost/freeside/graph/report_cust_bill_pkg_discount.html", "Discount overview per month" ));
+myMenu7.add(new WebFXMenuItem("Discount detail", "http://localhost/freeside/search/report_cust_bill_pkg_discount.html", "Discount report (by employee and/or date range)" ));
+myMenu7.add(new WebFXMenuItem("Package discounts", "http://localhost/freeside/search/report_cust_pkg_discount.html", "Active/inactive discounts by package" ));
+myMenu7.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Discounts", null, "Discount reports", myMenu7 ));
+var myMenu8 = new WebFXMenu;
+myMenu8.emptyText = '';
+myMenu8.add(new WebFXMenuItem("Payments", "http://localhost/freeside/search/report_cust_pay.html", "Payment report (by type and/or date range)" ));
+myMenu8.add(new WebFXMenuItem("Payment application detail", "http://localhost/freeside/search/report_cust_bill_pay_pkg.html", "Line item application detail" ));
+myMenu8.add(new WebFXMenuItem("Pending Payments", "http://localhost/freeside/search/cust_pay_pending.html?magic=_date;statusNOT=done", "Pending real-time payments" ));
+myMenu8.add(new WebFXMenuItem("Unapplied Payments", "http://localhost/freeside/search/report_cust_pay.html?unapplied=1", "Unapplied payment report (by type and/or date range)" ));
+myMenu8.add(new WebFXMenuItem("Voided Payments", "http://localhost/freeside/search/report_cust_pay.html?void=1", "Voided payment report (by type and/or date range)" ));
+myMenu8.add(new WebFXMenuItem("Unapplied Payment Aging", "http://localhost/freeside/search/report_unapplied_cust_pay.html", "Unapplied payment aging report" ));
+myMenu8.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Payments", null, "Payment reports", myMenu8 ));
+var myMenu9 = new WebFXMenu;
+myMenu9.emptyText = '';
+myMenu9.add(new WebFXMenuItem("Package definitions (by # active)", "http://localhost/freeside/browse/part_pkg.cgi?active=1", "Package definitions by number of active packages" ));
+myMenu9.add(new WebFXMenuItem("Package costs", "http://localhost/freeside/graph/report_cust_pkg_cost.html", "Package setup and recurring costs graph" ));
+myMenu9.add(new WebFXMenuSeparator());
+myMenu9.add(new WebFXMenuItem("Package churn", "http://localhost/freeside/graph/report_cust_pkg.html", "Orders, suspensions and cancellations summary graph" ));
+myMenu9.add(new WebFXMenuSeparator());
+myMenu9.add(new WebFXMenuItem("All customer packages", "http://localhost/freeside/search/cust_pkg.cgi?pkgnum", "List all customer packages" ));
+myMenu9.add(new WebFXMenuItem("Package summary", "http://localhost/freeside/search/cust_pkg_summary.html", "Show package sales summary" ));
+myMenu9.add(new WebFXMenuItem("Suspended customer packages", "http://localhost/freeside/search/cust_pkg.cgi?magic=suspended", "List suspended packages" ));
+myMenu9.add(new WebFXMenuItem("Suspension summary", "http://localhost/freeside/search/cust_pkg_susp.html", "Show suspension activity" ));
+myMenu9.add(new WebFXMenuItem("Customer packages with unconfigured services", "http://localhost/freeside/search/cust_pkg.cgi?APKG_pkgnum", "List packages which have provisionable services" ));
+myMenu9.add(new WebFXMenuItem("Advanced package reports", "http://localhost/freeside/search/report_cust_pkg.html", "by agent, date range, status, package definition" ));
+myMenu9.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Packages", null, "Package reports", myMenu9 ));
+var myMenu10 = new WebFXMenu;
+myMenu10.emptyText = '';
+myMenu10.add(new WebFXMenuItem("Service definitions", "http://localhost/freeside/browse/part_svc.cgi?orderby=active", "Service definitions by number of active packages" ));
+myMenu10.add(new WebFXMenuSeparator());
+myMenu10.add(new WebFXMenuItem("Unprovisioned services", "http://localhost/freeside/search/report_unprovisioned_services.html", "Unprovisioned services" ));
+myMenu10.add(new WebFXMenuSeparator());
+var myMenu11 = new WebFXMenu;
+myMenu11.emptyText = '';
+myMenu11.add(new WebFXMenuItem("All accounts by Username", "http://localhost/freeside/search/svc_acct.cgi?magic=all;sortby=username", "" ));
+myMenu11.add(new WebFXMenuItem("All accounts by UID", "http://localhost/freeside/search/svc_acct.cgi?magic=all;sortby=uid", "" ));
+myMenu11.add(new WebFXMenuItem("All accounts with Time Remaining", "http://localhost/freeside/search/svc_acct.cgi?magic=all;sortby=seconds", "" ));
+myMenu11.add(new WebFXMenuItem("All accounts by Last login", "http://localhost/freeside/search/svc_acct.cgi?magic=all;sortby=last_login", "" ));
+myMenu11.add(new WebFXMenuItem("All accounts never logged in", "http://localhost/freeside/search/svc_acct.cgi?magic=nologin;sortby=svcnum", "" ));
+myMenu11.add(new WebFXMenuItem("Advanced account reports", "http://localhost/freeside/search/report_svc_acct.html", "" ));
+myMenu11.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Accounts", null, "Access accounts and mailboxes", myMenu11 ));
+var myMenu12 = new WebFXMenu;
+myMenu12.emptyText = '';
+myMenu12.add(new WebFXMenuItem("All domains", "http://localhost/freeside/search/svc_domain.cgi?magic=all;sortby=domain", "" ));
+myMenu12.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Domains", null, "Domains", myMenu12 ));
+var myMenu13 = new WebFXMenu;
+myMenu13.emptyText = '';
+myMenu13.add(new WebFXMenuItem("All certificates", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_cert;magic=all;sortby=svcnum", "" ));
+myMenu13.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Certificates", null, "Example services", myMenu13 ));
+var myMenu14 = new WebFXMenu;
+myMenu14.emptyText = '';
+myMenu14.add(new WebFXMenuItem("All mail forwards", "http://localhost/freeside/search/svc_forward.cgi?magic=all;sortby=svcnum", "" ));
+myMenu14.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Mail forwards", null, "Mail forwards", myMenu14 ));
+var myMenu15 = new WebFXMenu;
+myMenu15.emptyText = '';
+myMenu15.add(new WebFXMenuItem("All mailing lists", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_mailinglist;magic=all;sortby=svcnum", "" ));
+myMenu15.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Mailing lists", null, "Mailing lists", myMenu15 ));
+var myMenu16 = new WebFXMenu;
+myMenu16.emptyText = '';
+myMenu16.add(new WebFXMenuItem("All virtual hosting services", "http://localhost/freeside/search/svc_www.cgi?magic=all;sortby=svcnum", "" ));
+myMenu16.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Virtual hosting services", null, "Virtual hosting services", myMenu16 ));
+var myMenu17 = new WebFXMenu;
+myMenu17.emptyText = '';
+myMenu17.add(new WebFXMenuItem("All wireless broadband services", "http://localhost/freeside/search/svc_broadband.cgi?magic=all;sortby=svcnum", "" ));
+myMenu17.add(new WebFXMenuItem("Advanced wireless broadband reports", "http://localhost/freeside/search/report_svc_broadband.html", "" ));
+myMenu17.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Wireless broadband services", null, "Fixed wireless broadband services", myMenu17 ));
+var myMenu18 = new WebFXMenu;
+myMenu18.emptyText = '';
+myMenu18.add(new WebFXMenuItem("All cable subscribers by Service", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_cable;magic=all;sortby=svcnum", "" ));
+myMenu18.add(new WebFXMenuItem("All cable subscribers by Serial number", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_cable;magic=all;sortby=serialnum", "" ));
+myMenu18.add(new WebFXMenuItem("All cable subscribers by MAC address", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_cable;magic=all;sortby=mac_addr", "" ));
+myMenu18.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Cable Subscribers", null, "Cable Subscribers", myMenu18 ));
+var myMenu19 = new WebFXMenu;
+myMenu19.emptyText = '';
+myMenu19.add(new WebFXMenuItem("All DSLs", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_dsl;magic=all;sortby=phonenum", "" ));
+myMenu19.add(new WebFXMenuItem("Qualifications", "http://localhost/freeside/search/qual.cgi", "" ));
+myMenu19.width = 256;
+
+myMenu10.add(new WebFXMenuItem("DSLs", null, "DSLs", myMenu19 ));
+var myMenu20 = new WebFXMenu;
+myMenu20.emptyText = '';
+myMenu20.add(new WebFXMenuItem("All dish services", "http://localhost/freeside/search/svc_dish.cgi?magic=all;sortby=svcnum", "" ));
+myMenu20.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Dish services", null, "Dish services", myMenu20 ));
+var myMenu21 = new WebFXMenu;
+myMenu21.emptyText = '';
+myMenu21.add(new WebFXMenuItem("All hardware", "http://localhost/freeside/search/svc_hardware.cgi?magic=all;sortby=svcnum", "" ));
+myMenu21.add(new WebFXMenuItem("Advanced hardware reports", "http://localhost/freeside/search/report_svc_hardware.html", "" ));
+myMenu21.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Hardware", null, "Hardware", myMenu21 ));
+var myMenu22 = new WebFXMenu;
+myMenu22.emptyText = '';
+myMenu22.add(new WebFXMenuItem("All phone numbers", "http://localhost/freeside/search/svc_phone.cgi?magic=all;sortby=phonenum", "" ));
+myMenu22.add(new WebFXMenuItem("Phone numbers' total usage by time period", "http://localhost/freeside/search/report_svc_phone_usage.html", "Total usage (minutes, and amount billed) for the specified time period, per phone number." ));
+myMenu22.add(new WebFXMenuItem("Phone numbers by state", "http://localhost/freeside/search/phone_state.html", "Current or historical phone services broken down by state." ));
+myMenu22.add(new WebFXMenuItem("Advanced phone number reports", "http://localhost/freeside/search/report_svc_phone.html", "" ));
+myMenu22.add(new WebFXMenuItem("Phone number (DID) availability", "http://localhost/freeside/search/report_phone_avail.html", "" ));
+myMenu22.add(new WebFXMenuItem("Inventory/Provisioning Status", "http://localhost/freeside/search/phone_inventory_provisioned.html", "" ));
+myMenu22.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Phone numbers", null, "Phone numbers", myMenu22 ));
+var myMenu23 = new WebFXMenu;
+myMenu23.emptyText = '';
+myMenu23.add(new WebFXMenuItem("All PBXs", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_pbx;magic=all;sortby=svcnum", "" ));
+myMenu23.width = 256;
+
+myMenu10.add(new WebFXMenuItem("PBXs", null, "PBXs", myMenu23 ));
+var myMenu24 = new WebFXMenu;
+myMenu24.emptyText = '';
+myMenu24.add(new WebFXMenuItem("All circuits", "http://localhost/freeside/search/svc_circuit.cgi?magic=all;sortby=svcnum", "" ));
+myMenu24.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Circuits", null, "Voice and data circuit services", myMenu24 ));
+var myMenu25 = new WebFXMenu;
+myMenu25.emptyText = '';
+myMenu25.add(new WebFXMenuItem("All ports", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_port;magic=all;sortby=serviceid", "" ));
+myMenu25.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Ports", null, "Ports", myMenu25 ));
+var myMenu26 = new WebFXMenu;
+myMenu26.emptyText = '';
+myMenu26.add(new WebFXMenuItem("All alarm services", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_alarm;magic=all;sortby=acctnum", "" ));
+myMenu26.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Alarm services", null, "Alarm services", myMenu26 ));
+var myMenu27 = new WebFXMenu;
+myMenu27.emptyText = '';
+myMenu27.add(new WebFXMenuItem("All external services", "http://localhost/freeside/search/svc_external.cgi?magic=all;sortby=id", "" ));
+myMenu27.width = 256;
+
+myMenu10.add(new WebFXMenuItem("External services", null, "External services", myMenu27 ));
+myMenu10.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Services", null, "Services reports", myMenu10 ));
+var myMenu28 = new WebFXMenu;
+myMenu28.emptyText = '';
+myMenu28.add(new WebFXMenuItem("Inventory by agent", "http://localhost/freeside/search/report_agent_inventory.html", "" ));
+myMenu28.add(new WebFXMenuItem("Inventory activity", "http://localhost/freeside/search/report_h_inventory_item.html", "" ));
+myMenu28.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Inventory", null, "Inventory reports", myMenu28 ));
+var myMenu29 = new WebFXMenu;
+myMenu29.emptyText = '';
+myMenu29.add(new WebFXMenuItem("RADIUS sessions", "http://localhost/freeside/search/sqlradius.html", "" ));
+myMenu29.add(new WebFXMenuItem("RADIUS data usage", "http://localhost/freeside/search/report_sqlradius_usage.html", "" ));
+myMenu29.add(new WebFXMenuItem("Call Detail Records (CDRs)", "http://localhost/freeside/search/report_cdr.html", "" ));
+myMenu29.add(new WebFXMenuItem("Unrateable CDRs", "http://localhost/freeside/search/cdr.html?freesidestatus=failed;cdrbatchnum=_ALL_", "" ));
+myMenu29.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Usage", null, "Usage reports", myMenu29 ));
+var myMenu30 = new WebFXMenu;
+myMenu30.emptyText = '';
+var myMenu31 = new WebFXMenu;
+myMenu31.emptyText = '';
+myMenu31.add(new WebFXMenuItem("Tickets per day per Queue", "http://localhost/freeside/rt/RTx/Statistics/CallsQueueDay", "View the number of tickets created, resolved or deleted in a specific Queue, over the requested period of days" ));
+myMenu31.add(new WebFXMenuItem("Ticket status by Queue", "http://localhost/freeside/rt/RTx/Statistics/OpenStalled", "View numbers of new, open and stalled tickets in a selected Queue" ));
+myMenu31.add(new WebFXMenuItem("Tickets per day (multiple Queues)", "http://localhost/freeside/rt/RTx/Statistics/CallsMultiQueue", "View tickets created, resolved or deleted on in one or more Queues over a specified time period" ));
+myMenu31.add(new WebFXMenuItem("Tickets per Day of Week", "http://localhost/freeside/rt/RTx/Statistics/DayOfWeek", "View trends showing when tickets are created, resolved or deleted" ));
+myMenu31.add(new WebFXMenuItem("Time to resolve", "http://localhost/freeside/rt/RTx/Statistics/Resolution", "View how long tickets take to be resolved by Queue" ));
+myMenu31.add(new WebFXMenuItem("Time to resolve (scatter graph)", "http://localhost/freeside/rt/RTx/Statistics/TimeToResolve", "View a detailed scatter graph of time to resolve tickets by Queue" ));
+myMenu31.width = 256;
+
+myMenu30.add(new WebFXMenuItem("Statistics", null, "", myMenu31 ));
+myMenu30.add(new WebFXMenuSeparator());
+myMenu30.add(new WebFXMenuItem("Advanced ticket reports", "http://localhost/freeside/rt/Search/Build.html?NewQuery=1", "List tickets by any criteria" ));
+myMenu30.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Tickets", null, "Ticket reports", myMenu30 ));
+var myMenu32 = new WebFXMenu;
+myMenu32.emptyText = '';
+var myMenu33 = new WebFXMenu;
+myMenu33.emptyText = '';
+myMenu33.add(new WebFXMenuItem("Sales, Credits and Receipts", "http://localhost/freeside/graph/report_money_time.html", "Sales, credits and receipts summary graph" ));
+myMenu33.add(new WebFXMenuItem("Daily Sales, Credits and Receipts", "http://localhost/freeside/graph/report_money_time_daily.html", "Sales, credits and receipts (broken down by day) summary graph" ));
+myMenu33.add(new WebFXMenuItem("Sales Report", "http://localhost/freeside/graph/report_cust_bill_pkg.html", "Sales report and graph (by agent, package class and/or date range)" ));
+myMenu33.add(new WebFXMenuItem("Rated Call Sales Report", "http://localhost/freeside/graph/report_cust_bill_pkg_detail.html", "Sales report and graph (by agent, package class, usage class and/or date range)" ));
+myMenu33.add(new WebFXMenuItem("Sales with Advertising Source", "http://localhost/freeside/search/report_cust_bill_pkg_referral.html", "" ));
+myMenu33.width = 256;
+
+myMenu32.add(new WebFXMenuItem("Sales", null, "Sales reports", myMenu33 ));
+var myMenu34 = new WebFXMenu;
+myMenu34.emptyText = '';
+myMenu34.add(new WebFXMenuItem("Agent", "http://localhost/freeside/search/report_agent_commission.html", "" ));
+myMenu34.add(new WebFXMenuItem("Agent per package", "http://localhost/freeside/search/report_agent_commission_pkg.html", "" ));
+myMenu34.add(new WebFXMenuItem("Sales Person", "http://localhost/freeside/search/report_sales_commission.html", "" ));
+myMenu34.add(new WebFXMenuItem("Sales Person per package", "http://localhost/freeside/search/report_sales_commission_pkg.html", "" ));
+myMenu34.add(new WebFXMenuItem("Employee", "http://localhost/freeside/search/report_employee_commission.html", "" ));
+myMenu34.width = 256;
+
+myMenu32.add(new WebFXMenuItem("Commissions", null, "Commission reports", myMenu34 ));
+var myMenu35 = new WebFXMenu;
+myMenu35.emptyText = '';
+myMenu35.add(new WebFXMenuItem("Credit Report", "http://localhost/freeside/search/report_cust_credit.html", "Credit report (by employee and/or date range)" ));
+myMenu35.add(new WebFXMenuItem("Credit package source detail", "http://localhost/freeside/search/report_cust_credit_source_bill_pkg.html", "Line-item detail for triggered package credits" ));
+myMenu35.add(new WebFXMenuItem("Credit application detail", "http://localhost/freeside/search/report_cust_credit_bill_pkg.html", "Line item application detail" ));
+myMenu35.add(new WebFXMenuItem("Unapplied Credits", "http://localhost/freeside/search/report_cust_credit.html?unapplied=1", "Unapplied credit report (by type and/or date range)" ));
+myMenu35.add(new WebFXMenuItem("Voided Credits", "http://localhost/freeside/search/report_cust_credit_void.html", "Voided credit report (by employee and/or date range)" ));
+myMenu35.width = 256;
+
+myMenu32.add(new WebFXMenuItem("Credits", null, "Credit reports", myMenu35 ));
+var myMenu36 = new WebFXMenu;
+myMenu36.emptyText = '';
+myMenu36.add(new WebFXMenuItem("Refund Report", "http://localhost/freeside/search/report_cust_refund.html", "Refund report (by type and/or date range)" ));
+myMenu36.add(new WebFXMenuItem("Unapplied Refunds", "http://localhost/freeside/search/report_cust_refund.html?unapplied=1", "Unapplied refund report (by type and/or date range)" ));
+myMenu36.width = 256;
+
+myMenu32.add(new WebFXMenuItem("Refunds", null, "Refund reports", myMenu36 ));
+myMenu32.add(new WebFXMenuItem("A/R Aging", "http://localhost/freeside/search/report_receivables.html", "Accounts Receivable Aging report" ));
+myMenu32.add(new WebFXMenuItem("Prepaid Income", "http://localhost/freeside/search/report_prepaid_income.html", "Prepaid income (unearned revenue)  report" ));
+myMenu32.add(new WebFXMenuItem("Tax Liability", "http://localhost/freeside/search/report_tax.html", "Tax liability report (internal tax data)" ));
+myMenu32.add(new WebFXMenuItem("E911 Fee Summary", "http://localhost/freeside/search/report_e911.html", "E911 fee summary" ));
+myMenu32.add(new WebFXMenuItem("Customer Accounting Summary", "http://localhost/freeside/search/report_customer_accounting_summary.html", "Customer accounting summary report" ));
+myMenu32.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Financial (Receivables)", null, "Financial reports (Receivables)", myMenu32 ));
+var myMenu37 = new WebFXMenu;
+myMenu37.emptyText = '';
+myMenu37.add(new WebFXMenuItem("Payables summary", "http://localhost/freeside/search/report_vend_main.html", "Payables summary by vendor" ));
+myMenu37.add(new WebFXMenuItem("Payables detail", "http://localhost/freeside/search/report_vend_bill.html", "" ));
+myMenu37.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Financial (Payables)", null, "Financial reports (Payables)", myMenu37 ));
+var myMenu38 = new WebFXMenu;
+myMenu38.emptyText = '';
+var myMenu39 = new WebFXMenu;
+myMenu39.emptyText = '';
+myMenu39.add(new WebFXMenuItem("All billing events", "http://localhost/freeside/search/report_cust_event.html", "All billing events for a date range" ));
+myMenu39.add(new WebFXMenuItem("Billing event errors", "http://localhost/freeside/search/report_cust_event.html?failed=1", "Failed credit cards, processor or printer problems, etc." ));
+myMenu39.width = 256;
+
+myMenu38.add(new WebFXMenuItem("Billing events", null, "Billing events", myMenu39 ));
+myMenu38.add(new WebFXMenuItem("Credit limit incidents", "http://localhost/freeside/search/report_cust_main_credit_limit.html", "" ));
+myMenu38.add(new WebFXMenuItem("Employee activity", "http://localhost/freeside/search/report_employee_audit.html", "" ));
+myMenu38.add(new WebFXMenuItem("System log", "http://localhost/freeside/search/log.html", "View system events and debugging information." ));
+myMenu38.add(new WebFXMenuItem("Outgoing messages", "http://localhost/freeside/search/cust_msg.html", "View outgoing message log" ));
+myMenu38.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Logs", null, "System and email logs", myMenu38 ));
+myMenu0.width = 256;
+
+          myBar.add(new WebFXMenuButton('Reports', null, 'Lists, reporting and graphing', myMenu0 ));
+
+
+          var myMenu40 = new WebFXMenu;
+myMenu40.emptyText = '';
+var myMenu41 = new WebFXMenu;
+myMenu41.emptyText = '';
+myMenu41.add(new WebFXMenuItem("Appointments", "http://localhost/freeside/rt/Search/Schedule.html?LengthMin=0", "View appointment schedule" ));
+myMenu41.add(new WebFXMenuItem("Attachments", "http://localhost/freeside/browse/cust_attachment.html", "View customer attachments" ));
+myMenu41.add(new WebFXMenuItem("Customer email settings", "http://localhost/freeside/misc/manage_cust_email.html", "" ));
+myMenu41.width = 256;
+
+myMenu40.add(new WebFXMenuItem("Customers", null, "Customer tools", myMenu41 ));
+var myMenu42 = new WebFXMenu;
+myMenu42.emptyText = '';
+myMenu42.add(new WebFXMenuItem("Quick payment entry", "http://localhost/freeside/misc/batch-cust_pay.html", "Enter multiple payments in a batch" ));
+myMenu42.add(new WebFXMenuItem("Download invoice batches", "http://localhost/freeside/search/bill_batch.cgi", "" ));
+myMenu42.width = 256;
+
+myMenu40.add(new WebFXMenuItem("Billing", null, "Payment and invoice tools", myMenu42 ));
+var myMenu43 = new WebFXMenu;
+myMenu43.emptyText = '';
+var myMenu44 = new WebFXMenu;
+myMenu44.emptyText = '';
+myMenu44.add(new WebFXMenuItem("Overview", "http://localhost/freeside/rt/Articles/index.html", "" ));
+myMenu44.add(new WebFXMenuItem("Search", "http://localhost/freeside/rt/Articles/Article/Search.html", "" ));
+myMenu44.add(new WebFXMenuItem("Topics", "http://localhost/freeside/rt/Articles/Topics.html", "" ));
+myMenu44.width = 256;
+
+myMenu43.add(new WebFXMenuItem("Articles", null, "", myMenu44 ));
+myMenu43.add(new WebFXMenuItem("My Day", "http://localhost/freeside/rt/Tools/MyDay.html", "" ));
+myMenu43.add(new WebFXMenuItem("My Reminders", "http://localhost/freeside/rt/Tools/MyReminders.html", "" ));
+myMenu43.add(new WebFXMenuItem("Offline", "http://localhost/freeside/rt/Tools/Offline.html", "" ));
+myMenu43.add(new WebFXMenuItem("Approval", "http://localhost/freeside/rt/Approvals/", "" ));
+myMenu43.width = 256;
+
+myMenu40.add(new WebFXMenuItem("Ticketing", null, "Ticketing tools", myMenu43 ));
+var myMenu45 = new WebFXMenu;
+myMenu45.emptyText = '';
+myMenu45.add(new WebFXMenuItem("Bulk DID Orders", "http://localhost/freeside/browse/did_order.html", "View/manage bulk DID orders" ));
+myMenu45.add(new WebFXMenuItem("Business card scan", "http://localhost/freeside/edit/prospect_main-upload.html", "" ));
+myMenu45.width = 256;
+
+myMenu40.add(new WebFXMenuItem("Miscellaneous", null, "", myMenu45 ));
+var myMenu46 = new WebFXMenu;
+myMenu46.emptyText = '';
+myMenu46.add(new WebFXMenuItem("Customers", "http://localhost/freeside/misc/cust_main-import.cgi", "" ));
+myMenu46.add(new WebFXMenuItem("Package definitions", "http://localhost/freeside/misc/part_pkg-import.html", "" ));
+myMenu46.add(new WebFXMenuItem("Customer packages", "http://localhost/freeside/misc/cust_pkg-import.html", "" ));
+myMenu46.add(new WebFXMenuItem("Customer comments", "http://localhost/freeside/misc/cust_main_note-import.html", "" ));
+myMenu46.add(new WebFXMenuItem("One-time charges", "http://localhost/freeside/misc/cust_main-import_charges.cgi", "" ));
+myMenu46.add(new WebFXMenuItem("Payments", "http://localhost/freeside/misc/cust_pay-import.cgi", "" ));
+myMenu46.add(new WebFXMenuItem("Credits", "http://localhost/freeside/misc/cust_credit-import.html", "" ));
+myMenu46.add(new WebFXMenuItem("Phone numbers (DIDs)", "http://localhost/freeside/misc/phone_avail-import.html", "" ));
+myMenu46.add(new WebFXMenuItem("Call Detail Records (CDRs)", "http://localhost/freeside/misc/cdr-import.html", "" ));
+myMenu46.width = 256;
+
+myMenu40.add(new WebFXMenuItem("Importing", null, "Import tools", myMenu46 ));
+var myMenu47 = new WebFXMenu;
+myMenu47.emptyText = '';
+myMenu47.add(new WebFXMenuItem("Status", "http://localhost/freeside/view/Status.html", "System status" ));
+myMenu47.add(new WebFXMenuItem("Job Queue", "http://localhost/freeside/search/queue.html", "View pending job queue" ));
+myMenu47.width = 256;
+
+myMenu40.add(new WebFXMenuItem("System", null, "System tools", myMenu47 ));
+myMenu40.width = 256;
+
+          myBar.add(new WebFXMenuButton('Tools', null, 'Tools', myMenu40 ));
+
+
+          var myMenu48 = new WebFXMenu;
+myMenu48.emptyText = '';
+myMenu48.add(new WebFXMenuItem("Settings", "http://localhost/freeside/config/config-view.cgi", "" ));
+myMenu48.add(new WebFXMenuSeparator());
+var myMenu49 = new WebFXMenu;
+myMenu49.emptyText = '';
+myMenu49.add(new WebFXMenuItem("Agent types", "http://localhost/freeside/browse/agent_type.cgi", "Agent types define groups of package definitions that you can then assign to particular agents" ));
+myMenu49.add(new WebFXMenuItem("Agents", "http://localhost/freeside/browse/agent.cgi", "Agents are resellers of your service. Agents may be limited to a subset of your full offerings (via their type)" ));
+myMenu49.add(new WebFXMenuItem("Agent payment gateways", "http://localhost/freeside/browse/payment_gateway.html", "Credit card and electronic check processors for agent overrides" ));
+myMenu49.width = 256;
+
+myMenu48.add(new WebFXMenuItem("Companies", null, "", myMenu49 ));
+var myMenu50 = new WebFXMenu;
+myMenu50.emptyText = '';
+myMenu50.add(new WebFXMenuItem("Sales People", "http://localhost/freeside/browse/sales.html", "Sales people bring in new business." ));
+myMenu50.width = 256;
+
+myMenu48.add(new WebFXMenuItem("Sales People", null, "", myMenu50 ));
+var myMenu51 = new WebFXMenu;
+myMenu51.emptyText = '';
+myMenu51.add(new WebFXMenuItem("Employees", "http://localhost/freeside/browse/access_user.html", "Setup internal users" ));
+myMenu51.add(new WebFXMenuItem("Employee groups", "http://localhost/freeside/browse/access_group.html", "Employee groups allow you to control access to the backend" ));
+myMenu51.add(new WebFXMenuItem("Installer availability", "http://localhost/freeside/browse/sched_item.html", "Installer availability" ));
+myMenu51.width = 256;
+
+myMenu48.add(new WebFXMenuItem("Employees", null, "", myMenu51 ));
+myMenu48.add(new WebFXMenuSeparator());
+var myMenu52 = new WebFXMenu;
+myMenu52.emptyText = '';
+myMenu52.add(new WebFXMenuItem("Customer tags", "http://localhost/freeside/browse/part_tag.html", "" ));
+myMenu52.add(new WebFXMenuItem("Customer classes", "http://localhost/freeside/browse/cust_class.html", "Customer classes define groups of customers for reporting." ));
+myMenu52.add(new WebFXMenuItem("Customer categories", "http://localhost/freeside/browse/cust_category.html", "Customer categories define groups of customer classes." ));
+myMenu52.add(new WebFXMenuSeparator());
+myMenu52.add(new WebFXMenuItem("Contact types", "http://localhost/freeside/browse/contact_class.html", "" ));
+myMenu52.width = 256;
+
+myMenu48.add(new WebFXMenuItem("Customers", null, "", myMenu52 ));
+var myMenu53 = new WebFXMenu;
+myMenu53.emptyText = '';
+myMenu53.add(new WebFXMenuItem("Package definitions", "http://localhost/freeside/browse/part_pkg.cgi", "One or more services are grouped together into a package and given pricing information. Customers purchase packages, not services" ));
+myMenu53.add(new WebFXMenuItem("Package classes", "http://localhost/freeside/browse/pkg_class.html", "Package classes define groups of packages, for taxation, ordering convenience and reporting." ));
+myMenu53.add(new WebFXMenuItem("Package categories", "http://localhost/freeside/browse/pkg_category.html", "Package categories define groups of package classes, for invoice sections." ));
+myMenu53.add(new WebFXMenuItem("Package report classes", "http://localhost/freeside/browse/part_pkg_report_option.html", "Package classes define optional groups of packages for reporting only." ));
+myMenu53.add(new WebFXMenuItem("Fees", "http://localhost/freeside/browse/part_fee.html", "" ));
+myMenu53.add(new WebFXMenuItem("Discounts", "http://localhost/freeside/browse/discount.html", "" ));
+myMenu53.add(new WebFXMenuItem("Discount classes", "http://localhost/freeside/browse/discount_class.html", "" ));
+var myMenu54 = new WebFXMenu;
+myMenu54.emptyText = '';
+myMenu54.add(new WebFXMenuItem("Cancel reasons", "http://localhost/freeside/browse/reason.html?class=C", "Cancel reasons explain why a service was cancelled." ));
+myMenu54.add(new WebFXMenuItem("Cancel reason types", "http://localhost/freeside/browse/reason_type.html?class=C", "Cancel reason types define groups of reasons." ));
+myMenu54.add(new WebFXMenuItem("Suspend reasons", "http://localhost/freeside/browse/reason.html?class=S", "Suspend reasons explain why a service was suspended." ));
+myMenu54.add(new WebFXMenuItem("Suspend reason types", "http://localhost/freeside/browse/reason_type.html?class=S", "Suspend reason types define groups of reasons." ));
+myMenu54.width = 256;
+
+myMenu53.add(new WebFXMenuItem("Cancel/Suspend Reasons", null, "", myMenu54 ));
+myMenu53.width = 256;
+
+myMenu48.add(new WebFXMenuItem("Packages", null, "", myMenu53 ));
+var myMenu55 = new WebFXMenu;
+myMenu55.emptyText = '';
+myMenu55.add(new WebFXMenuItem("Service definitions", "http://localhost/freeside/browse/part_svc.cgi", "Services are items you offer to your customers" ));
+myMenu55.add(new WebFXMenuItem("Service classes", "http://localhost/freeside/browse/part_svc_class.html", "Services classes are user-defined, informational types for services" ));
+myMenu55.add(new WebFXMenuItem("Service dependencies", "http://localhost/freeside/browse/part_svc_link.html", "Services depencies define rules between service definitions" ));
+myMenu55.add(new WebFXMenuItem("Provisioning exports", "http://localhost/freeside/browse/part_export.cgi", "Provisioning services to external machines, databases and APIs" ));
+var myMenu56 = new WebFXMenu;
+myMenu56.emptyText = '';
+myMenu56.add(new WebFXMenuItem("Access numbers", "http://localhost/freeside/browse/svc_acct_pop.cgi", "Points of Presence" ));
+myMenu56.width = 256;
+
+myMenu55.add(new WebFXMenuItem("Dialup", null, "", myMenu56 ));
+var myMenu57 = new WebFXMenu;
+myMenu57.emptyText = '';
+myMenu57.add(new WebFXMenuItem("Towers", "http://localhost/freeside/browse/tower.html", "Towers and sectors" ));
+myMenu57.add(new WebFXMenuItem("Routers", "http://localhost/freeside/browse/router.cgi", "Broadband access routers" ));
+myMenu57.add(new WebFXMenuItem("Address blocks", "http://localhost/freeside/browse/addr_block.cgi", "Manage address blocks and block assignments to broadband routers" ));
+myMenu57.add(new WebFXMenuItem("Address ranges", "http://localhost/freeside/browse/addr_range.html", "Designate special address ranges" ));
+myMenu57.width = 256;
+
+myMenu55.add(new WebFXMenuItem("Wireless broadband", null, "", myMenu57 ));
+var myMenu58 = new WebFXMenu;
+myMenu58.emptyText = '';
+myMenu58.add(new WebFXMenuItem("View/Edit phone device types", "http://localhost/freeside/browse/part_device.html", "Phone device types" ));
+myMenu58.add(new WebFXMenuItem("View/Edit bulk DID vendors", "http://localhost/freeside/browse/did_vendor.html", "Bulk DID vendors" ));
+myMenu58.add(new WebFXMenuItem("View/Edit Carriers", "http://localhost/freeside/browse/cdr_carrier.html", "Carriers" ));
+myMenu58.width = 256;
+
+myMenu55.add(new WebFXMenuItem("Phone", null, "", myMenu58 ));
+var myMenu59 = new WebFXMenu;
+myMenu59.emptyText = '';
+myMenu59.add(new WebFXMenuItem("RADIUS Groups", "http://localhost/freeside/browse/radius_group.html", "Manage RADIUS groups" ));
+myMenu59.add(new WebFXMenuItem("RADIUS Clients", "http://localhost/freeside/browse/nas.html", "Manage RADIUS clients" ));
+myMenu59.width = 256;
+
+myMenu55.add(new WebFXMenuItem("RADIUS", null, "", myMenu59 ));
+var myMenu60 = new WebFXMenu;
+myMenu60.emptyText = '';
+myMenu60.add(new WebFXMenuItem("Cable providers", "http://localhost/freeside/browse/cable_provider.html", "" ));
+myMenu60.add(new WebFXMenuItem("Cable modem models", "http://localhost/freeside/browse/cable_model.html", "" ));
+myMenu60.width = 256;
+
+myMenu55.add(new WebFXMenuItem("Cable", null, "", myMenu60 ));
+var myMenu61 = new WebFXMenu;
+myMenu61.emptyText = '';
+myMenu61.add(new WebFXMenuItem("Conferencing types", "http://localhost/freeside/browse/conferencing_type.html", "" ));
+myMenu61.add(new WebFXMenuItem("Quality levels", "http://localhost/freeside/browse/conferencing_quality.html", "" ));
+myMenu61.width = 256;
+
+myMenu55.add(new WebFXMenuItem("Conferencing", null, "", myMenu61 ));
+var myMenu62 = new WebFXMenu;
+myMenu62.emptyText = '';
+myMenu62.add(new WebFXMenuItem("Alarm system vendors", "http://localhost/freeside/browse/alarm_system.html", "" ));
+myMenu62.add(new WebFXMenuItem("Alarm system types", "http://localhost/freeside/browse/alarm_type.html", "" ));
+myMenu62.add(new WebFXMenuItem("Alarm central stations", "http://localhost/freeside/browse/alarm_station.html", "" ));
+myMenu62.width = 256;
+
+myMenu55.add(new WebFXMenuItem("Alarm", null, "", myMenu62 ));
+var myMenu63 = new WebFXMenu;
+myMenu63.emptyText = '';
+myMenu63.add(new WebFXMenuItem("Circuit types", "http://localhost/freeside/browse/circuit_type.html", "" ));
+myMenu63.add(new WebFXMenuItem("Circuit providers", "http://localhost/freeside/browse/circuit_provider.html", "" ));
+myMenu63.add(new WebFXMenuItem("Termination types", "http://localhost/freeside/browse/circuit_termination.html", "" ));
+myMenu63.width = 256;
+
+myMenu55.add(new WebFXMenuItem("Circuits", null, "", myMenu63 ));
+myMenu55.add(new WebFXMenuItem("Hardware types", "http://localhost/freeside/browse/hardware_class.html", "Set up hardware type catalog" ));
+myMenu55.width = 256;
+
+myMenu48.add(new WebFXMenuItem("Services", null, "", myMenu55 ));
+myMenu48.add(new WebFXMenuSeparator());
+var myMenu64 = new WebFXMenu;
+myMenu64.emptyText = '';
+myMenu64.add(new WebFXMenuItem("Vendor classes", "http://localhost/freeside/browse/vend_class.html", "" ));
+myMenu64.add(new WebFXMenuItem("Vendors", "http://localhost/freeside/browse/vend_main.html", "" ));
+myMenu64.width = 256;
+
+myMenu48.add(new WebFXMenuItem("Vendors", null, "", myMenu64 ));
+myMenu48.add(new WebFXMenuSeparator());
+var myMenu65 = new WebFXMenu;
+myMenu65.emptyText = '';
+myMenu65.add(new WebFXMenuItem("Billing events", "http://localhost/freeside/browse/part_event.html", "Billing actions for customers, invoices and packages" ));
+myMenu65.add(new WebFXMenuItem("Invoice configurations", "http://localhost/freeside/browse/invoice_conf.html", "Adjust invoice settings for special-purpose notices" ));
+myMenu65.add(new WebFXMenuItem("Invoice templates", "http://localhost/freeside/browse/invoice_template.html", "Edit templates for HTML, plaintext and typeset invoices" ));
+myMenu65.add(new WebFXMenuSeparator());
+myMenu65.add(new WebFXMenuItem("Prepaid cards", "http://localhost/freeside/search/prepay_credit.html", "View outstanding cards, generate new cards" ));
+var myMenu66 = new WebFXMenu;
+myMenu66.emptyText = '';
+myMenu66.add(new WebFXMenuItem("Rate plans", "http://localhost/freeside/browse/rate.cgi", "Manage rate plans" ));
+myMenu66.add(new WebFXMenuItem("Regions and prefixes", "http://localhost/freeside/browse/rate_region.html", "Manage regions and prefixes" ));
+myMenu66.add(new WebFXMenuItem("Usage classes", "http://localhost/freeside/browse/usage_class.html", "Usage classes define groups of usage for taxation." ));
+myMenu66.add(new WebFXMenuItem("Time periods", "http://localhost/freeside/browse/rate_time.html", "Time periods define days and hours for rate plans" ));
+myMenu66.add(new WebFXMenuItem("Edit rates with Excel", "http://localhost/freeside/misc/rate_edit_excel.html", "Download and edit rates with Excel, then upload changes." ));
+myMenu66.add(new WebFXMenuSeparator());
+myMenu66.add(new WebFXMenuItem("Tiering plans", "http://localhost/freeside/browse/rate_tier.html", "Rating tiers" ));
+myMenu66.width = 256;
+
+myMenu65.add(new WebFXMenuItem("Call rates and regions", null, "Manage rate plans, regions and prefixes for VoIP and call billing", myMenu66 ));
+myMenu65.add(new WebFXMenuSeparator());
+myMenu65.add(new WebFXMenuItem("Locales and tax rates", "http://localhost/freeside/browse/cust_main_county.cgi", "Change tax rates, or break down a country into states, or a state into counties and assign different tax rates to each" ));
+myMenu65.add(new WebFXMenuItem("Tax classes", "http://localhost/freeside/browse/part_pkg_taxclass.html", "Tax classes" ));
+myMenu65.add(new WebFXMenuSeparator());
+myMenu65.add(new WebFXMenuItem("Credit reasons", "http://localhost/freeside/browse/reason.html?class=R", "Credit reasons explain why a credit was issued." ));
+myMenu65.add(new WebFXMenuItem("Credit reason types", "http://localhost/freeside/browse/reason_type.html?class=R", "Credit reason types define groups of reasons." ));
+myMenu65.add(new WebFXMenuSeparator());
+myMenu65.add(new WebFXMenuItem("Refund reasons", "http://localhost/freeside/browse/reason.html?class=F", "Refund reasons explain why a refund was issued." ));
+myMenu65.add(new WebFXMenuItem("Refund reason types", "http://localhost/freeside/browse/reason_type.html?class=F", "Refund reason types define groups of reasons." ));
+myMenu65.width = 256;
+
+myMenu48.add(new WebFXMenuItem("Billing", null, "", myMenu65 ));
+myMenu48.add(new WebFXMenuSeparator());
+var myMenu67 = new WebFXMenu;
+myMenu67.emptyText = '';
+myMenu67.add(new WebFXMenuItem("Message templates", "http://localhost/freeside/browse/msg_template.html", "Templates for customer notices" ));
+myMenu67.add(new WebFXMenuItem("Advertising sources", "http://localhost/freeside/browse/part_referral.html", "Where a customer heard about your service." ));
+myMenu67.add(new WebFXMenuItem("Custom fields", "http://localhost/freeside/browse/part_virtual_field.html", "Locally defined fields" ));
+myMenu67.add(new WebFXMenuItem("Translation strings", "http://localhost/freeside/browse/msgcat.html", "Translations and other customizable labels for each locale" ));
+myMenu67.add(new WebFXMenuItem("Inventory classes and inventory", "http://localhost/freeside/browse/inventory_class.html", "Setup inventory classes and stock inventory" ));
+myMenu67.add(new WebFXMenuItem("Upload targets", "http://localhost/freeside/browse/upload_target.html", "Billing and payment upload destinations" ));
+myMenu67.width = 256;
+
+myMenu48.add(new WebFXMenuItem("Miscellaneous", null, "", myMenu67 ));
+myMenu48.width = 256;
+
+          myBar.add(new WebFXMenuButton('Configuration', null, 'Configuration and setup', myMenu48 ));
+
+
+          var myMenu68 = new WebFXMenu;
+myMenu68.emptyText = '';
+myMenu68.add(new WebFXMenuItem("Billing documentation", "http://www.freeside.biz/mediawiki/index.php/Freeside:4:Documentation", "Freeside documentation" ));
+myMenu68.add(new WebFXMenuItem("Ticketing documentation", "http://wiki.bestpractical.com/", "Request Tracker Wiki" ));
+myMenu68.add(new WebFXMenuSeparator());
+myMenu68.add(new WebFXMenuItem("About Freeside v5.0git", "javascript:about_freeside()", "" ));
+myMenu68.add(new WebFXMenuItem("About RT v4.2.11", "http://www.bestpractical.com/rt", "Request Tracker Homepage" ));
+myMenu68.width = 256;
+
+          myBar.add(new WebFXMenuButton('Help', null, '', myMenu68 ));
+
+
+  myBar.show( null, 'vertical' );
+  myBar.width = 154;
+
+</SCRIPT>
+
+
+
+
+      <link rel="stylesheet" href="http://localhost/freeside/elements/jquery-ui.min.css">
+      <SCRIPT SRC="http://localhost/freeside/elements/jquery.js"></SCRIPT>
+      <SCRIPT SRC="http://localhost/freeside/elements/jquery-ui.min.js"></SCRIPT>
+      <SCRIPT TYPE="text/javascript" SRC="http://localhost/freeside/elements/overlibmws.js"></SCRIPT>
+  <SCRIPT TYPE="text/javascript" SRC="http://localhost/freeside/elements/overlibmws_iframe.js"></SCRIPT>
+  <SCRIPT TYPE="text/javascript" SRC="http://localhost/freeside/elements/overlibmws_draggable.js"></SCRIPT>
+  <SCRIPT TYPE="text/javascript" SRC="http://localhost/freeside/elements/overlibmws_crossframe.js"></SCRIPT>
+  <SCRIPT TYPE="text/javascript" SRC="http://localhost/freeside/elements/iframecontentmws.js"></SCRIPT>
+  <SCRIPT TYPE="text/javascript" SRC="http://localhost/freeside/elements/ajaxcontentmws.js"></SCRIPT>
+
+    <SCRIPT TYPE="text/javascript">
+
+  function rs_init_object() {
+    var A;
+    try {
+      A=new ActiveXObject("Msxml2.XMLHTTP");
+    } catch (e) {
+      try {
+        A=new ActiveXObject("Microsoft.XMLHTTP");
+      } catch (oc) {
+        A=null;
+      }
+    }
+    if(!A && typeof XMLHttpRequest != "undefined")
+      A = new XMLHttpRequest();
+    if (!A)
+      alert("Can't create XMLHttpRequest object");
+    return A;
+
+  }
+
+</SCRIPT>
+
+
+    
+
+  </HEAD>
+  <BODY BGCOLOR="#f8f8f8"  STYLE="margin-top:0; margin-bottom:0; margin-left:0px; margin-right:0px">
+    <table width="100%" CELLPADDING=0 CELLSPACING=0 STYLE="padding-left:0px; padding-right:4px" CLASS="fshead">
+      <tr>
+        <td BGCOLOR="#ffffff"><IMG BORDER=0 ALT="freeside" HEIGHT="36" SRC="http://localhost/freeside/view/REAL_logo.cgi"></td>
+        <td align=left BGCOLOR="#ffffff"> <!-- valign="top" -->
+          <font size=6>Freeside Test 5.0.1</font>
+        </td>
+        <td align=right valign=top BGCOLOR="#ffffff"><FONT SIZE="-1">Logged in as <b>test&nbsp;</b> <FONT SIZE="-2"><a href="http://localhost/freeside/loginout/logout.html">logout</a></FONT><br></FONT><FONT SIZE="-2"><a href="http://localhost/freeside/pref/pref.html" STYLE="color: #000000">Preferences</a>
+          <BR></FONT>
+        </td>
+      </tr>
+    </table>
+
+    <TABLE WIDTH="100%" CELLSPACING=0 CELLPADDING=0>
+
+<link href="http://localhost/freeside/elements/freeside-menu.css" type="text/css" rel="stylesheet">
+
+
+      <TR CLASS="fsmenubar">
+
+
+        <TD COLSPAN="7" WIDTH="100%" STYLE="padding:1px 0px 0px 0px;border-top: 1px solid #7e0079" BGCOLOR="#dddddd">
+          <SCRIPT TYPE="text/javascript">
+            document.write(myBar);
+          </SCRIPT>
+        </TD>
+
+      </TR>
+
+      <TR CLASS="fssearchbar">
+
+        <TD COLSPAN=1 BGCOLOR="#dddddd" ALIGN="right" STYLE="padding-left:2px">
+          
+  <FORM ACTION="http://localhost/freeside/search/prospect_main.html" METHOD="GET" STYLE="margin:0">
+    <INPUT NAME="search_prospect" TYPE="text" VALUE="(name, company or phone)" STYLE="width:155px" onFocus="clearhint_search_prospect(this);" onClick="clearhint_search_prospect(this);" CLASS="fstext"><BR>
+    <A HREF="http://localhost/freeside/search/report_prospect_main.html" CLASS="fslink" STYLE="font-size: 11px">Adv</A>
+    <INPUT TYPE="submit" VALUE="Search prospects" CLASS="fsblackbutton" onMouseOver="this.className='fsblackbuttonselected'; return true;" onMouseOut="this.className='fsblackbutton'; return true;" STYLE="font-size:11px;padding-left:1px;padding-right:1px">
+  </FORM>
+  
+
+
+<SCRIPT TYPE="text/javascript">
+
+  function clearhint_search_prospect (what) {
+    if ( what.value == '(name, company or phone)' )
+      what.value = '';
+  }
+
+</SCRIPT>
+
+        </TD>
+
+        <TD COLSPAN=1 BGCOLOR="#dddddd" ALIGN="right" STYLE="padding-left:2px">
+          
+  <FORM ACTION="http://localhost/freeside/search/cust_main.cgi" METHOD="POST" STYLE="margin:0">
+    <INPUT NAME="search_cust" TYPE="text" VALUE="(cust #, name, company or contact phone)" STYLE="width:246px" onFocus="clearhint_search_cust(this);" onClick="clearhint_search_cust(this);" CLASS="fstext"><BR>
+    <A HREF="http://localhost/freeside/search/report_cust_main.html" CLASS="fslink" STYLE="font-size: 11px">Advanced</A>
+    <INPUT TYPE="submit" VALUE="Search customers" CLASS="fsblackbutton" onMouseOver="this.className='fsblackbuttonselected'; return true;" onMouseOut="this.className='fsblackbutton'; return true;" STYLE="font-size:11px">
+  </FORM>
+  
+
+
+<SCRIPT TYPE="text/javascript">
+
+  function clearhint_search_cust (what) {
+    if ( what.value == '(cust #, name, company or contact phone)' )
+      what.value = '';
+  }
+
+</SCRIPT>
+
+        </TD>
+
+        <TD COLSPAN=1 BGCOLOR="#dddddd" ALIGN="center">
+          
+<SCRIPT TYPE="text/javascript">
+
+  function clearhint_search_address2 (what) {
+    if ( what.value == '(Unit #)' )
+      what.value = '';
+  }
+
+</SCRIPT>
+
+        </TD>
+
+        <TD COLSPAN=1 BGCOLOR="#dddddd" ALIGN="right">
+          
+  <FORM ACTION="http://localhost/freeside/search/cust_bill.html" METHOD="GET" STYLE="margin:0;display:inline">
+    <INPUT NAME="invnum" TYPE="text" VALUE="(inv #)" STYLE="width:56px" onFocus="clearhint_search_invoice(this);" onClick="clearhint_search_invoice(this);" CLASS="fstext">
+    <A HREF="http://localhost/freeside/search/report_cust_bill.html" CLASS="fslink" STYLE="font-size: 11px">Adv</A>    <BR>
+    <INPUT TYPE="submit" VALUE="Search invoices" CLASS="fsblackbutton" onMouseOver="this.className='fsblackbuttonselected'; return true;" onMouseOut="this.className='fsblackbutton'; return true;" STYLE="font-size:11px;padding-left:1px;padding-right:1px;margin-top:3px">
+  </FORM>
+  
+
+
+<SCRIPT TYPE="text/javascript">
+
+  function clearhint_search_invoice (what) {
+    if ( what.value == '(inv #)' )
+      what.value = '';
+  }
+
+</SCRIPT>
+
+        </TD>
+
+        <TD COLSPAN=1 BGCOLOR="#dddddd" ALIGN="right" STYLE="padding-left:2px">
+          
+  <FORM ACTION="http://localhost/freeside/search/cust_svc.html" METHOD="GET" STYLE="margin:0">
+    <INPUT NAME="search_svc" TYPE="text" VALUE="(user, email, ip, mac, domain or service phone)" STYLE="width:271px" onFocus="clearhint_search_svc(this);" onClick="clearhint_search_svc(this);" CLASS="fstext"><BR>
+    <A NOTYET="http://localhost/freeside/search/svc_Smarter.html" STYLE="color: #cccccc; font-size:11px">Advanced</A>
+    <INPUT TYPE="submit" VALUE="Search services" CLASS="fsblackbutton" onMouseOver="this.className='fsblackbuttonselected'; return true;" onMouseOut="this.className='fsblackbutton'; return true;" STYLE="font-size:11px">
+  </FORM>
+  
+
+
+<SCRIPT TYPE="text/javascript">
+
+  function clearhint_search_svc (what) {
+    if ( what.value == '(user, email, ip, mac, domain or service phone)' )
+      what.value = '';
+  }
+
+</SCRIPT>
+
+        </TD>
+
+        <TD COLSPAN=1 BGCOLOR="#dddddd" ALIGN="right" STYLE="padding-left:2px;padding-right:2px">
+          
+  <FORM ACTION="http://localhost/freeside//rt/index.html" METHOD="GET" STYLE="margin:0">
+    <INPUT NAME="q" TYPE="text" VALUE="(ticket #, subject, email or fulltext:text)" STYLE="width:223px" onFocus="clearhint_search_ticket(this);" onClick="clearhint_search_ticket(this);" CLASS="fstext"><BR>
+    <A HREF="http://localhost/freeside//rt/Search/Build.html?NewQuery=1" CLASS="fslink" STYLE="font-size:11px">Advanced</A>
+    <INPUT TYPE="submit" VALUE="Search tickets" CLASS="fsblackbutton" onMouseOver="this.className='fsblackbuttonselected'; return true;" onMouseOut="this.className='fsblackbutton'; return true;" STYLE="font-size:11px">
+  </FORM>
+  
+
+
+<SCRIPT TYPE="text/javascript">
+
+  function clearhint_search_ticket (what) {
+    if ( what.value == '(ticket #, subject, email or fulltext:text)' )
+      what.value = '';
+  }
+
+</SCRIPT>
+
+        </TD>
+
+      </TR>
+    </TABLE>
+
+
+
+    <TABLE WIDTH="100%" HEIGHT="100%" CELLSPACING=0 CELLPADDING=4>
+
+      <TR HEIGHT="100%">
+
+    <BR>
+        <TD CLASS="background" HEIGHT="100%" VALIGN="top"> <!-- WIDTH="100%"> -->
+
+          <H1>
+            Package Search Results
+          </H1>
+
+          <BR>
+
+          
+
+
+
+
+        <A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/misc/bulk_change_pkg.cgi?', 569, 210, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Change Packages', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>Change&nbsp;these&nbsp;packages</A><BR><A HREF="http://localhost/freeside/misc/email-customers.html?table=cust_pkg&agent_virt_agentnum=&classnum=0&query=0&magic=bill&setup=0&setup=1446361199&pkgpart=5&pkgpart=2">Email a notice to these customers</A>
+
+<BR><BR>
+
+
+
+        <TABLE>
+          <TR>
+
+            <TD VALIGN="bottom">
+
+              <FORM>
+
+                  143 total packages
+
+
+                  ( show <SELECT NAME="maxrecords" onChange="window.location = 'http://localhost/freeside/search/cust_pkg.cgi?magic=bill;classnum=0;setup_ending=10%2F31%2F2015;pkgpart=5;pkgpart=2;order_by=pkgnum;_dummy=1;maxrecords=' + this.options[this.selectedIndex].value;">
+
+                  <OPTION VALUE="100" SELECTED>100</OPTION>
+                  <OPTION VALUE="500" >500</OPTION>
+                  <OPTION VALUE="1000" >1000</OPTION>
+                  <OPTION VALUE="2500" >2500</OPTION>
+
+                 </SELECT> per page )
+
+
+                <BR>
+
+              </FORM>
+
+            </TD>
+
+
+              <TD ALIGN="right" CLASS="noprint">
+
+                Download full results<BR>
+
+                as <A HREF="http://localhost/freeside/search/cust_pkg.cgi?magic=bill;classnum=0;setup_ending=10%2F31%2F2015;pkgpart=5;pkgpart=2;order_by=pkgnum;_dummy=1;maxrecords=100;_type=packages.xls">Excel spreadsheet</A><BR>
+
+                as <A HREF="http://localhost/freeside/search/cust_pkg.cgi?magic=bill;classnum=0;setup_ending=10%2F31%2F2015;pkgpart=5;pkgpart=2;order_by=pkgnum;_dummy=1;maxrecords=100;_type=csv">CSV file</A><BR>
+
+
+                as <A HREF="http://localhost/freeside/search/cust_pkg.cgi?magic=bill;classnum=0;setup_ending=10%2F31%2F2015;pkgpart=5;pkgpart=2;order_by=pkgnum;_dummy=1;maxrecords=100;_type=html-print">printable copy</A>
+
+              </TD>
+
+          </TR>
+          <TR>
+            <TD COLSPAN=2>
+
+
+                
+        <FONT SIZE="+2">1</FONT>
+
+
+        <A HREF="http://localhost/freeside/search/cust_pkg.cgi?magic=bill;classnum=0;setup_ending=10%2F31%2F2015;pkgpart=5;pkgpart=2;order_by=pkgnum;_dummy=1;maxrecords=100;_type=html;offset=100">2</A>
+
+      <A HREF="http://localhost/freeside/search/cust_pkg.cgi?magic=bill;classnum=0;setup_ending=10%2F31%2F2015;pkgpart=5;pkgpart=2;order_by=pkgnum;_dummy=1;maxrecords=100;_type=html;offset=100"><B><FONT SIZE="+1">Next</FONT></B></A>
+
+
+
+                
+
+
+              
+<TABLE CLASS="grid" CELLSPACING=0 CELLPADDING=0 >
+
+
+
+
+<THEAD>
+
+  <TR>
+    <TH CLASS   = "grid"
+        BGCOLOR = "#cccccc"
+        ROWSPAN = "2"
+        
+        
+
+    >
+      <A HREF="http://localhost/freeside/search/cust_pkg.cgi?magic=bill;classnum=0;setup_ending=10%2F31%2F2015;pkgpart=5;pkgpart=2;order_by=pkgnum%20DESC;_dummy=1;maxrecords=100;_type=html;offset=0">#</A>
+    </TH>
+    <TH CLASS   = "grid"
+        BGCOLOR = "#cccccc"
+        ROWSPAN = "1"
+        
+        
+
+    >
+      <A HREF="http://localhost/freeside/search/cust_pkg.cgi?magic=bill;classnum=0;setup_ending=10%2F31%2F2015;pkgpart=5;pkgpart=2;order_by=quantity;_dummy=1;maxrecords=100;_type=html;offset=0">Quan.</A>
+    </TH>
+    <TH CLASS   = "grid"
+        BGCOLOR = "#cccccc"
+        ROWSPAN = "1"
+        
+        
+
+    >
+      Package
+    </TH>
+    <TH CLASS   = "grid"
+        BGCOLOR = "#cccccc"
+        ROWSPAN = "1"
+        
+        
+
+    >
+      <A HREF="http://localhost/freeside/search/cust_pkg.cgi?magic=bill;classnum=0;setup_ending=10%2F31%2F2015;pkgpart=5;pkgpart=2;order_by=classname;_dummy=1;maxrecords=100;_type=html;offset=0">Class</A>
+    </TH>
+    <TH CLASS   = "grid"
+        BGCOLOR = "#cccccc"
+        ROWSPAN = "1"
+        
+        
+
+    >
+      Status
+    </TH>
+    <TH CLASS   = "grid"
+        BGCOLOR = "#cccccc"
+        ROWSPAN = "1"
+        
+        
+
+    >
+      <A HREF="http://localhost/freeside/search/cust_pkg.cgi?magic=bill;classnum=0;setup_ending=10%2F31%2F2015;pkgpart=5;pkgpart=2;order_by=salesperson;_dummy=1;maxrecords=100;_type=html;offset=0">Sales Person</A>
+    </TH>
+    <TH CLASS   = "grid"
+        BGCOLOR = "#cccccc"
+        ROWSPAN = "1"
+        
+        
+
+    >
+      <A HREF="http://localhost/freeside/search/cust_pkg.cgi?magic=bill;classnum=0;setup_ending=10%2F31%2F2015;pkgpart=5;pkgpart=2;order_by=otaker;_dummy=1;maxrecords=100;_type=html;offset=0">Ordered by</A>
+    </TH>
+    <TH CLASS   = "grid"
+        BGCOLOR = "#cccccc"
+        ROWSPAN = "1"
+        
+        
+
+    >
+      Setup
+    </TH>
+    <TH CLASS   = "grid"
+        BGCOLOR = "#cccccc"
+        ROWSPAN = "1"
+        
+        
+
+    >
+      Base Recur
+    </TH>
+    <TH CLASS   = "grid"
+        BGCOLOR = "#cccccc"
+        ROWSPAN = "1"
+        
+        
+
+    >
+      Freq.
+    </TH>
+    <TH CLASS   = "grid"
+        BGCOLOR = "#cccccc"
+        ROWSPAN = "1"
+        
+        
+
+    >
+      Setup
+    </TH>
+    <TH CLASS   = "grid"
+        BGCOLOR = "#cccccc"
+        ROWSPAN = "1"
+        
+        
+
+    >
+      Last bill
+    </TH>
+    <TH CLASS   = "grid"
+        BGCOLOR = "#cccccc"
+        ROWSPAN = "1"
+        
+        
+
+    >
+      Next bill
+    </TH>
+    <TH CLASS   = "grid"
+        BGCOLOR = "#cccccc"
+        ROWSPAN = "1"
+        
+        
+
+    >
+      Adjourn
+    </TH>
+    <TH CLASS   = "grid"
+        BGCOLOR = "#cccccc"
+        ROWSPAN = "1"
+        
+        
+
+    >
+      Susp.
+    </TH>
+    <TH CLASS   = "grid"
+        BGCOLOR = "#cccccc"
+        ROWSPAN = "1"
+        
+        
+
+    >
+      Susp. delay
+    </TH>
+    <TH CLASS   = "grid"
+        BGCOLOR = "#cccccc"
+        ROWSPAN = "1"
+        
+        
+
+    >
+      Expire
+    </TH>
+    <TH CLASS   = "grid"
+        BGCOLOR = "#cccccc"
+        ROWSPAN = "1"
+        
+        
+
+    >
+      Contract end
+    </TH>
+    <TH CLASS   = "grid"
+        BGCOLOR = "#cccccc"
+        ROWSPAN = "1"
+        
+        
+
+    >
+      Changed
+    </TH>
+    <TH CLASS   = "grid"
+        BGCOLOR = "#cccccc"
+        ROWSPAN = "1"
+        
+        
+
+    >
+      Cancel
+    </TH>
+    <TH CLASS   = "grid"
+        BGCOLOR = "#cccccc"
+        ROWSPAN = "1"
+        
+        
+
+    >
+      Reason
+    </TH>
+    <TH CLASS   = "grid"
+        BGCOLOR = "#cccccc"
+        ROWSPAN = "1"
+        
+        
+
+    >
+      Cust. Status
+    </TH>
+    <TH CLASS   = "grid"
+        BGCOLOR = "#cccccc"
+        ROWSPAN = "1"
+        
+        
+
+    >
+      Customer
+    </TH>
+    <TH CLASS   = "grid"
+        BGCOLOR = "#cccccc"
+        ROWSPAN = "1"
+        
+        
+
+    >
+      Services
+    </TH>
+  </TR>
+
+
+</THEAD>
+
+<TBODY>
+
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=2;show=packages;fragment=cust_pkg2#cust_pkg2">2</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=2;show=packages;fragment=cust_pkg2#cust_pkg2">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=2;show=packages;fragment=cust_pkg2#cust_pkg2">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 09 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?2">Schowalter, Oswald</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?2">berta@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=3;show=packages;fragment=cust_pkg7#cust_pkg7">7</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=3;show=packages;fragment=cust_pkg7#cust_pkg7">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=3;show=packages;fragment=cust_pkg7#cust_pkg7">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Sep 10 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 10 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 10 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?3">Flatley-Hagenes (Donnelly, Odessa)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?7">19671718037</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=8;show=packages;fragment=cust_pkg21#cust_pkg21">21</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=8;show=packages;fragment=cust_pkg21#cust_pkg21">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=8;show=packages;fragment=cust_pkg21#cust_pkg21">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Sep 28 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 28 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 28 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?8">Douglas, Willow</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?21">402545251883238</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=8;show=packages;fragment=cust_pkg22#cust_pkg22">22</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=8;show=packages;fragment=cust_pkg22#cust_pkg22">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=8;show=packages;fragment=cust_pkg22#cust_pkg22">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Sep 28 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?8">Douglas, Willow</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?22">hilario@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=9;show=packages;fragment=cust_pkg23#cust_pkg23">23</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=9;show=packages;fragment=cust_pkg23#cust_pkg23">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=9;show=packages;fragment=cust_pkg23#cust_pkg23">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 25 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 25 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 25 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?9">Ankunding, Fahey and Satterfield (Willms, Marcelle)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?23">5204979036</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=9;show=packages;fragment=cust_pkg24#cust_pkg24">24</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=9;show=packages;fragment=cust_pkg24#cust_pkg24">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=9;show=packages;fragment=cust_pkg24#cust_pkg24">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 25 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?9">Ankunding, Fahey and Satterfield (Willms, Marcelle)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?24">lennie@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=10;show=packages;fragment=cust_pkg26#cust_pkg26">26</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=10;show=packages;fragment=cust_pkg26#cust_pkg26">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=10;show=packages;fragment=cust_pkg26#cust_pkg26">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 14 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?10">Grady, Aniya</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?26">travis@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=11;show=packages;fragment=cust_pkg31#cust_pkg31">31</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=11;show=packages;fragment=cust_pkg31#cust_pkg31">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=11;show=packages;fragment=cust_pkg31#cust_pkg31">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Sep 30 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 28 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 28 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?11">Torp, Sawayn and Friesen (Pollich, Maritza)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?31">2103459718</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=13;show=packages;fragment=cust_pkg35#cust_pkg35">35</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=13;show=packages;fragment=cust_pkg35#cust_pkg35">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=13;show=packages;fragment=cust_pkg35#cust_pkg35">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 12 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 12 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 12 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?13">Feest, Bechtelar and Harber (Douglas, Geovany)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?35">4609716945803</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=13;show=packages;fragment=cust_pkg36#cust_pkg36">36</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=13;show=packages;fragment=cust_pkg36#cust_pkg36">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=13;show=packages;fragment=cust_pkg36#cust_pkg36">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 12 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?13">Feest, Bechtelar and Harber (Douglas, Geovany)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?36">richmond@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=15;show=packages;fragment=cust_pkg43#cust_pkg43">43</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=15;show=packages;fragment=cust_pkg43#cust_pkg43">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=15;show=packages;fragment=cust_pkg43#cust_pkg43">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 03 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 03 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 03 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?15">Stracke Inc (Kuhlman, Kaya)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?43">7315522562</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=18;show=packages;fragment=cust_pkg50#cust_pkg50">50</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=18;show=packages;fragment=cust_pkg50#cust_pkg50">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=18;show=packages;fragment=cust_pkg50#cust_pkg50">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 08 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?18">Zemlak, Asia</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?50">sammy@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=19;show=packages;fragment=cust_pkg55#cust_pkg55">55</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=19;show=packages;fragment=cust_pkg55#cust_pkg55">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=19;show=packages;fragment=cust_pkg55#cust_pkg55">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Sep 29 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 28 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 28 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?19">Toy-Gerlach (Zulauf, Sharon)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?55">47925781188566</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=20;show=packages;fragment=cust_pkg57#cust_pkg57">57</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=20;show=packages;fragment=cust_pkg57#cust_pkg57">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=20;show=packages;fragment=cust_pkg57#cust_pkg57">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 19 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 19 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 19 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?20">Weber, Aliza</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?57">215984572910627</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=20;show=packages;fragment=cust_pkg58#cust_pkg58">58</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=20;show=packages;fragment=cust_pkg58#cust_pkg58">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=20;show=packages;fragment=cust_pkg58#cust_pkg58">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 19 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?20">Weber, Aliza</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?58">linwood@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=23;show=packages;fragment=cust_pkg67#cust_pkg67">67</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=23;show=packages;fragment=cust_pkg67#cust_pkg67">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=23;show=packages;fragment=cust_pkg67#cust_pkg67">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 24 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 24 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 24 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?23">DuBuque Inc (King, Thomas)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?67">510207687452209</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=25;show=packages;fragment=cust_pkg71#cust_pkg71">71</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=25;show=packages;fragment=cust_pkg71#cust_pkg71">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=25;show=packages;fragment=cust_pkg71#cust_pkg71">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 19 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 19 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 19 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?25">Kuhlman-Huels (Parisian, Cristopher)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?71">99158298078002</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=25;show=packages;fragment=cust_pkg72#cust_pkg72">72</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=25;show=packages;fragment=cust_pkg72#cust_pkg72">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=25;show=packages;fragment=cust_pkg72#cust_pkg72">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 19 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?25">Kuhlman-Huels (Parisian, Cristopher)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?72">ryleigh@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=26;show=packages;fragment=cust_pkg74#cust_pkg74">74</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=26;show=packages;fragment=cust_pkg74#cust_pkg74">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=26;show=packages;fragment=cust_pkg74#cust_pkg74">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 06 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?26">Romaguera, Tianna</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?74">citlalli@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=28;show=packages;fragment=cust_pkg81#cust_pkg81">81</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=28;show=packages;fragment=cust_pkg81#cust_pkg81">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=28;show=packages;fragment=cust_pkg81#cust_pkg81">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 13 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 13 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 13 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?28">Hackett, Garnet</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?81">152553597965486</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=28;show=packages;fragment=cust_pkg82#cust_pkg82">82</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=28;show=packages;fragment=cust_pkg82#cust_pkg82">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=28;show=packages;fragment=cust_pkg82#cust_pkg82">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 13 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?28">Hackett, Garnet</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?82">lenora@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=29;show=packages;fragment=cust_pkg83#cust_pkg83">83</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=29;show=packages;fragment=cust_pkg83#cust_pkg83">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=29;show=packages;fragment=cust_pkg83#cust_pkg83">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 22 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 22 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 22 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?29">Lehner-Klein (Smitham, Pansy)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?83">114180154577357</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=29;show=packages;fragment=cust_pkg84#cust_pkg84">84</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=29;show=packages;fragment=cust_pkg84#cust_pkg84">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=29;show=packages;fragment=cust_pkg84#cust_pkg84">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 22 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?29">Lehner-Klein (Smitham, Pansy)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?84">nyasia@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=30;show=packages;fragment=cust_pkg86#cust_pkg86">86</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=30;show=packages;fragment=cust_pkg86#cust_pkg86">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=30;show=packages;fragment=cust_pkg86#cust_pkg86">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Sep 28 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?30">Toy, Bethany</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?86">alden@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=32;show=packages;fragment=cust_pkg93#cust_pkg93">93</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=32;show=packages;fragment=cust_pkg93#cust_pkg93">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=32;show=packages;fragment=cust_pkg93#cust_pkg93">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Sep 21 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 21 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 21 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?32">Swaniawski, Adrienne</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?93">7091741436337</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=32;show=packages;fragment=cust_pkg94#cust_pkg94">94</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=32;show=packages;fragment=cust_pkg94#cust_pkg94">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=32;show=packages;fragment=cust_pkg94#cust_pkg94">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Sep 21 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?32">Swaniawski, Adrienne</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?94">sally@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=34;show=packages;fragment=cust_pkg98#cust_pkg98">98</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=34;show=packages;fragment=cust_pkg98#cust_pkg98">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=34;show=packages;fragment=cust_pkg98#cust_pkg98">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Sep 14 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?34">Kunde, Noemi</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?98">nils@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=35;show=packages;fragment=cust_pkg103#cust_pkg103">103</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=35;show=packages;fragment=cust_pkg103#cust_pkg103">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=35;show=packages;fragment=cust_pkg103#cust_pkg103">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 16 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 16 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 16 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?35">Bahringer LLC (Frami, Roslyn)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?103">19242934458</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=37;show=packages;fragment=cust_pkg107#cust_pkg107">107</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=37;show=packages;fragment=cust_pkg107#cust_pkg107">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=37;show=packages;fragment=cust_pkg107#cust_pkg107">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 18 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 18 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 18 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?37">Hodkiewicz-Raynor (Macejkovic, Leann)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?107">6941312477183</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=37;show=packages;fragment=cust_pkg108#cust_pkg108">108</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=37;show=packages;fragment=cust_pkg108#cust_pkg108">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=37;show=packages;fragment=cust_pkg108#cust_pkg108">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 18 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?37">Hodkiewicz-Raynor (Macejkovic, Leann)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?108">kolby@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=38;show=packages;fragment=cust_pkg110#cust_pkg110">110</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=38;show=packages;fragment=cust_pkg110#cust_pkg110">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=38;show=packages;fragment=cust_pkg110#cust_pkg110">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 26 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?38">Christiansen, Leone</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?110">donato@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=40;show=packages;fragment=cust_pkg117#cust_pkg117">117</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=40;show=packages;fragment=cust_pkg117#cust_pkg117">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=40;show=packages;fragment=cust_pkg117#cust_pkg117">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 13 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 13 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 13 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?40">Brekke, Tillman</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?117">158607899401245</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=40;show=packages;fragment=cust_pkg118#cust_pkg118">118</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=40;show=packages;fragment=cust_pkg118#cust_pkg118">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=40;show=packages;fragment=cust_pkg118#cust_pkg118">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 13 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?40">Brekke, Tillman</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?118">hardy@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=43;show=packages;fragment=cust_pkg127#cust_pkg127">127</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=43;show=packages;fragment=cust_pkg127#cust_pkg127">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=43;show=packages;fragment=cust_pkg127#cust_pkg127">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 20 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 20 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 20 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?43">Leannon-Pfannerstill (O&#39;Keefe, Bernie)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?127">5260896063</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=46;show=packages;fragment=cust_pkg134#cust_pkg134">134</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=46;show=packages;fragment=cust_pkg134#cust_pkg134">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=46;show=packages;fragment=cust_pkg134#cust_pkg134">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 12 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?46">Steuber, Ryley</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?134">hilbert@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=47;show=packages;fragment=cust_pkg139#cust_pkg139">139</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=47;show=packages;fragment=cust_pkg139#cust_pkg139">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=47;show=packages;fragment=cust_pkg139#cust_pkg139">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Sep 29 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 28 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 28 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?47">Bernhard-Treutel (Shanahan, Kevin)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?139">71877083088273</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=49;show=packages;fragment=cust_pkg143#cust_pkg143">143</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=49;show=packages;fragment=cust_pkg143#cust_pkg143">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=49;show=packages;fragment=cust_pkg143#cust_pkg143">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 08 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 08 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 08 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?49">Bernhard LLC (Hintz, Winston)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?143">95994707748468</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=49;show=packages;fragment=cust_pkg144#cust_pkg144">144</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=49;show=packages;fragment=cust_pkg144#cust_pkg144">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=49;show=packages;fragment=cust_pkg144#cust_pkg144">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 08 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?49">Bernhard LLC (Hintz, Winston)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?144">ebony@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=50;show=packages;fragment=cust_pkg146#cust_pkg146">146</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=50;show=packages;fragment=cust_pkg146#cust_pkg146">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=50;show=packages;fragment=cust_pkg146#cust_pkg146">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 14 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?50">Marquardt, Abbey</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?146">edd@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=51;show=packages;fragment=cust_pkg151#cust_pkg151">151</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=51;show=packages;fragment=cust_pkg151#cust_pkg151">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=51;show=packages;fragment=cust_pkg151#cust_pkg151">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 21 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 21 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 21 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?51">Medhurst Group (Medhurst, Rafaela)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?151">7511349049</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=52;show=packages;fragment=cust_pkg153#cust_pkg153">153</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=52;show=packages;fragment=cust_pkg153#cust_pkg153">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=52;show=packages;fragment=cust_pkg153#cust_pkg153">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Sep 21 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 21 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 21 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?52">Frami, Gayle</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?153">0465059470</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=52;show=packages;fragment=cust_pkg154#cust_pkg154">154</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=52;show=packages;fragment=cust_pkg154#cust_pkg154">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=52;show=packages;fragment=cust_pkg154#cust_pkg154">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Sep 21 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?52">Frami, Gayle</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?154">ettie@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=53;show=packages;fragment=cust_pkg155#cust_pkg155">155</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=53;show=packages;fragment=cust_pkg155#cust_pkg155">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=53;show=packages;fragment=cust_pkg155#cust_pkg155">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Sep 20 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 20 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 20 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?53">Balistreri-Schoen (Schultz, Jaylan)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?155">261457560511658</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=53;show=packages;fragment=cust_pkg156#cust_pkg156">156</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=53;show=packages;fragment=cust_pkg156#cust_pkg156">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=53;show=packages;fragment=cust_pkg156#cust_pkg156">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Sep 20 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?53">Balistreri-Schoen (Schultz, Jaylan)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?156">haley@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=56;show=packages;fragment=cust_pkg165#cust_pkg165">165</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=56;show=packages;fragment=cust_pkg165#cust_pkg165">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=56;show=packages;fragment=cust_pkg165#cust_pkg165">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 31 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 28 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 28 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?56">Morar, Braulio</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?165">1906003499937</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=56;show=packages;fragment=cust_pkg166#cust_pkg166">166</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=56;show=packages;fragment=cust_pkg166#cust_pkg166">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=56;show=packages;fragment=cust_pkg166#cust_pkg166">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 31 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?56">Morar, Braulio</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?166">rodolfo@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=58;show=packages;fragment=cust_pkg170#cust_pkg170">170</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=58;show=packages;fragment=cust_pkg170#cust_pkg170">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=58;show=packages;fragment=cust_pkg170#cust_pkg170">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 31 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?58">Schultz, Colten</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?170">anika@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=59;show=packages;fragment=cust_pkg175#cust_pkg175">175</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=59;show=packages;fragment=cust_pkg175#cust_pkg175">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=59;show=packages;fragment=cust_pkg175#cust_pkg175">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Sep 12 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 12 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 12 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?59">Simonis Inc (Runolfsson, Kareem)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?175">6741985321</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=65;show=packages;fragment=cust_pkg191#cust_pkg191">191</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=65;show=packages;fragment=cust_pkg191#cust_pkg191">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=65;show=packages;fragment=cust_pkg191#cust_pkg191">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Sep 08 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 08 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 08 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?65">O&#39;Reilly-Mraz (Pagac, Kennedi)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?191">078151255309299</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=65;show=packages;fragment=cust_pkg192#cust_pkg192">192</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=65;show=packages;fragment=cust_pkg192#cust_pkg192">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=65;show=packages;fragment=cust_pkg192#cust_pkg192">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Sep 08 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?65">O&#39;Reilly-Mraz (Pagac, Kennedi)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?192">kaitlyn@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=66;show=packages;fragment=cust_pkg194#cust_pkg194">194</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=66;show=packages;fragment=cust_pkg194#cust_pkg194">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=66;show=packages;fragment=cust_pkg194#cust_pkg194">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Sep 24 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?66">Abbott, Addison</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?194">marian@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=69;show=packages;fragment=cust_pkg203#cust_pkg203">203</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=69;show=packages;fragment=cust_pkg203#cust_pkg203">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=69;show=packages;fragment=cust_pkg203#cust_pkg203">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Sep 02 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 02 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 02 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?69">Moore-Cummerata (DuBuque, Russ)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?203">8632406717</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=69;show=packages;fragment=cust_pkg204#cust_pkg204">204</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=69;show=packages;fragment=cust_pkg204#cust_pkg204">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=69;show=packages;fragment=cust_pkg204#cust_pkg204">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Sep 02 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?69">Moore-Cummerata (DuBuque, Russ)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?204">kacey@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=70;show=packages;fragment=cust_pkg206#cust_pkg206">206</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=70;show=packages;fragment=cust_pkg206#cust_pkg206">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=70;show=packages;fragment=cust_pkg206#cust_pkg206">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 19 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?70">Brown, Danial</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?206">kyla@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=72;show=packages;fragment=cust_pkg213#cust_pkg213">213</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=72;show=packages;fragment=cust_pkg213#cust_pkg213">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=72;show=packages;fragment=cust_pkg213#cust_pkg213">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 03 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 03 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 03 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?72">Lehner, Ryann</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?213">2636239939</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=72;show=packages;fragment=cust_pkg214#cust_pkg214">214</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=72;show=packages;fragment=cust_pkg214#cust_pkg214">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=72;show=packages;fragment=cust_pkg214#cust_pkg214">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 03 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?72">Lehner, Ryann</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?214">jacky@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=74;show=packages;fragment=cust_pkg218#cust_pkg218">218</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=74;show=packages;fragment=cust_pkg218#cust_pkg218">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=74;show=packages;fragment=cust_pkg218#cust_pkg218">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 17 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?74">Boyer, Lamont</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?218">horace@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=75;show=packages;fragment=cust_pkg223#cust_pkg223">223</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=75;show=packages;fragment=cust_pkg223#cust_pkg223">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=75;show=packages;fragment=cust_pkg223#cust_pkg223">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Sep 03 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 03 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 03 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?75">Hoeger-Brown (Shields, Serenity)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?223">68981950057600</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=76;show=packages;fragment=cust_pkg225#cust_pkg225">225</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=76;show=packages;fragment=cust_pkg225#cust_pkg225">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=76;show=packages;fragment=cust_pkg225#cust_pkg225">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 27 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 27 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 27 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?76">Monahan, Tyrese</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?225">31674614863771</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=76;show=packages;fragment=cust_pkg226#cust_pkg226">226</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=76;show=packages;fragment=cust_pkg226#cust_pkg226">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=76;show=packages;fragment=cust_pkg226#cust_pkg226">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 27 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?76">Monahan, Tyrese</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?226">alexa@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=80;show=packages;fragment=cust_pkg237#cust_pkg237">237</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=80;show=packages;fragment=cust_pkg237#cust_pkg237">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=80;show=packages;fragment=cust_pkg237#cust_pkg237">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 13 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 13 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 13 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?80">Jakubowski, Jarrell</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?237">10163759294554</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=80;show=packages;fragment=cust_pkg238#cust_pkg238">238</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=80;show=packages;fragment=cust_pkg238#cust_pkg238">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=80;show=packages;fragment=cust_pkg238#cust_pkg238">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 13 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?80">Jakubowski, Jarrell</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?238">lexie@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=82;show=packages;fragment=cust_pkg242#cust_pkg242">242</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=82;show=packages;fragment=cust_pkg242#cust_pkg242">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=82;show=packages;fragment=cust_pkg242#cust_pkg242">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 30 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?82">Kessler, Dana</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?242">cleo@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=83;show=packages;fragment=cust_pkg247#cust_pkg247">247</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=83;show=packages;fragment=cust_pkg247#cust_pkg247">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=83;show=packages;fragment=cust_pkg247#cust_pkg247">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 18 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 18 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 18 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?83">Jacobson-Gorczany (Vandervort, Kiley)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?247">2749371736</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=85;show=packages;fragment=cust_pkg251#cust_pkg251">251</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=85;show=packages;fragment=cust_pkg251#cust_pkg251">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=85;show=packages;fragment=cust_pkg251#cust_pkg251">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 22 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 22 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 22 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?85">Spinka Inc (Runte, Emmalee)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?251">70045317269958</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=85;show=packages;fragment=cust_pkg252#cust_pkg252">252</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=85;show=packages;fragment=cust_pkg252#cust_pkg252">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=85;show=packages;fragment=cust_pkg252#cust_pkg252">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 22 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?85">Spinka Inc (Runte, Emmalee)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?252">clinton@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=87;show=packages;fragment=cust_pkg259#cust_pkg259">259</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=87;show=packages;fragment=cust_pkg259#cust_pkg259">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=87;show=packages;fragment=cust_pkg259#cust_pkg259">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 15 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 15 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 15 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?87">Kozey and Sons (Vandervort, Harmon)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?259">106766405260980</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=91;show=packages;fragment=cust_pkg271#cust_pkg271">271</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=91;show=packages;fragment=cust_pkg271#cust_pkg271">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=91;show=packages;fragment=cust_pkg271#cust_pkg271">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 19 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 19 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 19 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?91">Fay and Sons (Gerhold, Thora)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?271">9519625792</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=92;show=packages;fragment=cust_pkg273#cust_pkg273">273</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=92;show=packages;fragment=cust_pkg273#cust_pkg273">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=92;show=packages;fragment=cust_pkg273#cust_pkg273">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 07 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 07 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 07 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?92">Ruecker, Lucious</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?273">16095013569</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=92;show=packages;fragment=cust_pkg274#cust_pkg274">274</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=92;show=packages;fragment=cust_pkg274#cust_pkg274">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=92;show=packages;fragment=cust_pkg274#cust_pkg274">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 07 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?92">Ruecker, Lucious</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?274">karen@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=93;show=packages;fragment=cust_pkg275#cust_pkg275">275</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=93;show=packages;fragment=cust_pkg275#cust_pkg275">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=93;show=packages;fragment=cust_pkg275#cust_pkg275">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 06 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 06 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 06 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?93">Dach, Lueilwitz and Koepp (Kovacek, Frank)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?275">1732869050</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=93;show=packages;fragment=cust_pkg276#cust_pkg276">276</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=93;show=packages;fragment=cust_pkg276#cust_pkg276">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=93;show=packages;fragment=cust_pkg276#cust_pkg276">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 06 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?93">Dach, Lueilwitz and Koepp (Kovacek, Frank)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?276">antwan@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=94;show=packages;fragment=cust_pkg278#cust_pkg278">278</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=94;show=packages;fragment=cust_pkg278#cust_pkg278">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=94;show=packages;fragment=cust_pkg278#cust_pkg278">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Sep 06 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?94">McKenzie, Kareem</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?278">mitchell@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=95;show=packages;fragment=cust_pkg283#cust_pkg283">283</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=95;show=packages;fragment=cust_pkg283#cust_pkg283">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=95;show=packages;fragment=cust_pkg283#cust_pkg283">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Sep 25 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 25 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 25 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?95">Wolff Inc (Hessel, Brianne)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?283">5866817423</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=96;show=packages;fragment=cust_pkg285#cust_pkg285">285</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=96;show=packages;fragment=cust_pkg285#cust_pkg285">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=96;show=packages;fragment=cust_pkg285#cust_pkg285">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 08 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 08 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 08 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?96">Muller, Kenyatta</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?285">3521080416</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=96;show=packages;fragment=cust_pkg286#cust_pkg286">286</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=96;show=packages;fragment=cust_pkg286#cust_pkg286">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=96;show=packages;fragment=cust_pkg286#cust_pkg286">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 08 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?96">Muller, Kenyatta</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?286">rebeca@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=97;show=packages;fragment=cust_pkg287#cust_pkg287">287</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=97;show=packages;fragment=cust_pkg287#cust_pkg287">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=97;show=packages;fragment=cust_pkg287#cust_pkg287">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 18 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 18 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 18 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?97">Braun, Rath and Gutkowski (Wilderman, Reyes)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?287">183790150181541</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=97;show=packages;fragment=cust_pkg288#cust_pkg288">288</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=97;show=packages;fragment=cust_pkg288#cust_pkg288">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=97;show=packages;fragment=cust_pkg288#cust_pkg288">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 18 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?97">Braun, Rath and Gutkowski (Wilderman, Reyes)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?288">ibrahim@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=98;show=packages;fragment=cust_pkg290#cust_pkg290">290</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=98;show=packages;fragment=cust_pkg290#cust_pkg290">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=98;show=packages;fragment=cust_pkg290#cust_pkg290">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Sep 27 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?98">Gleichner, Delmer</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?290">jadon@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=99;show=packages;fragment=cust_pkg295#cust_pkg295">295</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=99;show=packages;fragment=cust_pkg295#cust_pkg295">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=99;show=packages;fragment=cust_pkg295#cust_pkg295">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Sep 02 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 02 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 02 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?99">Luettgen-Jacobs (Hintz, Junior)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?295">14991580189167</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=101;show=packages;fragment=cust_pkg299#cust_pkg299">299</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=101;show=packages;fragment=cust_pkg299#cust_pkg299">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=101;show=packages;fragment=cust_pkg299#cust_pkg299">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Sep 20 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 20 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 20 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?101">Flatley, Yundt and Pacocha (Volkman, Tabitha)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?299">2964457155392</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=101;show=packages;fragment=cust_pkg300#cust_pkg300">300</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=101;show=packages;fragment=cust_pkg300#cust_pkg300">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=101;show=packages;fragment=cust_pkg300#cust_pkg300">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Sep 20 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?101">Flatley, Yundt and Pacocha (Volkman, Tabitha)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?300">coby@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=103;show=packages;fragment=cust_pkg307#cust_pkg307">307</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=103;show=packages;fragment=cust_pkg307#cust_pkg307">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=103;show=packages;fragment=cust_pkg307#cust_pkg307">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 08 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 08 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 08 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?103">Roberts-Schinner (Flatley, Amelia)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?307">4593519604</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=109;show=packages;fragment=cust_pkg323#cust_pkg323">323</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=109;show=packages;fragment=cust_pkg323#cust_pkg323">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=109;show=packages;fragment=cust_pkg323#cust_pkg323">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Sep 04 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 04 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 04 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?109">Lind-Bahringer (Ratke, Roma)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?323">4989851645</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=109;show=packages;fragment=cust_pkg324#cust_pkg324">324</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=109;show=packages;fragment=cust_pkg324#cust_pkg324">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=109;show=packages;fragment=cust_pkg324#cust_pkg324">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Sep 04 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?109">Lind-Bahringer (Ratke, Roma)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?324">stanton@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=112;show=packages;fragment=cust_pkg333#cust_pkg333">333</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=112;show=packages;fragment=cust_pkg333#cust_pkg333">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=112;show=packages;fragment=cust_pkg333#cust_pkg333">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Sep 22 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 22 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 22 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?112">Gleason, Ahmed</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?333">3337658056</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=112;show=packages;fragment=cust_pkg334#cust_pkg334">334</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=112;show=packages;fragment=cust_pkg334#cust_pkg334">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=112;show=packages;fragment=cust_pkg334#cust_pkg334">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Sep 22 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?112">Gleason, Ahmed</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?334">clarabelle@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=114;show=packages;fragment=cust_pkg338#cust_pkg338">338</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=114;show=packages;fragment=cust_pkg338#cust_pkg338">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=114;show=packages;fragment=cust_pkg338#cust_pkg338">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 17 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?114">Donnelly, Raleigh</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?338">stan@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=116;show=packages;fragment=cust_pkg345#cust_pkg345">345</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=116;show=packages;fragment=cust_pkg345#cust_pkg345">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=116;show=packages;fragment=cust_pkg345#cust_pkg345">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 18 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 18 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 18 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?116">Konopelski, Barry</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?345">0783009535773</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=116;show=packages;fragment=cust_pkg346#cust_pkg346">346</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=116;show=packages;fragment=cust_pkg346#cust_pkg346">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=116;show=packages;fragment=cust_pkg346#cust_pkg346">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 18 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?116">Konopelski, Barry</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?346">marc@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=117;show=packages;fragment=cust_pkg347#cust_pkg347">347</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=117;show=packages;fragment=cust_pkg347#cust_pkg347">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=117;show=packages;fragment=cust_pkg347#cust_pkg347">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 07 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 07 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 07 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?117">Bernier-Nader (Hane, Floy)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?347">1894866195856273</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=117;show=packages;fragment=cust_pkg348#cust_pkg348">348</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=117;show=packages;fragment=cust_pkg348#cust_pkg348">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=117;show=packages;fragment=cust_pkg348#cust_pkg348">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 07 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?117">Bernier-Nader (Hane, Floy)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?348">newell@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=119;show=packages;fragment=cust_pkg355#cust_pkg355">355</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=119;show=packages;fragment=cust_pkg355#cust_pkg355">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=119;show=packages;fragment=cust_pkg355#cust_pkg355">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 09 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 09 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 09 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?119">Runolfsson, Roob and Hoppe (Bergstrom, Esteban)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?355">15790441533145</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=121;show=packages;fragment=cust_pkg359#cust_pkg359">359</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=121;show=packages;fragment=cust_pkg359#cust_pkg359">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=121;show=packages;fragment=cust_pkg359#cust_pkg359">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Sep 29 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 28 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 28 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?121">Cole, Graham and Towne (Hickle, Javier)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?359">3724022714296</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=121;show=packages;fragment=cust_pkg360#cust_pkg360">360</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=121;show=packages;fragment=cust_pkg360#cust_pkg360">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=121;show=packages;fragment=cust_pkg360#cust_pkg360">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Sep 29 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?121">Cole, Graham and Towne (Hickle, Javier)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?360">therese@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=123;show=packages;fragment=cust_pkg367#cust_pkg367">367</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=123;show=packages;fragment=cust_pkg367#cust_pkg367">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=123;show=packages;fragment=cust_pkg367#cust_pkg367">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 17 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 17 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 17 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?123">Zulauf-Schiller (Jacobs, Angelina)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?367">4942001551</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=126;show=packages;fragment=cust_pkg374#cust_pkg374">374</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=126;show=packages;fragment=cust_pkg374#cust_pkg374">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=126;show=packages;fragment=cust_pkg374#cust_pkg374">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Sep 28 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?126">Kunze, Michale</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?374">maida@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=128;show=packages;fragment=cust_pkg381#cust_pkg381">381</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=128;show=packages;fragment=cust_pkg381#cust_pkg381">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=128;show=packages;fragment=cust_pkg381#cust_pkg381">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 08 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 08 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 08 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?128">Powlowski, Veda</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?381">3911632965</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=128;show=packages;fragment=cust_pkg382#cust_pkg382">382</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=128;show=packages;fragment=cust_pkg382#cust_pkg382">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=128;show=packages;fragment=cust_pkg382#cust_pkg382">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Oct 08 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?128">Powlowski, Veda</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_acct:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_acct.cgi?382">eldridge@example.com</A></td></tr></table></TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=129;show=packages;fragment=cust_pkg383#cust_pkg383">383</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=129;show=packages;fragment=cust_pkg383#cust_pkg383">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=129;show=packages;fragment=cust_pkg383#cust_pkg383">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 SIZE="-1" ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Sep 28 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 28 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 28 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?129">Quitzon Group (Davis, Jeffery)</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><TABLE CLASS="inv" CELLSPACING=0 CELLPADDING=0 WIDTH="100%"><tr><TD ALIGN="right">Test svc_phone:</td><TD ALIGN="left"><A HREF="http://localhost/freeside/view/svc_phone.cgi?383">150342529271096</A></td></tr></table></TD>
+
+
+    </TR>
+
+
+</TBODY>
+
+</TABLE>
+
+
+              
+        <FONT SIZE="+2">1</FONT>
+
+
+        <A HREF="http://localhost/freeside/search/cust_pkg.cgi?magic=bill;classnum=0;setup_ending=10%2F31%2F2015;pkgpart=5;pkgpart=2;order_by=pkgnum;_dummy=1;maxrecords=100;_type=html;offset=100">2</A>
+
+      <A HREF="http://localhost/freeside/search/cust_pkg.cgi?magic=bill;classnum=0;setup_ending=10%2F31%2F2015;pkgpart=5;pkgpart=2;order_by=pkgnum;_dummy=1;maxrecords=100;_type=html;offset=100"><B><FONT SIZE="+1">Next</FONT></B></A>
+
+
+  
+            </TD>
+          </TR>
+        </TABLE>
+
+
+        
+
+                </TD>
+      </TR>
+    </TABLE>
+  </BODY>
+</HTML>
+
+
+
+
+
+
diff --git a/FS-Test/share/output/search/cust_pkg_churn.html/agentnum=:status=setup:begin=1438412400:end=1441090800 b/FS-Test/share/output/search/cust_pkg_churn.html/agentnum=:status=setup:begin=1438412400:end=1441090800
deleted file mode 100644 (file)
index 7716671..0000000
+++ /dev/null
@@ -1,6142 +0,0 @@
-
-            <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<HTML>
-  <HEAD>
-    <TITLE>
-      Packages started between Aug  1st 2015 to Aug 31st 2015
-    </TITLE>
-    <!-- per RT, to prevent IE compatibility mode -->
-    <meta http-equiv="X-UA-Compatible" content="IE=edge" />
-    <!-- The X-UA-Compatible <meta> tag above must be very early in <head> -->
-    <META HTTP-Equiv="Cache-Control" Content="no-cache">
-    <META HTTP-Equiv="Pragma" Content="no-cache">
-    <META HTTP-Equiv="Expires" Content="0"> 
-
-    <script type="text/javascript" src="http://localhost/freeside/elements/cssexpr.js"></script>
-
-
-  <script type="text/javascript" src="http://localhost/freeside/elements/xmenu.top.js"></script>
-  <link href="http://localhost/freeside/elements/xmenu.top.css" type="text/css" rel="stylesheet">
-
-
-  <link href="http://localhost/freeside/elements/freeside.css" type="text/css" rel="stylesheet">
-  <link href="http://localhost/freeside/elements/freeside-print.css" type="text/css" rel="stylesheet" media="print">
-<link href="http://localhost/freeside/elements/freeside-menu.css" type="text/css" rel="stylesheet">
-
-<SCRIPT TYPE="text/javascript">
-
-  function about_freeside() {
-    overlib( OLiframeContent('http://localhost/freeside/docs/about.html', 300, 375, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'About', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#7e0079', CGCOLOR, '#7e0079', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); 
-  }
-
-  webfxMenuImagePath      = "http://localhost/freeside/images/";
-  webfxMenuUseHover       = 1;
-  webfxMenuShowTime       = 300;
-  webfxMenuHideTime       = 500;
-
-  var myBar = new WebFXMenuBar;
-
-    
-          myBar.add(new WebFXMenuButton('Billing Main', "http://localhost/freeside/", 'Billing start page' ));
-
-    
-          myBar.add(new WebFXMenuButton('Ticketing Main', "http://localhost/freeside/rt/", 'Ticketing start page' ));
-
-    
-          myBar.add(new WebFXMenuButton('New prospect', "http://localhost/freeside/edit/prospect_main.html", 'Add a new prospect' ));
-
-    
-          myBar.add(new WebFXMenuButton('New customer', "http://localhost/freeside/edit/cust_main.cgi", 'Add a new customer' ));
-
-
-          var myMenu0 = new WebFXMenu;
-myMenu0.emptyText = '';
-var myMenu1 = new WebFXMenu;
-myMenu1.emptyText = '';
-myMenu1.add(new WebFXMenuItem("List prospects", "http://localhost/freeside/search/prospect_main.html", "" ));
-myMenu1.add(new WebFXMenuItem("Advanced prospect reports", "http://localhost/freeside/search/report_prospect_main.html", "" ));
-myMenu1.add(new WebFXMenuSeparator());
-myMenu1.add(new WebFXMenuItem("Prospect contacts", "http://localhost/freeside/search/report_contact.html?link=prospect_main", "" ));
-myMenu1.width = 256;
-
-myMenu0.add(new WebFXMenuItem("Prospects", null, "Prospect reports", myMenu1 ));
-var myMenu2 = new WebFXMenu;
-myMenu2.emptyText = '';
-myMenu2.add(new WebFXMenuItem("List quotations", "http://localhost/freeside/search/quotation.html", "" ));
-myMenu2.add(new WebFXMenuItem("Advanced quotation reports", "http://localhost/freeside/search/report_quotation.html", "" ));
-myMenu2.width = 256;
-
-myMenu0.add(new WebFXMenuItem("Quotations", null, "Quotation reports", myMenu2 ));
-var myMenu3 = new WebFXMenu;
-myMenu3.emptyText = '';
-var myMenu4 = new WebFXMenu;
-myMenu4.emptyText = '';
-myMenu4.add(new WebFXMenuItem("by customer number", "http://localhost/freeside/search/cust_main.cgi?browse=custnum", "" ));
-myMenu4.add(new WebFXMenuItem("by last name", "http://localhost/freeside/search/cust_main.cgi?browse=last", "" ));
-myMenu4.add(new WebFXMenuItem("by company name", "http://localhost/freeside/search/cust_main.cgi?browse=company", "" ));
-myMenu4.add(new WebFXMenuItem("by active trouble tickets", "http://localhost/freeside/search/cust_main.cgi?browse=tickets", "" ));
-myMenu4.width = 256;
-
-myMenu3.add(new WebFXMenuItem("List customers", null, "List customers", myMenu4 ));
-myMenu3.add(new WebFXMenuItem("Zip code distribution", "http://localhost/freeside/search/report_cust_main-zip.html", "Zip codes by number of customers" ));
-myMenu3.add(new WebFXMenuItem("Customer signup report", "http://localhost/freeside/graph/report_cust_signup.html", "New customer signups by date" ));
-myMenu3.add(new WebFXMenuItem("Customer churn report", "http://localhost/freeside/graph/report_cust_churn.html", "New customers, suspensions, and cancellations summary" ));
-myMenu3.add(new WebFXMenuItem("Signup date report", "http://localhost/freeside/graph/report_signupdate.html", "Signup date report (by date of signup)" ));
-myMenu3.add(new WebFXMenuItem("Advanced customer reports", "http://localhost/freeside/search/report_cust_main.html", "by status, signup date, agent, etc." ));
-myMenu3.add(new WebFXMenuSeparator());
-myMenu3.add(new WebFXMenuItem("Customer contacts", "http://localhost/freeside/search/report_contact.html?link=cust_main", "" ));
-myMenu3.add(new WebFXMenuItem("Customer stored payment information", "http://localhost/freeside/search/report_cust_payby.html", "" ));
-myMenu3.width = 256;
-
-myMenu0.add(new WebFXMenuItem("Customers", null, "Customer reports", myMenu3 ));
-var myMenu5 = new WebFXMenu;
-myMenu5.emptyText = '';
-var myMenu6 = new WebFXMenu;
-myMenu6.emptyText = '';
-myMenu6.add(new WebFXMenuItem("All open invoices", "http://localhost/freeside/search/cust_bill.html?OPEN_date", "All invoices with an unpaid balance" ));
-myMenu6.add(new WebFXMenuItem("15 day open invoices", "http://localhost/freeside/search/cust_bill.html?OPEN15_date", "Invoices 15 days or older with an unpaid balance" ));
-myMenu6.add(new WebFXMenuItem("30 day open invoices", "http://localhost/freeside/search/cust_bill.html?OPEN30_date", "Invoices 30 days or older with an unpaid balance" ));
-myMenu6.add(new WebFXMenuItem("60 day open invoices", "http://localhost/freeside/search/cust_bill.html?OPEN60_date", "Invoices 60 days or older with an unpaid balance" ));
-myMenu6.add(new WebFXMenuItem("90 day open invoices", "http://localhost/freeside/search/cust_bill.html?OPEN90_date", "Invoices 90 days or older with an unpaid balance" ));
-myMenu6.add(new WebFXMenuItem("120 day open invoices", "http://localhost/freeside/search/cust_bill.html?OPEN120_date", "Invoices 120 days or older with an unpaid balance" ));
-myMenu6.width = 256;
-
-myMenu5.add(new WebFXMenuItem("Open invoices", null, "Open invoices", myMenu6 ));
-myMenu5.add(new WebFXMenuItem("All invoices", "http://localhost/freeside/search/cust_bill.html?date", "List all invoices" ));
-myMenu5.add(new WebFXMenuItem("Advanced invoice reports", "http://localhost/freeside/search/report_cust_bill.html", "by agent, date range, etc." ));
-myMenu5.add(new WebFXMenuSeparator());
-myMenu5.add(new WebFXMenuItem("Line items", "http://localhost/freeside/search/report_cust_bill_pkg.html", "Individual line item detail" ));
-myMenu5.add(new WebFXMenuItem("Voided invoices", "http://localhost/freeside/search/report_cust_bill_void.html", "Search for voided invoices" ));
-myMenu5.width = 256;
-
-myMenu0.add(new WebFXMenuItem("Invoices", null, "Invoice reports", myMenu5 ));
-var myMenu7 = new WebFXMenu;
-myMenu7.emptyText = '';
-myMenu7.add(new WebFXMenuItem("Discount graph", "http://localhost/freeside/graph/report_cust_bill_pkg_discount.html", "Discount overview per month" ));
-myMenu7.add(new WebFXMenuItem("Discount detail", "http://localhost/freeside/search/report_cust_bill_pkg_discount.html", "Discount report (by employee and/or date range)" ));
-myMenu7.add(new WebFXMenuItem("Package discounts", "http://localhost/freeside/search/report_cust_pkg_discount.html", "Active/inactive discounts by package" ));
-myMenu7.width = 256;
-
-myMenu0.add(new WebFXMenuItem("Discounts", null, "Discount reports", myMenu7 ));
-var myMenu8 = new WebFXMenu;
-myMenu8.emptyText = '';
-myMenu8.add(new WebFXMenuItem("Payments", "http://localhost/freeside/search/report_cust_pay.html", "Payment report (by type and/or date range)" ));
-myMenu8.add(new WebFXMenuItem("Payment application detail", "http://localhost/freeside/search/report_cust_bill_pay_pkg.html", "Line item application detail" ));
-myMenu8.add(new WebFXMenuItem("Pending Payments", "http://localhost/freeside/search/cust_pay_pending.html?magic=_date;statusNOT=done", "Pending real-time payments" ));
-myMenu8.add(new WebFXMenuItem("Unapplied Payments", "http://localhost/freeside/search/report_cust_pay.html?unapplied=1", "Unapplied payment report (by type and/or date range)" ));
-myMenu8.add(new WebFXMenuItem("Voided Payments", "http://localhost/freeside/search/report_cust_pay.html?void=1", "Voided payment report (by type and/or date range)" ));
-myMenu8.add(new WebFXMenuItem("Unapplied Payment Aging", "http://localhost/freeside/search/report_unapplied_cust_pay.html", "Unapplied payment aging report" ));
-myMenu8.width = 256;
-
-myMenu0.add(new WebFXMenuItem("Payments", null, "Payment reports", myMenu8 ));
-var myMenu9 = new WebFXMenu;
-myMenu9.emptyText = '';
-myMenu9.add(new WebFXMenuItem("Package definitions (by # active)", "http://localhost/freeside/browse/part_pkg.cgi?active=1", "Package definitions by number of active packages" ));
-myMenu9.add(new WebFXMenuItem("Package costs", "http://localhost/freeside/graph/report_cust_pkg_cost.html", "Package setup and recurring costs graph" ));
-myMenu9.add(new WebFXMenuSeparator());
-myMenu9.add(new WebFXMenuItem("Package churn", "http://localhost/freeside/graph/report_cust_pkg.html", "Orders, suspensions and cancellations summary graph" ));
-myMenu9.add(new WebFXMenuSeparator());
-myMenu9.add(new WebFXMenuItem("All customer packages", "http://localhost/freeside/search/cust_pkg.cgi?pkgnum", "List all customer packages" ));
-myMenu9.add(new WebFXMenuItem("Package summary", "http://localhost/freeside/search/cust_pkg_summary.html", "Show package sales summary" ));
-myMenu9.add(new WebFXMenuItem("Suspended customer packages", "http://localhost/freeside/search/cust_pkg.cgi?magic=suspended", "List suspended packages" ));
-myMenu9.add(new WebFXMenuItem("Suspension summary", "http://localhost/freeside/search/cust_pkg_susp.html", "Show suspension activity" ));
-myMenu9.add(new WebFXMenuItem("Customer packages with unconfigured services", "http://localhost/freeside/search/cust_pkg.cgi?APKG_pkgnum", "List packages which have provisionable services" ));
-myMenu9.add(new WebFXMenuItem("Advanced package reports", "http://localhost/freeside/search/report_cust_pkg.html", "by agent, date range, status, package definition" ));
-myMenu9.width = 256;
-
-myMenu0.add(new WebFXMenuItem("Packages", null, "Package reports", myMenu9 ));
-var myMenu10 = new WebFXMenu;
-myMenu10.emptyText = '';
-myMenu10.add(new WebFXMenuItem("Service definitions", "http://localhost/freeside/browse/part_svc.cgi?orderby=active", "Service definitions by number of active packages" ));
-myMenu10.add(new WebFXMenuSeparator());
-myMenu10.add(new WebFXMenuItem("Unprovisioned services", "http://localhost/freeside/search/report_unprovisioned_services.html", "Unprovisioned services" ));
-myMenu10.add(new WebFXMenuSeparator());
-var myMenu11 = new WebFXMenu;
-myMenu11.emptyText = '';
-myMenu11.add(new WebFXMenuItem("All accounts by Username", "http://localhost/freeside/search/svc_acct.cgi?magic=all;sortby=username", "" ));
-myMenu11.add(new WebFXMenuItem("All accounts by UID", "http://localhost/freeside/search/svc_acct.cgi?magic=all;sortby=uid", "" ));
-myMenu11.add(new WebFXMenuItem("All accounts with Time Remaining", "http://localhost/freeside/search/svc_acct.cgi?magic=all;sortby=seconds", "" ));
-myMenu11.add(new WebFXMenuItem("All accounts by Last login", "http://localhost/freeside/search/svc_acct.cgi?magic=all;sortby=last_login", "" ));
-myMenu11.add(new WebFXMenuItem("All accounts never logged in", "http://localhost/freeside/search/svc_acct.cgi?magic=nologin;sortby=svcnum", "" ));
-myMenu11.add(new WebFXMenuItem("Advanced account reports", "http://localhost/freeside/search/report_svc_acct.html", "" ));
-myMenu11.width = 256;
-
-myMenu10.add(new WebFXMenuItem("Accounts", null, "Access accounts and mailboxes", myMenu11 ));
-var myMenu12 = new WebFXMenu;
-myMenu12.emptyText = '';
-myMenu12.add(new WebFXMenuItem("All domains", "http://localhost/freeside/search/svc_domain.cgi?magic=all;sortby=domain", "" ));
-myMenu12.width = 256;
-
-myMenu10.add(new WebFXMenuItem("Domains", null, "Domains", myMenu12 ));
-var myMenu13 = new WebFXMenu;
-myMenu13.emptyText = '';
-myMenu13.add(new WebFXMenuItem("All certificates", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_cert;magic=all;sortby=svcnum", "" ));
-myMenu13.width = 256;
-
-myMenu10.add(new WebFXMenuItem("Certificates", null, "Example services", myMenu13 ));
-var myMenu14 = new WebFXMenu;
-myMenu14.emptyText = '';
-myMenu14.add(new WebFXMenuItem("All mail forwards", "http://localhost/freeside/search/svc_forward.cgi?magic=all;sortby=svcnum", "" ));
-myMenu14.width = 256;
-
-myMenu10.add(new WebFXMenuItem("Mail forwards", null, "Mail forwards", myMenu14 ));
-var myMenu15 = new WebFXMenu;
-myMenu15.emptyText = '';
-myMenu15.add(new WebFXMenuItem("All mailing lists", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_mailinglist;magic=all;sortby=svcnum", "" ));
-myMenu15.width = 256;
-
-myMenu10.add(new WebFXMenuItem("Mailing lists", null, "Mailing lists", myMenu15 ));
-var myMenu16 = new WebFXMenu;
-myMenu16.emptyText = '';
-myMenu16.add(new WebFXMenuItem("All virtual hosting services", "http://localhost/freeside/search/svc_www.cgi?magic=all;sortby=svcnum", "" ));
-myMenu16.width = 256;
-
-myMenu10.add(new WebFXMenuItem("Virtual hosting services", null, "Virtual hosting services", myMenu16 ));
-var myMenu17 = new WebFXMenu;
-myMenu17.emptyText = '';
-myMenu17.add(new WebFXMenuItem("All wireless broadband services", "http://localhost/freeside/search/svc_broadband.cgi?magic=all;sortby=svcnum", "" ));
-myMenu17.add(new WebFXMenuItem("Advanced wireless broadband reports", "http://localhost/freeside/search/report_svc_broadband.html", "" ));
-myMenu17.width = 256;
-
-myMenu10.add(new WebFXMenuItem("Wireless broadband services", null, "Fixed wireless broadband services", myMenu17 ));
-var myMenu18 = new WebFXMenu;
-myMenu18.emptyText = '';
-myMenu18.add(new WebFXMenuItem("All cable subscribers by Service", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_cable;magic=all;sortby=svcnum", "" ));
-myMenu18.add(new WebFXMenuItem("All cable subscribers by Serial number", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_cable;magic=all;sortby=serialnum", "" ));
-myMenu18.add(new WebFXMenuItem("All cable subscribers by MAC address", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_cable;magic=all;sortby=mac_addr", "" ));
-myMenu18.width = 256;
-
-myMenu10.add(new WebFXMenuItem("Cable Subscribers", null, "Cable Subscribers", myMenu18 ));
-var myMenu19 = new WebFXMenu;
-myMenu19.emptyText = '';
-myMenu19.add(new WebFXMenuItem("All DSLs", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_dsl;magic=all;sortby=phonenum", "" ));
-myMenu19.add(new WebFXMenuItem("Qualifications", "http://localhost/freeside/search/qual.cgi", "" ));
-myMenu19.width = 256;
-
-myMenu10.add(new WebFXMenuItem("DSLs", null, "DSLs", myMenu19 ));
-var myMenu20 = new WebFXMenu;
-myMenu20.emptyText = '';
-myMenu20.add(new WebFXMenuItem("All dish services", "http://localhost/freeside/search/svc_dish.cgi?magic=all;sortby=svcnum", "" ));
-myMenu20.width = 256;
-
-myMenu10.add(new WebFXMenuItem("Dish services", null, "Dish services", myMenu20 ));
-var myMenu21 = new WebFXMenu;
-myMenu21.emptyText = '';
-myMenu21.add(new WebFXMenuItem("All hardware", "http://localhost/freeside/search/svc_hardware.cgi?magic=all;sortby=svcnum", "" ));
-myMenu21.add(new WebFXMenuItem("Advanced hardware reports", "http://localhost/freeside/search/report_svc_hardware.html", "" ));
-myMenu21.width = 256;
-
-myMenu10.add(new WebFXMenuItem("Hardware", null, "Hardware", myMenu21 ));
-var myMenu22 = new WebFXMenu;
-myMenu22.emptyText = '';
-myMenu22.add(new WebFXMenuItem("All phone numbers", "http://localhost/freeside/search/svc_phone.cgi?magic=all;sortby=phonenum", "" ));
-myMenu22.add(new WebFXMenuItem("Phone numbers' total usage by time period", "http://localhost/freeside/search/report_svc_phone_usage.html", "Total usage (minutes, and amount billed) for the specified time period, per phone number." ));
-myMenu22.add(new WebFXMenuItem("Phone numbers by state", "http://localhost/freeside/search/phone_state.html", "Current or historical phone services broken down by state." ));
-myMenu22.add(new WebFXMenuItem("Advanced phone number reports", "http://localhost/freeside/search/report_svc_phone.html", "" ));
-myMenu22.add(new WebFXMenuItem("Phone number (DID) availability", "http://localhost/freeside/search/report_phone_avail.html", "" ));
-myMenu22.add(new WebFXMenuItem("Inventory/Provisioning Status", "http://localhost/freeside/search/phone_inventory_provisioned.html", "" ));
-myMenu22.width = 256;
-
-myMenu10.add(new WebFXMenuItem("Phone numbers", null, "Phone numbers", myMenu22 ));
-var myMenu23 = new WebFXMenu;
-myMenu23.emptyText = '';
-myMenu23.add(new WebFXMenuItem("All PBXs", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_pbx;magic=all;sortby=svcnum", "" ));
-myMenu23.width = 256;
-
-myMenu10.add(new WebFXMenuItem("PBXs", null, "PBXs", myMenu23 ));
-var myMenu24 = new WebFXMenu;
-myMenu24.emptyText = '';
-myMenu24.add(new WebFXMenuItem("All circuits", "http://localhost/freeside/search/svc_circuit.cgi?magic=all;sortby=svcnum", "" ));
-myMenu24.width = 256;
-
-myMenu10.add(new WebFXMenuItem("Circuits", null, "Voice and data circuit services", myMenu24 ));
-var myMenu25 = new WebFXMenu;
-myMenu25.emptyText = '';
-myMenu25.add(new WebFXMenuItem("All ports", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_port;magic=all;sortby=serviceid", "" ));
-myMenu25.width = 256;
-
-myMenu10.add(new WebFXMenuItem("Ports", null, "Ports", myMenu25 ));
-var myMenu26 = new WebFXMenu;
-myMenu26.emptyText = '';
-myMenu26.add(new WebFXMenuItem("All alarm services", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_alarm;magic=all;sortby=acctnum", "" ));
-myMenu26.width = 256;
-
-myMenu10.add(new WebFXMenuItem("Alarm services", null, "Alarm services", myMenu26 ));
-var myMenu27 = new WebFXMenu;
-myMenu27.emptyText = '';
-myMenu27.add(new WebFXMenuItem("All external services", "http://localhost/freeside/search/svc_external.cgi?magic=all;sortby=id", "" ));
-myMenu27.width = 256;
-
-myMenu10.add(new WebFXMenuItem("External services", null, "External services", myMenu27 ));
-myMenu10.width = 256;
-
-myMenu0.add(new WebFXMenuItem("Services", null, "Services reports", myMenu10 ));
-var myMenu28 = new WebFXMenu;
-myMenu28.emptyText = '';
-myMenu28.add(new WebFXMenuItem("Inventory by agent", "http://localhost/freeside/search/report_agent_inventory.html", "" ));
-myMenu28.add(new WebFXMenuItem("Inventory activity", "http://localhost/freeside/search/report_h_inventory_item.html", "" ));
-myMenu28.width = 256;
-
-myMenu0.add(new WebFXMenuItem("Inventory", null, "Inventory reports", myMenu28 ));
-var myMenu29 = new WebFXMenu;
-myMenu29.emptyText = '';
-myMenu29.add(new WebFXMenuItem("RADIUS sessions", "http://localhost/freeside/search/sqlradius.html", "" ));
-myMenu29.add(new WebFXMenuItem("RADIUS data usage", "http://localhost/freeside/search/report_sqlradius_usage.html", "" ));
-myMenu29.add(new WebFXMenuItem("Call Detail Records (CDRs)", "http://localhost/freeside/search/report_cdr.html", "" ));
-myMenu29.add(new WebFXMenuItem("Unrateable CDRs", "http://localhost/freeside/search/cdr.html?freesidestatus=failed;cdrbatchnum=_ALL_", "" ));
-myMenu29.width = 256;
-
-myMenu0.add(new WebFXMenuItem("Usage", null, "Usage reports", myMenu29 ));
-var myMenu30 = new WebFXMenu;
-myMenu30.emptyText = '';
-var myMenu31 = new WebFXMenu;
-myMenu31.emptyText = '';
-myMenu31.add(new WebFXMenuItem("Tickets per day per Queue", "http://localhost/freeside/rt/RTx/Statistics/CallsQueueDay", "View the number of tickets created, resolved or deleted in a specific Queue, over the requested period of days" ));
-myMenu31.add(new WebFXMenuItem("Ticket status by Queue", "http://localhost/freeside/rt/RTx/Statistics/OpenStalled", "View numbers of new, open and stalled tickets in a selected Queue" ));
-myMenu31.add(new WebFXMenuItem("Tickets per day (multiple Queues)", "http://localhost/freeside/rt/RTx/Statistics/CallsMultiQueue", "View tickets created, resolved or deleted on in one or more Queues over a specified time period" ));
-myMenu31.add(new WebFXMenuItem("Tickets per Day of Week", "http://localhost/freeside/rt/RTx/Statistics/DayOfWeek", "View trends showing when tickets are created, resolved or deleted" ));
-myMenu31.add(new WebFXMenuItem("Time to resolve", "http://localhost/freeside/rt/RTx/Statistics/Resolution", "View how long tickets take to be resolved by Queue" ));
-myMenu31.add(new WebFXMenuItem("Time to resolve (scatter graph)", "http://localhost/freeside/rt/RTx/Statistics/TimeToResolve", "View a detailed scatter graph of time to resolve tickets by Queue" ));
-myMenu31.width = 256;
-
-myMenu30.add(new WebFXMenuItem("Statistics", null, "", myMenu31 ));
-myMenu30.add(new WebFXMenuSeparator());
-myMenu30.add(new WebFXMenuItem("Advanced ticket reports", "http://localhost/freeside/rt/Search/Build.html?NewQuery=1", "List tickets by any criteria" ));
-myMenu30.width = 256;
-
-myMenu0.add(new WebFXMenuItem("Tickets", null, "Ticket reports", myMenu30 ));
-var myMenu32 = new WebFXMenu;
-myMenu32.emptyText = '';
-var myMenu33 = new WebFXMenu;
-myMenu33.emptyText = '';
-myMenu33.add(new WebFXMenuItem("Sales, Credits and Receipts", "http://localhost/freeside/graph/report_money_time.html", "Sales, credits and receipts summary graph" ));
-myMenu33.add(new WebFXMenuItem("Daily Sales, Credits and Receipts", "http://localhost/freeside/graph/report_money_time_daily.html", "Sales, credits and receipts (broken down by day) summary graph" ));
-myMenu33.add(new WebFXMenuItem("Sales Report", "http://localhost/freeside/graph/report_cust_bill_pkg.html", "Sales report and graph (by agent, package class and/or date range)" ));
-myMenu33.add(new WebFXMenuItem("Rated Call Sales Report", "http://localhost/freeside/graph/report_cust_bill_pkg_detail.html", "Sales report and graph (by agent, package class, usage class and/or date range)" ));
-myMenu33.add(new WebFXMenuItem("Sales with Advertising Source", "http://localhost/freeside/search/report_cust_bill_pkg_referral.html", "" ));
-myMenu33.width = 256;
-
-myMenu32.add(new WebFXMenuItem("Sales", null, "Sales reports", myMenu33 ));
-var myMenu34 = new WebFXMenu;
-myMenu34.emptyText = '';
-myMenu34.add(new WebFXMenuItem("Agent", "http://localhost/freeside/search/report_agent_commission.html", "" ));
-myMenu34.add(new WebFXMenuItem("Agent per package", "http://localhost/freeside/search/report_agent_commission_pkg.html", "" ));
-myMenu34.add(new WebFXMenuItem("Sales Person", "http://localhost/freeside/search/report_sales_commission.html", "" ));
-myMenu34.add(new WebFXMenuItem("Sales Person per package", "http://localhost/freeside/search/report_sales_commission_pkg.html", "" ));
-myMenu34.add(new WebFXMenuItem("Employee", "http://localhost/freeside/search/report_employee_commission.html", "" ));
-myMenu34.width = 256;
-
-myMenu32.add(new WebFXMenuItem("Commissions", null, "Commission reports", myMenu34 ));
-var myMenu35 = new WebFXMenu;
-myMenu35.emptyText = '';
-myMenu35.add(new WebFXMenuItem("Credit Report", "http://localhost/freeside/search/report_cust_credit.html", "Credit report (by employee and/or date range)" ));
-myMenu35.add(new WebFXMenuItem("Credit package source detail", "http://localhost/freeside/search/report_cust_credit_source_bill_pkg.html", "Line-item detail for triggered package credits" ));
-myMenu35.add(new WebFXMenuItem("Credit application detail", "http://localhost/freeside/search/report_cust_credit_bill_pkg.html", "Line item application detail" ));
-myMenu35.add(new WebFXMenuItem("Unapplied Credits", "http://localhost/freeside/search/report_cust_credit.html?unapplied=1", "Unapplied credit report (by type and/or date range)" ));
-myMenu35.add(new WebFXMenuItem("Voided Credits", "http://localhost/freeside/search/report_cust_credit_void.html", "Voided credit report (by employee and/or date range)" ));
-myMenu35.width = 256;
-
-myMenu32.add(new WebFXMenuItem("Credits", null, "Credit reports", myMenu35 ));
-var myMenu36 = new WebFXMenu;
-myMenu36.emptyText = '';
-myMenu36.add(new WebFXMenuItem("Refund Report", "http://localhost/freeside/search/report_cust_refund.html", "Refund report (by type and/or date range)" ));
-myMenu36.add(new WebFXMenuItem("Unapplied Refunds", "http://localhost/freeside/search/report_cust_refund.html?unapplied=1", "Unapplied refund report (by type and/or date range)" ));
-myMenu36.width = 256;
-
-myMenu32.add(new WebFXMenuItem("Refunds", null, "Refund reports", myMenu36 ));
-myMenu32.add(new WebFXMenuItem("A/R Aging", "http://localhost/freeside/search/report_receivables.html", "Accounts Receivable Aging report" ));
-myMenu32.add(new WebFXMenuItem("Prepaid Income", "http://localhost/freeside/search/report_prepaid_income.html", "Prepaid income (unearned revenue)  report" ));
-myMenu32.add(new WebFXMenuItem("Tax Liability", "http://localhost/freeside/search/report_tax.html", "Tax liability report (internal tax data)" ));
-myMenu32.add(new WebFXMenuItem("E911 Fee Summary", "http://localhost/freeside/search/report_e911.html", "E911 fee summary" ));
-myMenu32.add(new WebFXMenuItem("Customer Accounting Summary", "http://localhost/freeside/search/report_customer_accounting_summary.html", "Customer accounting summary report" ));
-myMenu32.width = 256;
-
-myMenu0.add(new WebFXMenuItem("Financial (Receivables)", null, "Financial reports (Receivables)", myMenu32 ));
-var myMenu37 = new WebFXMenu;
-myMenu37.emptyText = '';
-myMenu37.add(new WebFXMenuItem("Payables summary", "http://localhost/freeside/search/report_vend_main.html", "Payables summary by vendor" ));
-myMenu37.add(new WebFXMenuItem("Payables detail", "http://localhost/freeside/search/report_vend_bill.html", "" ));
-myMenu37.width = 256;
-
-myMenu0.add(new WebFXMenuItem("Financial (Payables)", null, "Financial reports (Payables)", myMenu37 ));
-var myMenu38 = new WebFXMenu;
-myMenu38.emptyText = '';
-var myMenu39 = new WebFXMenu;
-myMenu39.emptyText = '';
-myMenu39.add(new WebFXMenuItem("All billing events", "http://localhost/freeside/search/report_cust_event.html", "All billing events for a date range" ));
-myMenu39.add(new WebFXMenuItem("Billing event errors", "http://localhost/freeside/search/report_cust_event.html?failed=1", "Failed credit cards, processor or printer problems, etc." ));
-myMenu39.width = 256;
-
-myMenu38.add(new WebFXMenuItem("Billing events", null, "Billing events", myMenu39 ));
-myMenu38.add(new WebFXMenuItem("Credit limit incidents", "http://localhost/freeside/search/report_cust_main_credit_limit.html", "" ));
-myMenu38.add(new WebFXMenuItem("Employee activity", "http://localhost/freeside/search/report_employee_audit.html", "" ));
-myMenu38.add(new WebFXMenuItem("System log", "http://localhost/freeside/search/log.html", "View system events and debugging information." ));
-myMenu38.add(new WebFXMenuItem("Outgoing messages", "http://localhost/freeside/search/cust_msg.html", "View outgoing message log" ));
-myMenu38.width = 256;
-
-myMenu0.add(new WebFXMenuItem("Logs", null, "System and email logs", myMenu38 ));
-myMenu0.width = 256;
-
-          myBar.add(new WebFXMenuButton('Reports', null, 'Lists, reporting and graphing', myMenu0 ));
-
-
-          var myMenu40 = new WebFXMenu;
-myMenu40.emptyText = '';
-var myMenu41 = new WebFXMenu;
-myMenu41.emptyText = '';
-myMenu41.add(new WebFXMenuItem("Appointments", "http://localhost/freeside/rt/Search/Schedule.html?LengthMin=0", "View appointment schedule" ));
-myMenu41.add(new WebFXMenuItem("Attachments", "http://localhost/freeside/browse/cust_attachment.html", "View customer attachments" ));
-myMenu41.add(new WebFXMenuItem("Customer email settings", "http://localhost/freeside/misc/manage_cust_email.html", "" ));
-myMenu41.width = 256;
-
-myMenu40.add(new WebFXMenuItem("Customers", null, "Customer tools", myMenu41 ));
-var myMenu42 = new WebFXMenu;
-myMenu42.emptyText = '';
-myMenu42.add(new WebFXMenuItem("Quick payment entry", "http://localhost/freeside/misc/batch-cust_pay.html", "Enter multiple payments in a batch" ));
-myMenu42.add(new WebFXMenuItem("Download invoice batches", "http://localhost/freeside/search/bill_batch.cgi", "" ));
-myMenu42.width = 256;
-
-myMenu40.add(new WebFXMenuItem("Billing", null, "Payment and invoice tools", myMenu42 ));
-var myMenu43 = new WebFXMenu;
-myMenu43.emptyText = '';
-var myMenu44 = new WebFXMenu;
-myMenu44.emptyText = '';
-myMenu44.add(new WebFXMenuItem("Overview", "http://localhost/freeside/rt/Articles/index.html", "" ));
-myMenu44.add(new WebFXMenuItem("Search", "http://localhost/freeside/rt/Articles/Article/Search.html", "" ));
-myMenu44.add(new WebFXMenuItem("Topics", "http://localhost/freeside/rt/Articles/Topics.html", "" ));
-myMenu44.width = 256;
-
-myMenu43.add(new WebFXMenuItem("Articles", null, "", myMenu44 ));
-myMenu43.add(new WebFXMenuItem("My Day", "http://localhost/freeside/rt/Tools/MyDay.html", "" ));
-myMenu43.add(new WebFXMenuItem("My Reminders", "http://localhost/freeside/rt/Tools/MyReminders.html", "" ));
-myMenu43.add(new WebFXMenuItem("Offline", "http://localhost/freeside/rt/Tools/Offline.html", "" ));
-myMenu43.add(new WebFXMenuItem("Approval", "http://localhost/freeside/rt/Approvals/", "" ));
-myMenu43.width = 256;
-
-myMenu40.add(new WebFXMenuItem("Ticketing", null, "Ticketing tools", myMenu43 ));
-var myMenu45 = new WebFXMenu;
-myMenu45.emptyText = '';
-myMenu45.add(new WebFXMenuItem("Bulk DID Orders", "http://localhost/freeside/browse/did_order.html", "View/manage bulk DID orders" ));
-myMenu45.add(new WebFXMenuItem("Business card scan", "http://localhost/freeside/edit/prospect_main-upload.html", "" ));
-myMenu45.width = 256;
-
-myMenu40.add(new WebFXMenuItem("Miscellaneous", null, "", myMenu45 ));
-var myMenu46 = new WebFXMenu;
-myMenu46.emptyText = '';
-myMenu46.add(new WebFXMenuItem("Customers", "http://localhost/freeside/misc/cust_main-import.cgi", "" ));
-myMenu46.add(new WebFXMenuItem("Package definitions", "http://localhost/freeside/misc/part_pkg-import.html", "" ));
-myMenu46.add(new WebFXMenuItem("Customer packages", "http://localhost/freeside/misc/cust_pkg-import.html", "" ));
-myMenu46.add(new WebFXMenuItem("Customer comments", "http://localhost/freeside/misc/cust_main_note-import.html", "" ));
-myMenu46.add(new WebFXMenuItem("One-time charges", "http://localhost/freeside/misc/cust_main-import_charges.cgi", "" ));
-myMenu46.add(new WebFXMenuItem("Payments", "http://localhost/freeside/misc/cust_pay-import.cgi", "" ));
-myMenu46.add(new WebFXMenuItem("Credits", "http://localhost/freeside/misc/cust_credit-import.html", "" ));
-myMenu46.add(new WebFXMenuItem("Phone numbers (DIDs)", "http://localhost/freeside/misc/phone_avail-import.html", "" ));
-myMenu46.add(new WebFXMenuItem("Call Detail Records (CDRs)", "http://localhost/freeside/misc/cdr-import.html", "" ));
-myMenu46.width = 256;
-
-myMenu40.add(new WebFXMenuItem("Importing", null, "Import tools", myMenu46 ));
-var myMenu47 = new WebFXMenu;
-myMenu47.emptyText = '';
-myMenu47.add(new WebFXMenuItem("Status", "http://localhost/freeside/view/Status.html", "System status" ));
-myMenu47.add(new WebFXMenuItem("Job Queue", "http://localhost/freeside/search/queue.html", "View pending job queue" ));
-myMenu47.width = 256;
-
-myMenu40.add(new WebFXMenuItem("System", null, "System tools", myMenu47 ));
-myMenu40.width = 256;
-
-          myBar.add(new WebFXMenuButton('Tools', null, 'Tools', myMenu40 ));
-
-
-          var myMenu48 = new WebFXMenu;
-myMenu48.emptyText = '';
-myMenu48.add(new WebFXMenuItem("Settings", "http://localhost/freeside/config/config-view.cgi", "" ));
-myMenu48.add(new WebFXMenuSeparator());
-var myMenu49 = new WebFXMenu;
-myMenu49.emptyText = '';
-myMenu49.add(new WebFXMenuItem("Agent types", "http://localhost/freeside/browse/agent_type.cgi", "Agent types define groups of package definitions that you can then assign to particular agents" ));
-myMenu49.add(new WebFXMenuItem("Agents", "http://localhost/freeside/browse/agent.cgi", "Agents are resellers of your service. Agents may be limited to a subset of your full offerings (via their type)" ));
-myMenu49.add(new WebFXMenuItem("Agent payment gateways", "http://localhost/freeside/browse/payment_gateway.html", "Credit card and electronic check processors for agent overrides" ));
-myMenu49.width = 256;
-
-myMenu48.add(new WebFXMenuItem("Companies", null, "", myMenu49 ));
-var myMenu50 = new WebFXMenu;
-myMenu50.emptyText = '';
-myMenu50.add(new WebFXMenuItem("Sales People", "http://localhost/freeside/browse/sales.html", "Sales people bring in new business." ));
-myMenu50.width = 256;
-
-myMenu48.add(new WebFXMenuItem("Sales People", null, "", myMenu50 ));
-var myMenu51 = new WebFXMenu;
-myMenu51.emptyText = '';
-myMenu51.add(new WebFXMenuItem("Employees", "http://localhost/freeside/browse/access_user.html", "Setup internal users" ));
-myMenu51.add(new WebFXMenuItem("Employee groups", "http://localhost/freeside/browse/access_group.html", "Employee groups allow you to control access to the backend" ));
-myMenu51.add(new WebFXMenuItem("Installer availability", "http://localhost/freeside/browse/sched_item.html", "Installer availability" ));
-myMenu51.width = 256;
-
-myMenu48.add(new WebFXMenuItem("Employees", null, "", myMenu51 ));
-myMenu48.add(new WebFXMenuSeparator());
-var myMenu52 = new WebFXMenu;
-myMenu52.emptyText = '';
-myMenu52.add(new WebFXMenuItem("Customer tags", "http://localhost/freeside/browse/part_tag.html", "" ));
-myMenu52.add(new WebFXMenuItem("Customer classes", "http://localhost/freeside/browse/cust_class.html", "Customer classes define groups of customers for reporting." ));
-myMenu52.add(new WebFXMenuItem("Customer categories", "http://localhost/freeside/browse/cust_category.html", "Customer categories define groups of customer classes." ));
-myMenu52.add(new WebFXMenuSeparator());
-myMenu52.add(new WebFXMenuItem("Contact types", "http://localhost/freeside/browse/contact_class.html", "" ));
-myMenu52.width = 256;
-
-myMenu48.add(new WebFXMenuItem("Customers", null, "", myMenu52 ));
-var myMenu53 = new WebFXMenu;
-myMenu53.emptyText = '';
-myMenu53.add(new WebFXMenuItem("Package definitions", "http://localhost/freeside/browse/part_pkg.cgi", "One or more services are grouped together into a package and given pricing information. Customers purchase packages, not services" ));
-myMenu53.add(new WebFXMenuItem("Package classes", "http://localhost/freeside/browse/pkg_class.html", "Package classes define groups of packages, for taxation, ordering convenience and reporting." ));
-myMenu53.add(new WebFXMenuItem("Package categories", "http://localhost/freeside/browse/pkg_category.html", "Package categories define groups of package classes, for invoice sections." ));
-myMenu53.add(new WebFXMenuItem("Package report classes", "http://localhost/freeside/browse/part_pkg_report_option.html", "Package classes define optional groups of packages for reporting only." ));
-myMenu53.add(new WebFXMenuItem("Fees", "http://localhost/freeside/browse/part_fee.html", "" ));
-myMenu53.add(new WebFXMenuItem("Discounts", "http://localhost/freeside/browse/discount.html", "" ));
-myMenu53.add(new WebFXMenuItem("Discount classes", "http://localhost/freeside/browse/discount_class.html", "" ));
-var myMenu54 = new WebFXMenu;
-myMenu54.emptyText = '';
-myMenu54.add(new WebFXMenuItem("Cancel reasons", "http://localhost/freeside/browse/reason.html?class=C", "Cancel reasons explain why a service was cancelled." ));
-myMenu54.add(new WebFXMenuItem("Cancel reason types", "http://localhost/freeside/browse/reason_type.html?class=C", "Cancel reason types define groups of reasons." ));
-myMenu54.add(new WebFXMenuItem("Suspend reasons", "http://localhost/freeside/browse/reason.html?class=S", "Suspend reasons explain why a service was suspended." ));
-myMenu54.add(new WebFXMenuItem("Suspend reason types", "http://localhost/freeside/browse/reason_type.html?class=S", "Suspend reason types define groups of reasons." ));
-myMenu54.width = 256;
-
-myMenu53.add(new WebFXMenuItem("Cancel/Suspend Reasons", null, "", myMenu54 ));
-myMenu53.width = 256;
-
-myMenu48.add(new WebFXMenuItem("Packages", null, "", myMenu53 ));
-var myMenu55 = new WebFXMenu;
-myMenu55.emptyText = '';
-myMenu55.add(new WebFXMenuItem("Service definitions", "http://localhost/freeside/browse/part_svc.cgi", "Services are items you offer to your customers" ));
-myMenu55.add(new WebFXMenuItem("Service classes", "http://localhost/freeside/browse/part_svc_class.html", "Services classes are user-defined, informational types for services" ));
-myMenu55.add(new WebFXMenuItem("Service dependencies", "http://localhost/freeside/browse/part_svc_link.html", "Services depencies define rules between service definitions" ));
-myMenu55.add(new WebFXMenuItem("Provisioning exports", "http://localhost/freeside/browse/part_export.cgi", "Provisioning services to external machines, databases and APIs" ));
-var myMenu56 = new WebFXMenu;
-myMenu56.emptyText = '';
-myMenu56.add(new WebFXMenuItem("Access numbers", "http://localhost/freeside/browse/svc_acct_pop.cgi", "Points of Presence" ));
-myMenu56.width = 256;
-
-myMenu55.add(new WebFXMenuItem("Dialup", null, "", myMenu56 ));
-var myMenu57 = new WebFXMenu;
-myMenu57.emptyText = '';
-myMenu57.add(new WebFXMenuItem("Towers", "http://localhost/freeside/browse/tower.html", "Towers and sectors" ));
-myMenu57.add(new WebFXMenuItem("Routers", "http://localhost/freeside/browse/router.cgi", "Broadband access routers" ));
-myMenu57.add(new WebFXMenuItem("Address blocks", "http://localhost/freeside/browse/addr_block.cgi", "Manage address blocks and block assignments to broadband routers" ));
-myMenu57.add(new WebFXMenuItem("Address ranges", "http://localhost/freeside/browse/addr_range.html", "Designate special address ranges" ));
-myMenu57.width = 256;
-
-myMenu55.add(new WebFXMenuItem("Wireless broadband", null, "", myMenu57 ));
-var myMenu58 = new WebFXMenu;
-myMenu58.emptyText = '';
-myMenu58.add(new WebFXMenuItem("View/Edit phone device types", "http://localhost/freeside/browse/part_device.html", "Phone device types" ));
-myMenu58.add(new WebFXMenuItem("View/Edit bulk DID vendors", "http://localhost/freeside/browse/did_vendor.html", "Bulk DID vendors" ));
-myMenu58.add(new WebFXMenuItem("View/Edit Carriers", "http://localhost/freeside/browse/cdr_carrier.html", "Carriers" ));
-myMenu58.width = 256;
-
-myMenu55.add(new WebFXMenuItem("Phone", null, "", myMenu58 ));
-var myMenu59 = new WebFXMenu;
-myMenu59.emptyText = '';
-myMenu59.add(new WebFXMenuItem("RADIUS Groups", "http://localhost/freeside/browse/radius_group.html", "Manage RADIUS groups" ));
-myMenu59.add(new WebFXMenuItem("RADIUS Clients", "http://localhost/freeside/browse/nas.html", "Manage RADIUS clients" ));
-myMenu59.width = 256;
-
-myMenu55.add(new WebFXMenuItem("RADIUS", null, "", myMenu59 ));
-var myMenu60 = new WebFXMenu;
-myMenu60.emptyText = '';
-myMenu60.add(new WebFXMenuItem("Cable providers", "http://localhost/freeside/browse/cable_provider.html", "" ));
-myMenu60.add(new WebFXMenuItem("Cable modem models", "http://localhost/freeside/browse/cable_model.html", "" ));
-myMenu60.width = 256;
-
-myMenu55.add(new WebFXMenuItem("Cable", null, "", myMenu60 ));
-var myMenu61 = new WebFXMenu;
-myMenu61.emptyText = '';
-myMenu61.add(new WebFXMenuItem("Conferencing types", "http://localhost/freeside/browse/conferencing_type.html", "" ));
-myMenu61.add(new WebFXMenuItem("Quality levels", "http://localhost/freeside/browse/conferencing_quality.html", "" ));
-myMenu61.width = 256;
-
-myMenu55.add(new WebFXMenuItem("Conferencing", null, "", myMenu61 ));
-var myMenu62 = new WebFXMenu;
-myMenu62.emptyText = '';
-myMenu62.add(new WebFXMenuItem("Alarm system vendors", "http://localhost/freeside/browse/alarm_system.html", "" ));
-myMenu62.add(new WebFXMenuItem("Alarm system types", "http://localhost/freeside/browse/alarm_type.html", "" ));
-myMenu62.add(new WebFXMenuItem("Alarm central stations", "http://localhost/freeside/browse/alarm_station.html", "" ));
-myMenu62.width = 256;
-
-myMenu55.add(new WebFXMenuItem("Alarm", null, "", myMenu62 ));
-var myMenu63 = new WebFXMenu;
-myMenu63.emptyText = '';
-myMenu63.add(new WebFXMenuItem("Circuit types", "http://localhost/freeside/browse/circuit_type.html", "" ));
-myMenu63.add(new WebFXMenuItem("Circuit providers", "http://localhost/freeside/browse/circuit_provider.html", "" ));
-myMenu63.add(new WebFXMenuItem("Termination types", "http://localhost/freeside/browse/circuit_termination.html", "" ));
-myMenu63.width = 256;
-
-myMenu55.add(new WebFXMenuItem("Circuits", null, "", myMenu63 ));
-myMenu55.add(new WebFXMenuItem("Hardware types", "http://localhost/freeside/browse/hardware_class.html", "Set up hardware type catalog" ));
-myMenu55.width = 256;
-
-myMenu48.add(new WebFXMenuItem("Services", null, "", myMenu55 ));
-myMenu48.add(new WebFXMenuSeparator());
-var myMenu64 = new WebFXMenu;
-myMenu64.emptyText = '';
-myMenu64.add(new WebFXMenuItem("Vendor classes", "http://localhost/freeside/browse/vend_class.html", "" ));
-myMenu64.add(new WebFXMenuItem("Vendors", "http://localhost/freeside/browse/vend_main.html", "" ));
-myMenu64.width = 256;
-
-myMenu48.add(new WebFXMenuItem("Vendors", null, "", myMenu64 ));
-myMenu48.add(new WebFXMenuSeparator());
-var myMenu65 = new WebFXMenu;
-myMenu65.emptyText = '';
-myMenu65.add(new WebFXMenuItem("Billing events", "http://localhost/freeside/browse/part_event.html", "Billing actions for customers, invoices and packages" ));
-myMenu65.add(new WebFXMenuItem("Invoice configurations", "http://localhost/freeside/browse/invoice_conf.html", "Adjust invoice settings for special-purpose notices" ));
-myMenu65.add(new WebFXMenuItem("Invoice templates", "http://localhost/freeside/browse/invoice_template.html", "Edit templates for HTML, plaintext and typeset invoices" ));
-myMenu65.add(new WebFXMenuSeparator());
-myMenu65.add(new WebFXMenuItem("Prepaid cards", "http://localhost/freeside/search/prepay_credit.html", "View outstanding cards, generate new cards" ));
-var myMenu66 = new WebFXMenu;
-myMenu66.emptyText = '';
-myMenu66.add(new WebFXMenuItem("Rate plans", "http://localhost/freeside/browse/rate.cgi", "Manage rate plans" ));
-myMenu66.add(new WebFXMenuItem("Regions and prefixes", "http://localhost/freeside/browse/rate_region.html", "Manage regions and prefixes" ));
-myMenu66.add(new WebFXMenuItem("Usage classes", "http://localhost/freeside/browse/usage_class.html", "Usage classes define groups of usage for taxation." ));
-myMenu66.add(new WebFXMenuItem("Time periods", "http://localhost/freeside/browse/rate_time.html", "Time periods define days and hours for rate plans" ));
-myMenu66.add(new WebFXMenuItem("Edit rates with Excel", "http://localhost/freeside/misc/rate_edit_excel.html", "Download and edit rates with Excel, then upload changes." ));
-myMenu66.add(new WebFXMenuSeparator());
-myMenu66.add(new WebFXMenuItem("Tiering plans", "http://localhost/freeside/browse/rate_tier.html", "Rating tiers" ));
-myMenu66.width = 256;
-
-myMenu65.add(new WebFXMenuItem("Call rates and regions", null, "Manage rate plans, regions and prefixes for VoIP and call billing", myMenu66 ));
-myMenu65.add(new WebFXMenuSeparator());
-myMenu65.add(new WebFXMenuItem("Locales and tax rates", "http://localhost/freeside/browse/cust_main_county.cgi", "Change tax rates, or break down a country into states, or a state into counties and assign different tax rates to each" ));
-myMenu65.add(new WebFXMenuItem("Tax classes", "http://localhost/freeside/browse/part_pkg_taxclass.html", "Tax classes" ));
-myMenu65.add(new WebFXMenuSeparator());
-myMenu65.add(new WebFXMenuItem("Credit reasons", "http://localhost/freeside/browse/reason.html?class=R", "Credit reasons explain why a credit was issued." ));
-myMenu65.add(new WebFXMenuItem("Credit reason types", "http://localhost/freeside/browse/reason_type.html?class=R", "Credit reason types define groups of reasons." ));
-myMenu65.add(new WebFXMenuSeparator());
-myMenu65.add(new WebFXMenuItem("Refund reasons", "http://localhost/freeside/browse/reason.html?class=F", "Refund reasons explain why a refund was issued." ));
-myMenu65.add(new WebFXMenuItem("Refund reason types", "http://localhost/freeside/browse/reason_type.html?class=F", "Refund reason types define groups of reasons." ));
-myMenu65.width = 256;
-
-myMenu48.add(new WebFXMenuItem("Billing", null, "", myMenu65 ));
-myMenu48.add(new WebFXMenuSeparator());
-var myMenu67 = new WebFXMenu;
-myMenu67.emptyText = '';
-myMenu67.add(new WebFXMenuItem("Message templates", "http://localhost/freeside/browse/msg_template.html", "Templates for customer notices" ));
-myMenu67.add(new WebFXMenuItem("Advertising sources", "http://localhost/freeside/browse/part_referral.html", "Where a customer heard about your service." ));
-myMenu67.add(new WebFXMenuItem("Custom fields", "http://localhost/freeside/browse/part_virtual_field.html", "Locally defined fields" ));
-myMenu67.add(new WebFXMenuItem("Translation strings", "http://localhost/freeside/browse/msgcat.html", "Translations and other customizable labels for each locale" ));
-myMenu67.add(new WebFXMenuItem("Inventory classes and inventory", "http://localhost/freeside/browse/inventory_class.html", "Setup inventory classes and stock inventory" ));
-myMenu67.add(new WebFXMenuItem("Upload targets", "http://localhost/freeside/browse/upload_target.html", "Billing and payment upload destinations" ));
-myMenu67.width = 256;
-
-myMenu48.add(new WebFXMenuItem("Miscellaneous", null, "", myMenu67 ));
-myMenu48.width = 256;
-
-          myBar.add(new WebFXMenuButton('Configuration', null, 'Configuration and setup', myMenu48 ));
-
-
-          var myMenu68 = new WebFXMenu;
-myMenu68.emptyText = '';
-myMenu68.add(new WebFXMenuItem("Billing documentation", "http://www.freeside.biz/mediawiki/index.php/Freeside:4:Documentation", "Freeside documentation" ));
-myMenu68.add(new WebFXMenuItem("Ticketing documentation", "http://wiki.bestpractical.com/", "Request Tracker Wiki" ));
-myMenu68.add(new WebFXMenuSeparator());
-myMenu68.add(new WebFXMenuItem("About Freeside v5.0git", "javascript:about_freeside()", "" ));
-myMenu68.add(new WebFXMenuItem("About RT v4.2.11", "http://www.bestpractical.com/rt", "Request Tracker Homepage" ));
-myMenu68.width = 256;
-
-          myBar.add(new WebFXMenuButton('Help', null, '', myMenu68 ));
-
-
-  myBar.show( null, 'vertical' );
-  myBar.width = 154;
-
-</SCRIPT>
-
-
-
-
-      <link rel="stylesheet" href="http://localhost/freeside/elements/jquery-ui.min.css">
-      <SCRIPT SRC="http://localhost/freeside/elements/jquery.js"></SCRIPT>
-      <SCRIPT SRC="http://localhost/freeside/elements/jquery-ui.min.js"></SCRIPT>
-      <SCRIPT TYPE="text/javascript" SRC="http://localhost/freeside/elements/overlibmws.js"></SCRIPT>
-  <SCRIPT TYPE="text/javascript" SRC="http://localhost/freeside/elements/overlibmws_iframe.js"></SCRIPT>
-  <SCRIPT TYPE="text/javascript" SRC="http://localhost/freeside/elements/overlibmws_draggable.js"></SCRIPT>
-  <SCRIPT TYPE="text/javascript" SRC="http://localhost/freeside/elements/overlibmws_crossframe.js"></SCRIPT>
-  <SCRIPT TYPE="text/javascript" SRC="http://localhost/freeside/elements/iframecontentmws.js"></SCRIPT>
-  <SCRIPT TYPE="text/javascript" SRC="http://localhost/freeside/elements/ajaxcontentmws.js"></SCRIPT>
-
-    <SCRIPT TYPE="text/javascript">
-
-  function rs_init_object() {
-    var A;
-    try {
-      A=new ActiveXObject("Msxml2.XMLHTTP");
-    } catch (e) {
-      try {
-        A=new ActiveXObject("Microsoft.XMLHTTP");
-      } catch (oc) {
-        A=null;
-      }
-    }
-    if(!A && typeof XMLHttpRequest != "undefined")
-      A = new XMLHttpRequest();
-    if (!A)
-      alert("Can't create XMLHttpRequest object");
-    return A;
-
-  }
-
-</SCRIPT>
-
-
-    
-
-  </HEAD>
-  <BODY BGCOLOR="#f8f8f8"  STYLE="margin-top:0; margin-bottom:0; margin-left:0px; margin-right:0px">
-    <table width="100%" CELLPADDING=0 CELLSPACING=0 STYLE="padding-left:0px; padding-right:4px" CLASS="fshead">
-      <tr>
-        <td BGCOLOR="#ffffff"><IMG BORDER=0 ALT="freeside" HEIGHT="36" SRC="http://localhost/freeside/view/REAL_logo.cgi"></td>
-        <td align=left BGCOLOR="#ffffff"> <!-- valign="top" -->
-          <font size=6>Freeside Test 5.0.1</font>
-        </td>
-        <td align=right valign=top BGCOLOR="#ffffff"><FONT SIZE="-1">Logged in as <b>test&nbsp;</b> <FONT SIZE="-2"><a href="http://localhost/freeside/loginout/logout.html">logout</a></FONT><br></FONT><FONT SIZE="-2"><a href="http://localhost/freeside/pref/pref.html" STYLE="color: #000000">Preferences</a>
-          <BR></FONT>
-        </td>
-      </tr>
-    </table>
-
-    <TABLE WIDTH="100%" CELLSPACING=0 CELLPADDING=0>
-
-<link href="http://localhost/freeside/elements/freeside-menu.css" type="text/css" rel="stylesheet">
-
-
-      <TR CLASS="fsmenubar">
-
-
-        <TD COLSPAN="7" WIDTH="100%" STYLE="padding:1px 0px 0px 0px;border-top: 1px solid #7e0079" BGCOLOR="#dddddd">
-          <SCRIPT TYPE="text/javascript">
-            document.write(myBar);
-          </SCRIPT>
-        </TD>
-
-      </TR>
-
-      <TR CLASS="fssearchbar">
-
-        <TD COLSPAN=1 BGCOLOR="#dddddd" ALIGN="right" STYLE="padding-left:2px">
-          
-  <FORM ACTION="http://localhost/freeside/search/prospect_main.html" METHOD="GET" STYLE="margin:0">
-    <INPUT NAME="search_prospect" TYPE="text" VALUE="(name, company or phone)" STYLE="width:155px" onFocus="clearhint_search_prospect(this);" onClick="clearhint_search_prospect(this);" CLASS="fstext"><BR>
-    <A HREF="http://localhost/freeside/search/report_prospect_main.html" CLASS="fslink" STYLE="font-size: 11px">Adv</A>
-    <INPUT TYPE="submit" VALUE="Search prospects" CLASS="fsblackbutton" onMouseOver="this.className='fsblackbuttonselected'; return true;" onMouseOut="this.className='fsblackbutton'; return true;" STYLE="font-size:11px;padding-left:1px;padding-right:1px">
-  </FORM>
-  
-
-
-<SCRIPT TYPE="text/javascript">
-
-  function clearhint_search_prospect (what) {
-    if ( what.value == '(name, company or phone)' )
-      what.value = '';
-  }
-
-</SCRIPT>
-
-        </TD>
-
-        <TD COLSPAN=1 BGCOLOR="#dddddd" ALIGN="right" STYLE="padding-left:2px">
-          
-  <FORM ACTION="http://localhost/freeside/search/cust_main.cgi" METHOD="POST" STYLE="margin:0">
-    <INPUT NAME="search_cust" TYPE="text" VALUE="(cust #, name, company or contact phone)" STYLE="width:246px" onFocus="clearhint_search_cust(this);" onClick="clearhint_search_cust(this);" CLASS="fstext"><BR>
-    <A HREF="http://localhost/freeside/search/report_cust_main.html" CLASS="fslink" STYLE="font-size: 11px">Advanced</A>
-    <INPUT TYPE="submit" VALUE="Search customers" CLASS="fsblackbutton" onMouseOver="this.className='fsblackbuttonselected'; return true;" onMouseOut="this.className='fsblackbutton'; return true;" STYLE="font-size:11px">
-  </FORM>
-  
-
-
-<SCRIPT TYPE="text/javascript">
-
-  function clearhint_search_cust (what) {
-    if ( what.value == '(cust #, name, company or contact phone)' )
-      what.value = '';
-  }
-
-</SCRIPT>
-
-        </TD>
-
-        <TD COLSPAN=1 BGCOLOR="#dddddd" ALIGN="center">
-          
-<SCRIPT TYPE="text/javascript">
-
-  function clearhint_search_address2 (what) {
-    if ( what.value == '(Unit #)' )
-      what.value = '';
-  }
-
-</SCRIPT>
-
-        </TD>
-
-        <TD COLSPAN=1 BGCOLOR="#dddddd" ALIGN="right">
-          
-  <FORM ACTION="http://localhost/freeside/search/cust_bill.html" METHOD="GET" STYLE="margin:0;display:inline">
-    <INPUT NAME="invnum" TYPE="text" VALUE="(inv #)" STYLE="width:56px" onFocus="clearhint_search_invoice(this);" onClick="clearhint_search_invoice(this);" CLASS="fstext">
-    <A HREF="http://localhost/freeside/search/report_cust_bill.html" CLASS="fslink" STYLE="font-size: 11px">Adv</A>    <BR>
-    <INPUT TYPE="submit" VALUE="Search invoices" CLASS="fsblackbutton" onMouseOver="this.className='fsblackbuttonselected'; return true;" onMouseOut="this.className='fsblackbutton'; return true;" STYLE="font-size:11px;padding-left:1px;padding-right:1px;margin-top:3px">
-  </FORM>
-  
-
-
-<SCRIPT TYPE="text/javascript">
-
-  function clearhint_search_invoice (what) {
-    if ( what.value == '(inv #)' )
-      what.value = '';
-  }
-
-</SCRIPT>
-
-        </TD>
-
-        <TD COLSPAN=1 BGCOLOR="#dddddd" ALIGN="right" STYLE="padding-left:2px">
-          
-  <FORM ACTION="http://localhost/freeside/search/cust_svc.html" METHOD="GET" STYLE="margin:0">
-    <INPUT NAME="search_svc" TYPE="text" VALUE="(user, email, ip, mac, domain or service phone)" STYLE="width:271px" onFocus="clearhint_search_svc(this);" onClick="clearhint_search_svc(this);" CLASS="fstext"><BR>
-    <A NOTYET="http://localhost/freeside/search/svc_Smarter.html" STYLE="color: #cccccc; font-size:11px">Advanced</A>
-    <INPUT TYPE="submit" VALUE="Search services" CLASS="fsblackbutton" onMouseOver="this.className='fsblackbuttonselected'; return true;" onMouseOut="this.className='fsblackbutton'; return true;" STYLE="font-size:11px">
-  </FORM>
-  
-
-
-<SCRIPT TYPE="text/javascript">
-
-  function clearhint_search_svc (what) {
-    if ( what.value == '(user, email, ip, mac, domain or service phone)' )
-      what.value = '';
-  }
-
-</SCRIPT>
-
-        </TD>
-
-        <TD COLSPAN=1 BGCOLOR="#dddddd" ALIGN="right" STYLE="padding-left:2px;padding-right:2px">
-          
-  <FORM ACTION="http://localhost/freeside//rt/index.html" METHOD="GET" STYLE="margin:0">
-    <INPUT NAME="q" TYPE="text" VALUE="(ticket #, subject, email or fulltext:text)" STYLE="width:223px" onFocus="clearhint_search_ticket(this);" onClick="clearhint_search_ticket(this);" CLASS="fstext"><BR>
-    <A HREF="http://localhost/freeside//rt/Search/Build.html?NewQuery=1" CLASS="fslink" STYLE="font-size:11px">Advanced</A>
-    <INPUT TYPE="submit" VALUE="Search tickets" CLASS="fsblackbutton" onMouseOver="this.className='fsblackbuttonselected'; return true;" onMouseOut="this.className='fsblackbutton'; return true;" STYLE="font-size:11px">
-  </FORM>
-  
-
-
-<SCRIPT TYPE="text/javascript">
-
-  function clearhint_search_ticket (what) {
-    if ( what.value == '(ticket #, subject, email or fulltext:text)' )
-      what.value = '';
-  }
-
-</SCRIPT>
-
-        </TD>
-
-      </TR>
-    </TABLE>
-
-
-
-    <TABLE WIDTH="100%" HEIGHT="100%" CELLSPACING=0 CELLPADDING=4>
-
-      <TR HEIGHT="100%">
-
-    <BR>
-        <TD CLASS="background" HEIGHT="100%" VALIGN="top"> <!-- WIDTH="100%"> -->
-
-          <H1>
-            Packages started between Aug  1st 2015 to Aug 31st 2015
-          </H1>
-
-          <BR>
-
-          
-
-
-
-
-        
-
-
-
-        <TABLE>
-          <TR>
-
-            <TD VALIGN="bottom">
-
-              <FORM>
-
-                  69 total packages
-
-
-                <BR>
-
-              </FORM>
-
-            </TD>
-
-
-              <TD ALIGN="right" CLASS="noprint">
-
-                Download full results<BR>
-
-                as <A HREF="http://localhost/freeside/search/cust_pkg_churn.html?agentnum=;status=setup;begin=1438412400;end=1441090800;_type=packages.xls">Excel spreadsheet</A><BR>
-
-                as <A HREF="http://localhost/freeside/search/cust_pkg_churn.html?agentnum=;status=setup;begin=1438412400;end=1441090800;_type=csv">CSV file</A><BR>
-
-
-                as <A HREF="http://localhost/freeside/search/cust_pkg_churn.html?agentnum=;status=setup;begin=1438412400;end=1441090800;_type=html-print">printable copy</A>
-
-              </TD>
-
-          </TR>
-          <TR>
-            <TD COLSPAN=2>
-
-
-                
-
-
-                
-
-
-              
-<TABLE CLASS="grid" CELLSPACING=0 CELLPADDING=0 >
-
-
-
-
-<THEAD>
-
-  <TR>
-    <TH CLASS   = "grid"
-        BGCOLOR = "#cccccc"
-        ROWSPAN = "2"
-        
-        
-
-    >
-      <A HREF="http://localhost/freeside/search/cust_pkg_churn.html?agentnum=;status=setup;begin=1438412400;end=1441090800;_type=html;order_by=cust_pkg.pkgnum">#</A>
-    </TH>
-    <TH CLASS   = "grid"
-        BGCOLOR = "#cccccc"
-        ROWSPAN = "1"
-        
-        
-
-    >
-      Quantity
-    </TH>
-    <TH CLASS   = "grid"
-        BGCOLOR = "#cccccc"
-        ROWSPAN = "1"
-        
-        
-
-    >
-      Package
-    </TH>
-    <TH CLASS   = "grid"
-        BGCOLOR = "#cccccc"
-        ROWSPAN = "1"
-        
-        
-
-    >
-      Class
-    </TH>
-    <TH CLASS   = "grid"
-        BGCOLOR = "#cccccc"
-        ROWSPAN = "1"
-        
-        
-
-    >
-      Sales Person
-    </TH>
-    <TH CLASS   = "grid"
-        BGCOLOR = "#cccccc"
-        ROWSPAN = "1"
-        
-        
-
-    >
-      Ordered by
-    </TH>
-    <TH CLASS   = "grid"
-        BGCOLOR = "#cccccc"
-        ROWSPAN = "1"
-        
-        
-
-    >
-      Setup Fee
-    </TH>
-    <TH CLASS   = "grid"
-        BGCOLOR = "#cccccc"
-        ROWSPAN = "1"
-        
-        
-
-    >
-      Base Recur
-    </TH>
-    <TH CLASS   = "grid"
-        BGCOLOR = "#cccccc"
-        ROWSPAN = "1"
-        
-        
-
-    >
-      Freq.
-    </TH>
-    <TH CLASS   = "grid"
-        BGCOLOR = "#cccccc"
-        ROWSPAN = "1"
-        
-        
-
-    >
-      <A HREF="http://localhost/freeside/search/cust_pkg_churn.html?agentnum=;status=setup;begin=1438412400;end=1441090800;_type=html;order_by=setup">Setup</A>
-    </TH>
-    <TH CLASS   = "grid"
-        BGCOLOR = "#cccccc"
-        ROWSPAN = "1"
-        
-        
-
-    >
-      <A HREF="http://localhost/freeside/search/cust_pkg_churn.html?agentnum=;status=setup;begin=1438412400;end=1441090800;_type=html;order_by=last_bill">Last bill</A>
-    </TH>
-    <TH CLASS   = "grid"
-        BGCOLOR = "#cccccc"
-        ROWSPAN = "1"
-        
-        
-
-    >
-      <A HREF="http://localhost/freeside/search/cust_pkg_churn.html?agentnum=;status=setup;begin=1438412400;end=1441090800;_type=html;order_by=bill">Next bill</A>
-    </TH>
-    <TH CLASS   = "grid"
-        BGCOLOR = "#cccccc"
-        ROWSPAN = "1"
-        
-        
-
-    >
-      <A HREF="http://localhost/freeside/search/cust_pkg_churn.html?agentnum=;status=setup;begin=1438412400;end=1441090800;_type=html;order_by=susp">Susp.</A>
-    </TH>
-    <TH CLASS   = "grid"
-        BGCOLOR = "#cccccc"
-        ROWSPAN = "1"
-        
-        
-
-    >
-      <A HREF="http://localhost/freeside/search/cust_pkg_churn.html?agentnum=;status=setup;begin=1438412400;end=1441090800;_type=html;order_by=change_date">Changed</A>
-    </TH>
-    <TH CLASS   = "grid"
-        BGCOLOR = "#cccccc"
-        ROWSPAN = "1"
-        
-        
-
-    >
-      <A HREF="http://localhost/freeside/search/cust_pkg_churn.html?agentnum=;status=setup;begin=1438412400;end=1441090800;_type=html;order_by=cancel">Cancel</A>
-    </TH>
-    <TH CLASS   = "grid"
-        BGCOLOR = "#cccccc"
-        ROWSPAN = "1"
-        
-        
-
-    >
-      Cust. Status
-    </TH>
-    <TH CLASS   = "grid"
-        BGCOLOR = "#cccccc"
-        ROWSPAN = "1"
-        
-        
-
-    >
-      Customer
-    </TH>
-  </TR>
-
-
-</THEAD>
-
-<TBODY>
-
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=10;show=packages;fragment=cust_pkg28#cust_pkg28">28</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=10;show=packages;fragment=cust_pkg28#cust_pkg28">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=10;show=packages;fragment=cust_pkg28#cust_pkg28">Annual subscription domain</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$25.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >annually</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 14 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 14 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >Grady, Aniya</TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=10;show=packages;fragment=cust_pkg27#cust_pkg27">27</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=10;show=packages;fragment=cust_pkg27#cust_pkg27">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=10;show=packages;fragment=cust_pkg27#cust_pkg27">Monthly prorated broadband</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$40.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 14 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >Grady, Aniya</TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=10;show=packages;fragment=cust_pkg26#cust_pkg26">26</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=10;show=packages;fragment=cust_pkg26#cust_pkg26">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=10;show=packages;fragment=cust_pkg26#cust_pkg26">Monthly prorated account</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 14 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >Grady, Aniya</TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=18;show=packages;fragment=cust_pkg52#cust_pkg52">52</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=18;show=packages;fragment=cust_pkg52#cust_pkg52">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=18;show=packages;fragment=cust_pkg52#cust_pkg52">Annual subscription domain</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$25.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >annually</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 08 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 08 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >Zemlak, Asia</TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=18;show=packages;fragment=cust_pkg51#cust_pkg51">51</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=18;show=packages;fragment=cust_pkg51#cust_pkg51">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=18;show=packages;fragment=cust_pkg51#cust_pkg51">Monthly prorated broadband</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$40.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 08 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >Zemlak, Asia</TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=18;show=packages;fragment=cust_pkg50#cust_pkg50">50</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=18;show=packages;fragment=cust_pkg50#cust_pkg50">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=18;show=packages;fragment=cust_pkg50#cust_pkg50">Monthly prorated account</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 08 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >Zemlak, Asia</TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=25;show=packages;fragment=cust_pkg71#cust_pkg71">71</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=25;show=packages;fragment=cust_pkg71#cust_pkg71">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=25;show=packages;fragment=cust_pkg71#cust_pkg71">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 19 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 19 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 19 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >Kuhlman-Huels (Parisian, Cristopher)</TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=25;show=packages;fragment=cust_pkg73#cust_pkg73">73</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=25;show=packages;fragment=cust_pkg73#cust_pkg73">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=25;show=packages;fragment=cust_pkg73#cust_pkg73">Monthly prorated broadband</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$40.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 19 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >Kuhlman-Huels (Parisian, Cristopher)</TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=25;show=packages;fragment=cust_pkg72#cust_pkg72">72</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=25;show=packages;fragment=cust_pkg72#cust_pkg72">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=25;show=packages;fragment=cust_pkg72#cust_pkg72">Monthly prorated account</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 19 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >Kuhlman-Huels (Parisian, Cristopher)</TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=29;show=packages;fragment=cust_pkg83#cust_pkg83">83</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=29;show=packages;fragment=cust_pkg83#cust_pkg83">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=29;show=packages;fragment=cust_pkg83#cust_pkg83">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 22 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 22 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 22 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >Lehner-Klein (Smitham, Pansy)</TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=29;show=packages;fragment=cust_pkg85#cust_pkg85">85</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=29;show=packages;fragment=cust_pkg85#cust_pkg85">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=29;show=packages;fragment=cust_pkg85#cust_pkg85">Monthly prorated broadband</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$40.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 22 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >Lehner-Klein (Smitham, Pansy)</TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=29;show=packages;fragment=cust_pkg84#cust_pkg84">84</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=29;show=packages;fragment=cust_pkg84#cust_pkg84">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=29;show=packages;fragment=cust_pkg84#cust_pkg84">Monthly prorated account</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 22 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >Lehner-Klein (Smitham, Pansy)</TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=38;show=packages;fragment=cust_pkg112#cust_pkg112">112</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=38;show=packages;fragment=cust_pkg112#cust_pkg112">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=38;show=packages;fragment=cust_pkg112#cust_pkg112">Annual subscription domain</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$25.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >annually</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 26 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 26 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >Christiansen, Leone</TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=38;show=packages;fragment=cust_pkg111#cust_pkg111">111</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=38;show=packages;fragment=cust_pkg111#cust_pkg111">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=38;show=packages;fragment=cust_pkg111#cust_pkg111">Monthly prorated broadband</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$40.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 26 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >Christiansen, Leone</TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=38;show=packages;fragment=cust_pkg110#cust_pkg110">110</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=38;show=packages;fragment=cust_pkg110#cust_pkg110">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=38;show=packages;fragment=cust_pkg110#cust_pkg110">Monthly prorated account</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 26 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >Christiansen, Leone</TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=43;show=packages;fragment=cust_pkg126#cust_pkg126">126</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=43;show=packages;fragment=cust_pkg126#cust_pkg126">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=43;show=packages;fragment=cust_pkg126#cust_pkg126">Annual subscription domain</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$25.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >annually</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 20 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 20 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >Leannon-Pfannerstill (O&#39;Keefe, Bernie)</TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=43;show=packages;fragment=cust_pkg127#cust_pkg127">127</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=43;show=packages;fragment=cust_pkg127#cust_pkg127">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=43;show=packages;fragment=cust_pkg127#cust_pkg127">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 20 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 20 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 20 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >Leannon-Pfannerstill (O&#39;Keefe, Bernie)</TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=43;show=packages;fragment=cust_pkg125#cust_pkg125">125</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=43;show=packages;fragment=cust_pkg125#cust_pkg125">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=43;show=packages;fragment=cust_pkg125#cust_pkg125">Monthly prorated broadband</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$40.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 20 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >Leannon-Pfannerstill (O&#39;Keefe, Bernie)</TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=46;show=packages;fragment=cust_pkg136#cust_pkg136">136</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=46;show=packages;fragment=cust_pkg136#cust_pkg136">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=46;show=packages;fragment=cust_pkg136#cust_pkg136">Annual subscription domain</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$25.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >annually</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 12 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 12 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >Steuber, Ryley</TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=46;show=packages;fragment=cust_pkg135#cust_pkg135">135</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=46;show=packages;fragment=cust_pkg135#cust_pkg135">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=46;show=packages;fragment=cust_pkg135#cust_pkg135">Monthly prorated broadband</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$40.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 12 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >Steuber, Ryley</TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=46;show=packages;fragment=cust_pkg134#cust_pkg134">134</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=46;show=packages;fragment=cust_pkg134#cust_pkg134">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=46;show=packages;fragment=cust_pkg134#cust_pkg134">Monthly prorated account</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 12 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >Steuber, Ryley</TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=51;show=packages;fragment=cust_pkg150#cust_pkg150">150</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=51;show=packages;fragment=cust_pkg150#cust_pkg150">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=51;show=packages;fragment=cust_pkg150#cust_pkg150">Annual subscription domain</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$25.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >annually</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 21 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 21 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >Medhurst Group (Medhurst, Rafaela)</TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=51;show=packages;fragment=cust_pkg149#cust_pkg149">149</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=51;show=packages;fragment=cust_pkg149#cust_pkg149">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=51;show=packages;fragment=cust_pkg149#cust_pkg149">Monthly prorated broadband</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$40.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 21 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >Medhurst Group (Medhurst, Rafaela)</TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=51;show=packages;fragment=cust_pkg151#cust_pkg151">151</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=51;show=packages;fragment=cust_pkg151#cust_pkg151">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=51;show=packages;fragment=cust_pkg151#cust_pkg151">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 21 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 21 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 21 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >Medhurst Group (Medhurst, Rafaela)</TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=58;show=packages;fragment=cust_pkg172#cust_pkg172">172</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=58;show=packages;fragment=cust_pkg172#cust_pkg172">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=58;show=packages;fragment=cust_pkg172#cust_pkg172">Annual subscription domain</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$25.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >annually</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 31 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 31 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >Schultz, Colten</TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=58;show=packages;fragment=cust_pkg171#cust_pkg171">171</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=58;show=packages;fragment=cust_pkg171#cust_pkg171">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=58;show=packages;fragment=cust_pkg171#cust_pkg171">Monthly prorated broadband</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$40.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 31 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >Schultz, Colten</TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=58;show=packages;fragment=cust_pkg170#cust_pkg170">170</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=58;show=packages;fragment=cust_pkg170#cust_pkg170">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=58;show=packages;fragment=cust_pkg170#cust_pkg170">Monthly prorated account</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 31 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >Schultz, Colten</TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=70;show=packages;fragment=cust_pkg208#cust_pkg208">208</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=70;show=packages;fragment=cust_pkg208#cust_pkg208">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=70;show=packages;fragment=cust_pkg208#cust_pkg208">Annual subscription domain</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$25.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >annually</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 19 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 19 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >Brown, Danial</TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=70;show=packages;fragment=cust_pkg207#cust_pkg207">207</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=70;show=packages;fragment=cust_pkg207#cust_pkg207">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=70;show=packages;fragment=cust_pkg207#cust_pkg207">Monthly prorated broadband</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$40.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 19 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >Brown, Danial</TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=70;show=packages;fragment=cust_pkg206#cust_pkg206">206</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=70;show=packages;fragment=cust_pkg206#cust_pkg206">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=70;show=packages;fragment=cust_pkg206#cust_pkg206">Monthly prorated account</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 19 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >Brown, Danial</TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=74;show=packages;fragment=cust_pkg220#cust_pkg220">220</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=74;show=packages;fragment=cust_pkg220#cust_pkg220">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=74;show=packages;fragment=cust_pkg220#cust_pkg220">Annual subscription domain</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$25.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >annually</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 17 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 17 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >Boyer, Lamont</TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=74;show=packages;fragment=cust_pkg219#cust_pkg219">219</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=74;show=packages;fragment=cust_pkg219#cust_pkg219">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=74;show=packages;fragment=cust_pkg219#cust_pkg219">Monthly prorated broadband</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$40.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 17 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >Boyer, Lamont</TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=74;show=packages;fragment=cust_pkg218#cust_pkg218">218</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=74;show=packages;fragment=cust_pkg218#cust_pkg218">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=74;show=packages;fragment=cust_pkg218#cust_pkg218">Monthly prorated account</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 17 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >Boyer, Lamont</TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=82;show=packages;fragment=cust_pkg244#cust_pkg244">244</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=82;show=packages;fragment=cust_pkg244#cust_pkg244">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=82;show=packages;fragment=cust_pkg244#cust_pkg244">Annual subscription domain</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$25.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >annually</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 30 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 30 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >Kessler, Dana</TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=82;show=packages;fragment=cust_pkg243#cust_pkg243">243</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=82;show=packages;fragment=cust_pkg243#cust_pkg243">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=82;show=packages;fragment=cust_pkg243#cust_pkg243">Monthly prorated broadband</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$40.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 30 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >Kessler, Dana</TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=82;show=packages;fragment=cust_pkg242#cust_pkg242">242</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=82;show=packages;fragment=cust_pkg242#cust_pkg242">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=82;show=packages;fragment=cust_pkg242#cust_pkg242">Monthly prorated account</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 30 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >Kessler, Dana</TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=83;show=packages;fragment=cust_pkg246#cust_pkg246">246</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=83;show=packages;fragment=cust_pkg246#cust_pkg246">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=83;show=packages;fragment=cust_pkg246#cust_pkg246">Annual subscription domain</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$25.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >annually</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 18 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 18 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >Jacobson-Gorczany (Vandervort, Kiley)</TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=83;show=packages;fragment=cust_pkg247#cust_pkg247">247</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=83;show=packages;fragment=cust_pkg247#cust_pkg247">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=83;show=packages;fragment=cust_pkg247#cust_pkg247">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 18 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 18 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 18 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >Jacobson-Gorczany (Vandervort, Kiley)</TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=83;show=packages;fragment=cust_pkg245#cust_pkg245">245</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=83;show=packages;fragment=cust_pkg245#cust_pkg245">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=83;show=packages;fragment=cust_pkg245#cust_pkg245">Monthly prorated broadband</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$40.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 18 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >Jacobson-Gorczany (Vandervort, Kiley)</TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=87;show=packages;fragment=cust_pkg258#cust_pkg258">258</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=87;show=packages;fragment=cust_pkg258#cust_pkg258">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=87;show=packages;fragment=cust_pkg258#cust_pkg258">Annual subscription domain</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$25.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >annually</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 15 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 15 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >Kozey and Sons (Vandervort, Harmon)</TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=87;show=packages;fragment=cust_pkg259#cust_pkg259">259</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=87;show=packages;fragment=cust_pkg259#cust_pkg259">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=87;show=packages;fragment=cust_pkg259#cust_pkg259">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 15 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 15 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 15 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >Kozey and Sons (Vandervort, Harmon)</TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=87;show=packages;fragment=cust_pkg257#cust_pkg257">257</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=87;show=packages;fragment=cust_pkg257#cust_pkg257">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=87;show=packages;fragment=cust_pkg257#cust_pkg257">Monthly prorated broadband</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$40.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 15 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >Kozey and Sons (Vandervort, Harmon)</TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=91;show=packages;fragment=cust_pkg270#cust_pkg270">270</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=91;show=packages;fragment=cust_pkg270#cust_pkg270">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=91;show=packages;fragment=cust_pkg270#cust_pkg270">Annual subscription domain</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$25.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >annually</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 19 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 19 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >Fay and Sons (Gerhold, Thora)</TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=91;show=packages;fragment=cust_pkg271#cust_pkg271">271</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=91;show=packages;fragment=cust_pkg271#cust_pkg271">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=91;show=packages;fragment=cust_pkg271#cust_pkg271">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 19 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 19 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 19 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >Fay and Sons (Gerhold, Thora)</TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=91;show=packages;fragment=cust_pkg269#cust_pkg269">269</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=91;show=packages;fragment=cust_pkg269#cust_pkg269">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=91;show=packages;fragment=cust_pkg269#cust_pkg269">Monthly prorated broadband</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$40.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 19 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >Fay and Sons (Gerhold, Thora)</TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=92;show=packages;fragment=cust_pkg272#cust_pkg272">272</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=92;show=packages;fragment=cust_pkg272#cust_pkg272">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=92;show=packages;fragment=cust_pkg272#cust_pkg272">Annual subscription domain</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$25.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >annually</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 07 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 07 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >Ruecker, Lucious</TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=92;show=packages;fragment=cust_pkg273#cust_pkg273">273</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=92;show=packages;fragment=cust_pkg273#cust_pkg273">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=92;show=packages;fragment=cust_pkg273#cust_pkg273">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 07 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 07 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 07 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >Ruecker, Lucious</TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=92;show=packages;fragment=cust_pkg274#cust_pkg274">274</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=92;show=packages;fragment=cust_pkg274#cust_pkg274">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=92;show=packages;fragment=cust_pkg274#cust_pkg274">Monthly prorated account</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 07 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >Ruecker, Lucious</TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=97;show=packages;fragment=cust_pkg288#cust_pkg288">288</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=97;show=packages;fragment=cust_pkg288#cust_pkg288">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=97;show=packages;fragment=cust_pkg288#cust_pkg288">Monthly prorated account</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 18 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >Braun, Rath and Gutkowski (Wilderman, Reyes)</TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=97;show=packages;fragment=cust_pkg287#cust_pkg287">287</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=97;show=packages;fragment=cust_pkg287#cust_pkg287">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=97;show=packages;fragment=cust_pkg287#cust_pkg287">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 18 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 18 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 18 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >Braun, Rath and Gutkowski (Wilderman, Reyes)</TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=97;show=packages;fragment=cust_pkg289#cust_pkg289">289</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=97;show=packages;fragment=cust_pkg289#cust_pkg289">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=97;show=packages;fragment=cust_pkg289#cust_pkg289">Monthly prorated broadband</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$40.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 18 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >Braun, Rath and Gutkowski (Wilderman, Reyes)</TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=103;show=packages;fragment=cust_pkg306#cust_pkg306">306</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=103;show=packages;fragment=cust_pkg306#cust_pkg306">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=103;show=packages;fragment=cust_pkg306#cust_pkg306">Annual subscription domain</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$25.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >annually</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 08 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 08 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >Roberts-Schinner (Flatley, Amelia)</TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=103;show=packages;fragment=cust_pkg305#cust_pkg305">305</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=103;show=packages;fragment=cust_pkg305#cust_pkg305">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=103;show=packages;fragment=cust_pkg305#cust_pkg305">Monthly prorated broadband</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$40.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 08 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >Roberts-Schinner (Flatley, Amelia)</TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=103;show=packages;fragment=cust_pkg307#cust_pkg307">307</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=103;show=packages;fragment=cust_pkg307#cust_pkg307">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=103;show=packages;fragment=cust_pkg307#cust_pkg307">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 08 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 08 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 08 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >Roberts-Schinner (Flatley, Amelia)</TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=114;show=packages;fragment=cust_pkg340#cust_pkg340">340</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=114;show=packages;fragment=cust_pkg340#cust_pkg340">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=114;show=packages;fragment=cust_pkg340#cust_pkg340">Annual subscription domain</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$25.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >annually</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 17 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 17 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >Donnelly, Raleigh</TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=114;show=packages;fragment=cust_pkg339#cust_pkg339">339</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=114;show=packages;fragment=cust_pkg339#cust_pkg339">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=114;show=packages;fragment=cust_pkg339#cust_pkg339">Monthly prorated broadband</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$40.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 17 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >Donnelly, Raleigh</TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=114;show=packages;fragment=cust_pkg338#cust_pkg338">338</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=114;show=packages;fragment=cust_pkg338#cust_pkg338">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=114;show=packages;fragment=cust_pkg338#cust_pkg338">Monthly prorated account</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 17 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >Donnelly, Raleigh</TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=119;show=packages;fragment=cust_pkg354#cust_pkg354">354</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=119;show=packages;fragment=cust_pkg354#cust_pkg354">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=119;show=packages;fragment=cust_pkg354#cust_pkg354">Annual subscription domain</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$25.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >annually</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 09 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 09 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >Runolfsson, Roob and Hoppe (Bergstrom, Esteban)</TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=119;show=packages;fragment=cust_pkg355#cust_pkg355">355</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=119;show=packages;fragment=cust_pkg355#cust_pkg355">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=119;show=packages;fragment=cust_pkg355#cust_pkg355">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 09 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 09 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 09 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >Runolfsson, Roob and Hoppe (Bergstrom, Esteban)</TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=119;show=packages;fragment=cust_pkg353#cust_pkg353">353</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=119;show=packages;fragment=cust_pkg353#cust_pkg353">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=119;show=packages;fragment=cust_pkg353#cust_pkg353">Monthly prorated broadband</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$40.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 09 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >Runolfsson, Roob and Hoppe (Bergstrom, Esteban)</TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=138;show=packages;fragment=cust_pkg412#cust_pkg412">412</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=138;show=packages;fragment=cust_pkg412#cust_pkg412">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=138;show=packages;fragment=cust_pkg412#cust_pkg412">Annual subscription domain</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$25.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >annually</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 13 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 13 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >Leuschke, Edd</TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=138;show=packages;fragment=cust_pkg411#cust_pkg411">411</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=138;show=packages;fragment=cust_pkg411#cust_pkg411">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=138;show=packages;fragment=cust_pkg411#cust_pkg411">Monthly prorated broadband</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$40.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 13 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >Leuschke, Edd</TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=138;show=packages;fragment=cust_pkg410#cust_pkg410">410</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=138;show=packages;fragment=cust_pkg410#cust_pkg410">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=138;show=packages;fragment=cust_pkg410#cust_pkg410">Monthly prorated account</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 13 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >Leuschke, Edd</TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=157;show=packages;fragment=cust_pkg469#cust_pkg469">469</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=157;show=packages;fragment=cust_pkg469#cust_pkg469">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=157;show=packages;fragment=cust_pkg469#cust_pkg469">Monthly prorated broadband</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$40.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 14 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >Weimann Inc (Cartwright, Judah)</TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=157;show=packages;fragment=cust_pkg467#cust_pkg467">467</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=157;show=packages;fragment=cust_pkg467#cust_pkg467">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=157;show=packages;fragment=cust_pkg467#cust_pkg467">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 14 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 14 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 14 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >Weimann Inc (Cartwright, Judah)</TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=157;show=packages;fragment=cust_pkg468#cust_pkg468">468</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=157;show=packages;fragment=cust_pkg468#cust_pkg468">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=157;show=packages;fragment=cust_pkg468#cust_pkg468">Monthly prorated account</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 14 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >Weimann Inc (Cartwright, Judah)</TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=176;show=packages;fragment=cust_pkg524#cust_pkg524">524</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=176;show=packages;fragment=cust_pkg524#cust_pkg524">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=176;show=packages;fragment=cust_pkg524#cust_pkg524">Annual subscription domain</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$25.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >annually</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 31 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 31 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >Waters, Godfrey</TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row1">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=176;show=packages;fragment=cust_pkg525#cust_pkg525">525</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=176;show=packages;fragment=cust_pkg525#cust_pkg525">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=176;show=packages;fragment=cust_pkg525#cust_pkg525">Monthly anniversary phone x4</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 31 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Feb 28 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 28 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >Waters, Godfrey</TD>
-
-
-    </TR>
-
-    <TR ID="" CLASS="row0">
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=176;show=packages;fragment=cust_pkg526#cust_pkg526">526</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=176;show=packages;fragment=cust_pkg526#cust_pkg526">1</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=176;show=packages;fragment=cust_pkg526#cust_pkg526">Monthly prorated account</A></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center >test</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >monthly</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Aug 31 2015</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=right ></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
-
-
-
-        <TD CLASS="grid"  ALIGN=left >Waters, Godfrey</TD>
-
-
-    </TR>
-
-
-</TBODY>
-
-</TABLE>
-
-
-              
-
-  
-            </TD>
-          </TR>
-        </TABLE>
-
-
-        
-
-                </TD>
-      </TR>
-    </TABLE>
-  </BODY>
-</HTML>
-
-
-
-
-
-
diff --git a/FS-Test/share/output/search/cust_pkg_churn.html/agentnum=:status=setup:begin=1438412400:end=1441090800:order_by=cust_pkg.pkgnum b/FS-Test/share/output/search/cust_pkg_churn.html/agentnum=:status=setup:begin=1438412400:end=1441090800:order_by=cust_pkg.pkgnum
new file mode 100644 (file)
index 0000000..92493ad
--- /dev/null
@@ -0,0 +1,6142 @@
+
+            <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<HTML>
+  <HEAD>
+    <TITLE>
+      Packages started between Aug  1st 2015 to Aug 31st 2015
+    </TITLE>
+    <!-- per RT, to prevent IE compatibility mode -->
+    <meta http-equiv="X-UA-Compatible" content="IE=edge" />
+    <!-- The X-UA-Compatible <meta> tag above must be very early in <head> -->
+    <META HTTP-Equiv="Cache-Control" Content="no-cache">
+    <META HTTP-Equiv="Pragma" Content="no-cache">
+    <META HTTP-Equiv="Expires" Content="0"> 
+
+    <script type="text/javascript" src="http://localhost/freeside/elements/cssexpr.js"></script>
+
+
+  <script type="text/javascript" src="http://localhost/freeside/elements/xmenu.top.js"></script>
+  <link href="http://localhost/freeside/elements/xmenu.top.css" type="text/css" rel="stylesheet">
+
+
+  <link href="http://localhost/freeside/elements/freeside.css" type="text/css" rel="stylesheet">
+  <link href="http://localhost/freeside/elements/freeside-print.css" type="text/css" rel="stylesheet" media="print">
+<link href="http://localhost/freeside/elements/freeside-menu.css" type="text/css" rel="stylesheet">
+
+<SCRIPT TYPE="text/javascript">
+
+  function about_freeside() {
+    overlib( OLiframeContent('http://localhost/freeside/docs/about.html', 300, 375, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'About', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#7e0079', CGCOLOR, '#7e0079', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); 
+  }
+
+  webfxMenuImagePath      = "http://localhost/freeside/images/";
+  webfxMenuUseHover       = 1;
+  webfxMenuShowTime       = 300;
+  webfxMenuHideTime       = 500;
+
+  var myBar = new WebFXMenuBar;
+
+    
+          myBar.add(new WebFXMenuButton('Billing Main', "http://localhost/freeside/", 'Billing start page' ));
+
+    
+          myBar.add(new WebFXMenuButton('Ticketing Main', "http://localhost/freeside/rt/", 'Ticketing start page' ));
+
+    
+          myBar.add(new WebFXMenuButton('New prospect', "http://localhost/freeside/edit/prospect_main.html", 'Add a new prospect' ));
+
+    
+          myBar.add(new WebFXMenuButton('New customer', "http://localhost/freeside/edit/cust_main.cgi", 'Add a new customer' ));
+
+
+          var myMenu0 = new WebFXMenu;
+myMenu0.emptyText = '';
+var myMenu1 = new WebFXMenu;
+myMenu1.emptyText = '';
+myMenu1.add(new WebFXMenuItem("List prospects", "http://localhost/freeside/search/prospect_main.html", "" ));
+myMenu1.add(new WebFXMenuItem("Advanced prospect reports", "http://localhost/freeside/search/report_prospect_main.html", "" ));
+myMenu1.add(new WebFXMenuSeparator());
+myMenu1.add(new WebFXMenuItem("Prospect contacts", "http://localhost/freeside/search/report_contact.html?link=prospect_main", "" ));
+myMenu1.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Prospects", null, "Prospect reports", myMenu1 ));
+var myMenu2 = new WebFXMenu;
+myMenu2.emptyText = '';
+myMenu2.add(new WebFXMenuItem("List quotations", "http://localhost/freeside/search/quotation.html", "" ));
+myMenu2.add(new WebFXMenuItem("Advanced quotation reports", "http://localhost/freeside/search/report_quotation.html", "" ));
+myMenu2.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Quotations", null, "Quotation reports", myMenu2 ));
+var myMenu3 = new WebFXMenu;
+myMenu3.emptyText = '';
+var myMenu4 = new WebFXMenu;
+myMenu4.emptyText = '';
+myMenu4.add(new WebFXMenuItem("by customer number", "http://localhost/freeside/search/cust_main.cgi?browse=custnum", "" ));
+myMenu4.add(new WebFXMenuItem("by last name", "http://localhost/freeside/search/cust_main.cgi?browse=last", "" ));
+myMenu4.add(new WebFXMenuItem("by company name", "http://localhost/freeside/search/cust_main.cgi?browse=company", "" ));
+myMenu4.add(new WebFXMenuItem("by active trouble tickets", "http://localhost/freeside/search/cust_main.cgi?browse=tickets", "" ));
+myMenu4.width = 256;
+
+myMenu3.add(new WebFXMenuItem("List customers", null, "List customers", myMenu4 ));
+myMenu3.add(new WebFXMenuItem("Zip code distribution", "http://localhost/freeside/search/report_cust_main-zip.html", "Zip codes by number of customers" ));
+myMenu3.add(new WebFXMenuItem("Customer signup report", "http://localhost/freeside/graph/report_cust_signup.html", "New customer signups by date" ));
+myMenu3.add(new WebFXMenuItem("Customer churn report", "http://localhost/freeside/graph/report_cust_churn.html", "New customers, suspensions, and cancellations summary" ));
+myMenu3.add(new WebFXMenuItem("Signup date report", "http://localhost/freeside/graph/report_signupdate.html", "Signup date report (by date of signup)" ));
+myMenu3.add(new WebFXMenuItem("Advanced customer reports", "http://localhost/freeside/search/report_cust_main.html", "by status, signup date, agent, etc." ));
+myMenu3.add(new WebFXMenuSeparator());
+myMenu3.add(new WebFXMenuItem("Customer contacts", "http://localhost/freeside/search/report_contact.html?link=cust_main", "" ));
+myMenu3.add(new WebFXMenuItem("Customer stored payment information", "http://localhost/freeside/search/report_cust_payby.html", "" ));
+myMenu3.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Customers", null, "Customer reports", myMenu3 ));
+var myMenu5 = new WebFXMenu;
+myMenu5.emptyText = '';
+var myMenu6 = new WebFXMenu;
+myMenu6.emptyText = '';
+myMenu6.add(new WebFXMenuItem("All open invoices", "http://localhost/freeside/search/cust_bill.html?OPEN_date", "All invoices with an unpaid balance" ));
+myMenu6.add(new WebFXMenuItem("15 day open invoices", "http://localhost/freeside/search/cust_bill.html?OPEN15_date", "Invoices 15 days or older with an unpaid balance" ));
+myMenu6.add(new WebFXMenuItem("30 day open invoices", "http://localhost/freeside/search/cust_bill.html?OPEN30_date", "Invoices 30 days or older with an unpaid balance" ));
+myMenu6.add(new WebFXMenuItem("60 day open invoices", "http://localhost/freeside/search/cust_bill.html?OPEN60_date", "Invoices 60 days or older with an unpaid balance" ));
+myMenu6.add(new WebFXMenuItem("90 day open invoices", "http://localhost/freeside/search/cust_bill.html?OPEN90_date", "Invoices 90 days or older with an unpaid balance" ));
+myMenu6.add(new WebFXMenuItem("120 day open invoices", "http://localhost/freeside/search/cust_bill.html?OPEN120_date", "Invoices 120 days or older with an unpaid balance" ));
+myMenu6.width = 256;
+
+myMenu5.add(new WebFXMenuItem("Open invoices", null, "Open invoices", myMenu6 ));
+myMenu5.add(new WebFXMenuItem("All invoices", "http://localhost/freeside/search/cust_bill.html?date", "List all invoices" ));
+myMenu5.add(new WebFXMenuItem("Advanced invoice reports", "http://localhost/freeside/search/report_cust_bill.html", "by agent, date range, etc." ));
+myMenu5.add(new WebFXMenuSeparator());
+myMenu5.add(new WebFXMenuItem("Line items", "http://localhost/freeside/search/report_cust_bill_pkg.html", "Individual line item detail" ));
+myMenu5.add(new WebFXMenuItem("Voided invoices", "http://localhost/freeside/search/report_cust_bill_void.html", "Search for voided invoices" ));
+myMenu5.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Invoices", null, "Invoice reports", myMenu5 ));
+var myMenu7 = new WebFXMenu;
+myMenu7.emptyText = '';
+myMenu7.add(new WebFXMenuItem("Discount graph", "http://localhost/freeside/graph/report_cust_bill_pkg_discount.html", "Discount overview per month" ));
+myMenu7.add(new WebFXMenuItem("Discount detail", "http://localhost/freeside/search/report_cust_bill_pkg_discount.html", "Discount report (by employee and/or date range)" ));
+myMenu7.add(new WebFXMenuItem("Package discounts", "http://localhost/freeside/search/report_cust_pkg_discount.html", "Active/inactive discounts by package" ));
+myMenu7.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Discounts", null, "Discount reports", myMenu7 ));
+var myMenu8 = new WebFXMenu;
+myMenu8.emptyText = '';
+myMenu8.add(new WebFXMenuItem("Payments", "http://localhost/freeside/search/report_cust_pay.html", "Payment report (by type and/or date range)" ));
+myMenu8.add(new WebFXMenuItem("Payment application detail", "http://localhost/freeside/search/report_cust_bill_pay_pkg.html", "Line item application detail" ));
+myMenu8.add(new WebFXMenuItem("Pending Payments", "http://localhost/freeside/search/cust_pay_pending.html?magic=_date;statusNOT=done", "Pending real-time payments" ));
+myMenu8.add(new WebFXMenuItem("Unapplied Payments", "http://localhost/freeside/search/report_cust_pay.html?unapplied=1", "Unapplied payment report (by type and/or date range)" ));
+myMenu8.add(new WebFXMenuItem("Voided Payments", "http://localhost/freeside/search/report_cust_pay.html?void=1", "Voided payment report (by type and/or date range)" ));
+myMenu8.add(new WebFXMenuItem("Unapplied Payment Aging", "http://localhost/freeside/search/report_unapplied_cust_pay.html", "Unapplied payment aging report" ));
+myMenu8.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Payments", null, "Payment reports", myMenu8 ));
+var myMenu9 = new WebFXMenu;
+myMenu9.emptyText = '';
+myMenu9.add(new WebFXMenuItem("Package definitions (by # active)", "http://localhost/freeside/browse/part_pkg.cgi?active=1", "Package definitions by number of active packages" ));
+myMenu9.add(new WebFXMenuItem("Package costs", "http://localhost/freeside/graph/report_cust_pkg_cost.html", "Package setup and recurring costs graph" ));
+myMenu9.add(new WebFXMenuSeparator());
+myMenu9.add(new WebFXMenuItem("Package churn", "http://localhost/freeside/graph/report_cust_pkg.html", "Orders, suspensions and cancellations summary graph" ));
+myMenu9.add(new WebFXMenuSeparator());
+myMenu9.add(new WebFXMenuItem("All customer packages", "http://localhost/freeside/search/cust_pkg.cgi?pkgnum", "List all customer packages" ));
+myMenu9.add(new WebFXMenuItem("Package summary", "http://localhost/freeside/search/cust_pkg_summary.html", "Show package sales summary" ));
+myMenu9.add(new WebFXMenuItem("Suspended customer packages", "http://localhost/freeside/search/cust_pkg.cgi?magic=suspended", "List suspended packages" ));
+myMenu9.add(new WebFXMenuItem("Suspension summary", "http://localhost/freeside/search/cust_pkg_susp.html", "Show suspension activity" ));
+myMenu9.add(new WebFXMenuItem("Customer packages with unconfigured services", "http://localhost/freeside/search/cust_pkg.cgi?APKG_pkgnum", "List packages which have provisionable services" ));
+myMenu9.add(new WebFXMenuItem("Advanced package reports", "http://localhost/freeside/search/report_cust_pkg.html", "by agent, date range, status, package definition" ));
+myMenu9.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Packages", null, "Package reports", myMenu9 ));
+var myMenu10 = new WebFXMenu;
+myMenu10.emptyText = '';
+myMenu10.add(new WebFXMenuItem("Service definitions", "http://localhost/freeside/browse/part_svc.cgi?orderby=active", "Service definitions by number of active packages" ));
+myMenu10.add(new WebFXMenuSeparator());
+myMenu10.add(new WebFXMenuItem("Unprovisioned services", "http://localhost/freeside/search/report_unprovisioned_services.html", "Unprovisioned services" ));
+myMenu10.add(new WebFXMenuSeparator());
+var myMenu11 = new WebFXMenu;
+myMenu11.emptyText = '';
+myMenu11.add(new WebFXMenuItem("All accounts by Username", "http://localhost/freeside/search/svc_acct.cgi?magic=all;sortby=username", "" ));
+myMenu11.add(new WebFXMenuItem("All accounts by UID", "http://localhost/freeside/search/svc_acct.cgi?magic=all;sortby=uid", "" ));
+myMenu11.add(new WebFXMenuItem("All accounts with Time Remaining", "http://localhost/freeside/search/svc_acct.cgi?magic=all;sortby=seconds", "" ));
+myMenu11.add(new WebFXMenuItem("All accounts by Last login", "http://localhost/freeside/search/svc_acct.cgi?magic=all;sortby=last_login", "" ));
+myMenu11.add(new WebFXMenuItem("All accounts never logged in", "http://localhost/freeside/search/svc_acct.cgi?magic=nologin;sortby=svcnum", "" ));
+myMenu11.add(new WebFXMenuItem("Advanced account reports", "http://localhost/freeside/search/report_svc_acct.html", "" ));
+myMenu11.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Accounts", null, "Access accounts and mailboxes", myMenu11 ));
+var myMenu12 = new WebFXMenu;
+myMenu12.emptyText = '';
+myMenu12.add(new WebFXMenuItem("All domains", "http://localhost/freeside/search/svc_domain.cgi?magic=all;sortby=domain", "" ));
+myMenu12.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Domains", null, "Domains", myMenu12 ));
+var myMenu13 = new WebFXMenu;
+myMenu13.emptyText = '';
+myMenu13.add(new WebFXMenuItem("All certificates", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_cert;magic=all;sortby=svcnum", "" ));
+myMenu13.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Certificates", null, "Example services", myMenu13 ));
+var myMenu14 = new WebFXMenu;
+myMenu14.emptyText = '';
+myMenu14.add(new WebFXMenuItem("All mail forwards", "http://localhost/freeside/search/svc_forward.cgi?magic=all;sortby=svcnum", "" ));
+myMenu14.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Mail forwards", null, "Mail forwards", myMenu14 ));
+var myMenu15 = new WebFXMenu;
+myMenu15.emptyText = '';
+myMenu15.add(new WebFXMenuItem("All mailing lists", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_mailinglist;magic=all;sortby=svcnum", "" ));
+myMenu15.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Mailing lists", null, "Mailing lists", myMenu15 ));
+var myMenu16 = new WebFXMenu;
+myMenu16.emptyText = '';
+myMenu16.add(new WebFXMenuItem("All virtual hosting services", "http://localhost/freeside/search/svc_www.cgi?magic=all;sortby=svcnum", "" ));
+myMenu16.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Virtual hosting services", null, "Virtual hosting services", myMenu16 ));
+var myMenu17 = new WebFXMenu;
+myMenu17.emptyText = '';
+myMenu17.add(new WebFXMenuItem("All wireless broadband services", "http://localhost/freeside/search/svc_broadband.cgi?magic=all;sortby=svcnum", "" ));
+myMenu17.add(new WebFXMenuItem("Advanced wireless broadband reports", "http://localhost/freeside/search/report_svc_broadband.html", "" ));
+myMenu17.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Wireless broadband services", null, "Fixed wireless broadband services", myMenu17 ));
+var myMenu18 = new WebFXMenu;
+myMenu18.emptyText = '';
+myMenu18.add(new WebFXMenuItem("All cable subscribers by Service", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_cable;magic=all;sortby=svcnum", "" ));
+myMenu18.add(new WebFXMenuItem("All cable subscribers by Serial number", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_cable;magic=all;sortby=serialnum", "" ));
+myMenu18.add(new WebFXMenuItem("All cable subscribers by MAC address", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_cable;magic=all;sortby=mac_addr", "" ));
+myMenu18.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Cable Subscribers", null, "Cable Subscribers", myMenu18 ));
+var myMenu19 = new WebFXMenu;
+myMenu19.emptyText = '';
+myMenu19.add(new WebFXMenuItem("All DSLs", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_dsl;magic=all;sortby=phonenum", "" ));
+myMenu19.add(new WebFXMenuItem("Qualifications", "http://localhost/freeside/search/qual.cgi", "" ));
+myMenu19.width = 256;
+
+myMenu10.add(new WebFXMenuItem("DSLs", null, "DSLs", myMenu19 ));
+var myMenu20 = new WebFXMenu;
+myMenu20.emptyText = '';
+myMenu20.add(new WebFXMenuItem("All dish services", "http://localhost/freeside/search/svc_dish.cgi?magic=all;sortby=svcnum", "" ));
+myMenu20.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Dish services", null, "Dish services", myMenu20 ));
+var myMenu21 = new WebFXMenu;
+myMenu21.emptyText = '';
+myMenu21.add(new WebFXMenuItem("All hardware", "http://localhost/freeside/search/svc_hardware.cgi?magic=all;sortby=svcnum", "" ));
+myMenu21.add(new WebFXMenuItem("Advanced hardware reports", "http://localhost/freeside/search/report_svc_hardware.html", "" ));
+myMenu21.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Hardware", null, "Hardware", myMenu21 ));
+var myMenu22 = new WebFXMenu;
+myMenu22.emptyText = '';
+myMenu22.add(new WebFXMenuItem("All phone numbers", "http://localhost/freeside/search/svc_phone.cgi?magic=all;sortby=phonenum", "" ));
+myMenu22.add(new WebFXMenuItem("Phone numbers' total usage by time period", "http://localhost/freeside/search/report_svc_phone_usage.html", "Total usage (minutes, and amount billed) for the specified time period, per phone number." ));
+myMenu22.add(new WebFXMenuItem("Phone numbers by state", "http://localhost/freeside/search/phone_state.html", "Current or historical phone services broken down by state." ));
+myMenu22.add(new WebFXMenuItem("Advanced phone number reports", "http://localhost/freeside/search/report_svc_phone.html", "" ));
+myMenu22.add(new WebFXMenuItem("Phone number (DID) availability", "http://localhost/freeside/search/report_phone_avail.html", "" ));
+myMenu22.add(new WebFXMenuItem("Inventory/Provisioning Status", "http://localhost/freeside/search/phone_inventory_provisioned.html", "" ));
+myMenu22.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Phone numbers", null, "Phone numbers", myMenu22 ));
+var myMenu23 = new WebFXMenu;
+myMenu23.emptyText = '';
+myMenu23.add(new WebFXMenuItem("All PBXs", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_pbx;magic=all;sortby=svcnum", "" ));
+myMenu23.width = 256;
+
+myMenu10.add(new WebFXMenuItem("PBXs", null, "PBXs", myMenu23 ));
+var myMenu24 = new WebFXMenu;
+myMenu24.emptyText = '';
+myMenu24.add(new WebFXMenuItem("All circuits", "http://localhost/freeside/search/svc_circuit.cgi?magic=all;sortby=svcnum", "" ));
+myMenu24.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Circuits", null, "Voice and data circuit services", myMenu24 ));
+var myMenu25 = new WebFXMenu;
+myMenu25.emptyText = '';
+myMenu25.add(new WebFXMenuItem("All ports", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_port;magic=all;sortby=serviceid", "" ));
+myMenu25.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Ports", null, "Ports", myMenu25 ));
+var myMenu26 = new WebFXMenu;
+myMenu26.emptyText = '';
+myMenu26.add(new WebFXMenuItem("All alarm services", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_alarm;magic=all;sortby=acctnum", "" ));
+myMenu26.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Alarm services", null, "Alarm services", myMenu26 ));
+var myMenu27 = new WebFXMenu;
+myMenu27.emptyText = '';
+myMenu27.add(new WebFXMenuItem("All external services", "http://localhost/freeside/search/svc_external.cgi?magic=all;sortby=id", "" ));
+myMenu27.width = 256;
+
+myMenu10.add(new WebFXMenuItem("External services", null, "External services", myMenu27 ));
+myMenu10.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Services", null, "Services reports", myMenu10 ));
+var myMenu28 = new WebFXMenu;
+myMenu28.emptyText = '';
+myMenu28.add(new WebFXMenuItem("Inventory by agent", "http://localhost/freeside/search/report_agent_inventory.html", "" ));
+myMenu28.add(new WebFXMenuItem("Inventory activity", "http://localhost/freeside/search/report_h_inventory_item.html", "" ));
+myMenu28.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Inventory", null, "Inventory reports", myMenu28 ));
+var myMenu29 = new WebFXMenu;
+myMenu29.emptyText = '';
+myMenu29.add(new WebFXMenuItem("RADIUS sessions", "http://localhost/freeside/search/sqlradius.html", "" ));
+myMenu29.add(new WebFXMenuItem("RADIUS data usage", "http://localhost/freeside/search/report_sqlradius_usage.html", "" ));
+myMenu29.add(new WebFXMenuItem("Call Detail Records (CDRs)", "http://localhost/freeside/search/report_cdr.html", "" ));
+myMenu29.add(new WebFXMenuItem("Unrateable CDRs", "http://localhost/freeside/search/cdr.html?freesidestatus=failed;cdrbatchnum=_ALL_", "" ));
+myMenu29.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Usage", null, "Usage reports", myMenu29 ));
+var myMenu30 = new WebFXMenu;
+myMenu30.emptyText = '';
+var myMenu31 = new WebFXMenu;
+myMenu31.emptyText = '';
+myMenu31.add(new WebFXMenuItem("Tickets per day per Queue", "http://localhost/freeside/rt/RTx/Statistics/CallsQueueDay", "View the number of tickets created, resolved or deleted in a specific Queue, over the requested period of days" ));
+myMenu31.add(new WebFXMenuItem("Ticket status by Queue", "http://localhost/freeside/rt/RTx/Statistics/OpenStalled", "View numbers of new, open and stalled tickets in a selected Queue" ));
+myMenu31.add(new WebFXMenuItem("Tickets per day (multiple Queues)", "http://localhost/freeside/rt/RTx/Statistics/CallsMultiQueue", "View tickets created, resolved or deleted on in one or more Queues over a specified time period" ));
+myMenu31.add(new WebFXMenuItem("Tickets per Day of Week", "http://localhost/freeside/rt/RTx/Statistics/DayOfWeek", "View trends showing when tickets are created, resolved or deleted" ));
+myMenu31.add(new WebFXMenuItem("Time to resolve", "http://localhost/freeside/rt/RTx/Statistics/Resolution", "View how long tickets take to be resolved by Queue" ));
+myMenu31.add(new WebFXMenuItem("Time to resolve (scatter graph)", "http://localhost/freeside/rt/RTx/Statistics/TimeToResolve", "View a detailed scatter graph of time to resolve tickets by Queue" ));
+myMenu31.width = 256;
+
+myMenu30.add(new WebFXMenuItem("Statistics", null, "", myMenu31 ));
+myMenu30.add(new WebFXMenuSeparator());
+myMenu30.add(new WebFXMenuItem("Advanced ticket reports", "http://localhost/freeside/rt/Search/Build.html?NewQuery=1", "List tickets by any criteria" ));
+myMenu30.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Tickets", null, "Ticket reports", myMenu30 ));
+var myMenu32 = new WebFXMenu;
+myMenu32.emptyText = '';
+var myMenu33 = new WebFXMenu;
+myMenu33.emptyText = '';
+myMenu33.add(new WebFXMenuItem("Sales, Credits and Receipts", "http://localhost/freeside/graph/report_money_time.html", "Sales, credits and receipts summary graph" ));
+myMenu33.add(new WebFXMenuItem("Daily Sales, Credits and Receipts", "http://localhost/freeside/graph/report_money_time_daily.html", "Sales, credits and receipts (broken down by day) summary graph" ));
+myMenu33.add(new WebFXMenuItem("Sales Report", "http://localhost/freeside/graph/report_cust_bill_pkg.html", "Sales report and graph (by agent, package class and/or date range)" ));
+myMenu33.add(new WebFXMenuItem("Rated Call Sales Report", "http://localhost/freeside/graph/report_cust_bill_pkg_detail.html", "Sales report and graph (by agent, package class, usage class and/or date range)" ));
+myMenu33.add(new WebFXMenuItem("Sales with Advertising Source", "http://localhost/freeside/search/report_cust_bill_pkg_referral.html", "" ));
+myMenu33.width = 256;
+
+myMenu32.add(new WebFXMenuItem("Sales", null, "Sales reports", myMenu33 ));
+var myMenu34 = new WebFXMenu;
+myMenu34.emptyText = '';
+myMenu34.add(new WebFXMenuItem("Agent", "http://localhost/freeside/search/report_agent_commission.html", "" ));
+myMenu34.add(new WebFXMenuItem("Agent per package", "http://localhost/freeside/search/report_agent_commission_pkg.html", "" ));
+myMenu34.add(new WebFXMenuItem("Sales Person", "http://localhost/freeside/search/report_sales_commission.html", "" ));
+myMenu34.add(new WebFXMenuItem("Sales Person per package", "http://localhost/freeside/search/report_sales_commission_pkg.html", "" ));
+myMenu34.add(new WebFXMenuItem("Employee", "http://localhost/freeside/search/report_employee_commission.html", "" ));
+myMenu34.width = 256;
+
+myMenu32.add(new WebFXMenuItem("Commissions", null, "Commission reports", myMenu34 ));
+var myMenu35 = new WebFXMenu;
+myMenu35.emptyText = '';
+myMenu35.add(new WebFXMenuItem("Credit Report", "http://localhost/freeside/search/report_cust_credit.html", "Credit report (by employee and/or date range)" ));
+myMenu35.add(new WebFXMenuItem("Credit package source detail", "http://localhost/freeside/search/report_cust_credit_source_bill_pkg.html", "Line-item detail for triggered package credits" ));
+myMenu35.add(new WebFXMenuItem("Credit application detail", "http://localhost/freeside/search/report_cust_credit_bill_pkg.html", "Line item application detail" ));
+myMenu35.add(new WebFXMenuItem("Unapplied Credits", "http://localhost/freeside/search/report_cust_credit.html?unapplied=1", "Unapplied credit report (by type and/or date range)" ));
+myMenu35.add(new WebFXMenuItem("Voided Credits", "http://localhost/freeside/search/report_cust_credit_void.html", "Voided credit report (by employee and/or date range)" ));
+myMenu35.width = 256;
+
+myMenu32.add(new WebFXMenuItem("Credits", null, "Credit reports", myMenu35 ));
+var myMenu36 = new WebFXMenu;
+myMenu36.emptyText = '';
+myMenu36.add(new WebFXMenuItem("Refund Report", "http://localhost/freeside/search/report_cust_refund.html", "Refund report (by type and/or date range)" ));
+myMenu36.add(new WebFXMenuItem("Unapplied Refunds", "http://localhost/freeside/search/report_cust_refund.html?unapplied=1", "Unapplied refund report (by type and/or date range)" ));
+myMenu36.width = 256;
+
+myMenu32.add(new WebFXMenuItem("Refunds", null, "Refund reports", myMenu36 ));
+myMenu32.add(new WebFXMenuItem("A/R Aging", "http://localhost/freeside/search/report_receivables.html", "Accounts Receivable Aging report" ));
+myMenu32.add(new WebFXMenuItem("Prepaid Income", "http://localhost/freeside/search/report_prepaid_income.html", "Prepaid income (unearned revenue)  report" ));
+myMenu32.add(new WebFXMenuItem("Tax Liability", "http://localhost/freeside/search/report_tax.html", "Tax liability report (internal tax data)" ));
+myMenu32.add(new WebFXMenuItem("E911 Fee Summary", "http://localhost/freeside/search/report_e911.html", "E911 fee summary" ));
+myMenu32.add(new WebFXMenuItem("Customer Accounting Summary", "http://localhost/freeside/search/report_customer_accounting_summary.html", "Customer accounting summary report" ));
+myMenu32.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Financial (Receivables)", null, "Financial reports (Receivables)", myMenu32 ));
+var myMenu37 = new WebFXMenu;
+myMenu37.emptyText = '';
+myMenu37.add(new WebFXMenuItem("Payables summary", "http://localhost/freeside/search/report_vend_main.html", "Payables summary by vendor" ));
+myMenu37.add(new WebFXMenuItem("Payables detail", "http://localhost/freeside/search/report_vend_bill.html", "" ));
+myMenu37.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Financial (Payables)", null, "Financial reports (Payables)", myMenu37 ));
+var myMenu38 = new WebFXMenu;
+myMenu38.emptyText = '';
+var myMenu39 = new WebFXMenu;
+myMenu39.emptyText = '';
+myMenu39.add(new WebFXMenuItem("All billing events", "http://localhost/freeside/search/report_cust_event.html", "All billing events for a date range" ));
+myMenu39.add(new WebFXMenuItem("Billing event errors", "http://localhost/freeside/search/report_cust_event.html?failed=1", "Failed credit cards, processor or printer problems, etc." ));
+myMenu39.width = 256;
+
+myMenu38.add(new WebFXMenuItem("Billing events", null, "Billing events", myMenu39 ));
+myMenu38.add(new WebFXMenuItem("Credit limit incidents", "http://localhost/freeside/search/report_cust_main_credit_limit.html", "" ));
+myMenu38.add(new WebFXMenuItem("Employee activity", "http://localhost/freeside/search/report_employee_audit.html", "" ));
+myMenu38.add(new WebFXMenuItem("System log", "http://localhost/freeside/search/log.html", "View system events and debugging information." ));
+myMenu38.add(new WebFXMenuItem("Outgoing messages", "http://localhost/freeside/search/cust_msg.html", "View outgoing message log" ));
+myMenu38.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Logs", null, "System and email logs", myMenu38 ));
+myMenu0.width = 256;
+
+          myBar.add(new WebFXMenuButton('Reports', null, 'Lists, reporting and graphing', myMenu0 ));
+
+
+          var myMenu40 = new WebFXMenu;
+myMenu40.emptyText = '';
+var myMenu41 = new WebFXMenu;
+myMenu41.emptyText = '';
+myMenu41.add(new WebFXMenuItem("Appointments", "http://localhost/freeside/rt/Search/Schedule.html?LengthMin=0", "View appointment schedule" ));
+myMenu41.add(new WebFXMenuItem("Attachments", "http://localhost/freeside/browse/cust_attachment.html", "View customer attachments" ));
+myMenu41.add(new WebFXMenuItem("Customer email settings", "http://localhost/freeside/misc/manage_cust_email.html", "" ));
+myMenu41.width = 256;
+
+myMenu40.add(new WebFXMenuItem("Customers", null, "Customer tools", myMenu41 ));
+var myMenu42 = new WebFXMenu;
+myMenu42.emptyText = '';
+myMenu42.add(new WebFXMenuItem("Quick payment entry", "http://localhost/freeside/misc/batch-cust_pay.html", "Enter multiple payments in a batch" ));
+myMenu42.add(new WebFXMenuItem("Download invoice batches", "http://localhost/freeside/search/bill_batch.cgi", "" ));
+myMenu42.width = 256;
+
+myMenu40.add(new WebFXMenuItem("Billing", null, "Payment and invoice tools", myMenu42 ));
+var myMenu43 = new WebFXMenu;
+myMenu43.emptyText = '';
+var myMenu44 = new WebFXMenu;
+myMenu44.emptyText = '';
+myMenu44.add(new WebFXMenuItem("Overview", "http://localhost/freeside/rt/Articles/index.html", "" ));
+myMenu44.add(new WebFXMenuItem("Search", "http://localhost/freeside/rt/Articles/Article/Search.html", "" ));
+myMenu44.add(new WebFXMenuItem("Topics", "http://localhost/freeside/rt/Articles/Topics.html", "" ));
+myMenu44.width = 256;
+
+myMenu43.add(new WebFXMenuItem("Articles", null, "", myMenu44 ));
+myMenu43.add(new WebFXMenuItem("My Day", "http://localhost/freeside/rt/Tools/MyDay.html", "" ));
+myMenu43.add(new WebFXMenuItem("My Reminders", "http://localhost/freeside/rt/Tools/MyReminders.html", "" ));
+myMenu43.add(new WebFXMenuItem("Offline", "http://localhost/freeside/rt/Tools/Offline.html", "" ));
+myMenu43.add(new WebFXMenuItem("Approval", "http://localhost/freeside/rt/Approvals/", "" ));
+myMenu43.width = 256;
+
+myMenu40.add(new WebFXMenuItem("Ticketing", null, "Ticketing tools", myMenu43 ));
+var myMenu45 = new WebFXMenu;
+myMenu45.emptyText = '';
+myMenu45.add(new WebFXMenuItem("Bulk DID Orders", "http://localhost/freeside/browse/did_order.html", "View/manage bulk DID orders" ));
+myMenu45.add(new WebFXMenuItem("Business card scan", "http://localhost/freeside/edit/prospect_main-upload.html", "" ));
+myMenu45.width = 256;
+
+myMenu40.add(new WebFXMenuItem("Miscellaneous", null, "", myMenu45 ));
+var myMenu46 = new WebFXMenu;
+myMenu46.emptyText = '';
+myMenu46.add(new WebFXMenuItem("Customers", "http://localhost/freeside/misc/cust_main-import.cgi", "" ));
+myMenu46.add(new WebFXMenuItem("Package definitions", "http://localhost/freeside/misc/part_pkg-import.html", "" ));
+myMenu46.add(new WebFXMenuItem("Customer packages", "http://localhost/freeside/misc/cust_pkg-import.html", "" ));
+myMenu46.add(new WebFXMenuItem("Customer comments", "http://localhost/freeside/misc/cust_main_note-import.html", "" ));
+myMenu46.add(new WebFXMenuItem("One-time charges", "http://localhost/freeside/misc/cust_main-import_charges.cgi", "" ));
+myMenu46.add(new WebFXMenuItem("Payments", "http://localhost/freeside/misc/cust_pay-import.cgi", "" ));
+myMenu46.add(new WebFXMenuItem("Credits", "http://localhost/freeside/misc/cust_credit-import.html", "" ));
+myMenu46.add(new WebFXMenuItem("Phone numbers (DIDs)", "http://localhost/freeside/misc/phone_avail-import.html", "" ));
+myMenu46.add(new WebFXMenuItem("Call Detail Records (CDRs)", "http://localhost/freeside/misc/cdr-import.html", "" ));
+myMenu46.width = 256;
+
+myMenu40.add(new WebFXMenuItem("Importing", null, "Import tools", myMenu46 ));
+var myMenu47 = new WebFXMenu;
+myMenu47.emptyText = '';
+myMenu47.add(new WebFXMenuItem("Status", "http://localhost/freeside/view/Status.html", "System status" ));
+myMenu47.add(new WebFXMenuItem("Job Queue", "http://localhost/freeside/search/queue.html", "View pending job queue" ));
+myMenu47.width = 256;
+
+myMenu40.add(new WebFXMenuItem("System", null, "System tools", myMenu47 ));
+myMenu40.width = 256;
+
+          myBar.add(new WebFXMenuButton('Tools', null, 'Tools', myMenu40 ));
+
+
+          var myMenu48 = new WebFXMenu;
+myMenu48.emptyText = '';
+myMenu48.add(new WebFXMenuItem("Settings", "http://localhost/freeside/config/config-view.cgi", "" ));
+myMenu48.add(new WebFXMenuSeparator());
+var myMenu49 = new WebFXMenu;
+myMenu49.emptyText = '';
+myMenu49.add(new WebFXMenuItem("Agent types", "http://localhost/freeside/browse/agent_type.cgi", "Agent types define groups of package definitions that you can then assign to particular agents" ));
+myMenu49.add(new WebFXMenuItem("Agents", "http://localhost/freeside/browse/agent.cgi", "Agents are resellers of your service. Agents may be limited to a subset of your full offerings (via their type)" ));
+myMenu49.add(new WebFXMenuItem("Agent payment gateways", "http://localhost/freeside/browse/payment_gateway.html", "Credit card and electronic check processors for agent overrides" ));
+myMenu49.width = 256;
+
+myMenu48.add(new WebFXMenuItem("Companies", null, "", myMenu49 ));
+var myMenu50 = new WebFXMenu;
+myMenu50.emptyText = '';
+myMenu50.add(new WebFXMenuItem("Sales People", "http://localhost/freeside/browse/sales.html", "Sales people bring in new business." ));
+myMenu50.width = 256;
+
+myMenu48.add(new WebFXMenuItem("Sales People", null, "", myMenu50 ));
+var myMenu51 = new WebFXMenu;
+myMenu51.emptyText = '';
+myMenu51.add(new WebFXMenuItem("Employees", "http://localhost/freeside/browse/access_user.html", "Setup internal users" ));
+myMenu51.add(new WebFXMenuItem("Employee groups", "http://localhost/freeside/browse/access_group.html", "Employee groups allow you to control access to the backend" ));
+myMenu51.add(new WebFXMenuItem("Installer availability", "http://localhost/freeside/browse/sched_item.html", "Installer availability" ));
+myMenu51.width = 256;
+
+myMenu48.add(new WebFXMenuItem("Employees", null, "", myMenu51 ));
+myMenu48.add(new WebFXMenuSeparator());
+var myMenu52 = new WebFXMenu;
+myMenu52.emptyText = '';
+myMenu52.add(new WebFXMenuItem("Customer tags", "http://localhost/freeside/browse/part_tag.html", "" ));
+myMenu52.add(new WebFXMenuItem("Customer classes", "http://localhost/freeside/browse/cust_class.html", "Customer classes define groups of customers for reporting." ));
+myMenu52.add(new WebFXMenuItem("Customer categories", "http://localhost/freeside/browse/cust_category.html", "Customer categories define groups of customer classes." ));
+myMenu52.add(new WebFXMenuSeparator());
+myMenu52.add(new WebFXMenuItem("Contact types", "http://localhost/freeside/browse/contact_class.html", "" ));
+myMenu52.width = 256;
+
+myMenu48.add(new WebFXMenuItem("Customers", null, "", myMenu52 ));
+var myMenu53 = new WebFXMenu;
+myMenu53.emptyText = '';
+myMenu53.add(new WebFXMenuItem("Package definitions", "http://localhost/freeside/browse/part_pkg.cgi", "One or more services are grouped together into a package and given pricing information. Customers purchase packages, not services" ));
+myMenu53.add(new WebFXMenuItem("Package classes", "http://localhost/freeside/browse/pkg_class.html", "Package classes define groups of packages, for taxation, ordering convenience and reporting." ));
+myMenu53.add(new WebFXMenuItem("Package categories", "http://localhost/freeside/browse/pkg_category.html", "Package categories define groups of package classes, for invoice sections." ));
+myMenu53.add(new WebFXMenuItem("Package report classes", "http://localhost/freeside/browse/part_pkg_report_option.html", "Package classes define optional groups of packages for reporting only." ));
+myMenu53.add(new WebFXMenuItem("Fees", "http://localhost/freeside/browse/part_fee.html", "" ));
+myMenu53.add(new WebFXMenuItem("Discounts", "http://localhost/freeside/browse/discount.html", "" ));
+myMenu53.add(new WebFXMenuItem("Discount classes", "http://localhost/freeside/browse/discount_class.html", "" ));
+var myMenu54 = new WebFXMenu;
+myMenu54.emptyText = '';
+myMenu54.add(new WebFXMenuItem("Cancel reasons", "http://localhost/freeside/browse/reason.html?class=C", "Cancel reasons explain why a service was cancelled." ));
+myMenu54.add(new WebFXMenuItem("Cancel reason types", "http://localhost/freeside/browse/reason_type.html?class=C", "Cancel reason types define groups of reasons." ));
+myMenu54.add(new WebFXMenuItem("Suspend reasons", "http://localhost/freeside/browse/reason.html?class=S", "Suspend reasons explain why a service was suspended." ));
+myMenu54.add(new WebFXMenuItem("Suspend reason types", "http://localhost/freeside/browse/reason_type.html?class=S", "Suspend reason types define groups of reasons." ));
+myMenu54.width = 256;
+
+myMenu53.add(new WebFXMenuItem("Cancel/Suspend Reasons", null, "", myMenu54 ));
+myMenu53.width = 256;
+
+myMenu48.add(new WebFXMenuItem("Packages", null, "", myMenu53 ));
+var myMenu55 = new WebFXMenu;
+myMenu55.emptyText = '';
+myMenu55.add(new WebFXMenuItem("Service definitions", "http://localhost/freeside/browse/part_svc.cgi", "Services are items you offer to your customers" ));
+myMenu55.add(new WebFXMenuItem("Service classes", "http://localhost/freeside/browse/part_svc_class.html", "Services classes are user-defined, informational types for services" ));
+myMenu55.add(new WebFXMenuItem("Service dependencies", "http://localhost/freeside/browse/part_svc_link.html", "Services depencies define rules between service definitions" ));
+myMenu55.add(new WebFXMenuItem("Provisioning exports", "http://localhost/freeside/browse/part_export.cgi", "Provisioning services to external machines, databases and APIs" ));
+var myMenu56 = new WebFXMenu;
+myMenu56.emptyText = '';
+myMenu56.add(new WebFXMenuItem("Access numbers", "http://localhost/freeside/browse/svc_acct_pop.cgi", "Points of Presence" ));
+myMenu56.width = 256;
+
+myMenu55.add(new WebFXMenuItem("Dialup", null, "", myMenu56 ));
+var myMenu57 = new WebFXMenu;
+myMenu57.emptyText = '';
+myMenu57.add(new WebFXMenuItem("Towers", "http://localhost/freeside/browse/tower.html", "Towers and sectors" ));
+myMenu57.add(new WebFXMenuItem("Routers", "http://localhost/freeside/browse/router.cgi", "Broadband access routers" ));
+myMenu57.add(new WebFXMenuItem("Address blocks", "http://localhost/freeside/browse/addr_block.cgi", "Manage address blocks and block assignments to broadband routers" ));
+myMenu57.add(new WebFXMenuItem("Address ranges", "http://localhost/freeside/browse/addr_range.html", "Designate special address ranges" ));
+myMenu57.width = 256;
+
+myMenu55.add(new WebFXMenuItem("Wireless broadband", null, "", myMenu57 ));
+var myMenu58 = new WebFXMenu;
+myMenu58.emptyText = '';
+myMenu58.add(new WebFXMenuItem("View/Edit phone device types", "http://localhost/freeside/browse/part_device.html", "Phone device types" ));
+myMenu58.add(new WebFXMenuItem("View/Edit bulk DID vendors", "http://localhost/freeside/browse/did_vendor.html", "Bulk DID vendors" ));
+myMenu58.add(new WebFXMenuItem("View/Edit Carriers", "http://localhost/freeside/browse/cdr_carrier.html", "Carriers" ));
+myMenu58.width = 256;
+
+myMenu55.add(new WebFXMenuItem("Phone", null, "", myMenu58 ));
+var myMenu59 = new WebFXMenu;
+myMenu59.emptyText = '';
+myMenu59.add(new WebFXMenuItem("RADIUS Groups", "http://localhost/freeside/browse/radius_group.html", "Manage RADIUS groups" ));
+myMenu59.add(new WebFXMenuItem("RADIUS Clients", "http://localhost/freeside/browse/nas.html", "Manage RADIUS clients" ));
+myMenu59.width = 256;
+
+myMenu55.add(new WebFXMenuItem("RADIUS", null, "", myMenu59 ));
+var myMenu60 = new WebFXMenu;
+myMenu60.emptyText = '';
+myMenu60.add(new WebFXMenuItem("Cable providers", "http://localhost/freeside/browse/cable_provider.html", "" ));
+myMenu60.add(new WebFXMenuItem("Cable modem models", "http://localhost/freeside/browse/cable_model.html", "" ));
+myMenu60.width = 256;
+
+myMenu55.add(new WebFXMenuItem("Cable", null, "", myMenu60 ));
+var myMenu61 = new WebFXMenu;
+myMenu61.emptyText = '';
+myMenu61.add(new WebFXMenuItem("Conferencing types", "http://localhost/freeside/browse/conferencing_type.html", "" ));
+myMenu61.add(new WebFXMenuItem("Quality levels", "http://localhost/freeside/browse/conferencing_quality.html", "" ));
+myMenu61.width = 256;
+
+myMenu55.add(new WebFXMenuItem("Conferencing", null, "", myMenu61 ));
+var myMenu62 = new WebFXMenu;
+myMenu62.emptyText = '';
+myMenu62.add(new WebFXMenuItem("Alarm system vendors", "http://localhost/freeside/browse/alarm_system.html", "" ));
+myMenu62.add(new WebFXMenuItem("Alarm system types", "http://localhost/freeside/browse/alarm_type.html", "" ));
+myMenu62.add(new WebFXMenuItem("Alarm central stations", "http://localhost/freeside/browse/alarm_station.html", "" ));
+myMenu62.width = 256;
+
+myMenu55.add(new WebFXMenuItem("Alarm", null, "", myMenu62 ));
+var myMenu63 = new WebFXMenu;
+myMenu63.emptyText = '';
+myMenu63.add(new WebFXMenuItem("Circuit types", "http://localhost/freeside/browse/circuit_type.html", "" ));
+myMenu63.add(new WebFXMenuItem("Circuit providers", "http://localhost/freeside/browse/circuit_provider.html", "" ));
+myMenu63.add(new WebFXMenuItem("Termination types", "http://localhost/freeside/browse/circuit_termination.html", "" ));
+myMenu63.width = 256;
+
+myMenu55.add(new WebFXMenuItem("Circuits", null, "", myMenu63 ));
+myMenu55.add(new WebFXMenuItem("Hardware types", "http://localhost/freeside/browse/hardware_class.html", "Set up hardware type catalog" ));
+myMenu55.width = 256;
+
+myMenu48.add(new WebFXMenuItem("Services", null, "", myMenu55 ));
+myMenu48.add(new WebFXMenuSeparator());
+var myMenu64 = new WebFXMenu;
+myMenu64.emptyText = '';
+myMenu64.add(new WebFXMenuItem("Vendor classes", "http://localhost/freeside/browse/vend_class.html", "" ));
+myMenu64.add(new WebFXMenuItem("Vendors", "http://localhost/freeside/browse/vend_main.html", "" ));
+myMenu64.width = 256;
+
+myMenu48.add(new WebFXMenuItem("Vendors", null, "", myMenu64 ));
+myMenu48.add(new WebFXMenuSeparator());
+var myMenu65 = new WebFXMenu;
+myMenu65.emptyText = '';
+myMenu65.add(new WebFXMenuItem("Billing events", "http://localhost/freeside/browse/part_event.html", "Billing actions for customers, invoices and packages" ));
+myMenu65.add(new WebFXMenuItem("Invoice configurations", "http://localhost/freeside/browse/invoice_conf.html", "Adjust invoice settings for special-purpose notices" ));
+myMenu65.add(new WebFXMenuItem("Invoice templates", "http://localhost/freeside/browse/invoice_template.html", "Edit templates for HTML, plaintext and typeset invoices" ));
+myMenu65.add(new WebFXMenuSeparator());
+myMenu65.add(new WebFXMenuItem("Prepaid cards", "http://localhost/freeside/search/prepay_credit.html", "View outstanding cards, generate new cards" ));
+var myMenu66 = new WebFXMenu;
+myMenu66.emptyText = '';
+myMenu66.add(new WebFXMenuItem("Rate plans", "http://localhost/freeside/browse/rate.cgi", "Manage rate plans" ));
+myMenu66.add(new WebFXMenuItem("Regions and prefixes", "http://localhost/freeside/browse/rate_region.html", "Manage regions and prefixes" ));
+myMenu66.add(new WebFXMenuItem("Usage classes", "http://localhost/freeside/browse/usage_class.html", "Usage classes define groups of usage for taxation." ));
+myMenu66.add(new WebFXMenuItem("Time periods", "http://localhost/freeside/browse/rate_time.html", "Time periods define days and hours for rate plans" ));
+myMenu66.add(new WebFXMenuItem("Edit rates with Excel", "http://localhost/freeside/misc/rate_edit_excel.html", "Download and edit rates with Excel, then upload changes." ));
+myMenu66.add(new WebFXMenuSeparator());
+myMenu66.add(new WebFXMenuItem("Tiering plans", "http://localhost/freeside/browse/rate_tier.html", "Rating tiers" ));
+myMenu66.width = 256;
+
+myMenu65.add(new WebFXMenuItem("Call rates and regions", null, "Manage rate plans, regions and prefixes for VoIP and call billing", myMenu66 ));
+myMenu65.add(new WebFXMenuSeparator());
+myMenu65.add(new WebFXMenuItem("Locales and tax rates", "http://localhost/freeside/browse/cust_main_county.cgi", "Change tax rates, or break down a country into states, or a state into counties and assign different tax rates to each" ));
+myMenu65.add(new WebFXMenuItem("Tax classes", "http://localhost/freeside/browse/part_pkg_taxclass.html", "Tax classes" ));
+myMenu65.add(new WebFXMenuSeparator());
+myMenu65.add(new WebFXMenuItem("Credit reasons", "http://localhost/freeside/browse/reason.html?class=R", "Credit reasons explain why a credit was issued." ));
+myMenu65.add(new WebFXMenuItem("Credit reason types", "http://localhost/freeside/browse/reason_type.html?class=R", "Credit reason types define groups of reasons." ));
+myMenu65.add(new WebFXMenuSeparator());
+myMenu65.add(new WebFXMenuItem("Refund reasons", "http://localhost/freeside/browse/reason.html?class=F", "Refund reasons explain why a refund was issued." ));
+myMenu65.add(new WebFXMenuItem("Refund reason types", "http://localhost/freeside/browse/reason_type.html?class=F", "Refund reason types define groups of reasons." ));
+myMenu65.width = 256;
+
+myMenu48.add(new WebFXMenuItem("Billing", null, "", myMenu65 ));
+myMenu48.add(new WebFXMenuSeparator());
+var myMenu67 = new WebFXMenu;
+myMenu67.emptyText = '';
+myMenu67.add(new WebFXMenuItem("Message templates", "http://localhost/freeside/browse/msg_template.html", "Templates for customer notices" ));
+myMenu67.add(new WebFXMenuItem("Advertising sources", "http://localhost/freeside/browse/part_referral.html", "Where a customer heard about your service." ));
+myMenu67.add(new WebFXMenuItem("Custom fields", "http://localhost/freeside/browse/part_virtual_field.html", "Locally defined fields" ));
+myMenu67.add(new WebFXMenuItem("Translation strings", "http://localhost/freeside/browse/msgcat.html", "Translations and other customizable labels for each locale" ));
+myMenu67.add(new WebFXMenuItem("Inventory classes and inventory", "http://localhost/freeside/browse/inventory_class.html", "Setup inventory classes and stock inventory" ));
+myMenu67.add(new WebFXMenuItem("Upload targets", "http://localhost/freeside/browse/upload_target.html", "Billing and payment upload destinations" ));
+myMenu67.width = 256;
+
+myMenu48.add(new WebFXMenuItem("Miscellaneous", null, "", myMenu67 ));
+myMenu48.width = 256;
+
+          myBar.add(new WebFXMenuButton('Configuration', null, 'Configuration and setup', myMenu48 ));
+
+
+          var myMenu68 = new WebFXMenu;
+myMenu68.emptyText = '';
+myMenu68.add(new WebFXMenuItem("Billing documentation", "http://www.freeside.biz/mediawiki/index.php/Freeside:4:Documentation", "Freeside documentation" ));
+myMenu68.add(new WebFXMenuItem("Ticketing documentation", "http://wiki.bestpractical.com/", "Request Tracker Wiki" ));
+myMenu68.add(new WebFXMenuSeparator());
+myMenu68.add(new WebFXMenuItem("About Freeside v5.0git", "javascript:about_freeside()", "" ));
+myMenu68.add(new WebFXMenuItem("About RT v4.2.11", "http://www.bestpractical.com/rt", "Request Tracker Homepage" ));
+myMenu68.width = 256;
+
+          myBar.add(new WebFXMenuButton('Help', null, '', myMenu68 ));
+
+
+  myBar.show( null, 'vertical' );
+  myBar.width = 154;
+
+</SCRIPT>
+
+
+
+
+      <link rel="stylesheet" href="http://localhost/freeside/elements/jquery-ui.min.css">
+      <SCRIPT SRC="http://localhost/freeside/elements/jquery.js"></SCRIPT>
+      <SCRIPT SRC="http://localhost/freeside/elements/jquery-ui.min.js"></SCRIPT>
+      <SCRIPT TYPE="text/javascript" SRC="http://localhost/freeside/elements/overlibmws.js"></SCRIPT>
+  <SCRIPT TYPE="text/javascript" SRC="http://localhost/freeside/elements/overlibmws_iframe.js"></SCRIPT>
+  <SCRIPT TYPE="text/javascript" SRC="http://localhost/freeside/elements/overlibmws_draggable.js"></SCRIPT>
+  <SCRIPT TYPE="text/javascript" SRC="http://localhost/freeside/elements/overlibmws_crossframe.js"></SCRIPT>
+  <SCRIPT TYPE="text/javascript" SRC="http://localhost/freeside/elements/iframecontentmws.js"></SCRIPT>
+  <SCRIPT TYPE="text/javascript" SRC="http://localhost/freeside/elements/ajaxcontentmws.js"></SCRIPT>
+
+    <SCRIPT TYPE="text/javascript">
+
+  function rs_init_object() {
+    var A;
+    try {
+      A=new ActiveXObject("Msxml2.XMLHTTP");
+    } catch (e) {
+      try {
+        A=new ActiveXObject("Microsoft.XMLHTTP");
+      } catch (oc) {
+        A=null;
+      }
+    }
+    if(!A && typeof XMLHttpRequest != "undefined")
+      A = new XMLHttpRequest();
+    if (!A)
+      alert("Can't create XMLHttpRequest object");
+    return A;
+
+  }
+
+</SCRIPT>
+
+
+    
+
+  </HEAD>
+  <BODY BGCOLOR="#f8f8f8"  STYLE="margin-top:0; margin-bottom:0; margin-left:0px; margin-right:0px">
+    <table width="100%" CELLPADDING=0 CELLSPACING=0 STYLE="padding-left:0px; padding-right:4px" CLASS="fshead">
+      <tr>
+        <td BGCOLOR="#ffffff"><IMG BORDER=0 ALT="freeside" HEIGHT="36" SRC="http://localhost/freeside/view/REAL_logo.cgi"></td>
+        <td align=left BGCOLOR="#ffffff"> <!-- valign="top" -->
+          <font size=6>Freeside Test 5.0.1</font>
+        </td>
+        <td align=right valign=top BGCOLOR="#ffffff"><FONT SIZE="-1">Logged in as <b>test&nbsp;</b> <FONT SIZE="-2"><a href="http://localhost/freeside/loginout/logout.html">logout</a></FONT><br></FONT><FONT SIZE="-2"><a href="http://localhost/freeside/pref/pref.html" STYLE="color: #000000">Preferences</a>
+          <BR></FONT>
+        </td>
+      </tr>
+    </table>
+
+    <TABLE WIDTH="100%" CELLSPACING=0 CELLPADDING=0>
+
+<link href="http://localhost/freeside/elements/freeside-menu.css" type="text/css" rel="stylesheet">
+
+
+      <TR CLASS="fsmenubar">
+
+
+        <TD COLSPAN="7" WIDTH="100%" STYLE="padding:1px 0px 0px 0px;border-top: 1px solid #7e0079" BGCOLOR="#dddddd">
+          <SCRIPT TYPE="text/javascript">
+            document.write(myBar);
+          </SCRIPT>
+        </TD>
+
+      </TR>
+
+      <TR CLASS="fssearchbar">
+
+        <TD COLSPAN=1 BGCOLOR="#dddddd" ALIGN="right" STYLE="padding-left:2px">
+          
+  <FORM ACTION="http://localhost/freeside/search/prospect_main.html" METHOD="GET" STYLE="margin:0">
+    <INPUT NAME="search_prospect" TYPE="text" VALUE="(name, company or phone)" STYLE="width:155px" onFocus="clearhint_search_prospect(this);" onClick="clearhint_search_prospect(this);" CLASS="fstext"><BR>
+    <A HREF="http://localhost/freeside/search/report_prospect_main.html" CLASS="fslink" STYLE="font-size: 11px">Adv</A>
+    <INPUT TYPE="submit" VALUE="Search prospects" CLASS="fsblackbutton" onMouseOver="this.className='fsblackbuttonselected'; return true;" onMouseOut="this.className='fsblackbutton'; return true;" STYLE="font-size:11px;padding-left:1px;padding-right:1px">
+  </FORM>
+  
+
+
+<SCRIPT TYPE="text/javascript">
+
+  function clearhint_search_prospect (what) {
+    if ( what.value == '(name, company or phone)' )
+      what.value = '';
+  }
+
+</SCRIPT>
+
+        </TD>
+
+        <TD COLSPAN=1 BGCOLOR="#dddddd" ALIGN="right" STYLE="padding-left:2px">
+          
+  <FORM ACTION="http://localhost/freeside/search/cust_main.cgi" METHOD="POST" STYLE="margin:0">
+    <INPUT NAME="search_cust" TYPE="text" VALUE="(cust #, name, company or contact phone)" STYLE="width:246px" onFocus="clearhint_search_cust(this);" onClick="clearhint_search_cust(this);" CLASS="fstext"><BR>
+    <A HREF="http://localhost/freeside/search/report_cust_main.html" CLASS="fslink" STYLE="font-size: 11px">Advanced</A>
+    <INPUT TYPE="submit" VALUE="Search customers" CLASS="fsblackbutton" onMouseOver="this.className='fsblackbuttonselected'; return true;" onMouseOut="this.className='fsblackbutton'; return true;" STYLE="font-size:11px">
+  </FORM>
+  
+
+
+<SCRIPT TYPE="text/javascript">
+
+  function clearhint_search_cust (what) {
+    if ( what.value == '(cust #, name, company or contact phone)' )
+      what.value = '';
+  }
+
+</SCRIPT>
+
+        </TD>
+
+        <TD COLSPAN=1 BGCOLOR="#dddddd" ALIGN="center">
+          
+<SCRIPT TYPE="text/javascript">
+
+  function clearhint_search_address2 (what) {
+    if ( what.value == '(Unit #)' )
+      what.value = '';
+  }
+
+</SCRIPT>
+
+        </TD>
+
+        <TD COLSPAN=1 BGCOLOR="#dddddd" ALIGN="right">
+          
+  <FORM ACTION="http://localhost/freeside/search/cust_bill.html" METHOD="GET" STYLE="margin:0;display:inline">
+    <INPUT NAME="invnum" TYPE="text" VALUE="(inv #)" STYLE="width:56px" onFocus="clearhint_search_invoice(this);" onClick="clearhint_search_invoice(this);" CLASS="fstext">
+    <A HREF="http://localhost/freeside/search/report_cust_bill.html" CLASS="fslink" STYLE="font-size: 11px">Adv</A>    <BR>
+    <INPUT TYPE="submit" VALUE="Search invoices" CLASS="fsblackbutton" onMouseOver="this.className='fsblackbuttonselected'; return true;" onMouseOut="this.className='fsblackbutton'; return true;" STYLE="font-size:11px;padding-left:1px;padding-right:1px;margin-top:3px">
+  </FORM>
+  
+
+
+<SCRIPT TYPE="text/javascript">
+
+  function clearhint_search_invoice (what) {
+    if ( what.value == '(inv #)' )
+      what.value = '';
+  }
+
+</SCRIPT>
+
+        </TD>
+
+        <TD COLSPAN=1 BGCOLOR="#dddddd" ALIGN="right" STYLE="padding-left:2px">
+          
+  <FORM ACTION="http://localhost/freeside/search/cust_svc.html" METHOD="GET" STYLE="margin:0">
+    <INPUT NAME="search_svc" TYPE="text" VALUE="(user, email, ip, mac, domain or service phone)" STYLE="width:271px" onFocus="clearhint_search_svc(this);" onClick="clearhint_search_svc(this);" CLASS="fstext"><BR>
+    <A NOTYET="http://localhost/freeside/search/svc_Smarter.html" STYLE="color: #cccccc; font-size:11px">Advanced</A>
+    <INPUT TYPE="submit" VALUE="Search services" CLASS="fsblackbutton" onMouseOver="this.className='fsblackbuttonselected'; return true;" onMouseOut="this.className='fsblackbutton'; return true;" STYLE="font-size:11px">
+  </FORM>
+  
+
+
+<SCRIPT TYPE="text/javascript">
+
+  function clearhint_search_svc (what) {
+    if ( what.value == '(user, email, ip, mac, domain or service phone)' )
+      what.value = '';
+  }
+
+</SCRIPT>
+
+        </TD>
+
+        <TD COLSPAN=1 BGCOLOR="#dddddd" ALIGN="right" STYLE="padding-left:2px;padding-right:2px">
+          
+  <FORM ACTION="http://localhost/freeside//rt/index.html" METHOD="GET" STYLE="margin:0">
+    <INPUT NAME="q" TYPE="text" VALUE="(ticket #, subject, email or fulltext:text)" STYLE="width:223px" onFocus="clearhint_search_ticket(this);" onClick="clearhint_search_ticket(this);" CLASS="fstext"><BR>
+    <A HREF="http://localhost/freeside//rt/Search/Build.html?NewQuery=1" CLASS="fslink" STYLE="font-size:11px">Advanced</A>
+    <INPUT TYPE="submit" VALUE="Search tickets" CLASS="fsblackbutton" onMouseOver="this.className='fsblackbuttonselected'; return true;" onMouseOut="this.className='fsblackbutton'; return true;" STYLE="font-size:11px">
+  </FORM>
+  
+
+
+<SCRIPT TYPE="text/javascript">
+
+  function clearhint_search_ticket (what) {
+    if ( what.value == '(ticket #, subject, email or fulltext:text)' )
+      what.value = '';
+  }
+
+</SCRIPT>
+
+        </TD>
+
+      </TR>
+    </TABLE>
+
+
+
+    <TABLE WIDTH="100%" HEIGHT="100%" CELLSPACING=0 CELLPADDING=4>
+
+      <TR HEIGHT="100%">
+
+    <BR>
+        <TD CLASS="background" HEIGHT="100%" VALIGN="top"> <!-- WIDTH="100%"> -->
+
+          <H1>
+            Packages started between Aug  1st 2015 to Aug 31st 2015
+          </H1>
+
+          <BR>
+
+          
+
+
+
+
+        
+
+
+
+        <TABLE>
+          <TR>
+
+            <TD VALIGN="bottom">
+
+              <FORM>
+
+                  69 total packages
+
+
+                <BR>
+
+              </FORM>
+
+            </TD>
+
+
+              <TD ALIGN="right" CLASS="noprint">
+
+                Download full results<BR>
+
+                as <A HREF="http://localhost/freeside/search/cust_pkg_churn.html?agentnum=;status=setup;begin=1438412400;end=1441090800;order_by=cust_pkg.pkgnum;_type=packages.xls">Excel spreadsheet</A><BR>
+
+                as <A HREF="http://localhost/freeside/search/cust_pkg_churn.html?agentnum=;status=setup;begin=1438412400;end=1441090800;order_by=cust_pkg.pkgnum;_type=csv">CSV file</A><BR>
+
+
+                as <A HREF="http://localhost/freeside/search/cust_pkg_churn.html?agentnum=;status=setup;begin=1438412400;end=1441090800;order_by=cust_pkg.pkgnum;_type=html-print">printable copy</A>
+
+              </TD>
+
+          </TR>
+          <TR>
+            <TD COLSPAN=2>
+
+
+                
+
+
+                
+
+
+              
+<TABLE CLASS="grid" CELLSPACING=0 CELLPADDING=0 >
+
+
+
+
+<THEAD>
+
+  <TR>
+    <TH CLASS   = "grid"
+        BGCOLOR = "#cccccc"
+        ROWSPAN = "2"
+        
+        
+
+    >
+      <A HREF="http://localhost/freeside/search/cust_pkg_churn.html?agentnum=;status=setup;begin=1438412400;end=1441090800;order_by=cust_pkg.pkgnum%20DESC;_type=html">#</A>
+    </TH>
+    <TH CLASS   = "grid"
+        BGCOLOR = "#cccccc"
+        ROWSPAN = "1"
+        
+        
+
+    >
+      Quantity
+    </TH>
+    <TH CLASS   = "grid"
+        BGCOLOR = "#cccccc"
+        ROWSPAN = "1"
+        
+        
+
+    >
+      Package
+    </TH>
+    <TH CLASS   = "grid"
+        BGCOLOR = "#cccccc"
+        ROWSPAN = "1"
+        
+        
+
+    >
+      Class
+    </TH>
+    <TH CLASS   = "grid"
+        BGCOLOR = "#cccccc"
+        ROWSPAN = "1"
+        
+        
+
+    >
+      Sales Person
+    </TH>
+    <TH CLASS   = "grid"
+        BGCOLOR = "#cccccc"
+        ROWSPAN = "1"
+        
+        
+
+    >
+      Ordered by
+    </TH>
+    <TH CLASS   = "grid"
+        BGCOLOR = "#cccccc"
+        ROWSPAN = "1"
+        
+        
+
+    >
+      Setup Fee
+    </TH>
+    <TH CLASS   = "grid"
+        BGCOLOR = "#cccccc"
+        ROWSPAN = "1"
+        
+        
+
+    >
+      Base Recur
+    </TH>
+    <TH CLASS   = "grid"
+        BGCOLOR = "#cccccc"
+        ROWSPAN = "1"
+        
+        
+
+    >
+      Freq.
+    </TH>
+    <TH CLASS   = "grid"
+        BGCOLOR = "#cccccc"
+        ROWSPAN = "1"
+        
+        
+
+    >
+      <A HREF="http://localhost/freeside/search/cust_pkg_churn.html?agentnum=;status=setup;begin=1438412400;end=1441090800;order_by=setup;_type=html">Setup</A>
+    </TH>
+    <TH CLASS   = "grid"
+        BGCOLOR = "#cccccc"
+        ROWSPAN = "1"
+        
+        
+
+    >
+      <A HREF="http://localhost/freeside/search/cust_pkg_churn.html?agentnum=;status=setup;begin=1438412400;end=1441090800;order_by=last_bill;_type=html">Last bill</A>
+    </TH>
+    <TH CLASS   = "grid"
+        BGCOLOR = "#cccccc"
+        ROWSPAN = "1"
+        
+        
+
+    >
+      <A HREF="http://localhost/freeside/search/cust_pkg_churn.html?agentnum=;status=setup;begin=1438412400;end=1441090800;order_by=bill;_type=html">Next bill</A>
+    </TH>
+    <TH CLASS   = "grid"
+        BGCOLOR = "#cccccc"
+        ROWSPAN = "1"
+        
+        
+
+    >
+      <A HREF="http://localhost/freeside/search/cust_pkg_churn.html?agentnum=;status=setup;begin=1438412400;end=1441090800;order_by=susp;_type=html">Susp.</A>
+    </TH>
+    <TH CLASS   = "grid"
+        BGCOLOR = "#cccccc"
+        ROWSPAN = "1"
+        
+        
+
+    >
+      <A HREF="http://localhost/freeside/search/cust_pkg_churn.html?agentnum=;status=setup;begin=1438412400;end=1441090800;order_by=change_date;_type=html">Changed</A>
+    </TH>
+    <TH CLASS   = "grid"
+        BGCOLOR = "#cccccc"
+        ROWSPAN = "1"
+        
+        
+
+    >
+      <A HREF="http://localhost/freeside/search/cust_pkg_churn.html?agentnum=;status=setup;begin=1438412400;end=1441090800;order_by=cancel;_type=html">Cancel</A>
+    </TH>
+    <TH CLASS   = "grid"
+        BGCOLOR = "#cccccc"
+        ROWSPAN = "1"
+        
+        
+
+    >
+      Cust. Status
+    </TH>
+    <TH CLASS   = "grid"
+        BGCOLOR = "#cccccc"
+        ROWSPAN = "1"
+        
+        
+
+    >
+      Customer
+    </TH>
+  </TR>
+
+
+</THEAD>
+
+<TBODY>
+
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=10;show=packages;fragment=cust_pkg26#cust_pkg26">26</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=10;show=packages;fragment=cust_pkg26#cust_pkg26">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=10;show=packages;fragment=cust_pkg26#cust_pkg26">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 14 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >Grady, Aniya</TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=10;show=packages;fragment=cust_pkg27#cust_pkg27">27</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=10;show=packages;fragment=cust_pkg27#cust_pkg27">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=10;show=packages;fragment=cust_pkg27#cust_pkg27">Monthly prorated broadband</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$40.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 14 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >Grady, Aniya</TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=10;show=packages;fragment=cust_pkg28#cust_pkg28">28</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=10;show=packages;fragment=cust_pkg28#cust_pkg28">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=10;show=packages;fragment=cust_pkg28#cust_pkg28">Annual subscription domain</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$25.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >annually</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 14 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 14 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >Grady, Aniya</TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=18;show=packages;fragment=cust_pkg50#cust_pkg50">50</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=18;show=packages;fragment=cust_pkg50#cust_pkg50">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=18;show=packages;fragment=cust_pkg50#cust_pkg50">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 08 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >Zemlak, Asia</TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=18;show=packages;fragment=cust_pkg51#cust_pkg51">51</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=18;show=packages;fragment=cust_pkg51#cust_pkg51">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=18;show=packages;fragment=cust_pkg51#cust_pkg51">Monthly prorated broadband</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$40.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 08 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >Zemlak, Asia</TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=18;show=packages;fragment=cust_pkg52#cust_pkg52">52</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=18;show=packages;fragment=cust_pkg52#cust_pkg52">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=18;show=packages;fragment=cust_pkg52#cust_pkg52">Annual subscription domain</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$25.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >annually</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 08 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 08 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >Zemlak, Asia</TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=25;show=packages;fragment=cust_pkg71#cust_pkg71">71</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=25;show=packages;fragment=cust_pkg71#cust_pkg71">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=25;show=packages;fragment=cust_pkg71#cust_pkg71">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 19 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 19 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 19 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >Kuhlman-Huels (Parisian, Cristopher)</TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=25;show=packages;fragment=cust_pkg72#cust_pkg72">72</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=25;show=packages;fragment=cust_pkg72#cust_pkg72">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=25;show=packages;fragment=cust_pkg72#cust_pkg72">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 19 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >Kuhlman-Huels (Parisian, Cristopher)</TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=25;show=packages;fragment=cust_pkg73#cust_pkg73">73</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=25;show=packages;fragment=cust_pkg73#cust_pkg73">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=25;show=packages;fragment=cust_pkg73#cust_pkg73">Monthly prorated broadband</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$40.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 19 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >Kuhlman-Huels (Parisian, Cristopher)</TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=29;show=packages;fragment=cust_pkg83#cust_pkg83">83</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=29;show=packages;fragment=cust_pkg83#cust_pkg83">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=29;show=packages;fragment=cust_pkg83#cust_pkg83">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 22 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 22 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 22 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >Lehner-Klein (Smitham, Pansy)</TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=29;show=packages;fragment=cust_pkg84#cust_pkg84">84</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=29;show=packages;fragment=cust_pkg84#cust_pkg84">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=29;show=packages;fragment=cust_pkg84#cust_pkg84">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 22 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >Lehner-Klein (Smitham, Pansy)</TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=29;show=packages;fragment=cust_pkg85#cust_pkg85">85</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=29;show=packages;fragment=cust_pkg85#cust_pkg85">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=29;show=packages;fragment=cust_pkg85#cust_pkg85">Monthly prorated broadband</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$40.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 22 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >Lehner-Klein (Smitham, Pansy)</TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=38;show=packages;fragment=cust_pkg110#cust_pkg110">110</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=38;show=packages;fragment=cust_pkg110#cust_pkg110">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=38;show=packages;fragment=cust_pkg110#cust_pkg110">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 26 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >Christiansen, Leone</TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=38;show=packages;fragment=cust_pkg111#cust_pkg111">111</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=38;show=packages;fragment=cust_pkg111#cust_pkg111">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=38;show=packages;fragment=cust_pkg111#cust_pkg111">Monthly prorated broadband</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$40.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 26 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >Christiansen, Leone</TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=38;show=packages;fragment=cust_pkg112#cust_pkg112">112</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=38;show=packages;fragment=cust_pkg112#cust_pkg112">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=38;show=packages;fragment=cust_pkg112#cust_pkg112">Annual subscription domain</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$25.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >annually</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 26 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 26 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >Christiansen, Leone</TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=43;show=packages;fragment=cust_pkg125#cust_pkg125">125</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=43;show=packages;fragment=cust_pkg125#cust_pkg125">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=43;show=packages;fragment=cust_pkg125#cust_pkg125">Monthly prorated broadband</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$40.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 20 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >Leannon-Pfannerstill (O&#39;Keefe, Bernie)</TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=43;show=packages;fragment=cust_pkg126#cust_pkg126">126</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=43;show=packages;fragment=cust_pkg126#cust_pkg126">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=43;show=packages;fragment=cust_pkg126#cust_pkg126">Annual subscription domain</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$25.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >annually</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 20 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 20 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >Leannon-Pfannerstill (O&#39;Keefe, Bernie)</TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=43;show=packages;fragment=cust_pkg127#cust_pkg127">127</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=43;show=packages;fragment=cust_pkg127#cust_pkg127">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=43;show=packages;fragment=cust_pkg127#cust_pkg127">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 20 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 20 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 20 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >Leannon-Pfannerstill (O&#39;Keefe, Bernie)</TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=46;show=packages;fragment=cust_pkg134#cust_pkg134">134</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=46;show=packages;fragment=cust_pkg134#cust_pkg134">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=46;show=packages;fragment=cust_pkg134#cust_pkg134">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 12 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >Steuber, Ryley</TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=46;show=packages;fragment=cust_pkg135#cust_pkg135">135</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=46;show=packages;fragment=cust_pkg135#cust_pkg135">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=46;show=packages;fragment=cust_pkg135#cust_pkg135">Monthly prorated broadband</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$40.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 12 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >Steuber, Ryley</TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=46;show=packages;fragment=cust_pkg136#cust_pkg136">136</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=46;show=packages;fragment=cust_pkg136#cust_pkg136">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=46;show=packages;fragment=cust_pkg136#cust_pkg136">Annual subscription domain</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$25.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >annually</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 12 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 12 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >Steuber, Ryley</TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=51;show=packages;fragment=cust_pkg149#cust_pkg149">149</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=51;show=packages;fragment=cust_pkg149#cust_pkg149">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=51;show=packages;fragment=cust_pkg149#cust_pkg149">Monthly prorated broadband</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$40.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 21 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >Medhurst Group (Medhurst, Rafaela)</TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=51;show=packages;fragment=cust_pkg150#cust_pkg150">150</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=51;show=packages;fragment=cust_pkg150#cust_pkg150">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=51;show=packages;fragment=cust_pkg150#cust_pkg150">Annual subscription domain</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$25.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >annually</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 21 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 21 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >Medhurst Group (Medhurst, Rafaela)</TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=51;show=packages;fragment=cust_pkg151#cust_pkg151">151</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=51;show=packages;fragment=cust_pkg151#cust_pkg151">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=51;show=packages;fragment=cust_pkg151#cust_pkg151">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 21 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 21 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 21 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >Medhurst Group (Medhurst, Rafaela)</TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=58;show=packages;fragment=cust_pkg170#cust_pkg170">170</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=58;show=packages;fragment=cust_pkg170#cust_pkg170">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=58;show=packages;fragment=cust_pkg170#cust_pkg170">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 31 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >Schultz, Colten</TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=58;show=packages;fragment=cust_pkg171#cust_pkg171">171</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=58;show=packages;fragment=cust_pkg171#cust_pkg171">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=58;show=packages;fragment=cust_pkg171#cust_pkg171">Monthly prorated broadband</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$40.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 31 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >Schultz, Colten</TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=58;show=packages;fragment=cust_pkg172#cust_pkg172">172</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=58;show=packages;fragment=cust_pkg172#cust_pkg172">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=58;show=packages;fragment=cust_pkg172#cust_pkg172">Annual subscription domain</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$25.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >annually</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 31 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 31 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >Schultz, Colten</TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=70;show=packages;fragment=cust_pkg206#cust_pkg206">206</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=70;show=packages;fragment=cust_pkg206#cust_pkg206">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=70;show=packages;fragment=cust_pkg206#cust_pkg206">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 19 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >Brown, Danial</TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=70;show=packages;fragment=cust_pkg207#cust_pkg207">207</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=70;show=packages;fragment=cust_pkg207#cust_pkg207">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=70;show=packages;fragment=cust_pkg207#cust_pkg207">Monthly prorated broadband</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$40.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 19 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >Brown, Danial</TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=70;show=packages;fragment=cust_pkg208#cust_pkg208">208</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=70;show=packages;fragment=cust_pkg208#cust_pkg208">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=70;show=packages;fragment=cust_pkg208#cust_pkg208">Annual subscription domain</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$25.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >annually</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 19 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 19 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >Brown, Danial</TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=74;show=packages;fragment=cust_pkg218#cust_pkg218">218</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=74;show=packages;fragment=cust_pkg218#cust_pkg218">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=74;show=packages;fragment=cust_pkg218#cust_pkg218">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 17 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >Boyer, Lamont</TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=74;show=packages;fragment=cust_pkg219#cust_pkg219">219</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=74;show=packages;fragment=cust_pkg219#cust_pkg219">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=74;show=packages;fragment=cust_pkg219#cust_pkg219">Monthly prorated broadband</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$40.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 17 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >Boyer, Lamont</TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=74;show=packages;fragment=cust_pkg220#cust_pkg220">220</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=74;show=packages;fragment=cust_pkg220#cust_pkg220">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=74;show=packages;fragment=cust_pkg220#cust_pkg220">Annual subscription domain</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$25.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >annually</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 17 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 17 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >Boyer, Lamont</TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=82;show=packages;fragment=cust_pkg242#cust_pkg242">242</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=82;show=packages;fragment=cust_pkg242#cust_pkg242">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=82;show=packages;fragment=cust_pkg242#cust_pkg242">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 30 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >Kessler, Dana</TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=82;show=packages;fragment=cust_pkg243#cust_pkg243">243</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=82;show=packages;fragment=cust_pkg243#cust_pkg243">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=82;show=packages;fragment=cust_pkg243#cust_pkg243">Monthly prorated broadband</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$40.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 30 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >Kessler, Dana</TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=82;show=packages;fragment=cust_pkg244#cust_pkg244">244</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=82;show=packages;fragment=cust_pkg244#cust_pkg244">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=82;show=packages;fragment=cust_pkg244#cust_pkg244">Annual subscription domain</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$25.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >annually</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 30 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 30 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >Kessler, Dana</TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=83;show=packages;fragment=cust_pkg245#cust_pkg245">245</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=83;show=packages;fragment=cust_pkg245#cust_pkg245">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=83;show=packages;fragment=cust_pkg245#cust_pkg245">Monthly prorated broadband</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$40.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 18 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >Jacobson-Gorczany (Vandervort, Kiley)</TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=83;show=packages;fragment=cust_pkg246#cust_pkg246">246</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=83;show=packages;fragment=cust_pkg246#cust_pkg246">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=83;show=packages;fragment=cust_pkg246#cust_pkg246">Annual subscription domain</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$25.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >annually</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 18 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 18 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >Jacobson-Gorczany (Vandervort, Kiley)</TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=83;show=packages;fragment=cust_pkg247#cust_pkg247">247</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=83;show=packages;fragment=cust_pkg247#cust_pkg247">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=83;show=packages;fragment=cust_pkg247#cust_pkg247">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 18 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 18 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 18 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >Jacobson-Gorczany (Vandervort, Kiley)</TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=87;show=packages;fragment=cust_pkg257#cust_pkg257">257</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=87;show=packages;fragment=cust_pkg257#cust_pkg257">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=87;show=packages;fragment=cust_pkg257#cust_pkg257">Monthly prorated broadband</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$40.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 15 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >Kozey and Sons (Vandervort, Harmon)</TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=87;show=packages;fragment=cust_pkg258#cust_pkg258">258</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=87;show=packages;fragment=cust_pkg258#cust_pkg258">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=87;show=packages;fragment=cust_pkg258#cust_pkg258">Annual subscription domain</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$25.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >annually</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 15 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 15 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >Kozey and Sons (Vandervort, Harmon)</TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=87;show=packages;fragment=cust_pkg259#cust_pkg259">259</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=87;show=packages;fragment=cust_pkg259#cust_pkg259">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=87;show=packages;fragment=cust_pkg259#cust_pkg259">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 15 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 15 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 15 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >Kozey and Sons (Vandervort, Harmon)</TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=91;show=packages;fragment=cust_pkg269#cust_pkg269">269</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=91;show=packages;fragment=cust_pkg269#cust_pkg269">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=91;show=packages;fragment=cust_pkg269#cust_pkg269">Monthly prorated broadband</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$40.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 19 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >Fay and Sons (Gerhold, Thora)</TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=91;show=packages;fragment=cust_pkg270#cust_pkg270">270</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=91;show=packages;fragment=cust_pkg270#cust_pkg270">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=91;show=packages;fragment=cust_pkg270#cust_pkg270">Annual subscription domain</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$25.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >annually</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 19 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 19 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >Fay and Sons (Gerhold, Thora)</TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=91;show=packages;fragment=cust_pkg271#cust_pkg271">271</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=91;show=packages;fragment=cust_pkg271#cust_pkg271">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=91;show=packages;fragment=cust_pkg271#cust_pkg271">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 19 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 19 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 19 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >Fay and Sons (Gerhold, Thora)</TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=92;show=packages;fragment=cust_pkg272#cust_pkg272">272</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=92;show=packages;fragment=cust_pkg272#cust_pkg272">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=92;show=packages;fragment=cust_pkg272#cust_pkg272">Annual subscription domain</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$25.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >annually</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 07 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 07 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >Ruecker, Lucious</TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=92;show=packages;fragment=cust_pkg273#cust_pkg273">273</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=92;show=packages;fragment=cust_pkg273#cust_pkg273">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=92;show=packages;fragment=cust_pkg273#cust_pkg273">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 07 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 07 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 07 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >Ruecker, Lucious</TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=92;show=packages;fragment=cust_pkg274#cust_pkg274">274</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=92;show=packages;fragment=cust_pkg274#cust_pkg274">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=92;show=packages;fragment=cust_pkg274#cust_pkg274">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 07 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >Ruecker, Lucious</TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=97;show=packages;fragment=cust_pkg287#cust_pkg287">287</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=97;show=packages;fragment=cust_pkg287#cust_pkg287">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=97;show=packages;fragment=cust_pkg287#cust_pkg287">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 18 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 18 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 18 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >Braun, Rath and Gutkowski (Wilderman, Reyes)</TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=97;show=packages;fragment=cust_pkg288#cust_pkg288">288</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=97;show=packages;fragment=cust_pkg288#cust_pkg288">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=97;show=packages;fragment=cust_pkg288#cust_pkg288">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 18 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >Braun, Rath and Gutkowski (Wilderman, Reyes)</TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=97;show=packages;fragment=cust_pkg289#cust_pkg289">289</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=97;show=packages;fragment=cust_pkg289#cust_pkg289">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=97;show=packages;fragment=cust_pkg289#cust_pkg289">Monthly prorated broadband</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$40.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 18 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >Braun, Rath and Gutkowski (Wilderman, Reyes)</TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=103;show=packages;fragment=cust_pkg305#cust_pkg305">305</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=103;show=packages;fragment=cust_pkg305#cust_pkg305">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=103;show=packages;fragment=cust_pkg305#cust_pkg305">Monthly prorated broadband</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$40.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 08 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >Roberts-Schinner (Flatley, Amelia)</TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=103;show=packages;fragment=cust_pkg306#cust_pkg306">306</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=103;show=packages;fragment=cust_pkg306#cust_pkg306">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=103;show=packages;fragment=cust_pkg306#cust_pkg306">Annual subscription domain</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$25.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >annually</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 08 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 08 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >Roberts-Schinner (Flatley, Amelia)</TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=103;show=packages;fragment=cust_pkg307#cust_pkg307">307</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=103;show=packages;fragment=cust_pkg307#cust_pkg307">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=103;show=packages;fragment=cust_pkg307#cust_pkg307">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 08 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 08 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 08 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >Roberts-Schinner (Flatley, Amelia)</TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=114;show=packages;fragment=cust_pkg338#cust_pkg338">338</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=114;show=packages;fragment=cust_pkg338#cust_pkg338">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=114;show=packages;fragment=cust_pkg338#cust_pkg338">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 17 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >Donnelly, Raleigh</TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=114;show=packages;fragment=cust_pkg339#cust_pkg339">339</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=114;show=packages;fragment=cust_pkg339#cust_pkg339">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=114;show=packages;fragment=cust_pkg339#cust_pkg339">Monthly prorated broadband</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$40.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 17 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >Donnelly, Raleigh</TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=114;show=packages;fragment=cust_pkg340#cust_pkg340">340</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=114;show=packages;fragment=cust_pkg340#cust_pkg340">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=114;show=packages;fragment=cust_pkg340#cust_pkg340">Annual subscription domain</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$25.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >annually</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 17 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 17 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >Donnelly, Raleigh</TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=119;show=packages;fragment=cust_pkg353#cust_pkg353">353</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=119;show=packages;fragment=cust_pkg353#cust_pkg353">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=119;show=packages;fragment=cust_pkg353#cust_pkg353">Monthly prorated broadband</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$40.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 09 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >Runolfsson, Roob and Hoppe (Bergstrom, Esteban)</TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=119;show=packages;fragment=cust_pkg354#cust_pkg354">354</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=119;show=packages;fragment=cust_pkg354#cust_pkg354">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=119;show=packages;fragment=cust_pkg354#cust_pkg354">Annual subscription domain</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$25.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >annually</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 09 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 09 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >Runolfsson, Roob and Hoppe (Bergstrom, Esteban)</TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=119;show=packages;fragment=cust_pkg355#cust_pkg355">355</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=119;show=packages;fragment=cust_pkg355#cust_pkg355">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=119;show=packages;fragment=cust_pkg355#cust_pkg355">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 09 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 09 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 09 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >Runolfsson, Roob and Hoppe (Bergstrom, Esteban)</TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=138;show=packages;fragment=cust_pkg410#cust_pkg410">410</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=138;show=packages;fragment=cust_pkg410#cust_pkg410">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=138;show=packages;fragment=cust_pkg410#cust_pkg410">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 13 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >Leuschke, Edd</TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=138;show=packages;fragment=cust_pkg411#cust_pkg411">411</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=138;show=packages;fragment=cust_pkg411#cust_pkg411">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=138;show=packages;fragment=cust_pkg411#cust_pkg411">Monthly prorated broadband</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$40.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 13 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >Leuschke, Edd</TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=138;show=packages;fragment=cust_pkg412#cust_pkg412">412</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=138;show=packages;fragment=cust_pkg412#cust_pkg412">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=138;show=packages;fragment=cust_pkg412#cust_pkg412">Annual subscription domain</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$25.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >annually</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 13 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 13 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >Leuschke, Edd</TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=157;show=packages;fragment=cust_pkg467#cust_pkg467">467</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=157;show=packages;fragment=cust_pkg467#cust_pkg467">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=157;show=packages;fragment=cust_pkg467#cust_pkg467">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 14 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 14 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 14 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >Weimann Inc (Cartwright, Judah)</TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=157;show=packages;fragment=cust_pkg468#cust_pkg468">468</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=157;show=packages;fragment=cust_pkg468#cust_pkg468">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=157;show=packages;fragment=cust_pkg468#cust_pkg468">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 14 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >Weimann Inc (Cartwright, Judah)</TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=157;show=packages;fragment=cust_pkg469#cust_pkg469">469</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=157;show=packages;fragment=cust_pkg469#cust_pkg469">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=157;show=packages;fragment=cust_pkg469#cust_pkg469">Monthly prorated broadband</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$40.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$90.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 14 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >Weimann Inc (Cartwright, Judah)</TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=176;show=packages;fragment=cust_pkg524#cust_pkg524">524</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=176;show=packages;fragment=cust_pkg524#cust_pkg524">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=176;show=packages;fragment=cust_pkg524#cust_pkg524">Annual subscription domain</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$25.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >annually</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 31 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 31 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >Waters, Godfrey</TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row1">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=176;show=packages;fragment=cust_pkg525#cust_pkg525">525</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=176;show=packages;fragment=cust_pkg525#cust_pkg525">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=176;show=packages;fragment=cust_pkg525#cust_pkg525">Monthly anniversary phone x4</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$0.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$60.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 31 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Feb 28 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 28 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >Waters, Godfrey</TD>
+
+
+    </TR>
+
+    <TR ID="" CLASS="row0">
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=176;show=packages;fragment=cust_pkg526#cust_pkg526">526</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=176;show=packages;fragment=cust_pkg526#cust_pkg526">1</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left ><A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=176;show=packages;fragment=cust_pkg526#cust_pkg526">Monthly prorated account</A></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT SIZE="-1" ></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center >test</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$20.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >$30.00</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >monthly</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Aug 31 2015</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Mar 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right >Apr 01 2016</TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=right ></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=center ><FONT COLOR=#00CC00 ><b>Active</b></FONT></TD>
+
+
+
+        <TD CLASS="grid"  ALIGN=left >Waters, Godfrey</TD>
+
+
+    </TR>
+
+
+</TBODY>
+
+</TABLE>
+
+
+              
+
+  
+            </TD>
+          </TR>
+        </TABLE>
+
+
+        
+
+                </TD>
+      </TR>
+    </TABLE>
+  </BODY>
+</HTML>
+
+
+
+
+
+
diff --git a/FS-Test/share/output/view/cust_bill-pdf.cgi/invnum=681:notice_name=Invoice b/FS-Test/share/output/view/cust_bill-pdf.cgi/invnum=681:notice_name=Invoice
deleted file mode 100644 (file)
index f463b5f..0000000
Binary files a/FS-Test/share/output/view/cust_bill-pdf.cgi/invnum=681:notice_name=Invoice and /dev/null differ
diff --git a/FS-Test/share/output/view/cust_bill-tex.cgi/invnum=681:notice_name=Invoice b/FS-Test/share/output/view/cust_bill-tex.cgi/invnum=681:notice_name=Invoice
new file mode 100644 (file)
index 0000000..7d616f6
--- /dev/null
@@ -0,0 +1,288 @@
+%% file: Standard Multipage.tex\r
+%% Purpose: Multipage bill template for e-Bills\r
+%% \r
+%% Created by Mark Asplen-Taylor\r
+%% Asplen Management Ltd\r
+%% www.asplen.co.uk\r
+%%\r
+%% Modified for Freeside by Kristian Hoffman\r
+%%\r
+%% Changes\r
+%%     0.1     4/12/00 Created\r
+%%     0.2     18/10/01        More fields added\r
+%%     1.0     16/11/01        RELEASED\r
+%%     1.2     16/10/02        Invoice number added\r
+%%     1.3     2/12/02 Logo graphic added\r
+%%     1.4     7/2/03  Multipage headers/footers added\r
+%%      n/a     forked for Freeside; checked into CVS\r
+%%\r
+\r
+\documentclass[letterpaper]{article}\r
+\r
+\usepackage{fancyhdr,lastpage,ifthen,array,longtable,afterpage,caption,multirow,bigstrut}\r
+\usepackage{graphicx}                  % required for logo graphic\r
+\usepackage[utf8]{inputenc}             % multilanguage support\r
+\usepackage[T1]{fontenc}\r
+\r
+\r
+\addtolength{\voffset}{-0.0cm}         % top margin to top of header\r
+\addtolength{\hoffset}{-0.6cm}         % left margin on page\r
+\addtolength{\topmargin}{-1.25cm}\r
+\setlength{\headheight}{2.0cm}                 % height of header\r
+\setlength{\headsep}{1.0cm}\r
+\setlength{\footskip}{1.0cm}           % bottom of footer from bottom of text\r
+\r
+%\addtolength{\textwidth}{2.1in}       % width of text\r
+\setlength{\textwidth}{19.5cm}\r
+\setlength{\textheight}{19.5cm}\r
+\setlength{\oddsidemargin}{-0.9cm}     % odd page left margin\r
+\setlength{\evensidemargin}{-0.9cm}    % even page left margin\r
+\r
+\LTchunksize=40\r
+\r
+\renewcommand{\headrulewidth}{0pt}\r
+\renewcommand{\footrulewidth}{1pt}\r
+\r
+\renewcommand{\footrule}{\r
+\ifthenelse{\equal{\thepage}{1}}\r
+  {\r
+  }\r
+  {\r
+    \vbox to 0pt{\rule{\headwidth}{\footrulewidth}\vss}\r
+  }\r
+}\r
+\r
+\newcommand{\extracouponspace}{3.6cm}\r
+\r
+% Adjust the inset of the mailing address\r
+\newcommand{\addressinset}[1][]{\hspace{1.0cm}}\r
+\r
+% Adjust the inset of the return address and logo\r
+\newcommand{\returninset}[1][]{\hspace{-0.25cm}}\r
+\r
+% New command for address lines i.e. skip them if blank\r
+\newcommand{\addressline}[1]{\ifthenelse{\equal{#1}{}}{}{#1\\}}\r
+\r
+% Inserts dollar symbol\r
+\newcommand{\dollar}[1][]{\symbol{36}}\r
+\r
+% Remove plain style header/footer\r
+\fancypagestyle{plain}{\r
+  \fancyhead{}\r
+}\r
+\fancyhf{}\r
+\r
+% Define fancy header/footer for first and subsequent pages\r
+\fancyfoot[C]{\r
+  \ifthenelse{\equal{\thepage}{1}}\r
+  { % First page\r
+\vspace{-\extracouponspace}\rule[0.5em]{\textwidth}{\footrulewidth}\\Detach and return this remittance form with your payment.\\\r
+\begin{tabular}{ll}\r
+\begin{tabular}{ll}\r
+\returninset\r
+\begin{tabular}{ll}\r
+  \makebox{ \includegraphics{/usr/local/etc/freeside/cache.DBI:Pg:dbname=freeside/cust_bill.681.aSksR2dX.eps}} & \r
+  \begin{minipage}[b]{5.5cm}\r
+Freeside Test 5.0.1\\*
+1234 Example Lane\\*
+Exampleton, CA~~54321\\*\r
+    \end{minipage}\\\r
+\end{tabular}&\r
+\begin{tabular}{r@{: }lr}\r
+Invoice date & \textbf{Dec~26th,~2015} & \multirow{4}*{\r
+\makebox{\r
+\begin{minipage}[t]{7.0cm}\r
+\textbf{Samara Towne}\\\r
+\addressline{Olson Inc}\r
+\addressline{46706 Kadin Hill \#780}\r
+\addressline{Trailer W 2-E}\r
+\addressline{Owensboro, KS~~69113}\r
+\addressline{}\r
+\\r
+\end{minipage}}}\\\r
+Customer\#& \textbf{135} & \\\r
+Total Due & \textbf{0.00} & \\\r
+\rule{0pt}{2.25em}Amount Enclosed & \rule{2cm}{1pt}& \\\r
+\end{tabular}\\\r
+\rule{0pt}{1cm} &\\\r
+\end{tabular}\\\r
+\begin{tabular}{ll}\r
+\addressinset \rule{0.5cm}{0cm} &\r
+\makebox{\r
+\begin{minipage}[t]{7.0cm}\r
+Freeside Test 5.0.1\\*
+1234 Example Lane\\*
+Exampleton, CA~~54321\\*\r
+\end{minipage}}\r
+\hfill\r
+\end{tabular}\\\r
+\end{tabular}\\\r \small{\r
+Freeside Test 5.0.1\r
+    }\vspace{\extracouponspace}\r
+  }\r
+  { % ... pages\r
+    \small{\r
+Freeside Test 5.0.1\r
+    }\r
+  }\r
+}\r
+\r
+\fancyfoot[R]{\r
+  \ifthenelse{\equal{\thepage}{1}}\r
+  { % First page\r
+  }\r
+  { % ... pages\r
+    \small{\thepage\ of \pageref{LastPage}}\r
+  }\r
+}\r
+\r
+\fancyhead[L]{\r
+  \ifthenelse{\equal{\thepage}{1}}\r
+  { % First page\r
+    \returninset\r
+    \makebox{\r
+      \begin{tabular}{ll}\r
+        \includegraphics{/usr/local/etc/freeside/cache.DBI:Pg:dbname=freeside/cust_bill.681.aSksR2dX.eps} & \r
+        \begin{minipage}[b]{5.5cm}\r
+Freeside Test 5.0.1\\*
+1234 Example Lane\\*
+Exampleton, CA~~54321\\*\r
+        \end{minipage}\\\r
+      \end{tabular}\r
+    }\r
+  }\r
+  { % ... pages\r
+    %\includegraphics{/usr/local/etc/freeside/cache.DBI:Pg:dbname=freeside/cust_bill.681.aSksR2dX.eps} % Uncomment if you want the logo on all pages.\r
+  }\r
+}\r
+\r
+\fancyhead[R]{\r
+  \ifthenelse{\equal{\thepage}{1}}\r
+  { % First page\r
+    \begin{tabular}{ccc}\r
+    Invoice date & Invoice \# & Customer \#\\\r
+    \vspace{0.2cm}\r
+    \textbf{Dec~26th,~2015} & \textbf{681} & \textbf{135} \\\hline\r
+    \rule{0pt}{5ex} &~~ \huge{\textsc{Invoice}} & \\\r
+    \vspace{-0.2cm}\r
+     & & \\\hline\r
+    \end{tabular}\r
+  }\r
+  { % ... pages\r
+    \small{\r
+      \begin{tabular}{lll}\r
+      Invoice date & Invoice \# & Customer \#\\\r
+      \textbf{Dec~26th,~2015} & \textbf{681} & \textbf{135}\\\r
+      \end{tabular}\r
+    }\r
+  }\r
+}\r
+\r
+\pagestyle{fancy}\r
+\r
+\r
+%% Font options are:\r
+%%     bch     Bitsream Charter\r
+%%     put     Utopia\r
+%%     phv     Adobe Helvetica\r
+%%     pnc     New Century Schoolbook\r
+%%     ptm     Times\r
+%%     pcr     Courier\r
+\r
+\renewcommand{\familydefault}{phv}\r
+\r
+\r
+% Commands for freeside table header...\r
+\r
+\newcommand{\FSdescriptionlength} { 8.2cm }\r
+\newcommand{\FSdescriptioncolumncount} { 4 }\r
+\newcommand{\FSunitcolumns}{ \makebox[2.5cm][r]{\textbf{~~Unit Price}} &\makebox[1.4cm]{\textbf{~Quantity}} &  }\r
+\r
+\newcommand{\FShead}{\r
+  \hline\r
+  \rule{0pt}{2.5ex}\r
+  \makebox[1.4cm]{} &\r
+  \multicolumn{\FSdescriptioncolumncount}{l}{\makebox[\FSdescriptionlength][l]{\textbf{Description}}}&\r
+  \FSunitcolumns\r
+  \makebox[1.6cm][r]{\textbf{Amount}} \\\r
+  \hline\r
+}\r
+\r
+% ...description...\r
+\newcommand{\FSdesc}[5]{\r
+  \multicolumn{1}{c}{\rule{0pt}{2.5ex}\textbf{#1}} &\r
+  \multicolumn{4}{l}{\textbf{#2}} &\r
+  \multicolumn{1}{r}{\textbf{#3}} &
+  \multicolumn{1}{r}{\textbf{#4}} &
+\r
+  \multicolumn{1}{r}{\textbf{#5}}\\\r
+}\r
+% ...extended description...\r
+\newcommand{\FSextdesc}[1]{\r
+  \multicolumn{1}{l}{\rule{0pt}{1.0ex}} &\r
+%%  \multicolumn{2}{l}{\small{~-~#1}}\\\r
+#1\\\r
+}\r
+% ...and total line items.\r
+\newcommand{\FStotaldesc}[2]{\r
+  & \multicolumn{6}{l}{#1} & #2\\\r
+}\r
+\r
+\r
+\begin{document}\r
+%      Headers and footers defined for the first page\r
+\addressinset \rule{0.5cm}{0cm} \r
+\makebox{\r
+\begin{minipage}[t]{7.0cm}\r
+\vspace{0.25cm}\r
+\textbf{Samara Towne}\\\r
+\addressline{Olson Inc}\r
+\addressline{46706 Kadin Hill \#780}\r
+\addressline{Trailer W 2-E}\r
+\addressline{Owensboro, KS~~69113}\r
+\addressline{}\r
+\end{minipage}}\r
+\hfill\r
+\makebox{\r
+\begin{minipage}[t]{6.4cm}\r
+\r
+\begin{flushright}\r
+\\\r
+~\\\r
+\end{flushright}\r
+\end{minipage}}\r
+\vspace{1.5cm}\r
+%\r
+\r
+%\r
+\section*{}\r
+\captionsetup{singlelinecheck=false,justification=raggedright,font={Large,sc,bf}}\ifthenelse{\equal{\thepage}{1}}{\setlength{\LTextracouponspace}{\extracouponspace}}{\setlength{\LTextracouponspace}{0pt}}\begin{longtable}{cllllllr}\caption*{ Charges}\\\FShead\endfirsthead\multicolumn{7}{r}{\rule{0pt}{2.5ex}Continued from previous page}\\\FShead\endhead\multicolumn{7}{r}{\rule{0pt}{2.5ex}Continued on next page...}\\\endfoot\hline\FStotaldesc{\textbf{Total Charges}}{\textbf{\dollar 142.42}}
+\FStotaldesc{Payment received 12/26/15}{$-$\dollar 142.42}
+\FStotaldesc{\textbf{Balance Due}}{\textbf{\dollar 0.00}}
+\hline\endlastfoot\hline
+\FSdesc{}{Monthly prorated broadband Setup}{\dollar40.00}{1}{\dollar40.00}*
+\FSextdesc{\multicolumn{6}{l}{\small{~~~Test svc\_broadband: IP:10.98.22.188, MAC:00007E436BF5}}}*
+\FSdesc{}{Monthly prorated broadband (12/26/15 - 01/01/16)}{\dollar90.00}{1}{\dollar17.42}*
+\FSextdesc{\multicolumn{6}{l}{\small{~~~Test svc\_broadband: IP:10.98.22.188, MAC:00007E436BF5}}}*
+\FSextdesc{\multicolumn{6}{l}{\small{~~~Prorated (Dec 26 - Jan 01): \$17.42}}}*
+\hline
+\FSdesc{}{Annual subscription domain (12/26/15 - 12/01/16)}{\dollar25.00}{1}{\dollar25.00}*
+\FSextdesc{\multicolumn{6}{l}{\small{~~~Test svc\_domain: botsford-mueller.com}}}*
+\hline
+\FSdesc{}{Monthly anniversary phone x4 (12/26/15 - 01/26/16)}{\dollar60.00}{1}{\dollar60.00}*
+\FSextdesc{\multicolumn{6}{l}{\small{~~~Test svc\_phone: 152300260278657}}}*
+\end{longtable}\r
+\vfill\r
+\begin{minipage}[t]{\textwidth}\r
+  %%
+%%     Add any customer specific notes in here
+%%
+\section*{\textsc{Notes}}
+\begin{enumerate}
+\item Please make your check payable to \textbf{Freeside Test 5.0.1}.
+\item If you have any questions please email or telephone.
+\end{enumerate}\r
+  \ifthenelse{\equal{\thepage}{1}}{\rule{0pt}{\extracouponspace}}{}\r
+\end{minipage}\r
+\end{document}\r
+
diff --git a/FS-Test/share/output/view/cust_main.cgi/custnum=2:show=packages b/FS-Test/share/output/view/cust_main.cgi/custnum=2:show=packages
new file mode 100644 (file)
index 0000000..ba57919
--- /dev/null
@@ -0,0 +1,2400 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<HTML>
+  <HEAD>
+    <TITLE>
+      Internal Customer #2: Schowalter, Oswald (Active)
+    </TITLE>
+    <!-- per RT, to prevent IE compatibility mode -->
+    <meta http-equiv="X-UA-Compatible" content="IE=edge" />
+    <!-- The X-UA-Compatible <meta> tag above must be very early in <head> -->
+    <META HTTP-Equiv="Cache-Control" Content="no-cache">
+    <META HTTP-Equiv="Pragma" Content="no-cache">
+    <META HTTP-Equiv="Expires" Content="0"> 
+
+    <script type="text/javascript" src="http://localhost/freeside/elements/cssexpr.js"></script>
+
+
+  <script type="text/javascript" src="http://localhost/freeside/elements/xmenu.top.js"></script>
+  <link href="http://localhost/freeside/elements/xmenu.top.css" type="text/css" rel="stylesheet">
+
+
+  <link href="http://localhost/freeside/elements/freeside.css" type="text/css" rel="stylesheet">
+  <link href="http://localhost/freeside/elements/freeside-print.css" type="text/css" rel="stylesheet" media="print">
+<link href="http://localhost/freeside/elements/freeside-menu.css" type="text/css" rel="stylesheet">
+
+<SCRIPT TYPE="text/javascript">
+
+  function about_freeside() {
+    overlib( OLiframeContent('http://localhost/freeside/docs/about.html', 300, 375, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'About', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#7e0079', CGCOLOR, '#7e0079', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); 
+  }
+
+  webfxMenuImagePath      = "http://localhost/freeside/images/";
+  webfxMenuUseHover       = 1;
+  webfxMenuShowTime       = 300;
+  webfxMenuHideTime       = 500;
+
+  var myBar = new WebFXMenuBar;
+
+    
+          myBar.add(new WebFXMenuButton('Billing Main', "http://localhost/freeside/", 'Billing start page' ));
+
+    
+          myBar.add(new WebFXMenuButton('Ticketing Main', "http://localhost/freeside/rt/", 'Ticketing start page' ));
+
+    
+          myBar.add(new WebFXMenuButton('New prospect', "http://localhost/freeside/edit/prospect_main.html", 'Add a new prospect' ));
+
+    
+          myBar.add(new WebFXMenuButton('New customer', "http://localhost/freeside/edit/cust_main.cgi", 'Add a new customer' ));
+
+
+          var myMenu0 = new WebFXMenu;
+myMenu0.emptyText = '';
+var myMenu1 = new WebFXMenu;
+myMenu1.emptyText = '';
+myMenu1.add(new WebFXMenuItem("List prospects", "http://localhost/freeside/search/prospect_main.html", "" ));
+myMenu1.add(new WebFXMenuItem("Advanced prospect reports", "http://localhost/freeside/search/report_prospect_main.html", "" ));
+myMenu1.add(new WebFXMenuSeparator());
+myMenu1.add(new WebFXMenuItem("Prospect contacts", "http://localhost/freeside/search/report_contact.html?link=prospect_main", "" ));
+myMenu1.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Prospects", null, "Prospect reports", myMenu1 ));
+var myMenu2 = new WebFXMenu;
+myMenu2.emptyText = '';
+myMenu2.add(new WebFXMenuItem("List quotations", "http://localhost/freeside/search/quotation.html", "" ));
+myMenu2.add(new WebFXMenuItem("Advanced quotation reports", "http://localhost/freeside/search/report_quotation.html", "" ));
+myMenu2.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Quotations", null, "Quotation reports", myMenu2 ));
+var myMenu3 = new WebFXMenu;
+myMenu3.emptyText = '';
+var myMenu4 = new WebFXMenu;
+myMenu4.emptyText = '';
+myMenu4.add(new WebFXMenuItem("by customer number", "http://localhost/freeside/search/cust_main.cgi?browse=custnum", "" ));
+myMenu4.add(new WebFXMenuItem("by last name", "http://localhost/freeside/search/cust_main.cgi?browse=last", "" ));
+myMenu4.add(new WebFXMenuItem("by company name", "http://localhost/freeside/search/cust_main.cgi?browse=company", "" ));
+myMenu4.add(new WebFXMenuItem("by active trouble tickets", "http://localhost/freeside/search/cust_main.cgi?browse=tickets", "" ));
+myMenu4.width = 256;
+
+myMenu3.add(new WebFXMenuItem("List customers", null, "List customers", myMenu4 ));
+myMenu3.add(new WebFXMenuItem("Zip code distribution", "http://localhost/freeside/search/report_cust_main-zip.html", "Zip codes by number of customers" ));
+myMenu3.add(new WebFXMenuItem("Customer signup report", "http://localhost/freeside/graph/report_cust_signup.html", "New customer signups by date" ));
+myMenu3.add(new WebFXMenuItem("Customer churn report", "http://localhost/freeside/graph/report_cust_churn.html", "New customers, suspensions, and cancellations summary" ));
+myMenu3.add(new WebFXMenuItem("Signup date report", "http://localhost/freeside/graph/report_signupdate.html", "Signup date report (by date of signup)" ));
+myMenu3.add(new WebFXMenuItem("Advanced customer reports", "http://localhost/freeside/search/report_cust_main.html", "by status, signup date, agent, etc." ));
+myMenu3.add(new WebFXMenuSeparator());
+myMenu3.add(new WebFXMenuItem("Customer contacts", "http://localhost/freeside/search/report_contact.html?link=cust_main", "" ));
+myMenu3.add(new WebFXMenuItem("Customer stored payment information", "http://localhost/freeside/search/report_cust_payby.html", "" ));
+myMenu3.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Customers", null, "Customer reports", myMenu3 ));
+var myMenu5 = new WebFXMenu;
+myMenu5.emptyText = '';
+var myMenu6 = new WebFXMenu;
+myMenu6.emptyText = '';
+myMenu6.add(new WebFXMenuItem("All open invoices", "http://localhost/freeside/search/cust_bill.html?OPEN_date", "All invoices with an unpaid balance" ));
+myMenu6.add(new WebFXMenuItem("15 day open invoices", "http://localhost/freeside/search/cust_bill.html?OPEN15_date", "Invoices 15 days or older with an unpaid balance" ));
+myMenu6.add(new WebFXMenuItem("30 day open invoices", "http://localhost/freeside/search/cust_bill.html?OPEN30_date", "Invoices 30 days or older with an unpaid balance" ));
+myMenu6.add(new WebFXMenuItem("60 day open invoices", "http://localhost/freeside/search/cust_bill.html?OPEN60_date", "Invoices 60 days or older with an unpaid balance" ));
+myMenu6.add(new WebFXMenuItem("90 day open invoices", "http://localhost/freeside/search/cust_bill.html?OPEN90_date", "Invoices 90 days or older with an unpaid balance" ));
+myMenu6.add(new WebFXMenuItem("120 day open invoices", "http://localhost/freeside/search/cust_bill.html?OPEN120_date", "Invoices 120 days or older with an unpaid balance" ));
+myMenu6.width = 256;
+
+myMenu5.add(new WebFXMenuItem("Open invoices", null, "Open invoices", myMenu6 ));
+myMenu5.add(new WebFXMenuItem("All invoices", "http://localhost/freeside/search/cust_bill.html?date", "List all invoices" ));
+myMenu5.add(new WebFXMenuItem("Advanced invoice reports", "http://localhost/freeside/search/report_cust_bill.html", "by agent, date range, etc." ));
+myMenu5.add(new WebFXMenuSeparator());
+myMenu5.add(new WebFXMenuItem("Line items", "http://localhost/freeside/search/report_cust_bill_pkg.html", "Individual line item detail" ));
+myMenu5.add(new WebFXMenuItem("Voided invoices", "http://localhost/freeside/search/report_cust_bill_void.html", "Search for voided invoices" ));
+myMenu5.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Invoices", null, "Invoice reports", myMenu5 ));
+var myMenu7 = new WebFXMenu;
+myMenu7.emptyText = '';
+myMenu7.add(new WebFXMenuItem("Discount graph", "http://localhost/freeside/graph/report_cust_bill_pkg_discount.html", "Discount overview per month" ));
+myMenu7.add(new WebFXMenuItem("Discount detail", "http://localhost/freeside/search/report_cust_bill_pkg_discount.html", "Discount report (by employee and/or date range)" ));
+myMenu7.add(new WebFXMenuItem("Package discounts", "http://localhost/freeside/search/report_cust_pkg_discount.html", "Active/inactive discounts by package" ));
+myMenu7.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Discounts", null, "Discount reports", myMenu7 ));
+var myMenu8 = new WebFXMenu;
+myMenu8.emptyText = '';
+myMenu8.add(new WebFXMenuItem("Payments", "http://localhost/freeside/search/report_cust_pay.html", "Payment report (by type and/or date range)" ));
+myMenu8.add(new WebFXMenuItem("Payment application detail", "http://localhost/freeside/search/report_cust_bill_pay_pkg.html", "Line item application detail" ));
+myMenu8.add(new WebFXMenuItem("Pending Payments", "http://localhost/freeside/search/cust_pay_pending.html?magic=_date;statusNOT=done", "Pending real-time payments" ));
+myMenu8.add(new WebFXMenuItem("Unapplied Payments", "http://localhost/freeside/search/report_cust_pay.html?unapplied=1", "Unapplied payment report (by type and/or date range)" ));
+myMenu8.add(new WebFXMenuItem("Voided Payments", "http://localhost/freeside/search/report_cust_pay.html?void=1", "Voided payment report (by type and/or date range)" ));
+myMenu8.add(new WebFXMenuItem("Unapplied Payment Aging", "http://localhost/freeside/search/report_unapplied_cust_pay.html", "Unapplied payment aging report" ));
+myMenu8.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Payments", null, "Payment reports", myMenu8 ));
+var myMenu9 = new WebFXMenu;
+myMenu9.emptyText = '';
+myMenu9.add(new WebFXMenuItem("Package definitions (by # active)", "http://localhost/freeside/browse/part_pkg.cgi?active=1", "Package definitions by number of active packages" ));
+myMenu9.add(new WebFXMenuItem("Package costs", "http://localhost/freeside/graph/report_cust_pkg_cost.html", "Package setup and recurring costs graph" ));
+myMenu9.add(new WebFXMenuSeparator());
+myMenu9.add(new WebFXMenuItem("Package churn", "http://localhost/freeside/graph/report_cust_pkg.html", "Orders, suspensions and cancellations summary graph" ));
+myMenu9.add(new WebFXMenuSeparator());
+myMenu9.add(new WebFXMenuItem("All customer packages", "http://localhost/freeside/search/cust_pkg.cgi?pkgnum", "List all customer packages" ));
+myMenu9.add(new WebFXMenuItem("Package summary", "http://localhost/freeside/search/cust_pkg_summary.html", "Show package sales summary" ));
+myMenu9.add(new WebFXMenuItem("Suspended customer packages", "http://localhost/freeside/search/cust_pkg.cgi?magic=suspended", "List suspended packages" ));
+myMenu9.add(new WebFXMenuItem("Suspension summary", "http://localhost/freeside/search/cust_pkg_susp.html", "Show suspension activity" ));
+myMenu9.add(new WebFXMenuItem("Customer packages with unconfigured services", "http://localhost/freeside/search/cust_pkg.cgi?APKG_pkgnum", "List packages which have provisionable services" ));
+myMenu9.add(new WebFXMenuItem("Advanced package reports", "http://localhost/freeside/search/report_cust_pkg.html", "by agent, date range, status, package definition" ));
+myMenu9.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Packages", null, "Package reports", myMenu9 ));
+var myMenu10 = new WebFXMenu;
+myMenu10.emptyText = '';
+myMenu10.add(new WebFXMenuItem("Service definitions", "http://localhost/freeside/browse/part_svc.cgi?orderby=active", "Service definitions by number of active packages" ));
+myMenu10.add(new WebFXMenuSeparator());
+myMenu10.add(new WebFXMenuItem("Unprovisioned services", "http://localhost/freeside/search/report_unprovisioned_services.html", "Unprovisioned services" ));
+myMenu10.add(new WebFXMenuSeparator());
+var myMenu11 = new WebFXMenu;
+myMenu11.emptyText = '';
+myMenu11.add(new WebFXMenuItem("All accounts by Username", "http://localhost/freeside/search/svc_acct.cgi?magic=all;sortby=username", "" ));
+myMenu11.add(new WebFXMenuItem("All accounts by UID", "http://localhost/freeside/search/svc_acct.cgi?magic=all;sortby=uid", "" ));
+myMenu11.add(new WebFXMenuItem("All accounts with Time Remaining", "http://localhost/freeside/search/svc_acct.cgi?magic=all;sortby=seconds", "" ));
+myMenu11.add(new WebFXMenuItem("All accounts by Last login", "http://localhost/freeside/search/svc_acct.cgi?magic=all;sortby=last_login", "" ));
+myMenu11.add(new WebFXMenuItem("All accounts never logged in", "http://localhost/freeside/search/svc_acct.cgi?magic=nologin;sortby=svcnum", "" ));
+myMenu11.add(new WebFXMenuItem("Advanced account reports", "http://localhost/freeside/search/report_svc_acct.html", "" ));
+myMenu11.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Accounts", null, "Access accounts and mailboxes", myMenu11 ));
+var myMenu12 = new WebFXMenu;
+myMenu12.emptyText = '';
+myMenu12.add(new WebFXMenuItem("All domains", "http://localhost/freeside/search/svc_domain.cgi?magic=all;sortby=domain", "" ));
+myMenu12.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Domains", null, "Domains", myMenu12 ));
+var myMenu13 = new WebFXMenu;
+myMenu13.emptyText = '';
+myMenu13.add(new WebFXMenuItem("All certificates", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_cert;magic=all;sortby=svcnum", "" ));
+myMenu13.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Certificates", null, "Example services", myMenu13 ));
+var myMenu14 = new WebFXMenu;
+myMenu14.emptyText = '';
+myMenu14.add(new WebFXMenuItem("All mail forwards", "http://localhost/freeside/search/svc_forward.cgi?magic=all;sortby=svcnum", "" ));
+myMenu14.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Mail forwards", null, "Mail forwards", myMenu14 ));
+var myMenu15 = new WebFXMenu;
+myMenu15.emptyText = '';
+myMenu15.add(new WebFXMenuItem("All mailing lists", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_mailinglist;magic=all;sortby=svcnum", "" ));
+myMenu15.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Mailing lists", null, "Mailing lists", myMenu15 ));
+var myMenu16 = new WebFXMenu;
+myMenu16.emptyText = '';
+myMenu16.add(new WebFXMenuItem("All virtual hosting services", "http://localhost/freeside/search/svc_www.cgi?magic=all;sortby=svcnum", "" ));
+myMenu16.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Virtual hosting services", null, "Virtual hosting services", myMenu16 ));
+var myMenu17 = new WebFXMenu;
+myMenu17.emptyText = '';
+myMenu17.add(new WebFXMenuItem("All wireless broadband services", "http://localhost/freeside/search/svc_broadband.cgi?magic=all;sortby=svcnum", "" ));
+myMenu17.add(new WebFXMenuItem("Advanced wireless broadband reports", "http://localhost/freeside/search/report_svc_broadband.html", "" ));
+myMenu17.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Wireless broadband services", null, "Fixed wireless broadband services", myMenu17 ));
+var myMenu18 = new WebFXMenu;
+myMenu18.emptyText = '';
+myMenu18.add(new WebFXMenuItem("All cable subscribers by Service", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_cable;magic=all;sortby=svcnum", "" ));
+myMenu18.add(new WebFXMenuItem("All cable subscribers by Serial number", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_cable;magic=all;sortby=serialnum", "" ));
+myMenu18.add(new WebFXMenuItem("All cable subscribers by MAC address", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_cable;magic=all;sortby=mac_addr", "" ));
+myMenu18.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Cable Subscribers", null, "Cable Subscribers", myMenu18 ));
+var myMenu19 = new WebFXMenu;
+myMenu19.emptyText = '';
+myMenu19.add(new WebFXMenuItem("All DSLs", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_dsl;magic=all;sortby=phonenum", "" ));
+myMenu19.add(new WebFXMenuItem("Qualifications", "http://localhost/freeside/search/qual.cgi", "" ));
+myMenu19.width = 256;
+
+myMenu10.add(new WebFXMenuItem("DSLs", null, "DSLs", myMenu19 ));
+var myMenu20 = new WebFXMenu;
+myMenu20.emptyText = '';
+myMenu20.add(new WebFXMenuItem("All dish services", "http://localhost/freeside/search/svc_dish.cgi?magic=all;sortby=svcnum", "" ));
+myMenu20.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Dish services", null, "Dish services", myMenu20 ));
+var myMenu21 = new WebFXMenu;
+myMenu21.emptyText = '';
+myMenu21.add(new WebFXMenuItem("All hardware", "http://localhost/freeside/search/svc_hardware.cgi?magic=all;sortby=svcnum", "" ));
+myMenu21.add(new WebFXMenuItem("Advanced hardware reports", "http://localhost/freeside/search/report_svc_hardware.html", "" ));
+myMenu21.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Hardware", null, "Hardware", myMenu21 ));
+var myMenu22 = new WebFXMenu;
+myMenu22.emptyText = '';
+myMenu22.add(new WebFXMenuItem("All phone numbers", "http://localhost/freeside/search/svc_phone.cgi?magic=all;sortby=phonenum", "" ));
+myMenu22.add(new WebFXMenuItem("Phone numbers' total usage by time period", "http://localhost/freeside/search/report_svc_phone_usage.html", "Total usage (minutes, and amount billed) for the specified time period, per phone number." ));
+myMenu22.add(new WebFXMenuItem("Phone numbers by state", "http://localhost/freeside/search/phone_state.html", "Current or historical phone services broken down by state." ));
+myMenu22.add(new WebFXMenuItem("Advanced phone number reports", "http://localhost/freeside/search/report_svc_phone.html", "" ));
+myMenu22.add(new WebFXMenuItem("Phone number (DID) availability", "http://localhost/freeside/search/report_phone_avail.html", "" ));
+myMenu22.add(new WebFXMenuItem("Inventory/Provisioning Status", "http://localhost/freeside/search/phone_inventory_provisioned.html", "" ));
+myMenu22.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Phone numbers", null, "Phone numbers", myMenu22 ));
+var myMenu23 = new WebFXMenu;
+myMenu23.emptyText = '';
+myMenu23.add(new WebFXMenuItem("All PBXs", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_pbx;magic=all;sortby=svcnum", "" ));
+myMenu23.width = 256;
+
+myMenu10.add(new WebFXMenuItem("PBXs", null, "PBXs", myMenu23 ));
+var myMenu24 = new WebFXMenu;
+myMenu24.emptyText = '';
+myMenu24.add(new WebFXMenuItem("All circuits", "http://localhost/freeside/search/svc_circuit.cgi?magic=all;sortby=svcnum", "" ));
+myMenu24.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Circuits", null, "Voice and data circuit services", myMenu24 ));
+var myMenu25 = new WebFXMenu;
+myMenu25.emptyText = '';
+myMenu25.add(new WebFXMenuItem("All ports", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_port;magic=all;sortby=serviceid", "" ));
+myMenu25.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Ports", null, "Ports", myMenu25 ));
+var myMenu26 = new WebFXMenu;
+myMenu26.emptyText = '';
+myMenu26.add(new WebFXMenuItem("All alarm services", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_alarm;magic=all;sortby=acctnum", "" ));
+myMenu26.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Alarm services", null, "Alarm services", myMenu26 ));
+var myMenu27 = new WebFXMenu;
+myMenu27.emptyText = '';
+myMenu27.add(new WebFXMenuItem("All external services", "http://localhost/freeside/search/svc_external.cgi?magic=all;sortby=id", "" ));
+myMenu27.width = 256;
+
+myMenu10.add(new WebFXMenuItem("External services", null, "External services", myMenu27 ));
+myMenu10.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Services", null, "Services reports", myMenu10 ));
+var myMenu28 = new WebFXMenu;
+myMenu28.emptyText = '';
+myMenu28.add(new WebFXMenuItem("Inventory by agent", "http://localhost/freeside/search/report_agent_inventory.html", "" ));
+myMenu28.add(new WebFXMenuItem("Inventory activity", "http://localhost/freeside/search/report_h_inventory_item.html", "" ));
+myMenu28.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Inventory", null, "Inventory reports", myMenu28 ));
+var myMenu29 = new WebFXMenu;
+myMenu29.emptyText = '';
+myMenu29.add(new WebFXMenuItem("RADIUS sessions", "http://localhost/freeside/search/sqlradius.html", "" ));
+myMenu29.add(new WebFXMenuItem("RADIUS data usage", "http://localhost/freeside/search/report_sqlradius_usage.html", "" ));
+myMenu29.add(new WebFXMenuItem("Call Detail Records (CDRs)", "http://localhost/freeside/search/report_cdr.html", "" ));
+myMenu29.add(new WebFXMenuItem("Unrateable CDRs", "http://localhost/freeside/search/cdr.html?freesidestatus=failed;cdrbatchnum=_ALL_", "" ));
+myMenu29.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Usage", null, "Usage reports", myMenu29 ));
+var myMenu30 = new WebFXMenu;
+myMenu30.emptyText = '';
+var myMenu31 = new WebFXMenu;
+myMenu31.emptyText = '';
+myMenu31.add(new WebFXMenuItem("Tickets per day per Queue", "http://localhost/freeside/rt/RTx/Statistics/CallsQueueDay", "View the number of tickets created, resolved or deleted in a specific Queue, over the requested period of days" ));
+myMenu31.add(new WebFXMenuItem("Ticket status by Queue", "http://localhost/freeside/rt/RTx/Statistics/OpenStalled", "View numbers of new, open and stalled tickets in a selected Queue" ));
+myMenu31.add(new WebFXMenuItem("Tickets per day (multiple Queues)", "http://localhost/freeside/rt/RTx/Statistics/CallsMultiQueue", "View tickets created, resolved or deleted on in one or more Queues over a specified time period" ));
+myMenu31.add(new WebFXMenuItem("Tickets per Day of Week", "http://localhost/freeside/rt/RTx/Statistics/DayOfWeek", "View trends showing when tickets are created, resolved or deleted" ));
+myMenu31.add(new WebFXMenuItem("Time to resolve", "http://localhost/freeside/rt/RTx/Statistics/Resolution", "View how long tickets take to be resolved by Queue" ));
+myMenu31.add(new WebFXMenuItem("Time to resolve (scatter graph)", "http://localhost/freeside/rt/RTx/Statistics/TimeToResolve", "View a detailed scatter graph of time to resolve tickets by Queue" ));
+myMenu31.width = 256;
+
+myMenu30.add(new WebFXMenuItem("Statistics", null, "", myMenu31 ));
+myMenu30.add(new WebFXMenuSeparator());
+myMenu30.add(new WebFXMenuItem("Advanced ticket reports", "http://localhost/freeside/rt/Search/Build.html?NewQuery=1", "List tickets by any criteria" ));
+myMenu30.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Tickets", null, "Ticket reports", myMenu30 ));
+var myMenu32 = new WebFXMenu;
+myMenu32.emptyText = '';
+var myMenu33 = new WebFXMenu;
+myMenu33.emptyText = '';
+myMenu33.add(new WebFXMenuItem("Sales, Credits and Receipts", "http://localhost/freeside/graph/report_money_time.html", "Sales, credits and receipts summary graph" ));
+myMenu33.add(new WebFXMenuItem("Daily Sales, Credits and Receipts", "http://localhost/freeside/graph/report_money_time_daily.html", "Sales, credits and receipts (broken down by day) summary graph" ));
+myMenu33.add(new WebFXMenuItem("Sales Report", "http://localhost/freeside/graph/report_cust_bill_pkg.html", "Sales report and graph (by agent, package class and/or date range)" ));
+myMenu33.add(new WebFXMenuItem("Rated Call Sales Report", "http://localhost/freeside/graph/report_cust_bill_pkg_detail.html", "Sales report and graph (by agent, package class, usage class and/or date range)" ));
+myMenu33.add(new WebFXMenuItem("Sales with Advertising Source", "http://localhost/freeside/search/report_cust_bill_pkg_referral.html", "" ));
+myMenu33.width = 256;
+
+myMenu32.add(new WebFXMenuItem("Sales", null, "Sales reports", myMenu33 ));
+var myMenu34 = new WebFXMenu;
+myMenu34.emptyText = '';
+myMenu34.add(new WebFXMenuItem("Agent", "http://localhost/freeside/search/report_agent_commission.html", "" ));
+myMenu34.add(new WebFXMenuItem("Agent per package", "http://localhost/freeside/search/report_agent_commission_pkg.html", "" ));
+myMenu34.add(new WebFXMenuItem("Sales Person", "http://localhost/freeside/search/report_sales_commission.html", "" ));
+myMenu34.add(new WebFXMenuItem("Sales Person per package", "http://localhost/freeside/search/report_sales_commission_pkg.html", "" ));
+myMenu34.add(new WebFXMenuItem("Employee", "http://localhost/freeside/search/report_employee_commission.html", "" ));
+myMenu34.width = 256;
+
+myMenu32.add(new WebFXMenuItem("Commissions", null, "Commission reports", myMenu34 ));
+var myMenu35 = new WebFXMenu;
+myMenu35.emptyText = '';
+myMenu35.add(new WebFXMenuItem("Credit Report", "http://localhost/freeside/search/report_cust_credit.html", "Credit report (by employee and/or date range)" ));
+myMenu35.add(new WebFXMenuItem("Credit package source detail", "http://localhost/freeside/search/report_cust_credit_source_bill_pkg.html", "Line-item detail for triggered package credits" ));
+myMenu35.add(new WebFXMenuItem("Credit application detail", "http://localhost/freeside/search/report_cust_credit_bill_pkg.html", "Line item application detail" ));
+myMenu35.add(new WebFXMenuItem("Unapplied Credits", "http://localhost/freeside/search/report_cust_credit.html?unapplied=1", "Unapplied credit report (by type and/or date range)" ));
+myMenu35.add(new WebFXMenuItem("Voided Credits", "http://localhost/freeside/search/report_cust_credit_void.html", "Voided credit report (by employee and/or date range)" ));
+myMenu35.width = 256;
+
+myMenu32.add(new WebFXMenuItem("Credits", null, "Credit reports", myMenu35 ));
+var myMenu36 = new WebFXMenu;
+myMenu36.emptyText = '';
+myMenu36.add(new WebFXMenuItem("Refund Report", "http://localhost/freeside/search/report_cust_refund.html", "Refund report (by type and/or date range)" ));
+myMenu36.add(new WebFXMenuItem("Unapplied Refunds", "http://localhost/freeside/search/report_cust_refund.html?unapplied=1", "Unapplied refund report (by type and/or date range)" ));
+myMenu36.width = 256;
+
+myMenu32.add(new WebFXMenuItem("Refunds", null, "Refund reports", myMenu36 ));
+myMenu32.add(new WebFXMenuItem("A/R Aging", "http://localhost/freeside/search/report_receivables.html", "Accounts Receivable Aging report" ));
+myMenu32.add(new WebFXMenuItem("Prepaid Income", "http://localhost/freeside/search/report_prepaid_income.html", "Prepaid income (unearned revenue)  report" ));
+myMenu32.add(new WebFXMenuItem("Tax Liability", "http://localhost/freeside/search/report_tax.html", "Tax liability report (internal tax data)" ));
+myMenu32.add(new WebFXMenuItem("E911 Fee Summary", "http://localhost/freeside/search/report_e911.html", "E911 fee summary" ));
+myMenu32.add(new WebFXMenuItem("Customer Accounting Summary", "http://localhost/freeside/search/report_customer_accounting_summary.html", "Customer accounting summary report" ));
+myMenu32.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Financial (Receivables)", null, "Financial reports (Receivables)", myMenu32 ));
+var myMenu37 = new WebFXMenu;
+myMenu37.emptyText = '';
+myMenu37.add(new WebFXMenuItem("Payables summary", "http://localhost/freeside/search/report_vend_main.html", "Payables summary by vendor" ));
+myMenu37.add(new WebFXMenuItem("Payables detail", "http://localhost/freeside/search/report_vend_bill.html", "" ));
+myMenu37.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Financial (Payables)", null, "Financial reports (Payables)", myMenu37 ));
+var myMenu38 = new WebFXMenu;
+myMenu38.emptyText = '';
+var myMenu39 = new WebFXMenu;
+myMenu39.emptyText = '';
+myMenu39.add(new WebFXMenuItem("All billing events", "http://localhost/freeside/search/report_cust_event.html", "All billing events for a date range" ));
+myMenu39.add(new WebFXMenuItem("Billing event errors", "http://localhost/freeside/search/report_cust_event.html?failed=1", "Failed credit cards, processor or printer problems, etc." ));
+myMenu39.width = 256;
+
+myMenu38.add(new WebFXMenuItem("Billing events", null, "Billing events", myMenu39 ));
+myMenu38.add(new WebFXMenuItem("Credit limit incidents", "http://localhost/freeside/search/report_cust_main_credit_limit.html", "" ));
+myMenu38.add(new WebFXMenuItem("Employee activity", "http://localhost/freeside/search/report_employee_audit.html", "" ));
+myMenu38.add(new WebFXMenuItem("System log", "http://localhost/freeside/search/log.html", "View system events and debugging information." ));
+myMenu38.add(new WebFXMenuItem("Outgoing messages", "http://localhost/freeside/search/cust_msg.html", "View outgoing message log" ));
+myMenu38.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Logs", null, "System and email logs", myMenu38 ));
+myMenu0.width = 256;
+
+          myBar.add(new WebFXMenuButton('Reports', null, 'Lists, reporting and graphing', myMenu0 ));
+
+
+          var myMenu40 = new WebFXMenu;
+myMenu40.emptyText = '';
+var myMenu41 = new WebFXMenu;
+myMenu41.emptyText = '';
+myMenu41.add(new WebFXMenuItem("Appointments", "http://localhost/freeside/rt/Search/Schedule.html?LengthMin=0", "View appointment schedule" ));
+myMenu41.add(new WebFXMenuItem("Attachments", "http://localhost/freeside/browse/cust_attachment.html", "View customer attachments" ));
+myMenu41.add(new WebFXMenuItem("Customer email settings", "http://localhost/freeside/misc/manage_cust_email.html", "" ));
+myMenu41.width = 256;
+
+myMenu40.add(new WebFXMenuItem("Customers", null, "Customer tools", myMenu41 ));
+var myMenu42 = new WebFXMenu;
+myMenu42.emptyText = '';
+myMenu42.add(new WebFXMenuItem("Quick payment entry", "http://localhost/freeside/misc/batch-cust_pay.html", "Enter multiple payments in a batch" ));
+myMenu42.add(new WebFXMenuItem("Download invoice batches", "http://localhost/freeside/search/bill_batch.cgi", "" ));
+myMenu42.width = 256;
+
+myMenu40.add(new WebFXMenuItem("Billing", null, "Payment and invoice tools", myMenu42 ));
+var myMenu43 = new WebFXMenu;
+myMenu43.emptyText = '';
+var myMenu44 = new WebFXMenu;
+myMenu44.emptyText = '';
+myMenu44.add(new WebFXMenuItem("Overview", "http://localhost/freeside/rt/Articles/index.html", "" ));
+myMenu44.add(new WebFXMenuItem("Search", "http://localhost/freeside/rt/Articles/Article/Search.html", "" ));
+myMenu44.add(new WebFXMenuItem("Topics", "http://localhost/freeside/rt/Articles/Topics.html", "" ));
+myMenu44.width = 256;
+
+myMenu43.add(new WebFXMenuItem("Articles", null, "", myMenu44 ));
+myMenu43.add(new WebFXMenuItem("My Day", "http://localhost/freeside/rt/Tools/MyDay.html", "" ));
+myMenu43.add(new WebFXMenuItem("My Reminders", "http://localhost/freeside/rt/Tools/MyReminders.html", "" ));
+myMenu43.add(new WebFXMenuItem("Offline", "http://localhost/freeside/rt/Tools/Offline.html", "" ));
+myMenu43.add(new WebFXMenuItem("Approval", "http://localhost/freeside/rt/Approvals/", "" ));
+myMenu43.width = 256;
+
+myMenu40.add(new WebFXMenuItem("Ticketing", null, "Ticketing tools", myMenu43 ));
+var myMenu45 = new WebFXMenu;
+myMenu45.emptyText = '';
+myMenu45.add(new WebFXMenuItem("Bulk DID Orders", "http://localhost/freeside/browse/did_order.html", "View/manage bulk DID orders" ));
+myMenu45.add(new WebFXMenuItem("Business card scan", "http://localhost/freeside/edit/prospect_main-upload.html", "" ));
+myMenu45.width = 256;
+
+myMenu40.add(new WebFXMenuItem("Miscellaneous", null, "", myMenu45 ));
+var myMenu46 = new WebFXMenu;
+myMenu46.emptyText = '';
+myMenu46.add(new WebFXMenuItem("Customers", "http://localhost/freeside/misc/cust_main-import.cgi", "" ));
+myMenu46.add(new WebFXMenuItem("Package definitions", "http://localhost/freeside/misc/part_pkg-import.html", "" ));
+myMenu46.add(new WebFXMenuItem("Customer packages", "http://localhost/freeside/misc/cust_pkg-import.html", "" ));
+myMenu46.add(new WebFXMenuItem("Customer comments", "http://localhost/freeside/misc/cust_main_note-import.html", "" ));
+myMenu46.add(new WebFXMenuItem("One-time charges", "http://localhost/freeside/misc/cust_main-import_charges.cgi", "" ));
+myMenu46.add(new WebFXMenuItem("Payments", "http://localhost/freeside/misc/cust_pay-import.cgi", "" ));
+myMenu46.add(new WebFXMenuItem("Credits", "http://localhost/freeside/misc/cust_credit-import.html", "" ));
+myMenu46.add(new WebFXMenuItem("Phone numbers (DIDs)", "http://localhost/freeside/misc/phone_avail-import.html", "" ));
+myMenu46.add(new WebFXMenuItem("Call Detail Records (CDRs)", "http://localhost/freeside/misc/cdr-import.html", "" ));
+myMenu46.width = 256;
+
+myMenu40.add(new WebFXMenuItem("Importing", null, "Import tools", myMenu46 ));
+var myMenu47 = new WebFXMenu;
+myMenu47.emptyText = '';
+myMenu47.add(new WebFXMenuItem("Status", "http://localhost/freeside/view/Status.html", "System status" ));
+myMenu47.add(new WebFXMenuItem("Job Queue", "http://localhost/freeside/search/queue.html", "View pending job queue" ));
+myMenu47.width = 256;
+
+myMenu40.add(new WebFXMenuItem("System", null, "System tools", myMenu47 ));
+myMenu40.width = 256;
+
+          myBar.add(new WebFXMenuButton('Tools', null, 'Tools', myMenu40 ));
+
+
+          var myMenu48 = new WebFXMenu;
+myMenu48.emptyText = '';
+myMenu48.add(new WebFXMenuItem("Settings", "http://localhost/freeside/config/config-view.cgi", "" ));
+myMenu48.add(new WebFXMenuSeparator());
+var myMenu49 = new WebFXMenu;
+myMenu49.emptyText = '';
+myMenu49.add(new WebFXMenuItem("Agent types", "http://localhost/freeside/browse/agent_type.cgi", "Agent types define groups of package definitions that you can then assign to particular agents" ));
+myMenu49.add(new WebFXMenuItem("Agents", "http://localhost/freeside/browse/agent.cgi", "Agents are resellers of your service. Agents may be limited to a subset of your full offerings (via their type)" ));
+myMenu49.add(new WebFXMenuItem("Agent payment gateways", "http://localhost/freeside/browse/payment_gateway.html", "Credit card and electronic check processors for agent overrides" ));
+myMenu49.width = 256;
+
+myMenu48.add(new WebFXMenuItem("Companies", null, "", myMenu49 ));
+var myMenu50 = new WebFXMenu;
+myMenu50.emptyText = '';
+myMenu50.add(new WebFXMenuItem("Sales People", "http://localhost/freeside/browse/sales.html", "Sales people bring in new business." ));
+myMenu50.width = 256;
+
+myMenu48.add(new WebFXMenuItem("Sales People", null, "", myMenu50 ));
+var myMenu51 = new WebFXMenu;
+myMenu51.emptyText = '';
+myMenu51.add(new WebFXMenuItem("Employees", "http://localhost/freeside/browse/access_user.html", "Setup internal users" ));
+myMenu51.add(new WebFXMenuItem("Employee groups", "http://localhost/freeside/browse/access_group.html", "Employee groups allow you to control access to the backend" ));
+myMenu51.add(new WebFXMenuItem("Installer availability", "http://localhost/freeside/browse/sched_item.html", "Installer availability" ));
+myMenu51.width = 256;
+
+myMenu48.add(new WebFXMenuItem("Employees", null, "", myMenu51 ));
+myMenu48.add(new WebFXMenuSeparator());
+var myMenu52 = new WebFXMenu;
+myMenu52.emptyText = '';
+myMenu52.add(new WebFXMenuItem("Customer tags", "http://localhost/freeside/browse/part_tag.html", "" ));
+myMenu52.add(new WebFXMenuItem("Customer classes", "http://localhost/freeside/browse/cust_class.html", "Customer classes define groups of customers for reporting." ));
+myMenu52.add(new WebFXMenuItem("Customer categories", "http://localhost/freeside/browse/cust_category.html", "Customer categories define groups of customer classes." ));
+myMenu52.add(new WebFXMenuSeparator());
+myMenu52.add(new WebFXMenuItem("Contact types", "http://localhost/freeside/browse/contact_class.html", "" ));
+myMenu52.width = 256;
+
+myMenu48.add(new WebFXMenuItem("Customers", null, "", myMenu52 ));
+var myMenu53 = new WebFXMenu;
+myMenu53.emptyText = '';
+myMenu53.add(new WebFXMenuItem("Package definitions", "http://localhost/freeside/browse/part_pkg.cgi", "One or more services are grouped together into a package and given pricing information. Customers purchase packages, not services" ));
+myMenu53.add(new WebFXMenuItem("Package classes", "http://localhost/freeside/browse/pkg_class.html", "Package classes define groups of packages, for taxation, ordering convenience and reporting." ));
+myMenu53.add(new WebFXMenuItem("Package categories", "http://localhost/freeside/browse/pkg_category.html", "Package categories define groups of package classes, for invoice sections." ));
+myMenu53.add(new WebFXMenuItem("Package report classes", "http://localhost/freeside/browse/part_pkg_report_option.html", "Package classes define optional groups of packages for reporting only." ));
+myMenu53.add(new WebFXMenuItem("Fees", "http://localhost/freeside/browse/part_fee.html", "" ));
+myMenu53.add(new WebFXMenuItem("Discounts", "http://localhost/freeside/browse/discount.html", "" ));
+myMenu53.add(new WebFXMenuItem("Discount classes", "http://localhost/freeside/browse/discount_class.html", "" ));
+var myMenu54 = new WebFXMenu;
+myMenu54.emptyText = '';
+myMenu54.add(new WebFXMenuItem("Cancel reasons", "http://localhost/freeside/browse/reason.html?class=C", "Cancel reasons explain why a service was cancelled." ));
+myMenu54.add(new WebFXMenuItem("Cancel reason types", "http://localhost/freeside/browse/reason_type.html?class=C", "Cancel reason types define groups of reasons." ));
+myMenu54.add(new WebFXMenuItem("Suspend reasons", "http://localhost/freeside/browse/reason.html?class=S", "Suspend reasons explain why a service was suspended." ));
+myMenu54.add(new WebFXMenuItem("Suspend reason types", "http://localhost/freeside/browse/reason_type.html?class=S", "Suspend reason types define groups of reasons." ));
+myMenu54.width = 256;
+
+myMenu53.add(new WebFXMenuItem("Cancel/Suspend Reasons", null, "", myMenu54 ));
+myMenu53.width = 256;
+
+myMenu48.add(new WebFXMenuItem("Packages", null, "", myMenu53 ));
+var myMenu55 = new WebFXMenu;
+myMenu55.emptyText = '';
+myMenu55.add(new WebFXMenuItem("Service definitions", "http://localhost/freeside/browse/part_svc.cgi", "Services are items you offer to your customers" ));
+myMenu55.add(new WebFXMenuItem("Service classes", "http://localhost/freeside/browse/part_svc_class.html", "Services classes are user-defined, informational types for services" ));
+myMenu55.add(new WebFXMenuItem("Service dependencies", "http://localhost/freeside/browse/part_svc_link.html", "Services depencies define rules between service definitions" ));
+myMenu55.add(new WebFXMenuItem("Provisioning exports", "http://localhost/freeside/browse/part_export.cgi", "Provisioning services to external machines, databases and APIs" ));
+var myMenu56 = new WebFXMenu;
+myMenu56.emptyText = '';
+myMenu56.add(new WebFXMenuItem("Access numbers", "http://localhost/freeside/browse/svc_acct_pop.cgi", "Points of Presence" ));
+myMenu56.width = 256;
+
+myMenu55.add(new WebFXMenuItem("Dialup", null, "", myMenu56 ));
+var myMenu57 = new WebFXMenu;
+myMenu57.emptyText = '';
+myMenu57.add(new WebFXMenuItem("Towers", "http://localhost/freeside/browse/tower.html", "Towers and sectors" ));
+myMenu57.add(new WebFXMenuItem("Routers", "http://localhost/freeside/browse/router.cgi", "Broadband access routers" ));
+myMenu57.add(new WebFXMenuItem("Address blocks", "http://localhost/freeside/browse/addr_block.cgi", "Manage address blocks and block assignments to broadband routers" ));
+myMenu57.add(new WebFXMenuItem("Address ranges", "http://localhost/freeside/browse/addr_range.html", "Designate special address ranges" ));
+myMenu57.width = 256;
+
+myMenu55.add(new WebFXMenuItem("Wireless broadband", null, "", myMenu57 ));
+var myMenu58 = new WebFXMenu;
+myMenu58.emptyText = '';
+myMenu58.add(new WebFXMenuItem("View/Edit phone device types", "http://localhost/freeside/browse/part_device.html", "Phone device types" ));
+myMenu58.add(new WebFXMenuItem("View/Edit bulk DID vendors", "http://localhost/freeside/browse/did_vendor.html", "Bulk DID vendors" ));
+myMenu58.add(new WebFXMenuItem("View/Edit Carriers", "http://localhost/freeside/browse/cdr_carrier.html", "Carriers" ));
+myMenu58.width = 256;
+
+myMenu55.add(new WebFXMenuItem("Phone", null, "", myMenu58 ));
+var myMenu59 = new WebFXMenu;
+myMenu59.emptyText = '';
+myMenu59.add(new WebFXMenuItem("RADIUS Groups", "http://localhost/freeside/browse/radius_group.html", "Manage RADIUS groups" ));
+myMenu59.add(new WebFXMenuItem("RADIUS Clients", "http://localhost/freeside/browse/nas.html", "Manage RADIUS clients" ));
+myMenu59.width = 256;
+
+myMenu55.add(new WebFXMenuItem("RADIUS", null, "", myMenu59 ));
+var myMenu60 = new WebFXMenu;
+myMenu60.emptyText = '';
+myMenu60.add(new WebFXMenuItem("Cable providers", "http://localhost/freeside/browse/cable_provider.html", "" ));
+myMenu60.add(new WebFXMenuItem("Cable modem models", "http://localhost/freeside/browse/cable_model.html", "" ));
+myMenu60.width = 256;
+
+myMenu55.add(new WebFXMenuItem("Cable", null, "", myMenu60 ));
+var myMenu61 = new WebFXMenu;
+myMenu61.emptyText = '';
+myMenu61.add(new WebFXMenuItem("Conferencing types", "http://localhost/freeside/browse/conferencing_type.html", "" ));
+myMenu61.add(new WebFXMenuItem("Quality levels", "http://localhost/freeside/browse/conferencing_quality.html", "" ));
+myMenu61.width = 256;
+
+myMenu55.add(new WebFXMenuItem("Conferencing", null, "", myMenu61 ));
+var myMenu62 = new WebFXMenu;
+myMenu62.emptyText = '';
+myMenu62.add(new WebFXMenuItem("Alarm system vendors", "http://localhost/freeside/browse/alarm_system.html", "" ));
+myMenu62.add(new WebFXMenuItem("Alarm system types", "http://localhost/freeside/browse/alarm_type.html", "" ));
+myMenu62.add(new WebFXMenuItem("Alarm central stations", "http://localhost/freeside/browse/alarm_station.html", "" ));
+myMenu62.width = 256;
+
+myMenu55.add(new WebFXMenuItem("Alarm", null, "", myMenu62 ));
+var myMenu63 = new WebFXMenu;
+myMenu63.emptyText = '';
+myMenu63.add(new WebFXMenuItem("Circuit types", "http://localhost/freeside/browse/circuit_type.html", "" ));
+myMenu63.add(new WebFXMenuItem("Circuit providers", "http://localhost/freeside/browse/circuit_provider.html", "" ));
+myMenu63.add(new WebFXMenuItem("Termination types", "http://localhost/freeside/browse/circuit_termination.html", "" ));
+myMenu63.width = 256;
+
+myMenu55.add(new WebFXMenuItem("Circuits", null, "", myMenu63 ));
+myMenu55.add(new WebFXMenuItem("Hardware types", "http://localhost/freeside/browse/hardware_class.html", "Set up hardware type catalog" ));
+myMenu55.width = 256;
+
+myMenu48.add(new WebFXMenuItem("Services", null, "", myMenu55 ));
+myMenu48.add(new WebFXMenuSeparator());
+var myMenu64 = new WebFXMenu;
+myMenu64.emptyText = '';
+myMenu64.add(new WebFXMenuItem("Vendor classes", "http://localhost/freeside/browse/vend_class.html", "" ));
+myMenu64.add(new WebFXMenuItem("Vendors", "http://localhost/freeside/browse/vend_main.html", "" ));
+myMenu64.width = 256;
+
+myMenu48.add(new WebFXMenuItem("Vendors", null, "", myMenu64 ));
+myMenu48.add(new WebFXMenuSeparator());
+var myMenu65 = new WebFXMenu;
+myMenu65.emptyText = '';
+myMenu65.add(new WebFXMenuItem("Billing events", "http://localhost/freeside/browse/part_event.html", "Billing actions for customers, invoices and packages" ));
+myMenu65.add(new WebFXMenuItem("Invoice configurations", "http://localhost/freeside/browse/invoice_conf.html", "Adjust invoice settings for special-purpose notices" ));
+myMenu65.add(new WebFXMenuItem("Invoice templates", "http://localhost/freeside/browse/invoice_template.html", "Edit templates for HTML, plaintext and typeset invoices" ));
+myMenu65.add(new WebFXMenuSeparator());
+myMenu65.add(new WebFXMenuItem("Prepaid cards", "http://localhost/freeside/search/prepay_credit.html", "View outstanding cards, generate new cards" ));
+var myMenu66 = new WebFXMenu;
+myMenu66.emptyText = '';
+myMenu66.add(new WebFXMenuItem("Rate plans", "http://localhost/freeside/browse/rate.cgi", "Manage rate plans" ));
+myMenu66.add(new WebFXMenuItem("Regions and prefixes", "http://localhost/freeside/browse/rate_region.html", "Manage regions and prefixes" ));
+myMenu66.add(new WebFXMenuItem("Usage classes", "http://localhost/freeside/browse/usage_class.html", "Usage classes define groups of usage for taxation." ));
+myMenu66.add(new WebFXMenuItem("Time periods", "http://localhost/freeside/browse/rate_time.html", "Time periods define days and hours for rate plans" ));
+myMenu66.add(new WebFXMenuItem("Edit rates with Excel", "http://localhost/freeside/misc/rate_edit_excel.html", "Download and edit rates with Excel, then upload changes." ));
+myMenu66.add(new WebFXMenuSeparator());
+myMenu66.add(new WebFXMenuItem("Tiering plans", "http://localhost/freeside/browse/rate_tier.html", "Rating tiers" ));
+myMenu66.width = 256;
+
+myMenu65.add(new WebFXMenuItem("Call rates and regions", null, "Manage rate plans, regions and prefixes for VoIP and call billing", myMenu66 ));
+myMenu65.add(new WebFXMenuSeparator());
+myMenu65.add(new WebFXMenuItem("Locales and tax rates", "http://localhost/freeside/browse/cust_main_county.cgi", "Change tax rates, or break down a country into states, or a state into counties and assign different tax rates to each" ));
+myMenu65.add(new WebFXMenuItem("Tax classes", "http://localhost/freeside/browse/part_pkg_taxclass.html", "Tax classes" ));
+myMenu65.add(new WebFXMenuSeparator());
+myMenu65.add(new WebFXMenuItem("Credit reasons", "http://localhost/freeside/browse/reason.html?class=R", "Credit reasons explain why a credit was issued." ));
+myMenu65.add(new WebFXMenuItem("Credit reason types", "http://localhost/freeside/browse/reason_type.html?class=R", "Credit reason types define groups of reasons." ));
+myMenu65.add(new WebFXMenuSeparator());
+myMenu65.add(new WebFXMenuItem("Refund reasons", "http://localhost/freeside/browse/reason.html?class=F", "Refund reasons explain why a refund was issued." ));
+myMenu65.add(new WebFXMenuItem("Refund reason types", "http://localhost/freeside/browse/reason_type.html?class=F", "Refund reason types define groups of reasons." ));
+myMenu65.width = 256;
+
+myMenu48.add(new WebFXMenuItem("Billing", null, "", myMenu65 ));
+myMenu48.add(new WebFXMenuSeparator());
+var myMenu67 = new WebFXMenu;
+myMenu67.emptyText = '';
+myMenu67.add(new WebFXMenuItem("Message templates", "http://localhost/freeside/browse/msg_template.html", "Templates for customer notices" ));
+myMenu67.add(new WebFXMenuItem("Advertising sources", "http://localhost/freeside/browse/part_referral.html", "Where a customer heard about your service." ));
+myMenu67.add(new WebFXMenuItem("Custom fields", "http://localhost/freeside/browse/part_virtual_field.html", "Locally defined fields" ));
+myMenu67.add(new WebFXMenuItem("Translation strings", "http://localhost/freeside/browse/msgcat.html", "Translations and other customizable labels for each locale" ));
+myMenu67.add(new WebFXMenuItem("Inventory classes and inventory", "http://localhost/freeside/browse/inventory_class.html", "Setup inventory classes and stock inventory" ));
+myMenu67.add(new WebFXMenuItem("Upload targets", "http://localhost/freeside/browse/upload_target.html", "Billing and payment upload destinations" ));
+myMenu67.width = 256;
+
+myMenu48.add(new WebFXMenuItem("Miscellaneous", null, "", myMenu67 ));
+myMenu48.width = 256;
+
+          myBar.add(new WebFXMenuButton('Configuration', null, 'Configuration and setup', myMenu48 ));
+
+
+          var myMenu68 = new WebFXMenu;
+myMenu68.emptyText = '';
+myMenu68.add(new WebFXMenuItem("Billing documentation", "http://www.freeside.biz/mediawiki/index.php/Freeside:4:Documentation", "Freeside documentation" ));
+myMenu68.add(new WebFXMenuItem("Ticketing documentation", "http://wiki.bestpractical.com/", "Request Tracker Wiki" ));
+myMenu68.add(new WebFXMenuSeparator());
+myMenu68.add(new WebFXMenuItem("About Freeside v5.0git", "javascript:about_freeside()", "" ));
+myMenu68.add(new WebFXMenuItem("About RT v4.2.11", "http://www.bestpractical.com/rt", "Request Tracker Homepage" ));
+myMenu68.width = 256;
+
+          myBar.add(new WebFXMenuButton('Help', null, '', myMenu68 ));
+
+
+  myBar.show( null, 'vertical' );
+  myBar.width = 154;
+
+</SCRIPT>
+
+
+
+
+      <link rel="stylesheet" href="http://localhost/freeside/elements/jquery-ui.min.css">
+      <SCRIPT SRC="http://localhost/freeside/elements/jquery.js"></SCRIPT>
+      <SCRIPT SRC="http://localhost/freeside/elements/jquery-ui.min.js"></SCRIPT>
+      <SCRIPT TYPE="text/javascript" SRC="http://localhost/freeside/elements/overlibmws.js"></SCRIPT>
+  <SCRIPT TYPE="text/javascript" SRC="http://localhost/freeside/elements/overlibmws_iframe.js"></SCRIPT>
+  <SCRIPT TYPE="text/javascript" SRC="http://localhost/freeside/elements/overlibmws_draggable.js"></SCRIPT>
+  <SCRIPT TYPE="text/javascript" SRC="http://localhost/freeside/elements/overlibmws_crossframe.js"></SCRIPT>
+  <SCRIPT TYPE="text/javascript" SRC="http://localhost/freeside/elements/iframecontentmws.js"></SCRIPT>
+  <SCRIPT TYPE="text/javascript" SRC="http://localhost/freeside/elements/ajaxcontentmws.js"></SCRIPT>
+
+    <SCRIPT TYPE="text/javascript">
+
+  function rs_init_object() {
+    var A;
+    try {
+      A=new ActiveXObject("Msxml2.XMLHTTP");
+    } catch (e) {
+      try {
+        A=new ActiveXObject("Microsoft.XMLHTTP");
+      } catch (oc) {
+        A=null;
+      }
+    }
+    if(!A && typeof XMLHttpRequest != "undefined")
+      A = new XMLHttpRequest();
+    if (!A)
+      alert("Can't create XMLHttpRequest object");
+    return A;
+
+  }
+
+</SCRIPT>
+
+
+    
+
+  </HEAD>
+  <BODY BGCOLOR="#f8f8f8"  STYLE="margin-top:0; margin-bottom:0; margin-left:0px; margin-right:0px">
+    <table width="100%" CELLPADDING=0 CELLSPACING=0 STYLE="padding-left:0px; padding-right:4px" CLASS="fshead">
+      <tr>
+        <td BGCOLOR="#ffffff"><IMG BORDER=0 ALT="freeside" HEIGHT="36" SRC="http://localhost/freeside/view/REAL_logo.cgi"></td>
+        <td align=left BGCOLOR="#ffffff"> <!-- valign="top" -->
+          <font size=6>Freeside Test 5.0.1</font>
+        </td>
+        <td align=right valign=top BGCOLOR="#ffffff"><FONT SIZE="-1">Logged in as <b>test&nbsp;</b> <FONT SIZE="-2"><a href="http://localhost/freeside/loginout/logout.html">logout</a></FONT><br></FONT><FONT SIZE="-2"><a href="http://localhost/freeside/pref/pref.html" STYLE="color: #000000">Preferences</a>
+          <BR></FONT>
+        </td>
+      </tr>
+    </table>
+
+    <TABLE WIDTH="100%" CELLSPACING=0 CELLPADDING=0>
+
+<link href="http://localhost/freeside/elements/freeside-menu.css" type="text/css" rel="stylesheet">
+
+
+      <TR CLASS="fsmenubar">
+
+
+        <TD COLSPAN="7" WIDTH="100%" STYLE="padding:1px 0px 0px 0px;border-top: 1px solid #7e0079" BGCOLOR="#dddddd">
+          <SCRIPT TYPE="text/javascript">
+            document.write(myBar);
+          </SCRIPT>
+        </TD>
+
+      </TR>
+
+      <TR CLASS="fssearchbar">
+
+        <TD COLSPAN=1 BGCOLOR="#dddddd" ALIGN="right" STYLE="padding-left:2px">
+          
+  <FORM ACTION="http://localhost/freeside/search/prospect_main.html" METHOD="GET" STYLE="margin:0">
+    <INPUT NAME="search_prospect" TYPE="text" VALUE="(name, company or phone)" STYLE="width:155px" onFocus="clearhint_search_prospect(this);" onClick="clearhint_search_prospect(this);" CLASS="fstext"><BR>
+    <A HREF="http://localhost/freeside/search/report_prospect_main.html" CLASS="fslink" STYLE="font-size: 11px">Adv</A>
+    <INPUT TYPE="submit" VALUE="Search prospects" CLASS="fsblackbutton" onMouseOver="this.className='fsblackbuttonselected'; return true;" onMouseOut="this.className='fsblackbutton'; return true;" STYLE="font-size:11px;padding-left:1px;padding-right:1px">
+  </FORM>
+  
+
+
+<SCRIPT TYPE="text/javascript">
+
+  function clearhint_search_prospect (what) {
+    if ( what.value == '(name, company or phone)' )
+      what.value = '';
+  }
+
+</SCRIPT>
+
+        </TD>
+
+        <TD COLSPAN=1 BGCOLOR="#dddddd" ALIGN="right" STYLE="padding-left:2px">
+          
+  <FORM ACTION="http://localhost/freeside/search/cust_main.cgi" METHOD="POST" STYLE="margin:0">
+    <INPUT NAME="search_cust" TYPE="text" VALUE="(cust #, name, company or contact phone)" STYLE="width:246px" onFocus="clearhint_search_cust(this);" onClick="clearhint_search_cust(this);" CLASS="fstext"><BR>
+    <A HREF="http://localhost/freeside/search/report_cust_main.html" CLASS="fslink" STYLE="font-size: 11px">Advanced</A>
+    <INPUT TYPE="submit" VALUE="Search customers" CLASS="fsblackbutton" onMouseOver="this.className='fsblackbuttonselected'; return true;" onMouseOut="this.className='fsblackbutton'; return true;" STYLE="font-size:11px">
+  </FORM>
+  
+
+
+<SCRIPT TYPE="text/javascript">
+
+  function clearhint_search_cust (what) {
+    if ( what.value == '(cust #, name, company or contact phone)' )
+      what.value = '';
+  }
+
+</SCRIPT>
+
+        </TD>
+
+        <TD COLSPAN=1 BGCOLOR="#dddddd" ALIGN="center">
+          
+<SCRIPT TYPE="text/javascript">
+
+  function clearhint_search_address2 (what) {
+    if ( what.value == '(Unit #)' )
+      what.value = '';
+  }
+
+</SCRIPT>
+
+        </TD>
+
+        <TD COLSPAN=1 BGCOLOR="#dddddd" ALIGN="right">
+          
+  <FORM ACTION="http://localhost/freeside/search/cust_bill.html" METHOD="GET" STYLE="margin:0;display:inline">
+    <INPUT NAME="invnum" TYPE="text" VALUE="(inv #)" STYLE="width:56px" onFocus="clearhint_search_invoice(this);" onClick="clearhint_search_invoice(this);" CLASS="fstext">
+    <A HREF="http://localhost/freeside/search/report_cust_bill.html" CLASS="fslink" STYLE="font-size: 11px">Adv</A>    <BR>
+    <INPUT TYPE="submit" VALUE="Search invoices" CLASS="fsblackbutton" onMouseOver="this.className='fsblackbuttonselected'; return true;" onMouseOut="this.className='fsblackbutton'; return true;" STYLE="font-size:11px;padding-left:1px;padding-right:1px;margin-top:3px">
+  </FORM>
+  
+
+
+<SCRIPT TYPE="text/javascript">
+
+  function clearhint_search_invoice (what) {
+    if ( what.value == '(inv #)' )
+      what.value = '';
+  }
+
+</SCRIPT>
+
+        </TD>
+
+        <TD COLSPAN=1 BGCOLOR="#dddddd" ALIGN="right" STYLE="padding-left:2px">
+          
+  <FORM ACTION="http://localhost/freeside/search/cust_svc.html" METHOD="GET" STYLE="margin:0">
+    <INPUT NAME="search_svc" TYPE="text" VALUE="(user, email, ip, mac, domain or service phone)" STYLE="width:271px" onFocus="clearhint_search_svc(this);" onClick="clearhint_search_svc(this);" CLASS="fstext"><BR>
+    <A NOTYET="http://localhost/freeside/search/svc_Smarter.html" STYLE="color: #cccccc; font-size:11px">Advanced</A>
+    <INPUT TYPE="submit" VALUE="Search services" CLASS="fsblackbutton" onMouseOver="this.className='fsblackbuttonselected'; return true;" onMouseOut="this.className='fsblackbutton'; return true;" STYLE="font-size:11px">
+  </FORM>
+  
+
+
+<SCRIPT TYPE="text/javascript">
+
+  function clearhint_search_svc (what) {
+    if ( what.value == '(user, email, ip, mac, domain or service phone)' )
+      what.value = '';
+  }
+
+</SCRIPT>
+
+        </TD>
+
+        <TD COLSPAN=1 BGCOLOR="#dddddd" ALIGN="right" STYLE="padding-left:2px;padding-right:2px">
+          
+  <FORM ACTION="http://localhost/freeside//rt/index.html" METHOD="GET" STYLE="margin:0">
+    <INPUT NAME="q" TYPE="text" VALUE="(ticket #, subject, email or fulltext:text)" STYLE="width:223px" onFocus="clearhint_search_ticket(this);" onClick="clearhint_search_ticket(this);" CLASS="fstext"><BR>
+    <A HREF="http://localhost/freeside//rt/Search/Build.html?NewQuery=1" CLASS="fslink" STYLE="font-size:11px">Advanced</A>
+    <INPUT TYPE="submit" VALUE="Search tickets" CLASS="fsblackbutton" onMouseOver="this.className='fsblackbuttonselected'; return true;" onMouseOut="this.className='fsblackbutton'; return true;" STYLE="font-size:11px">
+  </FORM>
+  
+
+
+<SCRIPT TYPE="text/javascript">
+
+  function clearhint_search_ticket (what) {
+    if ( what.value == '(ticket #, subject, email or fulltext:text)' )
+      what.value = '';
+  }
+
+</SCRIPT>
+
+        </TD>
+
+      </TR>
+    </TABLE>
+
+
+
+    <TABLE WIDTH="100%" HEIGHT="100%" CELLSPACING=0 CELLPADDING=4>
+
+      <TR HEIGHT="100%">
+
+    <BR>
+        <TD CLASS="background" HEIGHT="100%" VALIGN="top"> <!-- WIDTH="100%"> -->
+
+          <H1>
+            Internal Customer #2: Schowalter, Oswald (<B><FONT COLOR="#00CC00">Active</FONT></B>)
+          </H1>
+
+
+          
+
+
+
+<style type="text/css">
+
+#customer_menu {
+  font-size: smaller;
+  border: none;
+  margin-top: .6em;
+  margin-bottom: 16px;
+}
+
+#customer_menu li {
+  float: left;
+  padding: .25em;
+}
+
+/* #customer_menu .ui-menu-item  */
+#customer_menu > li {
+  background-color: #f8f8f8;
+  padding-left: 0px;
+}
+
+/* #customer_menu .ui-menu-item  */
+#customer_menu > li.ui-state-focus {
+  background-color: #f8f8f8;
+  border: 1px solid transparent;
+}
+
+#customer_menu > li.ui-state-active {
+  background-color: #f8f8f8;
+  border: 1px solid transparent;
+}
+
+#customer_menu > li > a {
+  border-top: 1px solid transparent;
+  border-left: 1px solid transparent;
+  border-right: 1px solid transparent;
+  border-bottom: none;
+  padding: .5em .75em;
+}
+
+#customer_menu > li.ui-state-active > a {
+
+/* if i could find something light enough that didn't look pink?
+     or is this too visually distracting and not the useful hint i think it is?
+  background: #ED55E7;
+*/
+}
+
+#customer_menu a.current_show {
+  font-weight: bold;
+  background: #FFFFFF;
+  border-top: 1px solid #7e0079;
+  border-left: 1px solid #7e0079;
+  border-right: 1px solid #7e0079;
+  border-bottom: 2px solid #ffffff;
+  margin-bottom: -2px;
+  border-bottom-left-radius: 2px;
+  border-bottom-right-radius: 2px;
+}
+
+#customer_menu a {
+  margin-left: 0;
+  margin-right: 1em;
+  margin-top: 0;
+  border-top-left-radius: .5em;
+  border-top-right-radius: .5em;
+
+  font-weight: normal;
+  background: #e0e0e0;
+  color: #525151;
+  white-space: nowrap;
+  text-decoration: none;
+}
+
+#customer_menu ul {
+  background: #ffffff;
+  border: 1px solid #7e0079;
+  border-radius: 2px;
+  box-shadow: #333333 1px 1px 2px;
+}
+
+#customer_menu ul li {
+  float: none;
+  margin-right: 2px;
+  margin-left: 2px;
+}
+
+#customer_menu ul a {
+  color: #333333;
+  background: transparent;
+}
+
+#customer_menu li.ui-menu-divider {
+  border-color: #7e0079;
+/*  margin-right: 2px;
+  margin-left: 2px; */
+}
+
+#customer_menu a:hover {
+  text-decoration: underline;
+  color: #7e0079;
+}
+
+#customer_menu ul li.ui-state-focus {
+  background: transparent;
+  border: 1px solid transparent;
+  margin-right: 1px;
+  margin-left: 1px;
+}
+
+#customer_menu ul li.ui-state-active {
+  background: #f8f0fc;
+  border: 1px solid #7e0079;
+  border-radius: 2px;
+  margin-right: 1px;
+  margin-left: 1px;
+}
+
+#customer_menu a .arrow {
+  float: right;
+  background-image: url("http://localhost/freeside/images/arrow.right.black.png");
+  width: 3px;
+  height: 6px;
+  margin-top:4px;
+}
+
+@-moz-document url-prefix() {
+  #customer_menu a .arrow {
+    margin-top:-.8em;
+  }
+}
+
+</style>
+
+<FORM NAME='quickcharge' STYLE="margin:0; padding:0; display:inline">
+    <INPUT NAME="taxproductnum" ID="taxproductnum" TYPE="hidden">
+    <INPUT NAME="tax_override" ID="tax_override" TYPE="hidden">
+    <INPUT NAME="charge_storage" ID="charge_storage" TYPE="hidden">
+    <INPUT NAME="taxproductnum_description" ID="taxproductnum_description" TYPE="hidden">
+</FORM>
+
+
+<ul id="customer_menu">
+  <li>
+     <A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=2;show=basics">Basics</A> 
+      <ul class="customer_submenu">
+        <li> <A HREF="http://localhost/freeside/edit/cust_main.cgi?2">Edit customer</A> </li>
+        <li> <A HREF="http://localhost/freeside/edit/cust_main-contacts.html?2">Edit contacts</A> </li>
+        <li>-</li>
+        <li><FORM NAME="bill00002" STYLE="display:inline">
+
+
+<SCRIPT TYPE="text/javascript">
+
+
+    function bill00002start_job() {
+        // count args; build URL
+        var url = "http://localhost/freeside/misc/bill.cgi";
+        var a = bill00002start_job.arguments;
+
+        var args;
+        var len;
+        var content = 'sub=start_job';
+        if ( a && typeof a  == 'object'  && a[0].constructor == Array ) {
+            args = a[0];
+            len = args.length
+        } else {
+            args = a;
+            len = args.length - 1;
+        }
+        for (var i = 0; i < len; i++) 
+            content = content + "&arg=" + escape(args[i]);
+        content = content.replace( /[+]/g, '%2B'); // fix unescaped plus signs 
+
+        if ( 'POST' == 'GET' ) {
+          url = url + content;
+        }
+
+        //alert('POST ' + url);
+
+        var xmlhttp = rs_init_object();
+        xmlhttp.open("POST", url, true);
+
+        xmlhttp.onreadystatechange = function() {
+            if (xmlhttp.readyState != 4) 
+               return;
+
+            if (xmlhttp.status != 200) {
+              if ( xmlhttp.status != 0 ) {
+                //not warning on the 0 errors, they pop up when navagating away
+                // from the page
+                alert(xmlhttp.status + " status connecting to " + url);
+              }
+            } else {
+              var data = xmlhttp.responseText;
+              //alert('received response: ' + data);
+              if ( data.indexOf("<b>System error</b>") > -1 ) {
+                // trim this a little
+                var end = data.indexOf('<a href="#raw">') - 1;
+                data = data.substring(0, end);
+
+                overlib(data,
+                  WIDTH, 480, MIDX, 0, MIDY, 0,
+                  CAPTION, 'Error', STICKY, AUTOSTATUSCAP, DRAGGABLE,
+                  CLOSECLICK, BGCOLOR, '#f00', CGCOLOR, '#f00'
+                );
+                //var w;
+                //if ( w = window.open("about:blank") ) {
+                //  w.document.write(data);
+                //} else {
+                //  // popup blocking?  should use an overlib popup instead 
+                //  alert("Error popup disabled; try disabling popup blocking to see");
+                //}
+              } else {
+                // invoke the callback
+                a[a.length-1](data);
+              }
+            }
+        }
+
+        if ( 'POST' == 'POST' ) {
+
+          xmlhttp.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded');
+          xmlhttp.send(content);
+
+        } else {
+
+          xmlhttp.setRequestHeader("If-Modified-Since", "Sat, 1 Jan 2000 00:00:00 GMT");
+          xmlhttp.send(null);
+
+        }
+
+        //rs_debug("x_$func_name url = " + url);
+        //rs_debug("x_$func_name waiting..");
+    }
+
+
+</SCRIPT>
+
+
+
+
+<SCRIPT TYPE="text/javascript">
+
+function bill00002process () {
+
+  //alert('bill00002process for form bill00002');
+
+  if ( document.bill00002.submit.disabled == false ) {
+    document.bill00002.submit.disabled=true;
+  }
+
+  overlib( 'Submitting job to server...', WIDTH, 444, HEIGHT, 168, CAPTION, 'Please wait...', STICKY, AUTOSTATUSCAP, CLOSETEXT, '', CLOSECLICK, MIDX, 0, MIDY, 0 );
+
+  var Hash = new Array();
+  var x = 0;
+  var fieldName;
+  for (var i = 0; i<document.bill00002.elements.length; i++) {
+    field  = document.bill00002.elements[i];
+    if ( (field.name.indexOf('custnum') > -1)
+       )
+    {
+        if ( field.type == 'select-multiple' ) {
+          //alert('select-multiple ' + field.name);
+          for (var j=0; j < field.options.length; j++) {
+            if ( field.options[j].selected ) {
+              //alert(field.name + ' => ' + field.options[j].value);
+              Hash[x++] = field.name;
+              Hash[x++] = field.options[j].value;
+            }
+          }
+        } else if (    ( field.type != 'radio'  && field.type != 'checkbox' )
+                    || ( ( field.type == 'radio' || field.type == 'checkbox' )
+                         && document.bill00002.elements[i].checked
+                       )
+                  )
+        {
+          Hash[x++] = field.name;
+          Hash[x++] = field.value;
+        }
+    }
+  }
+
+  // jsrsPOST = true;
+  // jsrsExecute( 'http://localhost/freeside/misc/bill.cgi', bill00002myCallback, 'start_job', Hash );
+
+  //alert('start_job( ' + Hash + ', bill00002myCallback )' );
+  //alert('start_job()' );
+  bill00002start_job( Hash, bill00002myCallback );
+
+}
+
+function bill00002myCallback( jobnum ) {
+
+  var url = 'http://localhost/freeside/elements/progress-popup.html?jobnum=_JOBNUM_&formname=bill00002&url=http%3A%2F%2Flocalhost%2Ffreeside%2Fview%2Fcust_main.cgi%3Fcustnum%3D2%3Bshow%3Dpackages';
+  url = url.replace('_JOBNUM_', jobnum);
+  overlib( OLiframeContent(url, 444, 168, 'popup-0000000000-0000-000000000.000000'), CAPTION, 'Please wait...', STICKY, AUTOSTATUSCAP, CLOSETEXT, '', CLOSECLICK, MIDX, 0, MIDY, 0 );
+
+}
+
+</SCRIPT>
+
+
+<A HREF="javascript:void(0);" onclick="javascript:bill00002process();">Bill now</A>
+<INPUT TYPE="hidden" NAME="custnum" VALUE="2">
+</FORM>
+</li>
+        <li><A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/misc/suspend_cust.html?custnum=2', 616, 410, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Confirm Suspension', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#ff9900', CGCOLOR, '#ff9900', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>Suspend</A></li>
+        <li><A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/misc/cancel_cust.html?custnum=2', 616, 410, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Confirm Cancellation', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#ff0000', CGCOLOR, '#ff0000', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>Cancel</A></li>
+        <li><A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/misc/merge_cust.html?custnum=2', 569, 210, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Merge customer', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>Merge</A></li>
+        <li> <A HREF="http://localhost/freeside/edit/cust_main.cgi?referral_custnum=2">Refer a new customer</A> </li>
+        <li>-</li>
+        <li> <A HREF="http://localhost/freeside/search/cust_event.html?custnum=2">View billing events</A> </li>
+      </ul>
+  </li>
+  <li>
+     <A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=2;show=notes">Notes</A> 
+      <ul class="customer_submenu">
+        <li><A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/edit/cust_main_note.cgi?custnum=2', 875, 538, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Add note', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>Add&nbsp;note</A></li>
+        <li><A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/edit/cust_main_attach.cgi?custnum=2', 480, 296, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Upload file', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>Attach&nbsp;file</A></li>
+      </ul>
+  </li>
+  <li>
+     <A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=2;show=tickets">Tickets</A> 
+  </li>
+  <li>
+     <A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=2;show=appointments">Appointments</A> 
+      <ul class="customer_submenu">
+        <li><A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/elements/make_appointment.html?custnum=2', 616, 410, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Schedule appointment', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>Schedule&nbsp;new&nbsp;appointment</A></li>
+      </ul>
+  </li>
+  <li>
+     <A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=2;show=quotations">Quotations</A> 
+      <ul class="customer_submenu">
+        <li> <A HREF="http://localhost/freeside/edit/quotation.html?custnum=2">Create new quotation</A> </li>
+      </ul>
+  </li>
+  <li>
+     <A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=2;show=packages" class="current_show">Packages</A> 
+      <ul class="customer_submenu">
+        <li><A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/misc/qual.html?custnum=2', 763, 436, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'New qualification', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>New&nbsp;qualification</A></li>
+        <li><A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/misc/order_pkg.html?custnum=2', 960, 740, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Order new package', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>Order&nbsp;new&nbsp;package</A></li>
+        <li><SCRIPT TYPE="text/javascript">
+
+function taxproductmagic(which) {
+
+  var str = '';
+  var elements = which.form.elements;
+  for (var i = 0; i<elements.length; i++) {
+
+    if (elements[i].name == 'taxproductnum'){
+      document.getElementById('taxproductnum').value = elements[i].value;
+      continue;
+    }
+    if (elements[i].name == 'taxproductnum_description'){
+      continue;
+    }
+
+    if (str.length){str += ';';}
+
+    var value = '';
+    if ( elements[i].type == 'checkbox' || elements[i].type == 'radio' ) {
+      if ( elements[i].checked == true ) {
+        value = elements[i].value;
+      //} else {
+      //  value = '';
+      }
+    } else {
+      value = elements[i].value;
+    }
+    str += elements[i].name + '=' + escape(value);
+
+  }
+  document.getElementById('charge_storage').value = str;
+  cClick();
+  overlib( OLiframeContent('http://localhost/freeside//browse/part_pkg_taxproduct.cgi?_type=select&id=taxproductnum&onclick=taxproductquickchargemagic&taxproductnum='+document.getElementById('taxproductnum').value, 1000, 400, 'tax_product_popup'), CAPTION, 'Select product', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK);
+}
+
+function taxproductquickchargemagic() {
+  var str = document.getElementById('charge_storage').value;
+  if (str.length){str += ';';}
+  str += 'magic=taxproductnum;taxproductnum=';
+  str += escape(document.getElementById('taxproductnum').value);
+  cClick();
+  overlib( OLiframeContent('http://localhost/freeside//edit/quick-charge.html?'+str, 545, 336, 'One-time charge'), CAPTION, 'One-time charge', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close');
+
+}
+
+function taxoverridemagic(which) {
+  var str = '';
+  var elements = which.ownerDocument.QuickChargeForm.elements;
+  for (var i = 0; i<elements.length; i++) {
+    if (elements[i].name == 'tax_override'){
+      document.getElementById('tax_override').value = elements[i].value;
+      continue;
+    }
+    if (str.length){str += ';';}
+    str += elements[i].name + '=' + escape(elements[i].value);
+  }
+  document.getElementById('charge_storage').value = str;
+  cClick();
+  overlib( OLiframeContent('http://localhost/freeside//edit/part_pkg_taxoverride.html?element_name=tax_override;onclick=taxoverridequickchargemagic;selected='+document.getElementById('tax_override').value, 1100, 600, 'tax_product_popup'), CAPTION, 'Edit product tax overrides', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK);
+}
+
+function taxoverridequickchargemagic() {
+  var str = document.getElementById('charge_storage').value;
+  if (str.length){str += ';';}
+  str += 'magic=taxoverride;tax_override=';
+  str += document.getElementById('tax_override').value;
+  cClick();
+  overlib( OLiframeContent('http://localhost/freeside//edit/quick-charge.html?'+str, 545, 336, 'One-time charge'), CAPTION, 'One-time charge', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close');
+
+}
+
+</SCRIPT>
+<A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/edit/quick-charge.html?custnum=2', 763, 460, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'One-time charge', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>One-time&nbsp;charge</A>
+</li>
+        <li><A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/edit/bulk-cust_svc-pkgnum.html?custnum=2', 968, 575, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Move services', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>Move&nbsp;services&nbsp;between&nbsp;packages</A></li>
+        <li> <A HREF="http://localhost/freeside/edit/cust_pkg.cgi?2">Bulk order and cancel packages</A> </li>
+        <li>-</li>
+        <li> <A HREF="http://localhost/freeside/search/report_cust_pkg.html?custnum=2">Package reports</A> </li>
+        <li> <A HREF="http://localhost/freeside/search/qual.cgi?custnum=2">View qualifications</A> </li>
+        <li> <A HREF="http://localhost/freeside/search/report_svc_acct.html?custnum=2">View accounts</A> </li>
+        <li> <A HREF="http://localhost/freeside/search/report_cdr.html?custnum=2">View CDRs</A> </li>
+      </ul>
+  </li>
+  <li>
+     <A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=2;show=payment_history">Payment History</A> 
+      <ul class="customer_submenu">
+        <li><a href="javascript:void(0);">Enter payment<span class="arrow"></span></a><ul class="customer_subsubmenu"><li><li><li><li><li></ul></li>
+        <li><a href="javascript:void(0);">Process payment<span class="arrow"></span></a><ul class="customer_subsubmenu"><li><li></ul></li>
+        <li>-</li>
+        <li><A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/edit/cust_credit.cgi?custnum=2', 763, 410, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Enter credit', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>Enter&nbsp;credit</A></li>
+        <li><A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/edit/credit-cust_bill_pkg.html?custnum=2', 968, 575, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Credit line items', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>Credit&nbsp;line&nbsp;items</A></li>
+        <li>-</li>
+        <li><a href="javascript:void(0);">Enter refund<span class="arrow"></span></a><ul class="customer_subsubmenu"><li><li><li><li></ul></li>
+        <li>-</li>
+        <li> <A HREF="http://localhost/freeside/view/cust_main_statement-pdf.cgi?2">Download PDF statement</A> </li>
+        <li> <A HREF="http://localhost/freeside/search/report_cust_bill.html?custnum=2">Search invoices</A> </li>
+        <li> <A HREF="http://localhost/freeside/search/cust_tax_exempt_pkg.cgi?custnum=2">View tax exemptions</A> </li>
+      </ul>
+  </li>
+  <li>
+     <A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=2;show=change_history">Change History</A> 
+  </li>
+</ul>
+
+<script type="text/javascript">
+
+  $("#customer_menu").menu({
+    position: { my: "left top", at: "left+1 bottom+3" },
+    blur: function() {
+      $(this).menu("option", "position", { my:"left top", at:"left+1 bottom+3" } );
+    },
+    focus: function(e,ui) {
+      if ($("#customer_menu").get(0) !== $(ui).get(0).item.parent().get(0)) {
+        $(this).menu("option", "position", { my:"left top", at:"right+2 top"} );
+      }
+    },
+  });
+
+</script>
+
+
+
+<BR>
+
+<DIV CLASS="fstabcontainer">
+
+
+
+<SCRIPT TYPE="text/javascript">
+function areyousure(href, message) {
+  if (confirm(message) == true)
+    window.location.href = href;
+}
+</SCRIPT>
+
+<br>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+<STYLE TYPE="text/css">
+td.package {
+  vertical-align: top;
+  border-width: 0;
+  border-style: solid;
+}
+table.package {
+  border: none;
+  padding: 0;
+  border-spacing: 0;
+  width: 100%;
+}
+table.usage {
+  border: 1px solid black;
+  margin: auto;
+  width: 60%;
+  border-spacing: 0px;
+}
+.shared > * {
+  background-color: #ffffaa;
+}
+.row0 { background-color: #eeeeee; }
+.row1 { background-color: #ffffff; }
+
+table.hiddenrows {
+  width: 80%;
+  margin-left: 100px;
+  border: 1px solid #7E0079;
+  background-color: #cccccc;
+}
+
+.hiddenrows td {
+  text-align: center;
+}
+
+.rolldown_button {
+  min-width: 80px;
+  margin-left: 100px;
+  min-height: 20px;
+  background-color: #efefef;
+  border: 1px solid #7e0079;
+  z-index: 1;
+  text-align: center;
+}
+</STYLE>
+<SCRIPT TYPE="text/javascript">
+function toggle_rolldown() {
+  var up_arrow = '⬆';
+  var dn_arrow = '⬇';
+  var pkgnum = this.id.replace('rolldown_', '');
+  var hidden = document.getElementById('cust_pkg'+pkgnum+'_block');
+  if (hidden.style.display == 'none') {
+    hidden.style.display = '';
+    this.textContent = this.textContent.replace(dn_arrow, up_arrow);
+  } else {
+    hidden.style.display = 'none';
+    this.textContent = this.textContent.replace(up_arrow, dn_arrow);
+  }
+}
+(function() {
+  var myonload = function() {
+
+var el;
+var all_buttons = document.getElementsByClassName('rolldown_button');
+for (var i = 0; i < all_buttons.length; i++) {
+  all_buttons[i].onclick = toggle_rolldown;
+  var block_id = all_buttons[i].id.replace('rolldown_', '');
+  if ( el && document.getElementById('cust_pkg'+block_id+'_block')
+                     .contains(el)
+     ) {
+    // then toggle it now
+    all_buttons[i].click();
+  }
+}
+if ( el ) el.scrollIntoView(true);
+
+  }
+  if ( window.addEventListener ) {
+    window.addEventListener('load', myonload);
+  } else if ( window.attachEvent ) {
+    window.attachEvent('onload', myonload);
+  }
+})();
+
+</SCRIPT>
+<TABLE>
+  <TR>
+    <TD ALIGN="left" VALIGN="top">
+
+
+    </TD>
+
+  </TR>
+
+  <TR>
+    <TD COLSPAN=2>
+
+        <TABLE CLASS="grid" CELLSPACING=0 CELLPADDING=0 >
+
+
+
+        <THEAD>
+<TR>
+  <TH CLASS="grid" BGCOLOR="#cccccc">Package</TH>
+  <TH CLASS="grid" BGCOLOR="#cccccc">Status</TH>
+  <TH CLASS="grid" BGCOLOR="#cccccc">Contact/Location</TH>
+  <TH CLASS="grid" BGCOLOR="#cccccc">Services</TH>
+</TR>
+</THEAD>
+
+    
+  <!--pkgnum: 2-->
+  <TR CLASS="row0">
+    <TD CLASS="inv package" BGCOLOR="" VALIGN="top">
+  
+  <TABLE CLASS="inv package"> 
+    <TR>
+      <TD COLSPAN=2>
+        
+        <A NAME="cust_pkg2"
+           ID  ="cust_pkg2"
+        ><B>Monthly prorated account</B></A>
+         - 
+        $20 setup, $30/monthly
+      </TD>
+    </TR>
+
+
+    <TR>
+      <TD COLSPAN=2>
+        <FONT SIZE=-1>
+
+                (&nbsp;<A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/misc/change_pkg.cgi?locationnum=3;pkgnum=2', 960, 538, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Change package 2', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>Change&nbsp;package</A>&nbsp;)
+                (&nbsp;<A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/edit/cust_pkg_discount.html?pkgnum=2', 616, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Discount package 2', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>Discount</A>&nbsp;)
+                (&nbsp;<A HREF="http://localhost/freeside/edit/part_pkg.cgi?clone=2;pkgnum=2">Customize</A>&nbsp;)
+              <BR>
+
+
+        </FONT>
+      </TD>
+    </TR>
+
+
+    <TR>
+      <TD COLSPAN=2>
+
+
+          <FONT SIZE="-1">
+            (&nbsp;<A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/edit/cust_pkg_quantity.html?;pkgnum=2', 390, 220, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Change package 2', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>Change&nbsp;quantity</A>&nbsp;)
+          </FONT>
+
+      </TD>
+    </TR>
+
+
+    <TR>
+      <TD COLSPAN=2>
+
+
+        <FONT SIZE="-1">
+          (&nbsp;<A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/edit/cust_pkg_salesnum.html?;pkgnum=2', 390, 220, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Change package 2', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>Change&nbsp;sales&nbsp;person</A>&nbsp;)
+        </FONT>
+
+      </TD>
+    </TR>
+
+
+
+      <TR>
+
+          <TD>
+              <FONT SIZE="-1">
+                (&nbsp;<A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/edit/cust_pkg_detail.html?pkgnum=2;detailtype=I', 763, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Add invoice details', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>Add&nbsp;invoice&nbsp;details</A>&nbsp;)
+              </FONT>
+          </TD>
+
+          <TD>
+              <FONT SIZE="-1">
+                (&nbsp;<A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/edit/cust_pkg_detail.html?pkgnum=2;detailtype=C', 763, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Add comments', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>Add&nbsp;comments</A>&nbsp;)
+              </FONT>
+          </TD>
+
+      </TR>
+
+
+  </TABLE>
+
+
+  
+</TD>
+
+
+    <TD CLASS="inv" BGCOLOR="" VALIGN="top">
+  <TABLE CLASS="inv" BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%">
+
+
+    <TR><TD WIDTH="" ALIGN="right">Ordered&nbsp;</TD><TD align="left"><B>Aug</B></TD><TD align="right"><B>&nbsp;4th,</B></TD><TD align="right"><B>&nbsp;2015</B></TD></TR>
+
+            <TR><TD COLSPAN=4 ><FONT COLOR="#00CC00" ><B>Active</B></FONT>,&nbsp;billed&nbsp;monthly</TD></TR>
+
+          
+
+          
+
+          
+
+          <TR><TD WIDTH="" ALIGN="right">Setup&nbsp;</TD><TD align="left"><B>Oct</B></TD><TD align="right"><B>&nbsp;9th,</B></TD><TD align="right"><B>&nbsp;2015</B></TD></TR>
+
+          
+
+
+      
+      <TR><TD WIDTH="" ALIGN="right">Last&nbsp;bill&nbsp;</TD><TD align="left"><B>Mar</B></TD><TD align="right"><B>&nbsp;1st,</B></TD><TD align="right"><B>&nbsp;2016</B></TD></TR>
+      <TR><TD WIDTH="" ALIGN="right">Next&nbsp;bill&nbsp;</TD><TD align="left"><B>Apr</B></TD><TD align="right"><B>&nbsp;1st,</B></TD><TD align="right"><B>&nbsp;2016</B></TD></TR>
+      
+      
+      
+      
+      
+      
+
+
+        <TR>
+          <TD COLSPAN=4>
+            <FONT SIZE=-1>
+
+                (&nbsp;<A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/misc/cancel_pkg.html?method=suspend;pkgnum=2', 768, 420, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Suspend package 2', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#FF9900', CGCOLOR, '#FF9900', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>Suspend&nbsp;now</A>&nbsp;)
+                (&nbsp;<A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/misc/cancel_pkg.html?method=adjourn;pkgnum=2', 768, 445, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Adjourn package 2', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#CC6600', CGCOLOR, '#CC6600', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>Suspend&nbsp;later</A>&nbsp;)
+                (&nbsp;<A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/misc/delay_susp_pkg.html?pkgnum=2', 768, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Delay suspend for package 2', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>Delay&nbsp;suspend</A>&nbsp;)
+                <BR>
+                  (&nbsp;<A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/misc/cancel_pkg.html?method=cancel;pkgnum=2', 768, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Cancel package 2', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#ff0000', CGCOLOR, '#ff0000', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>Cancel&nbsp;now</A>&nbsp;)
+                  (&nbsp;<A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/misc/cancel_pkg.html?method=expire;pkgnum=2', 768, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Expire package 2', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#CC0000', CGCOLOR, '#CC0000', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>Cancel&nbsp;later</A>&nbsp;)
+
+            <FONT>
+          </TD>
+        </TR>
+
+  </TABLE>
+</TD>
+
+    <TD CLASS="inv" BGCOLOR="" WIDTH="20%" VALIGN="top">
+          <FONT SIZE=-1>
+      (&nbsp;<A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/misc/change_pkg_contact.html?pkgnum=2', 616, 192, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Add contact package 2', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>Add&nbsp;contact</A>&nbsp;)
+    </FONT>
+    <BR>
+
+              <DIV STYLE="font-style: italic; font-size: small">
+
+      Default service location<BR>24866 VonRueden Roads<BR>Floor 94 X<BR>Crown Point CT 59629-7714
+
+          <BR>
+          <FONT SIZE=-1>
+          38.5000000, -121.5000000
+          
+
+<A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/view/map.html?name=Oswald%20Schowalter%3A%20Monthly%20prorated%20account;lat=38.5000000;lon=-121.5000000', 763, 575, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Oswald Schowalter: Monthly prorated account', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>map</A>
+
+  <A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/view/directions.html?origin=1234%20Example%20Lane%2CExampleton%2C%20CA%20%2054321;name=Oswald%20Schowalter%3A%20Monthly%20prorated%20account;lat=38.5000000;lon=-121.5000000', 763, 575, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Oswald Schowalter: Monthly prorated account', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>directions</A>
+
+<A HREF="http://localhost/freeside/view/kml.cgi?name=Oswald%20Schowalter%3A%20Monthly%20prorated%20account;lat=38.5000000;lon=-121.5000000">earth</A>
+
+
+          </FONT>
+
+      </DIV>
+
+  <BR>
+  <FONT SIZE=-1>
+      (&nbsp;<A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/misc/change_pkg.cgi?locationnum=-1;pkgpart=2;address1=;address2=;city=;county=;state=;zip=;country=;pkgnum=2', 960, 490, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Change package 2', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>Change&nbsp;location</A>&nbsp;)
+        (&nbsp;<A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/edit/cust_location.cgi?locationnum=3', 700, 355, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Edit', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>Edit&nbsp;location</A>&nbsp;)
+  </FONT>
+
+    </TD>
+    
+  <TD CLASS="inv" BGCOLOR="">
+    <TABLE CLASS="inv" BORDER=0 CELLSPACING=0 CELLPADDING=2 WIDTH="100%">
+    <SCRIPT TYPE="text/javascript">
+function clearhint_search_cust_svc(obj, str) {
+  if (obj.value == str) obj.value = '';
+}
+    </SCRIPT>
+
+      <TR>
+  <TD ALIGN="right" VALIGN="top">
+      <A HREF="http://localhost/freeside/view/svc_acct.cgi?2">Test svc_acct</A>
+  </TD>
+  <TD STYLE="padding-bottom:0px" VALIGN="top">
+    <B>
+      <A HREF="http://localhost/freeside/view/svc_acct.cgi?2">berta@example.com</A>
+    </B>
+  </TD>
+<TD ALIGN="right">
+</TD>
+</TR>
+<TR>
+  <TD ALIGN="right" VALIGN="top" STYLE="padding-bottom:5px; padding-top:0px">
+  </TD>
+  <TD ALIGN="right" VALIGN="top" STYLE="padding-bottom:5px; padding-top:0px">
+    <FONT SIZE="-2">(&nbsp;<A HREF="javascript:areyousure('http://localhost/freeside/misc/unprovision.cgi?2', 'Permanently unprovision and delete this service?')">Unprovision</A>&nbsp;)</FONT>
+  </TD>
+</TR>
+
+
+
+
+    </TABLE>
+  </TD>
+
+
+  </TR>
+
+    
+  <!--pkgnum: 3-->
+  <TR CLASS="row1">
+    <TD CLASS="inv package" BGCOLOR="" VALIGN="top">
+  
+  <TABLE CLASS="inv package"> 
+    <TR>
+      <TD COLSPAN=2>
+        
+        <A NAME="cust_pkg3"
+           ID  ="cust_pkg3"
+        ><B>Monthly prorated broadband</B></A>
+         - 
+        $40 setup, $90/monthly
+      </TD>
+    </TR>
+
+
+    <TR>
+      <TD COLSPAN=2>
+        <FONT SIZE=-1>
+
+                (&nbsp;<A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/misc/change_pkg.cgi?locationnum=3;pkgnum=3', 960, 538, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Change package 3', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>Change&nbsp;package</A>&nbsp;)
+                (&nbsp;<A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/edit/cust_pkg_discount.html?pkgnum=3', 616, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Discount package 3', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>Discount</A>&nbsp;)
+                (&nbsp;<A HREF="http://localhost/freeside/edit/part_pkg.cgi?clone=3;pkgnum=3">Customize</A>&nbsp;)
+              <BR>
+
+
+        </FONT>
+      </TD>
+    </TR>
+
+
+    <TR>
+      <TD COLSPAN=2>
+
+
+          <FONT SIZE="-1">
+            (&nbsp;<A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/edit/cust_pkg_quantity.html?;pkgnum=3', 390, 220, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Change package 3', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>Change&nbsp;quantity</A>&nbsp;)
+          </FONT>
+
+      </TD>
+    </TR>
+
+
+    <TR>
+      <TD COLSPAN=2>
+
+
+        <FONT SIZE="-1">
+          (&nbsp;<A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/edit/cust_pkg_salesnum.html?;pkgnum=3', 390, 220, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Change package 3', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>Change&nbsp;sales&nbsp;person</A>&nbsp;)
+        </FONT>
+
+      </TD>
+    </TR>
+
+
+
+      <TR>
+
+          <TD>
+              <FONT SIZE="-1">
+                (&nbsp;<A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/edit/cust_pkg_detail.html?pkgnum=3;detailtype=I', 763, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Add invoice details', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>Add&nbsp;invoice&nbsp;details</A>&nbsp;)
+              </FONT>
+          </TD>
+
+          <TD>
+              <FONT SIZE="-1">
+                (&nbsp;<A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/edit/cust_pkg_detail.html?pkgnum=3;detailtype=C', 763, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Add comments', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>Add&nbsp;comments</A>&nbsp;)
+              </FONT>
+          </TD>
+
+      </TR>
+
+
+  </TABLE>
+
+
+  
+</TD>
+
+
+    <TD CLASS="inv" BGCOLOR="" VALIGN="top">
+  <TABLE CLASS="inv" BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%">
+
+
+    <TR><TD WIDTH="" ALIGN="right">Ordered&nbsp;</TD><TD align="left"><B>Aug</B></TD><TD align="right"><B>&nbsp;4th,</B></TD><TD align="right"><B>&nbsp;2015</B></TD></TR>
+
+            <TR><TD COLSPAN=4 ><FONT COLOR="#00CC00" ><B>Active</B></FONT>,&nbsp;billed&nbsp;monthly</TD></TR>
+
+          
+
+          
+
+          
+
+          <TR><TD WIDTH="" ALIGN="right">Setup&nbsp;</TD><TD align="left"><B>Oct</B></TD><TD align="right"><B>&nbsp;9th,</B></TD><TD align="right"><B>&nbsp;2015</B></TD></TR>
+
+          
+
+
+      
+      <TR><TD WIDTH="" ALIGN="right">Last&nbsp;bill&nbsp;</TD><TD align="left"><B>Mar</B></TD><TD align="right"><B>&nbsp;1st,</B></TD><TD align="right"><B>&nbsp;2016</B></TD></TR>
+      <TR><TD WIDTH="" ALIGN="right">Next&nbsp;bill&nbsp;</TD><TD align="left"><B>Apr</B></TD><TD align="right"><B>&nbsp;1st,</B></TD><TD align="right"><B>&nbsp;2016</B></TD></TR>
+      
+      
+      
+      
+      
+      
+
+
+        <TR>
+          <TD COLSPAN=4>
+            <FONT SIZE=-1>
+
+                (&nbsp;<A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/misc/cancel_pkg.html?method=suspend;pkgnum=3', 768, 420, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Suspend package 3', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#FF9900', CGCOLOR, '#FF9900', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>Suspend&nbsp;now</A>&nbsp;)
+                (&nbsp;<A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/misc/cancel_pkg.html?method=adjourn;pkgnum=3', 768, 445, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Adjourn package 3', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#CC6600', CGCOLOR, '#CC6600', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>Suspend&nbsp;later</A>&nbsp;)
+                (&nbsp;<A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/misc/delay_susp_pkg.html?pkgnum=3', 768, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Delay suspend for package 3', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>Delay&nbsp;suspend</A>&nbsp;)
+                <BR>
+                  (&nbsp;<A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/misc/cancel_pkg.html?method=cancel;pkgnum=3', 768, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Cancel package 3', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#ff0000', CGCOLOR, '#ff0000', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>Cancel&nbsp;now</A>&nbsp;)
+                  (&nbsp;<A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/misc/cancel_pkg.html?method=expire;pkgnum=3', 768, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Expire package 3', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#CC0000', CGCOLOR, '#CC0000', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>Cancel&nbsp;later</A>&nbsp;)
+
+            <FONT>
+          </TD>
+        </TR>
+
+  </TABLE>
+</TD>
+
+    <TD CLASS="inv" BGCOLOR="" WIDTH="20%" VALIGN="top">
+          <FONT SIZE=-1>
+      (&nbsp;<A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/misc/change_pkg_contact.html?pkgnum=3', 616, 192, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Add contact package 3', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>Add&nbsp;contact</A>&nbsp;)
+    </FONT>
+    <BR>
+
+              <DIV STYLE="font-style: italic; font-size: small">
+
+      Default service location<BR>24866 VonRueden Roads<BR>Floor 94 X<BR>Crown Point CT 59629-7714
+
+          <BR>
+          <FONT SIZE=-1>
+          38.5000000, -121.5000000
+          
+
+<A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/view/map.html?name=Oswald%20Schowalter%3A%20Monthly%20prorated%20broadband;lat=38.5000000;lon=-121.5000000', 763, 575, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Oswald Schowalter: Monthly prorated broadband', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>map</A>
+
+  <A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/view/directions.html?origin=1234%20Example%20Lane%2CExampleton%2C%20CA%20%2054321;name=Oswald%20Schowalter%3A%20Monthly%20prorated%20broadband;lat=38.5000000;lon=-121.5000000', 763, 575, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Oswald Schowalter: Monthly prorated broadband', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>directions</A>
+
+<A HREF="http://localhost/freeside/view/kml.cgi?name=Oswald%20Schowalter%3A%20Monthly%20prorated%20broadband;lat=38.5000000;lon=-121.5000000">earth</A>
+
+
+          </FONT>
+
+      </DIV>
+
+  <BR>
+  <FONT SIZE=-1>
+      (&nbsp;<A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/misc/change_pkg.cgi?locationnum=-1;pkgpart=3;address1=;address2=;city=;county=;state=;zip=;country=;pkgnum=3', 960, 490, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Change package 3', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>Change&nbsp;location</A>&nbsp;)
+        (&nbsp;<A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/edit/cust_location.cgi?locationnum=3', 700, 355, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Edit', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>Edit&nbsp;location</A>&nbsp;)
+  </FONT>
+
+    </TD>
+    
+  <TD CLASS="inv" BGCOLOR="">
+    <TABLE CLASS="inv" BORDER=0 CELLSPACING=0 CELLPADDING=2 WIDTH="100%">
+    <SCRIPT TYPE="text/javascript">
+function clearhint_search_cust_svc(obj, str) {
+  if (obj.value == str) obj.value = '';
+}
+    </SCRIPT>
+
+      <TR>
+  <TD ALIGN="right" VALIGN="top">
+      <A HREF="http://localhost/freeside/view/svc_broadband.cgi?3">Test svc_broadband</A>
+  </TD>
+  <TD STYLE="padding-bottom:0px" VALIGN="top">
+    <B>
+      <A HREF="http://localhost/freeside/view/svc_broadband.cgi?3">IP:10.212.50.247, MAC:0000911C4815</A>
+    </B>
+  </TD>
+<TD ALIGN="right">
+</TD>
+</TR>
+<TR>
+  <TD ALIGN="right" VALIGN="top" STYLE="padding-bottom:5px; padding-top:0px">
+  </TD>
+  <TD ALIGN="right" VALIGN="top" STYLE="padding-bottom:5px; padding-top:0px">
+    <FONT SIZE="-2">(&nbsp;<A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/misc/ping.html?10.212.50.247', 350, 220, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Ping 10.212.50.247', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>ping</A>&nbsp;)</FONT>
+
+
+    <FONT SIZE="-2">(&nbsp;<A HREF="javascript:areyousure('http://localhost/freeside/misc/unprovision.cgi?3', 'Permanently unprovision and delete this service?')">Unprovision</A>&nbsp;)</FONT>
+  </TD>
+</TR>
+
+
+
+
+    </TABLE>
+  </TD>
+
+
+  </TR>
+
+    
+  <!--pkgnum: 4-->
+  <TR CLASS="row0">
+    <TD CLASS="inv package" BGCOLOR="" VALIGN="top">
+  
+  <TABLE CLASS="inv package"> 
+    <TR>
+      <TD COLSPAN=2>
+        
+        <A NAME="cust_pkg4"
+           ID  ="cust_pkg4"
+        ><B>Annual subscription domain</B></A>
+         - 
+        $25/annually
+      </TD>
+    </TR>
+
+
+    <TR>
+      <TD COLSPAN=2>
+        <FONT SIZE=-1>
+
+                (&nbsp;<A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/misc/change_pkg.cgi?locationnum=3;pkgnum=4', 960, 538, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Change package 4', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>Change&nbsp;package</A>&nbsp;)
+                (&nbsp;<A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/edit/cust_pkg_discount.html?pkgnum=4', 616, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Discount package 4', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>Discount</A>&nbsp;)
+                (&nbsp;<A HREF="http://localhost/freeside/edit/part_pkg.cgi?clone=4;pkgnum=4">Customize</A>&nbsp;)
+              <BR>
+
+
+        </FONT>
+      </TD>
+    </TR>
+
+
+    <TR>
+      <TD COLSPAN=2>
+
+
+          <FONT SIZE="-1">
+            (&nbsp;<A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/edit/cust_pkg_quantity.html?;pkgnum=4', 390, 220, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Change package 4', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>Change&nbsp;quantity</A>&nbsp;)
+          </FONT>
+
+      </TD>
+    </TR>
+
+
+    <TR>
+      <TD COLSPAN=2>
+
+
+        <FONT SIZE="-1">
+          (&nbsp;<A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/edit/cust_pkg_salesnum.html?;pkgnum=4', 390, 220, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Change package 4', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>Change&nbsp;sales&nbsp;person</A>&nbsp;)
+        </FONT>
+
+      </TD>
+    </TR>
+
+
+
+      <TR>
+
+          <TD>
+              <FONT SIZE="-1">
+                (&nbsp;<A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/edit/cust_pkg_detail.html?pkgnum=4;detailtype=I', 763, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Add invoice details', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>Add&nbsp;invoice&nbsp;details</A>&nbsp;)
+              </FONT>
+          </TD>
+
+          <TD>
+              <FONT SIZE="-1">
+                (&nbsp;<A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/edit/cust_pkg_detail.html?pkgnum=4;detailtype=C', 763, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Add comments', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>Add&nbsp;comments</A>&nbsp;)
+              </FONT>
+          </TD>
+
+      </TR>
+
+
+  </TABLE>
+
+
+  
+</TD>
+
+
+    <TD CLASS="inv" BGCOLOR="" VALIGN="top">
+  <TABLE CLASS="inv" BORDER=0 CELLSPACING=0 CELLPADDING=0 WIDTH="100%">
+
+
+    <TR><TD WIDTH="" ALIGN="right">Ordered&nbsp;</TD><TD align="left"><B>Aug</B></TD><TD align="right"><B>&nbsp;4th,</B></TD><TD align="right"><B>&nbsp;2015</B></TD></TR>
+
+            <TR><TD COLSPAN=4 ><FONT COLOR="#00CC00" ><B>Active</B></FONT>,&nbsp;billed&nbsp;annually</TD></TR>
+
+          
+
+          
+
+          
+
+          <TR><TD WIDTH="" ALIGN="right">Setup&nbsp;</TD><TD align="left"><B>Oct</B></TD><TD align="right"><B>&nbsp;9th,</B></TD><TD align="right"><B>&nbsp;2015</B></TD></TR>
+
+          
+
+
+      
+      <TR><TD WIDTH="" ALIGN="right">Last&nbsp;bill&nbsp;</TD><TD align="left"><B>Oct</B></TD><TD align="right"><B>&nbsp;9th,</B></TD><TD align="right"><B>&nbsp;2015</B></TD></TR>
+      <TR><TD WIDTH="" ALIGN="right">Next&nbsp;bill&nbsp;</TD><TD align="left"><B>Oct</B></TD><TD align="right"><B>&nbsp;1st,</B></TD><TD align="right"><B>&nbsp;2016</B></TD></TR>
+      
+      
+      
+      
+      
+      
+
+
+        <TR>
+          <TD COLSPAN=4>
+            <FONT SIZE=-1>
+
+                (&nbsp;<A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/misc/cancel_pkg.html?method=suspend;pkgnum=4', 768, 420, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Suspend package 4', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#FF9900', CGCOLOR, '#FF9900', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>Suspend&nbsp;now</A>&nbsp;)
+                (&nbsp;<A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/misc/cancel_pkg.html?method=adjourn;pkgnum=4', 768, 445, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Adjourn package 4', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#CC6600', CGCOLOR, '#CC6600', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>Suspend&nbsp;later</A>&nbsp;)
+                (&nbsp;<A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/misc/delay_susp_pkg.html?pkgnum=4', 768, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Delay suspend for package 4', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>Delay&nbsp;suspend</A>&nbsp;)
+                <BR>
+                  (&nbsp;<A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/misc/cancel_pkg.html?method=cancel;pkgnum=4', 768, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Cancel package 4', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#ff0000', CGCOLOR, '#ff0000', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>Cancel&nbsp;now</A>&nbsp;)
+                  (&nbsp;<A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/misc/cancel_pkg.html?method=expire;pkgnum=4', 768, 336, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Expire package 4', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#CC0000', CGCOLOR, '#CC0000', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>Cancel&nbsp;later</A>&nbsp;)
+
+            <FONT>
+          </TD>
+        </TR>
+
+  </TABLE>
+</TD>
+
+    <TD CLASS="inv" BGCOLOR="" WIDTH="20%" VALIGN="top">
+          <FONT SIZE=-1>
+      (&nbsp;<A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/misc/change_pkg_contact.html?pkgnum=4', 616, 192, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Add contact package 4', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>Add&nbsp;contact</A>&nbsp;)
+    </FONT>
+    <BR>
+
+              <DIV STYLE="font-style: italic; font-size: small">
+
+      Default service location<BR>24866 VonRueden Roads<BR>Floor 94 X<BR>Crown Point CT 59629-7714
+
+          <BR>
+          <FONT SIZE=-1>
+          38.5000000, -121.5000000
+          
+
+<A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/view/map.html?name=Oswald%20Schowalter%3A%20Annual%20subscription%20domain;lat=38.5000000;lon=-121.5000000', 763, 575, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Oswald Schowalter: Annual subscription domain', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>map</A>
+
+  <A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/view/directions.html?origin=1234%20Example%20Lane%2CExampleton%2C%20CA%20%2054321;name=Oswald%20Schowalter%3A%20Annual%20subscription%20domain;lat=38.5000000;lon=-121.5000000', 763, 575, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Oswald Schowalter: Annual subscription domain', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>directions</A>
+
+<A HREF="http://localhost/freeside/view/kml.cgi?name=Oswald%20Schowalter%3A%20Annual%20subscription%20domain;lat=38.5000000;lon=-121.5000000">earth</A>
+
+
+          </FONT>
+
+      </DIV>
+
+  <BR>
+  <FONT SIZE=-1>
+      (&nbsp;<A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/misc/change_pkg.cgi?locationnum=-1;pkgpart=4;address1=;address2=;city=;county=;state=;zip=;country=;pkgnum=4', 960, 490, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Change package 4', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>Change&nbsp;location</A>&nbsp;)
+        (&nbsp;<A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/edit/cust_location.cgi?locationnum=3', 700, 355, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Edit', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>Edit&nbsp;location</A>&nbsp;)
+  </FONT>
+
+    </TD>
+    
+  <TD CLASS="inv" BGCOLOR="">
+    <TABLE CLASS="inv" BORDER=0 CELLSPACING=0 CELLPADDING=2 WIDTH="100%">
+    <SCRIPT TYPE="text/javascript">
+function clearhint_search_cust_svc(obj, str) {
+  if (obj.value == str) obj.value = '';
+}
+    </SCRIPT>
+
+      <TR>
+  <TD ALIGN="right" VALIGN="top">
+      <A HREF="http://localhost/freeside/view/svc_domain.cgi?4">Test svc_domain</A>
+  </TD>
+  <TD STYLE="padding-bottom:0px" VALIGN="top">
+    <B>
+      <A HREF="http://localhost/freeside/view/svc_domain.cgi?4">waters-turner.com</A>
+    </B>
+  </TD>
+<TD ALIGN="right">
+</TD>
+</TR>
+<TR>
+  <TD ALIGN="right" VALIGN="top" STYLE="padding-bottom:5px; padding-top:0px">
+  </TD>
+  <TD ALIGN="right" VALIGN="top" STYLE="padding-bottom:5px; padding-top:0px">
+    <FONT SIZE="-2">(&nbsp;<A HREF="javascript:areyousure('http://localhost/freeside/misc/unprovision.cgi?4', 'Permanently unprovision and delete this service?')">Unprovision</A>&nbsp;)</FONT>
+  </TD>
+</TR>
+
+
+
+
+    </TABLE>
+  </TD>
+
+
+  </TR>
+
+
+        </TABLE>
+
+    </TD>
+  </TR>
+
+</TABLE>
+
+<BR>
+
+
+
+
+
+
+
+
+
+</DIV>
+        </TD>
+      </TR>
+    </TABLE>
+  </BODY>
+</HTML>
+
diff --git a/FS-Test/share/output/view/cust_main.cgi/custnum=2:show=payment_history b/FS-Test/share/output/view/cust_main.cgi/custnum=2:show=payment_history
new file mode 100644 (file)
index 0000000..36a01b0
--- /dev/null
@@ -0,0 +1,1658 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
+<HTML>
+  <HEAD>
+    <TITLE>
+      Internal Customer #2: Schowalter, Oswald (Active)
+    </TITLE>
+    <!-- per RT, to prevent IE compatibility mode -->
+    <meta http-equiv="X-UA-Compatible" content="IE=edge" />
+    <!-- The X-UA-Compatible <meta> tag above must be very early in <head> -->
+    <META HTTP-Equiv="Cache-Control" Content="no-cache">
+    <META HTTP-Equiv="Pragma" Content="no-cache">
+    <META HTTP-Equiv="Expires" Content="0"> 
+
+    <script type="text/javascript" src="http://localhost/freeside/elements/cssexpr.js"></script>
+
+
+  <script type="text/javascript" src="http://localhost/freeside/elements/xmenu.top.js"></script>
+  <link href="http://localhost/freeside/elements/xmenu.top.css" type="text/css" rel="stylesheet">
+
+
+  <link href="http://localhost/freeside/elements/freeside.css" type="text/css" rel="stylesheet">
+  <link href="http://localhost/freeside/elements/freeside-print.css" type="text/css" rel="stylesheet" media="print">
+<link href="http://localhost/freeside/elements/freeside-menu.css" type="text/css" rel="stylesheet">
+
+<SCRIPT TYPE="text/javascript">
+
+  function about_freeside() {
+    overlib( OLiframeContent('http://localhost/freeside/docs/about.html', 300, 375, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'About', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#7e0079', CGCOLOR, '#7e0079', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); 
+  }
+
+  webfxMenuImagePath      = "http://localhost/freeside/images/";
+  webfxMenuUseHover       = 1;
+  webfxMenuShowTime       = 300;
+  webfxMenuHideTime       = 500;
+
+  var myBar = new WebFXMenuBar;
+
+    
+          myBar.add(new WebFXMenuButton('Billing Main', "http://localhost/freeside/", 'Billing start page' ));
+
+    
+          myBar.add(new WebFXMenuButton('Ticketing Main', "http://localhost/freeside/rt/", 'Ticketing start page' ));
+
+    
+          myBar.add(new WebFXMenuButton('New prospect', "http://localhost/freeside/edit/prospect_main.html", 'Add a new prospect' ));
+
+    
+          myBar.add(new WebFXMenuButton('New customer', "http://localhost/freeside/edit/cust_main.cgi", 'Add a new customer' ));
+
+
+          var myMenu0 = new WebFXMenu;
+myMenu0.emptyText = '';
+var myMenu1 = new WebFXMenu;
+myMenu1.emptyText = '';
+myMenu1.add(new WebFXMenuItem("List prospects", "http://localhost/freeside/search/prospect_main.html", "" ));
+myMenu1.add(new WebFXMenuItem("Advanced prospect reports", "http://localhost/freeside/search/report_prospect_main.html", "" ));
+myMenu1.add(new WebFXMenuSeparator());
+myMenu1.add(new WebFXMenuItem("Prospect contacts", "http://localhost/freeside/search/report_contact.html?link=prospect_main", "" ));
+myMenu1.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Prospects", null, "Prospect reports", myMenu1 ));
+var myMenu2 = new WebFXMenu;
+myMenu2.emptyText = '';
+myMenu2.add(new WebFXMenuItem("List quotations", "http://localhost/freeside/search/quotation.html", "" ));
+myMenu2.add(new WebFXMenuItem("Advanced quotation reports", "http://localhost/freeside/search/report_quotation.html", "" ));
+myMenu2.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Quotations", null, "Quotation reports", myMenu2 ));
+var myMenu3 = new WebFXMenu;
+myMenu3.emptyText = '';
+var myMenu4 = new WebFXMenu;
+myMenu4.emptyText = '';
+myMenu4.add(new WebFXMenuItem("by customer number", "http://localhost/freeside/search/cust_main.cgi?browse=custnum", "" ));
+myMenu4.add(new WebFXMenuItem("by last name", "http://localhost/freeside/search/cust_main.cgi?browse=last", "" ));
+myMenu4.add(new WebFXMenuItem("by company name", "http://localhost/freeside/search/cust_main.cgi?browse=company", "" ));
+myMenu4.add(new WebFXMenuItem("by active trouble tickets", "http://localhost/freeside/search/cust_main.cgi?browse=tickets", "" ));
+myMenu4.width = 256;
+
+myMenu3.add(new WebFXMenuItem("List customers", null, "List customers", myMenu4 ));
+myMenu3.add(new WebFXMenuItem("Zip code distribution", "http://localhost/freeside/search/report_cust_main-zip.html", "Zip codes by number of customers" ));
+myMenu3.add(new WebFXMenuItem("Customer signup report", "http://localhost/freeside/graph/report_cust_signup.html", "New customer signups by date" ));
+myMenu3.add(new WebFXMenuItem("Customer churn report", "http://localhost/freeside/graph/report_cust_churn.html", "New customers, suspensions, and cancellations summary" ));
+myMenu3.add(new WebFXMenuItem("Signup date report", "http://localhost/freeside/graph/report_signupdate.html", "Signup date report (by date of signup)" ));
+myMenu3.add(new WebFXMenuItem("Advanced customer reports", "http://localhost/freeside/search/report_cust_main.html", "by status, signup date, agent, etc." ));
+myMenu3.add(new WebFXMenuSeparator());
+myMenu3.add(new WebFXMenuItem("Customer contacts", "http://localhost/freeside/search/report_contact.html?link=cust_main", "" ));
+myMenu3.add(new WebFXMenuItem("Customer stored payment information", "http://localhost/freeside/search/report_cust_payby.html", "" ));
+myMenu3.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Customers", null, "Customer reports", myMenu3 ));
+var myMenu5 = new WebFXMenu;
+myMenu5.emptyText = '';
+var myMenu6 = new WebFXMenu;
+myMenu6.emptyText = '';
+myMenu6.add(new WebFXMenuItem("All open invoices", "http://localhost/freeside/search/cust_bill.html?OPEN_date", "All invoices with an unpaid balance" ));
+myMenu6.add(new WebFXMenuItem("15 day open invoices", "http://localhost/freeside/search/cust_bill.html?OPEN15_date", "Invoices 15 days or older with an unpaid balance" ));
+myMenu6.add(new WebFXMenuItem("30 day open invoices", "http://localhost/freeside/search/cust_bill.html?OPEN30_date", "Invoices 30 days or older with an unpaid balance" ));
+myMenu6.add(new WebFXMenuItem("60 day open invoices", "http://localhost/freeside/search/cust_bill.html?OPEN60_date", "Invoices 60 days or older with an unpaid balance" ));
+myMenu6.add(new WebFXMenuItem("90 day open invoices", "http://localhost/freeside/search/cust_bill.html?OPEN90_date", "Invoices 90 days or older with an unpaid balance" ));
+myMenu6.add(new WebFXMenuItem("120 day open invoices", "http://localhost/freeside/search/cust_bill.html?OPEN120_date", "Invoices 120 days or older with an unpaid balance" ));
+myMenu6.width = 256;
+
+myMenu5.add(new WebFXMenuItem("Open invoices", null, "Open invoices", myMenu6 ));
+myMenu5.add(new WebFXMenuItem("All invoices", "http://localhost/freeside/search/cust_bill.html?date", "List all invoices" ));
+myMenu5.add(new WebFXMenuItem("Advanced invoice reports", "http://localhost/freeside/search/report_cust_bill.html", "by agent, date range, etc." ));
+myMenu5.add(new WebFXMenuSeparator());
+myMenu5.add(new WebFXMenuItem("Line items", "http://localhost/freeside/search/report_cust_bill_pkg.html", "Individual line item detail" ));
+myMenu5.add(new WebFXMenuItem("Voided invoices", "http://localhost/freeside/search/report_cust_bill_void.html", "Search for voided invoices" ));
+myMenu5.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Invoices", null, "Invoice reports", myMenu5 ));
+var myMenu7 = new WebFXMenu;
+myMenu7.emptyText = '';
+myMenu7.add(new WebFXMenuItem("Discount graph", "http://localhost/freeside/graph/report_cust_bill_pkg_discount.html", "Discount overview per month" ));
+myMenu7.add(new WebFXMenuItem("Discount detail", "http://localhost/freeside/search/report_cust_bill_pkg_discount.html", "Discount report (by employee and/or date range)" ));
+myMenu7.add(new WebFXMenuItem("Package discounts", "http://localhost/freeside/search/report_cust_pkg_discount.html", "Active/inactive discounts by package" ));
+myMenu7.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Discounts", null, "Discount reports", myMenu7 ));
+var myMenu8 = new WebFXMenu;
+myMenu8.emptyText = '';
+myMenu8.add(new WebFXMenuItem("Payments", "http://localhost/freeside/search/report_cust_pay.html", "Payment report (by type and/or date range)" ));
+myMenu8.add(new WebFXMenuItem("Payment application detail", "http://localhost/freeside/search/report_cust_bill_pay_pkg.html", "Line item application detail" ));
+myMenu8.add(new WebFXMenuItem("Pending Payments", "http://localhost/freeside/search/cust_pay_pending.html?magic=_date;statusNOT=done", "Pending real-time payments" ));
+myMenu8.add(new WebFXMenuItem("Unapplied Payments", "http://localhost/freeside/search/report_cust_pay.html?unapplied=1", "Unapplied payment report (by type and/or date range)" ));
+myMenu8.add(new WebFXMenuItem("Voided Payments", "http://localhost/freeside/search/report_cust_pay.html?void=1", "Voided payment report (by type and/or date range)" ));
+myMenu8.add(new WebFXMenuItem("Unapplied Payment Aging", "http://localhost/freeside/search/report_unapplied_cust_pay.html", "Unapplied payment aging report" ));
+myMenu8.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Payments", null, "Payment reports", myMenu8 ));
+var myMenu9 = new WebFXMenu;
+myMenu9.emptyText = '';
+myMenu9.add(new WebFXMenuItem("Package definitions (by # active)", "http://localhost/freeside/browse/part_pkg.cgi?active=1", "Package definitions by number of active packages" ));
+myMenu9.add(new WebFXMenuItem("Package costs", "http://localhost/freeside/graph/report_cust_pkg_cost.html", "Package setup and recurring costs graph" ));
+myMenu9.add(new WebFXMenuSeparator());
+myMenu9.add(new WebFXMenuItem("Package churn", "http://localhost/freeside/graph/report_cust_pkg.html", "Orders, suspensions and cancellations summary graph" ));
+myMenu9.add(new WebFXMenuSeparator());
+myMenu9.add(new WebFXMenuItem("All customer packages", "http://localhost/freeside/search/cust_pkg.cgi?pkgnum", "List all customer packages" ));
+myMenu9.add(new WebFXMenuItem("Package summary", "http://localhost/freeside/search/cust_pkg_summary.html", "Show package sales summary" ));
+myMenu9.add(new WebFXMenuItem("Suspended customer packages", "http://localhost/freeside/search/cust_pkg.cgi?magic=suspended", "List suspended packages" ));
+myMenu9.add(new WebFXMenuItem("Suspension summary", "http://localhost/freeside/search/cust_pkg_susp.html", "Show suspension activity" ));
+myMenu9.add(new WebFXMenuItem("Customer packages with unconfigured services", "http://localhost/freeside/search/cust_pkg.cgi?APKG_pkgnum", "List packages which have provisionable services" ));
+myMenu9.add(new WebFXMenuItem("Advanced package reports", "http://localhost/freeside/search/report_cust_pkg.html", "by agent, date range, status, package definition" ));
+myMenu9.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Packages", null, "Package reports", myMenu9 ));
+var myMenu10 = new WebFXMenu;
+myMenu10.emptyText = '';
+myMenu10.add(new WebFXMenuItem("Service definitions", "http://localhost/freeside/browse/part_svc.cgi?orderby=active", "Service definitions by number of active packages" ));
+myMenu10.add(new WebFXMenuSeparator());
+myMenu10.add(new WebFXMenuItem("Unprovisioned services", "http://localhost/freeside/search/report_unprovisioned_services.html", "Unprovisioned services" ));
+myMenu10.add(new WebFXMenuSeparator());
+var myMenu11 = new WebFXMenu;
+myMenu11.emptyText = '';
+myMenu11.add(new WebFXMenuItem("All accounts by Username", "http://localhost/freeside/search/svc_acct.cgi?magic=all;sortby=username", "" ));
+myMenu11.add(new WebFXMenuItem("All accounts by UID", "http://localhost/freeside/search/svc_acct.cgi?magic=all;sortby=uid", "" ));
+myMenu11.add(new WebFXMenuItem("All accounts with Time Remaining", "http://localhost/freeside/search/svc_acct.cgi?magic=all;sortby=seconds", "" ));
+myMenu11.add(new WebFXMenuItem("All accounts by Last login", "http://localhost/freeside/search/svc_acct.cgi?magic=all;sortby=last_login", "" ));
+myMenu11.add(new WebFXMenuItem("All accounts never logged in", "http://localhost/freeside/search/svc_acct.cgi?magic=nologin;sortby=svcnum", "" ));
+myMenu11.add(new WebFXMenuItem("Advanced account reports", "http://localhost/freeside/search/report_svc_acct.html", "" ));
+myMenu11.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Accounts", null, "Access accounts and mailboxes", myMenu11 ));
+var myMenu12 = new WebFXMenu;
+myMenu12.emptyText = '';
+myMenu12.add(new WebFXMenuItem("All domains", "http://localhost/freeside/search/svc_domain.cgi?magic=all;sortby=domain", "" ));
+myMenu12.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Domains", null, "Domains", myMenu12 ));
+var myMenu13 = new WebFXMenu;
+myMenu13.emptyText = '';
+myMenu13.add(new WebFXMenuItem("All certificates", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_cert;magic=all;sortby=svcnum", "" ));
+myMenu13.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Certificates", null, "Example services", myMenu13 ));
+var myMenu14 = new WebFXMenu;
+myMenu14.emptyText = '';
+myMenu14.add(new WebFXMenuItem("All mail forwards", "http://localhost/freeside/search/svc_forward.cgi?magic=all;sortby=svcnum", "" ));
+myMenu14.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Mail forwards", null, "Mail forwards", myMenu14 ));
+var myMenu15 = new WebFXMenu;
+myMenu15.emptyText = '';
+myMenu15.add(new WebFXMenuItem("All mailing lists", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_mailinglist;magic=all;sortby=svcnum", "" ));
+myMenu15.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Mailing lists", null, "Mailing lists", myMenu15 ));
+var myMenu16 = new WebFXMenu;
+myMenu16.emptyText = '';
+myMenu16.add(new WebFXMenuItem("All virtual hosting services", "http://localhost/freeside/search/svc_www.cgi?magic=all;sortby=svcnum", "" ));
+myMenu16.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Virtual hosting services", null, "Virtual hosting services", myMenu16 ));
+var myMenu17 = new WebFXMenu;
+myMenu17.emptyText = '';
+myMenu17.add(new WebFXMenuItem("All wireless broadband services", "http://localhost/freeside/search/svc_broadband.cgi?magic=all;sortby=svcnum", "" ));
+myMenu17.add(new WebFXMenuItem("Advanced wireless broadband reports", "http://localhost/freeside/search/report_svc_broadband.html", "" ));
+myMenu17.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Wireless broadband services", null, "Fixed wireless broadband services", myMenu17 ));
+var myMenu18 = new WebFXMenu;
+myMenu18.emptyText = '';
+myMenu18.add(new WebFXMenuItem("All cable subscribers by Service", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_cable;magic=all;sortby=svcnum", "" ));
+myMenu18.add(new WebFXMenuItem("All cable subscribers by Serial number", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_cable;magic=all;sortby=serialnum", "" ));
+myMenu18.add(new WebFXMenuItem("All cable subscribers by MAC address", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_cable;magic=all;sortby=mac_addr", "" ));
+myMenu18.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Cable Subscribers", null, "Cable Subscribers", myMenu18 ));
+var myMenu19 = new WebFXMenu;
+myMenu19.emptyText = '';
+myMenu19.add(new WebFXMenuItem("All DSLs", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_dsl;magic=all;sortby=phonenum", "" ));
+myMenu19.add(new WebFXMenuItem("Qualifications", "http://localhost/freeside/search/qual.cgi", "" ));
+myMenu19.width = 256;
+
+myMenu10.add(new WebFXMenuItem("DSLs", null, "DSLs", myMenu19 ));
+var myMenu20 = new WebFXMenu;
+myMenu20.emptyText = '';
+myMenu20.add(new WebFXMenuItem("All dish services", "http://localhost/freeside/search/svc_dish.cgi?magic=all;sortby=svcnum", "" ));
+myMenu20.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Dish services", null, "Dish services", myMenu20 ));
+var myMenu21 = new WebFXMenu;
+myMenu21.emptyText = '';
+myMenu21.add(new WebFXMenuItem("All hardware", "http://localhost/freeside/search/svc_hardware.cgi?magic=all;sortby=svcnum", "" ));
+myMenu21.add(new WebFXMenuItem("Advanced hardware reports", "http://localhost/freeside/search/report_svc_hardware.html", "" ));
+myMenu21.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Hardware", null, "Hardware", myMenu21 ));
+var myMenu22 = new WebFXMenu;
+myMenu22.emptyText = '';
+myMenu22.add(new WebFXMenuItem("All phone numbers", "http://localhost/freeside/search/svc_phone.cgi?magic=all;sortby=phonenum", "" ));
+myMenu22.add(new WebFXMenuItem("Phone numbers' total usage by time period", "http://localhost/freeside/search/report_svc_phone_usage.html", "Total usage (minutes, and amount billed) for the specified time period, per phone number." ));
+myMenu22.add(new WebFXMenuItem("Phone numbers by state", "http://localhost/freeside/search/phone_state.html", "Current or historical phone services broken down by state." ));
+myMenu22.add(new WebFXMenuItem("Advanced phone number reports", "http://localhost/freeside/search/report_svc_phone.html", "" ));
+myMenu22.add(new WebFXMenuItem("Phone number (DID) availability", "http://localhost/freeside/search/report_phone_avail.html", "" ));
+myMenu22.add(new WebFXMenuItem("Inventory/Provisioning Status", "http://localhost/freeside/search/phone_inventory_provisioned.html", "" ));
+myMenu22.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Phone numbers", null, "Phone numbers", myMenu22 ));
+var myMenu23 = new WebFXMenu;
+myMenu23.emptyText = '';
+myMenu23.add(new WebFXMenuItem("All PBXs", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_pbx;magic=all;sortby=svcnum", "" ));
+myMenu23.width = 256;
+
+myMenu10.add(new WebFXMenuItem("PBXs", null, "PBXs", myMenu23 ));
+var myMenu24 = new WebFXMenu;
+myMenu24.emptyText = '';
+myMenu24.add(new WebFXMenuItem("All circuits", "http://localhost/freeside/search/svc_circuit.cgi?magic=all;sortby=svcnum", "" ));
+myMenu24.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Circuits", null, "Voice and data circuit services", myMenu24 ));
+var myMenu25 = new WebFXMenu;
+myMenu25.emptyText = '';
+myMenu25.add(new WebFXMenuItem("All ports", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_port;magic=all;sortby=serviceid", "" ));
+myMenu25.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Ports", null, "Ports", myMenu25 ));
+var myMenu26 = new WebFXMenu;
+myMenu26.emptyText = '';
+myMenu26.add(new WebFXMenuItem("All alarm services", "http://localhost/freeside/search/cust_svc.html?svcdb=svc_alarm;magic=all;sortby=acctnum", "" ));
+myMenu26.width = 256;
+
+myMenu10.add(new WebFXMenuItem("Alarm services", null, "Alarm services", myMenu26 ));
+var myMenu27 = new WebFXMenu;
+myMenu27.emptyText = '';
+myMenu27.add(new WebFXMenuItem("All external services", "http://localhost/freeside/search/svc_external.cgi?magic=all;sortby=id", "" ));
+myMenu27.width = 256;
+
+myMenu10.add(new WebFXMenuItem("External services", null, "External services", myMenu27 ));
+myMenu10.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Services", null, "Services reports", myMenu10 ));
+var myMenu28 = new WebFXMenu;
+myMenu28.emptyText = '';
+myMenu28.add(new WebFXMenuItem("Inventory by agent", "http://localhost/freeside/search/report_agent_inventory.html", "" ));
+myMenu28.add(new WebFXMenuItem("Inventory activity", "http://localhost/freeside/search/report_h_inventory_item.html", "" ));
+myMenu28.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Inventory", null, "Inventory reports", myMenu28 ));
+var myMenu29 = new WebFXMenu;
+myMenu29.emptyText = '';
+myMenu29.add(new WebFXMenuItem("RADIUS sessions", "http://localhost/freeside/search/sqlradius.html", "" ));
+myMenu29.add(new WebFXMenuItem("RADIUS data usage", "http://localhost/freeside/search/report_sqlradius_usage.html", "" ));
+myMenu29.add(new WebFXMenuItem("Call Detail Records (CDRs)", "http://localhost/freeside/search/report_cdr.html", "" ));
+myMenu29.add(new WebFXMenuItem("Unrateable CDRs", "http://localhost/freeside/search/cdr.html?freesidestatus=failed;cdrbatchnum=_ALL_", "" ));
+myMenu29.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Usage", null, "Usage reports", myMenu29 ));
+var myMenu30 = new WebFXMenu;
+myMenu30.emptyText = '';
+var myMenu31 = new WebFXMenu;
+myMenu31.emptyText = '';
+myMenu31.add(new WebFXMenuItem("Tickets per day per Queue", "http://localhost/freeside/rt/RTx/Statistics/CallsQueueDay", "View the number of tickets created, resolved or deleted in a specific Queue, over the requested period of days" ));
+myMenu31.add(new WebFXMenuItem("Ticket status by Queue", "http://localhost/freeside/rt/RTx/Statistics/OpenStalled", "View numbers of new, open and stalled tickets in a selected Queue" ));
+myMenu31.add(new WebFXMenuItem("Tickets per day (multiple Queues)", "http://localhost/freeside/rt/RTx/Statistics/CallsMultiQueue", "View tickets created, resolved or deleted on in one or more Queues over a specified time period" ));
+myMenu31.add(new WebFXMenuItem("Tickets per Day of Week", "http://localhost/freeside/rt/RTx/Statistics/DayOfWeek", "View trends showing when tickets are created, resolved or deleted" ));
+myMenu31.add(new WebFXMenuItem("Time to resolve", "http://localhost/freeside/rt/RTx/Statistics/Resolution", "View how long tickets take to be resolved by Queue" ));
+myMenu31.add(new WebFXMenuItem("Time to resolve (scatter graph)", "http://localhost/freeside/rt/RTx/Statistics/TimeToResolve", "View a detailed scatter graph of time to resolve tickets by Queue" ));
+myMenu31.width = 256;
+
+myMenu30.add(new WebFXMenuItem("Statistics", null, "", myMenu31 ));
+myMenu30.add(new WebFXMenuSeparator());
+myMenu30.add(new WebFXMenuItem("Advanced ticket reports", "http://localhost/freeside/rt/Search/Build.html?NewQuery=1", "List tickets by any criteria" ));
+myMenu30.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Tickets", null, "Ticket reports", myMenu30 ));
+var myMenu32 = new WebFXMenu;
+myMenu32.emptyText = '';
+var myMenu33 = new WebFXMenu;
+myMenu33.emptyText = '';
+myMenu33.add(new WebFXMenuItem("Sales, Credits and Receipts", "http://localhost/freeside/graph/report_money_time.html", "Sales, credits and receipts summary graph" ));
+myMenu33.add(new WebFXMenuItem("Daily Sales, Credits and Receipts", "http://localhost/freeside/graph/report_money_time_daily.html", "Sales, credits and receipts (broken down by day) summary graph" ));
+myMenu33.add(new WebFXMenuItem("Sales Report", "http://localhost/freeside/graph/report_cust_bill_pkg.html", "Sales report and graph (by agent, package class and/or date range)" ));
+myMenu33.add(new WebFXMenuItem("Rated Call Sales Report", "http://localhost/freeside/graph/report_cust_bill_pkg_detail.html", "Sales report and graph (by agent, package class, usage class and/or date range)" ));
+myMenu33.add(new WebFXMenuItem("Sales with Advertising Source", "http://localhost/freeside/search/report_cust_bill_pkg_referral.html", "" ));
+myMenu33.width = 256;
+
+myMenu32.add(new WebFXMenuItem("Sales", null, "Sales reports", myMenu33 ));
+var myMenu34 = new WebFXMenu;
+myMenu34.emptyText = '';
+myMenu34.add(new WebFXMenuItem("Agent", "http://localhost/freeside/search/report_agent_commission.html", "" ));
+myMenu34.add(new WebFXMenuItem("Agent per package", "http://localhost/freeside/search/report_agent_commission_pkg.html", "" ));
+myMenu34.add(new WebFXMenuItem("Sales Person", "http://localhost/freeside/search/report_sales_commission.html", "" ));
+myMenu34.add(new WebFXMenuItem("Sales Person per package", "http://localhost/freeside/search/report_sales_commission_pkg.html", "" ));
+myMenu34.add(new WebFXMenuItem("Employee", "http://localhost/freeside/search/report_employee_commission.html", "" ));
+myMenu34.width = 256;
+
+myMenu32.add(new WebFXMenuItem("Commissions", null, "Commission reports", myMenu34 ));
+var myMenu35 = new WebFXMenu;
+myMenu35.emptyText = '';
+myMenu35.add(new WebFXMenuItem("Credit Report", "http://localhost/freeside/search/report_cust_credit.html", "Credit report (by employee and/or date range)" ));
+myMenu35.add(new WebFXMenuItem("Credit package source detail", "http://localhost/freeside/search/report_cust_credit_source_bill_pkg.html", "Line-item detail for triggered package credits" ));
+myMenu35.add(new WebFXMenuItem("Credit application detail", "http://localhost/freeside/search/report_cust_credit_bill_pkg.html", "Line item application detail" ));
+myMenu35.add(new WebFXMenuItem("Unapplied Credits", "http://localhost/freeside/search/report_cust_credit.html?unapplied=1", "Unapplied credit report (by type and/or date range)" ));
+myMenu35.add(new WebFXMenuItem("Voided Credits", "http://localhost/freeside/search/report_cust_credit_void.html", "Voided credit report (by employee and/or date range)" ));
+myMenu35.width = 256;
+
+myMenu32.add(new WebFXMenuItem("Credits", null, "Credit reports", myMenu35 ));
+var myMenu36 = new WebFXMenu;
+myMenu36.emptyText = '';
+myMenu36.add(new WebFXMenuItem("Refund Report", "http://localhost/freeside/search/report_cust_refund.html", "Refund report (by type and/or date range)" ));
+myMenu36.add(new WebFXMenuItem("Unapplied Refunds", "http://localhost/freeside/search/report_cust_refund.html?unapplied=1", "Unapplied refund report (by type and/or date range)" ));
+myMenu36.width = 256;
+
+myMenu32.add(new WebFXMenuItem("Refunds", null, "Refund reports", myMenu36 ));
+myMenu32.add(new WebFXMenuItem("A/R Aging", "http://localhost/freeside/search/report_receivables.html", "Accounts Receivable Aging report" ));
+myMenu32.add(new WebFXMenuItem("Prepaid Income", "http://localhost/freeside/search/report_prepaid_income.html", "Prepaid income (unearned revenue)  report" ));
+myMenu32.add(new WebFXMenuItem("Tax Liability", "http://localhost/freeside/search/report_tax.html", "Tax liability report (internal tax data)" ));
+myMenu32.add(new WebFXMenuItem("E911 Fee Summary", "http://localhost/freeside/search/report_e911.html", "E911 fee summary" ));
+myMenu32.add(new WebFXMenuItem("Customer Accounting Summary", "http://localhost/freeside/search/report_customer_accounting_summary.html", "Customer accounting summary report" ));
+myMenu32.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Financial (Receivables)", null, "Financial reports (Receivables)", myMenu32 ));
+var myMenu37 = new WebFXMenu;
+myMenu37.emptyText = '';
+myMenu37.add(new WebFXMenuItem("Payables summary", "http://localhost/freeside/search/report_vend_main.html", "Payables summary by vendor" ));
+myMenu37.add(new WebFXMenuItem("Payables detail", "http://localhost/freeside/search/report_vend_bill.html", "" ));
+myMenu37.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Financial (Payables)", null, "Financial reports (Payables)", myMenu37 ));
+var myMenu38 = new WebFXMenu;
+myMenu38.emptyText = '';
+var myMenu39 = new WebFXMenu;
+myMenu39.emptyText = '';
+myMenu39.add(new WebFXMenuItem("All billing events", "http://localhost/freeside/search/report_cust_event.html", "All billing events for a date range" ));
+myMenu39.add(new WebFXMenuItem("Billing event errors", "http://localhost/freeside/search/report_cust_event.html?failed=1", "Failed credit cards, processor or printer problems, etc." ));
+myMenu39.width = 256;
+
+myMenu38.add(new WebFXMenuItem("Billing events", null, "Billing events", myMenu39 ));
+myMenu38.add(new WebFXMenuItem("Credit limit incidents", "http://localhost/freeside/search/report_cust_main_credit_limit.html", "" ));
+myMenu38.add(new WebFXMenuItem("Employee activity", "http://localhost/freeside/search/report_employee_audit.html", "" ));
+myMenu38.add(new WebFXMenuItem("System log", "http://localhost/freeside/search/log.html", "View system events and debugging information." ));
+myMenu38.add(new WebFXMenuItem("Outgoing messages", "http://localhost/freeside/search/cust_msg.html", "View outgoing message log" ));
+myMenu38.width = 256;
+
+myMenu0.add(new WebFXMenuItem("Logs", null, "System and email logs", myMenu38 ));
+myMenu0.width = 256;
+
+          myBar.add(new WebFXMenuButton('Reports', null, 'Lists, reporting and graphing', myMenu0 ));
+
+
+          var myMenu40 = new WebFXMenu;
+myMenu40.emptyText = '';
+var myMenu41 = new WebFXMenu;
+myMenu41.emptyText = '';
+myMenu41.add(new WebFXMenuItem("Appointments", "http://localhost/freeside/rt/Search/Schedule.html?LengthMin=0", "View appointment schedule" ));
+myMenu41.add(new WebFXMenuItem("Attachments", "http://localhost/freeside/browse/cust_attachment.html", "View customer attachments" ));
+myMenu41.add(new WebFXMenuItem("Customer email settings", "http://localhost/freeside/misc/manage_cust_email.html", "" ));
+myMenu41.width = 256;
+
+myMenu40.add(new WebFXMenuItem("Customers", null, "Customer tools", myMenu41 ));
+var myMenu42 = new WebFXMenu;
+myMenu42.emptyText = '';
+myMenu42.add(new WebFXMenuItem("Quick payment entry", "http://localhost/freeside/misc/batch-cust_pay.html", "Enter multiple payments in a batch" ));
+myMenu42.add(new WebFXMenuItem("Download invoice batches", "http://localhost/freeside/search/bill_batch.cgi", "" ));
+myMenu42.width = 256;
+
+myMenu40.add(new WebFXMenuItem("Billing", null, "Payment and invoice tools", myMenu42 ));
+var myMenu43 = new WebFXMenu;
+myMenu43.emptyText = '';
+var myMenu44 = new WebFXMenu;
+myMenu44.emptyText = '';
+myMenu44.add(new WebFXMenuItem("Overview", "http://localhost/freeside/rt/Articles/index.html", "" ));
+myMenu44.add(new WebFXMenuItem("Search", "http://localhost/freeside/rt/Articles/Article/Search.html", "" ));
+myMenu44.add(new WebFXMenuItem("Topics", "http://localhost/freeside/rt/Articles/Topics.html", "" ));
+myMenu44.width = 256;
+
+myMenu43.add(new WebFXMenuItem("Articles", null, "", myMenu44 ));
+myMenu43.add(new WebFXMenuItem("My Day", "http://localhost/freeside/rt/Tools/MyDay.html", "" ));
+myMenu43.add(new WebFXMenuItem("My Reminders", "http://localhost/freeside/rt/Tools/MyReminders.html", "" ));
+myMenu43.add(new WebFXMenuItem("Offline", "http://localhost/freeside/rt/Tools/Offline.html", "" ));
+myMenu43.add(new WebFXMenuItem("Approval", "http://localhost/freeside/rt/Approvals/", "" ));
+myMenu43.width = 256;
+
+myMenu40.add(new WebFXMenuItem("Ticketing", null, "Ticketing tools", myMenu43 ));
+var myMenu45 = new WebFXMenu;
+myMenu45.emptyText = '';
+myMenu45.add(new WebFXMenuItem("Bulk DID Orders", "http://localhost/freeside/browse/did_order.html", "View/manage bulk DID orders" ));
+myMenu45.add(new WebFXMenuItem("Business card scan", "http://localhost/freeside/edit/prospect_main-upload.html", "" ));
+myMenu45.width = 256;
+
+myMenu40.add(new WebFXMenuItem("Miscellaneous", null, "", myMenu45 ));
+var myMenu46 = new WebFXMenu;
+myMenu46.emptyText = '';
+myMenu46.add(new WebFXMenuItem("Customers", "http://localhost/freeside/misc/cust_main-import.cgi", "" ));
+myMenu46.add(new WebFXMenuItem("Package definitions", "http://localhost/freeside/misc/part_pkg-import.html", "" ));
+myMenu46.add(new WebFXMenuItem("Customer packages", "http://localhost/freeside/misc/cust_pkg-import.html", "" ));
+myMenu46.add(new WebFXMenuItem("Customer comments", "http://localhost/freeside/misc/cust_main_note-import.html", "" ));
+myMenu46.add(new WebFXMenuItem("One-time charges", "http://localhost/freeside/misc/cust_main-import_charges.cgi", "" ));
+myMenu46.add(new WebFXMenuItem("Payments", "http://localhost/freeside/misc/cust_pay-import.cgi", "" ));
+myMenu46.add(new WebFXMenuItem("Credits", "http://localhost/freeside/misc/cust_credit-import.html", "" ));
+myMenu46.add(new WebFXMenuItem("Phone numbers (DIDs)", "http://localhost/freeside/misc/phone_avail-import.html", "" ));
+myMenu46.add(new WebFXMenuItem("Call Detail Records (CDRs)", "http://localhost/freeside/misc/cdr-import.html", "" ));
+myMenu46.width = 256;
+
+myMenu40.add(new WebFXMenuItem("Importing", null, "Import tools", myMenu46 ));
+var myMenu47 = new WebFXMenu;
+myMenu47.emptyText = '';
+myMenu47.add(new WebFXMenuItem("Status", "http://localhost/freeside/view/Status.html", "System status" ));
+myMenu47.add(new WebFXMenuItem("Job Queue", "http://localhost/freeside/search/queue.html", "View pending job queue" ));
+myMenu47.width = 256;
+
+myMenu40.add(new WebFXMenuItem("System", null, "System tools", myMenu47 ));
+myMenu40.width = 256;
+
+          myBar.add(new WebFXMenuButton('Tools', null, 'Tools', myMenu40 ));
+
+
+          var myMenu48 = new WebFXMenu;
+myMenu48.emptyText = '';
+myMenu48.add(new WebFXMenuItem("Settings", "http://localhost/freeside/config/config-view.cgi", "" ));
+myMenu48.add(new WebFXMenuSeparator());
+var myMenu49 = new WebFXMenu;
+myMenu49.emptyText = '';
+myMenu49.add(new WebFXMenuItem("Agent types", "http://localhost/freeside/browse/agent_type.cgi", "Agent types define groups of package definitions that you can then assign to particular agents" ));
+myMenu49.add(new WebFXMenuItem("Agents", "http://localhost/freeside/browse/agent.cgi", "Agents are resellers of your service. Agents may be limited to a subset of your full offerings (via their type)" ));
+myMenu49.add(new WebFXMenuItem("Agent payment gateways", "http://localhost/freeside/browse/payment_gateway.html", "Credit card and electronic check processors for agent overrides" ));
+myMenu49.width = 256;
+
+myMenu48.add(new WebFXMenuItem("Companies", null, "", myMenu49 ));
+var myMenu50 = new WebFXMenu;
+myMenu50.emptyText = '';
+myMenu50.add(new WebFXMenuItem("Sales People", "http://localhost/freeside/browse/sales.html", "Sales people bring in new business." ));
+myMenu50.width = 256;
+
+myMenu48.add(new WebFXMenuItem("Sales People", null, "", myMenu50 ));
+var myMenu51 = new WebFXMenu;
+myMenu51.emptyText = '';
+myMenu51.add(new WebFXMenuItem("Employees", "http://localhost/freeside/browse/access_user.html", "Setup internal users" ));
+myMenu51.add(new WebFXMenuItem("Employee groups", "http://localhost/freeside/browse/access_group.html", "Employee groups allow you to control access to the backend" ));
+myMenu51.add(new WebFXMenuItem("Installer availability", "http://localhost/freeside/browse/sched_item.html", "Installer availability" ));
+myMenu51.width = 256;
+
+myMenu48.add(new WebFXMenuItem("Employees", null, "", myMenu51 ));
+myMenu48.add(new WebFXMenuSeparator());
+var myMenu52 = new WebFXMenu;
+myMenu52.emptyText = '';
+myMenu52.add(new WebFXMenuItem("Customer tags", "http://localhost/freeside/browse/part_tag.html", "" ));
+myMenu52.add(new WebFXMenuItem("Customer classes", "http://localhost/freeside/browse/cust_class.html", "Customer classes define groups of customers for reporting." ));
+myMenu52.add(new WebFXMenuItem("Customer categories", "http://localhost/freeside/browse/cust_category.html", "Customer categories define groups of customer classes." ));
+myMenu52.add(new WebFXMenuSeparator());
+myMenu52.add(new WebFXMenuItem("Contact types", "http://localhost/freeside/browse/contact_class.html", "" ));
+myMenu52.width = 256;
+
+myMenu48.add(new WebFXMenuItem("Customers", null, "", myMenu52 ));
+var myMenu53 = new WebFXMenu;
+myMenu53.emptyText = '';
+myMenu53.add(new WebFXMenuItem("Package definitions", "http://localhost/freeside/browse/part_pkg.cgi", "One or more services are grouped together into a package and given pricing information. Customers purchase packages, not services" ));
+myMenu53.add(new WebFXMenuItem("Package classes", "http://localhost/freeside/browse/pkg_class.html", "Package classes define groups of packages, for taxation, ordering convenience and reporting." ));
+myMenu53.add(new WebFXMenuItem("Package categories", "http://localhost/freeside/browse/pkg_category.html", "Package categories define groups of package classes, for invoice sections." ));
+myMenu53.add(new WebFXMenuItem("Package report classes", "http://localhost/freeside/browse/part_pkg_report_option.html", "Package classes define optional groups of packages for reporting only." ));
+myMenu53.add(new WebFXMenuItem("Fees", "http://localhost/freeside/browse/part_fee.html", "" ));
+myMenu53.add(new WebFXMenuItem("Discounts", "http://localhost/freeside/browse/discount.html", "" ));
+myMenu53.add(new WebFXMenuItem("Discount classes", "http://localhost/freeside/browse/discount_class.html", "" ));
+var myMenu54 = new WebFXMenu;
+myMenu54.emptyText = '';
+myMenu54.add(new WebFXMenuItem("Cancel reasons", "http://localhost/freeside/browse/reason.html?class=C", "Cancel reasons explain why a service was cancelled." ));
+myMenu54.add(new WebFXMenuItem("Cancel reason types", "http://localhost/freeside/browse/reason_type.html?class=C", "Cancel reason types define groups of reasons." ));
+myMenu54.add(new WebFXMenuItem("Suspend reasons", "http://localhost/freeside/browse/reason.html?class=S", "Suspend reasons explain why a service was suspended." ));
+myMenu54.add(new WebFXMenuItem("Suspend reason types", "http://localhost/freeside/browse/reason_type.html?class=S", "Suspend reason types define groups of reasons." ));
+myMenu54.width = 256;
+
+myMenu53.add(new WebFXMenuItem("Cancel/Suspend Reasons", null, "", myMenu54 ));
+myMenu53.width = 256;
+
+myMenu48.add(new WebFXMenuItem("Packages", null, "", myMenu53 ));
+var myMenu55 = new WebFXMenu;
+myMenu55.emptyText = '';
+myMenu55.add(new WebFXMenuItem("Service definitions", "http://localhost/freeside/browse/part_svc.cgi", "Services are items you offer to your customers" ));
+myMenu55.add(new WebFXMenuItem("Service classes", "http://localhost/freeside/browse/part_svc_class.html", "Services classes are user-defined, informational types for services" ));
+myMenu55.add(new WebFXMenuItem("Service dependencies", "http://localhost/freeside/browse/part_svc_link.html", "Services depencies define rules between service definitions" ));
+myMenu55.add(new WebFXMenuItem("Provisioning exports", "http://localhost/freeside/browse/part_export.cgi", "Provisioning services to external machines, databases and APIs" ));
+var myMenu56 = new WebFXMenu;
+myMenu56.emptyText = '';
+myMenu56.add(new WebFXMenuItem("Access numbers", "http://localhost/freeside/browse/svc_acct_pop.cgi", "Points of Presence" ));
+myMenu56.width = 256;
+
+myMenu55.add(new WebFXMenuItem("Dialup", null, "", myMenu56 ));
+var myMenu57 = new WebFXMenu;
+myMenu57.emptyText = '';
+myMenu57.add(new WebFXMenuItem("Towers", "http://localhost/freeside/browse/tower.html", "Towers and sectors" ));
+myMenu57.add(new WebFXMenuItem("Routers", "http://localhost/freeside/browse/router.cgi", "Broadband access routers" ));
+myMenu57.add(new WebFXMenuItem("Address blocks", "http://localhost/freeside/browse/addr_block.cgi", "Manage address blocks and block assignments to broadband routers" ));
+myMenu57.add(new WebFXMenuItem("Address ranges", "http://localhost/freeside/browse/addr_range.html", "Designate special address ranges" ));
+myMenu57.width = 256;
+
+myMenu55.add(new WebFXMenuItem("Wireless broadband", null, "", myMenu57 ));
+var myMenu58 = new WebFXMenu;
+myMenu58.emptyText = '';
+myMenu58.add(new WebFXMenuItem("View/Edit phone device types", "http://localhost/freeside/browse/part_device.html", "Phone device types" ));
+myMenu58.add(new WebFXMenuItem("View/Edit bulk DID vendors", "http://localhost/freeside/browse/did_vendor.html", "Bulk DID vendors" ));
+myMenu58.add(new WebFXMenuItem("View/Edit Carriers", "http://localhost/freeside/browse/cdr_carrier.html", "Carriers" ));
+myMenu58.width = 256;
+
+myMenu55.add(new WebFXMenuItem("Phone", null, "", myMenu58 ));
+var myMenu59 = new WebFXMenu;
+myMenu59.emptyText = '';
+myMenu59.add(new WebFXMenuItem("RADIUS Groups", "http://localhost/freeside/browse/radius_group.html", "Manage RADIUS groups" ));
+myMenu59.add(new WebFXMenuItem("RADIUS Clients", "http://localhost/freeside/browse/nas.html", "Manage RADIUS clients" ));
+myMenu59.width = 256;
+
+myMenu55.add(new WebFXMenuItem("RADIUS", null, "", myMenu59 ));
+var myMenu60 = new WebFXMenu;
+myMenu60.emptyText = '';
+myMenu60.add(new WebFXMenuItem("Cable providers", "http://localhost/freeside/browse/cable_provider.html", "" ));
+myMenu60.add(new WebFXMenuItem("Cable modem models", "http://localhost/freeside/browse/cable_model.html", "" ));
+myMenu60.width = 256;
+
+myMenu55.add(new WebFXMenuItem("Cable", null, "", myMenu60 ));
+var myMenu61 = new WebFXMenu;
+myMenu61.emptyText = '';
+myMenu61.add(new WebFXMenuItem("Conferencing types", "http://localhost/freeside/browse/conferencing_type.html", "" ));
+myMenu61.add(new WebFXMenuItem("Quality levels", "http://localhost/freeside/browse/conferencing_quality.html", "" ));
+myMenu61.width = 256;
+
+myMenu55.add(new WebFXMenuItem("Conferencing", null, "", myMenu61 ));
+var myMenu62 = new WebFXMenu;
+myMenu62.emptyText = '';
+myMenu62.add(new WebFXMenuItem("Alarm system vendors", "http://localhost/freeside/browse/alarm_system.html", "" ));
+myMenu62.add(new WebFXMenuItem("Alarm system types", "http://localhost/freeside/browse/alarm_type.html", "" ));
+myMenu62.add(new WebFXMenuItem("Alarm central stations", "http://localhost/freeside/browse/alarm_station.html", "" ));
+myMenu62.width = 256;
+
+myMenu55.add(new WebFXMenuItem("Alarm", null, "", myMenu62 ));
+var myMenu63 = new WebFXMenu;
+myMenu63.emptyText = '';
+myMenu63.add(new WebFXMenuItem("Circuit types", "http://localhost/freeside/browse/circuit_type.html", "" ));
+myMenu63.add(new WebFXMenuItem("Circuit providers", "http://localhost/freeside/browse/circuit_provider.html", "" ));
+myMenu63.add(new WebFXMenuItem("Termination types", "http://localhost/freeside/browse/circuit_termination.html", "" ));
+myMenu63.width = 256;
+
+myMenu55.add(new WebFXMenuItem("Circuits", null, "", myMenu63 ));
+myMenu55.add(new WebFXMenuItem("Hardware types", "http://localhost/freeside/browse/hardware_class.html", "Set up hardware type catalog" ));
+myMenu55.width = 256;
+
+myMenu48.add(new WebFXMenuItem("Services", null, "", myMenu55 ));
+myMenu48.add(new WebFXMenuSeparator());
+var myMenu64 = new WebFXMenu;
+myMenu64.emptyText = '';
+myMenu64.add(new WebFXMenuItem("Vendor classes", "http://localhost/freeside/browse/vend_class.html", "" ));
+myMenu64.add(new WebFXMenuItem("Vendors", "http://localhost/freeside/browse/vend_main.html", "" ));
+myMenu64.width = 256;
+
+myMenu48.add(new WebFXMenuItem("Vendors", null, "", myMenu64 ));
+myMenu48.add(new WebFXMenuSeparator());
+var myMenu65 = new WebFXMenu;
+myMenu65.emptyText = '';
+myMenu65.add(new WebFXMenuItem("Billing events", "http://localhost/freeside/browse/part_event.html", "Billing actions for customers, invoices and packages" ));
+myMenu65.add(new WebFXMenuItem("Invoice configurations", "http://localhost/freeside/browse/invoice_conf.html", "Adjust invoice settings for special-purpose notices" ));
+myMenu65.add(new WebFXMenuItem("Invoice templates", "http://localhost/freeside/browse/invoice_template.html", "Edit templates for HTML, plaintext and typeset invoices" ));
+myMenu65.add(new WebFXMenuSeparator());
+myMenu65.add(new WebFXMenuItem("Prepaid cards", "http://localhost/freeside/search/prepay_credit.html", "View outstanding cards, generate new cards" ));
+var myMenu66 = new WebFXMenu;
+myMenu66.emptyText = '';
+myMenu66.add(new WebFXMenuItem("Rate plans", "http://localhost/freeside/browse/rate.cgi", "Manage rate plans" ));
+myMenu66.add(new WebFXMenuItem("Regions and prefixes", "http://localhost/freeside/browse/rate_region.html", "Manage regions and prefixes" ));
+myMenu66.add(new WebFXMenuItem("Usage classes", "http://localhost/freeside/browse/usage_class.html", "Usage classes define groups of usage for taxation." ));
+myMenu66.add(new WebFXMenuItem("Time periods", "http://localhost/freeside/browse/rate_time.html", "Time periods define days and hours for rate plans" ));
+myMenu66.add(new WebFXMenuItem("Edit rates with Excel", "http://localhost/freeside/misc/rate_edit_excel.html", "Download and edit rates with Excel, then upload changes." ));
+myMenu66.add(new WebFXMenuSeparator());
+myMenu66.add(new WebFXMenuItem("Tiering plans", "http://localhost/freeside/browse/rate_tier.html", "Rating tiers" ));
+myMenu66.width = 256;
+
+myMenu65.add(new WebFXMenuItem("Call rates and regions", null, "Manage rate plans, regions and prefixes for VoIP and call billing", myMenu66 ));
+myMenu65.add(new WebFXMenuSeparator());
+myMenu65.add(new WebFXMenuItem("Locales and tax rates", "http://localhost/freeside/browse/cust_main_county.cgi", "Change tax rates, or break down a country into states, or a state into counties and assign different tax rates to each" ));
+myMenu65.add(new WebFXMenuItem("Tax classes", "http://localhost/freeside/browse/part_pkg_taxclass.html", "Tax classes" ));
+myMenu65.add(new WebFXMenuSeparator());
+myMenu65.add(new WebFXMenuItem("Credit reasons", "http://localhost/freeside/browse/reason.html?class=R", "Credit reasons explain why a credit was issued." ));
+myMenu65.add(new WebFXMenuItem("Credit reason types", "http://localhost/freeside/browse/reason_type.html?class=R", "Credit reason types define groups of reasons." ));
+myMenu65.add(new WebFXMenuSeparator());
+myMenu65.add(new WebFXMenuItem("Refund reasons", "http://localhost/freeside/browse/reason.html?class=F", "Refund reasons explain why a refund was issued." ));
+myMenu65.add(new WebFXMenuItem("Refund reason types", "http://localhost/freeside/browse/reason_type.html?class=F", "Refund reason types define groups of reasons." ));
+myMenu65.width = 256;
+
+myMenu48.add(new WebFXMenuItem("Billing", null, "", myMenu65 ));
+myMenu48.add(new WebFXMenuSeparator());
+var myMenu67 = new WebFXMenu;
+myMenu67.emptyText = '';
+myMenu67.add(new WebFXMenuItem("Message templates", "http://localhost/freeside/browse/msg_template.html", "Templates for customer notices" ));
+myMenu67.add(new WebFXMenuItem("Advertising sources", "http://localhost/freeside/browse/part_referral.html", "Where a customer heard about your service." ));
+myMenu67.add(new WebFXMenuItem("Custom fields", "http://localhost/freeside/browse/part_virtual_field.html", "Locally defined fields" ));
+myMenu67.add(new WebFXMenuItem("Translation strings", "http://localhost/freeside/browse/msgcat.html", "Translations and other customizable labels for each locale" ));
+myMenu67.add(new WebFXMenuItem("Inventory classes and inventory", "http://localhost/freeside/browse/inventory_class.html", "Setup inventory classes and stock inventory" ));
+myMenu67.add(new WebFXMenuItem("Upload targets", "http://localhost/freeside/browse/upload_target.html", "Billing and payment upload destinations" ));
+myMenu67.width = 256;
+
+myMenu48.add(new WebFXMenuItem("Miscellaneous", null, "", myMenu67 ));
+myMenu48.width = 256;
+
+          myBar.add(new WebFXMenuButton('Configuration', null, 'Configuration and setup', myMenu48 ));
+
+
+          var myMenu68 = new WebFXMenu;
+myMenu68.emptyText = '';
+myMenu68.add(new WebFXMenuItem("Billing documentation", "http://www.freeside.biz/mediawiki/index.php/Freeside:4:Documentation", "Freeside documentation" ));
+myMenu68.add(new WebFXMenuItem("Ticketing documentation", "http://wiki.bestpractical.com/", "Request Tracker Wiki" ));
+myMenu68.add(new WebFXMenuSeparator());
+myMenu68.add(new WebFXMenuItem("About Freeside v5.0git", "javascript:about_freeside()", "" ));
+myMenu68.add(new WebFXMenuItem("About RT v4.2.11", "http://www.bestpractical.com/rt", "Request Tracker Homepage" ));
+myMenu68.width = 256;
+
+          myBar.add(new WebFXMenuButton('Help', null, '', myMenu68 ));
+
+
+  myBar.show( null, 'vertical' );
+  myBar.width = 154;
+
+</SCRIPT>
+
+
+
+
+      <link rel="stylesheet" href="http://localhost/freeside/elements/jquery-ui.min.css">
+      <SCRIPT SRC="http://localhost/freeside/elements/jquery.js"></SCRIPT>
+      <SCRIPT SRC="http://localhost/freeside/elements/jquery-ui.min.js"></SCRIPT>
+      <SCRIPT TYPE="text/javascript" SRC="http://localhost/freeside/elements/overlibmws.js"></SCRIPT>
+  <SCRIPT TYPE="text/javascript" SRC="http://localhost/freeside/elements/overlibmws_iframe.js"></SCRIPT>
+  <SCRIPT TYPE="text/javascript" SRC="http://localhost/freeside/elements/overlibmws_draggable.js"></SCRIPT>
+  <SCRIPT TYPE="text/javascript" SRC="http://localhost/freeside/elements/overlibmws_crossframe.js"></SCRIPT>
+  <SCRIPT TYPE="text/javascript" SRC="http://localhost/freeside/elements/iframecontentmws.js"></SCRIPT>
+  <SCRIPT TYPE="text/javascript" SRC="http://localhost/freeside/elements/ajaxcontentmws.js"></SCRIPT>
+
+    <SCRIPT TYPE="text/javascript">
+
+  function rs_init_object() {
+    var A;
+    try {
+      A=new ActiveXObject("Msxml2.XMLHTTP");
+    } catch (e) {
+      try {
+        A=new ActiveXObject("Microsoft.XMLHTTP");
+      } catch (oc) {
+        A=null;
+      }
+    }
+    if(!A && typeof XMLHttpRequest != "undefined")
+      A = new XMLHttpRequest();
+    if (!A)
+      alert("Can't create XMLHttpRequest object");
+    return A;
+
+  }
+
+</SCRIPT>
+
+
+    
+
+  </HEAD>
+  <BODY BGCOLOR="#f8f8f8"  STYLE="margin-top:0; margin-bottom:0; margin-left:0px; margin-right:0px">
+    <table width="100%" CELLPADDING=0 CELLSPACING=0 STYLE="padding-left:0px; padding-right:4px" CLASS="fshead">
+      <tr>
+        <td BGCOLOR="#ffffff"><IMG BORDER=0 ALT="freeside" HEIGHT="36" SRC="http://localhost/freeside/view/REAL_logo.cgi"></td>
+        <td align=left BGCOLOR="#ffffff"> <!-- valign="top" -->
+          <font size=6>Freeside Test 5.0.1</font>
+        </td>
+        <td align=right valign=top BGCOLOR="#ffffff"><FONT SIZE="-1">Logged in as <b>test&nbsp;</b> <FONT SIZE="-2"><a href="http://localhost/freeside/loginout/logout.html">logout</a></FONT><br></FONT><FONT SIZE="-2"><a href="http://localhost/freeside/pref/pref.html" STYLE="color: #000000">Preferences</a>
+          <BR></FONT>
+        </td>
+      </tr>
+    </table>
+
+    <TABLE WIDTH="100%" CELLSPACING=0 CELLPADDING=0>
+
+<link href="http://localhost/freeside/elements/freeside-menu.css" type="text/css" rel="stylesheet">
+
+
+      <TR CLASS="fsmenubar">
+
+
+        <TD COLSPAN="7" WIDTH="100%" STYLE="padding:1px 0px 0px 0px;border-top: 1px solid #7e0079" BGCOLOR="#dddddd">
+          <SCRIPT TYPE="text/javascript">
+            document.write(myBar);
+          </SCRIPT>
+        </TD>
+
+      </TR>
+
+      <TR CLASS="fssearchbar">
+
+        <TD COLSPAN=1 BGCOLOR="#dddddd" ALIGN="right" STYLE="padding-left:2px">
+          
+  <FORM ACTION="http://localhost/freeside/search/prospect_main.html" METHOD="GET" STYLE="margin:0">
+    <INPUT NAME="search_prospect" TYPE="text" VALUE="(name, company or phone)" STYLE="width:155px" onFocus="clearhint_search_prospect(this);" onClick="clearhint_search_prospect(this);" CLASS="fstext"><BR>
+    <A HREF="http://localhost/freeside/search/report_prospect_main.html" CLASS="fslink" STYLE="font-size: 11px">Adv</A>
+    <INPUT TYPE="submit" VALUE="Search prospects" CLASS="fsblackbutton" onMouseOver="this.className='fsblackbuttonselected'; return true;" onMouseOut="this.className='fsblackbutton'; return true;" STYLE="font-size:11px;padding-left:1px;padding-right:1px">
+  </FORM>
+  
+
+
+<SCRIPT TYPE="text/javascript">
+
+  function clearhint_search_prospect (what) {
+    if ( what.value == '(name, company or phone)' )
+      what.value = '';
+  }
+
+</SCRIPT>
+
+        </TD>
+
+        <TD COLSPAN=1 BGCOLOR="#dddddd" ALIGN="right" STYLE="padding-left:2px">
+          
+  <FORM ACTION="http://localhost/freeside/search/cust_main.cgi" METHOD="POST" STYLE="margin:0">
+    <INPUT NAME="search_cust" TYPE="text" VALUE="(cust #, name, company or contact phone)" STYLE="width:246px" onFocus="clearhint_search_cust(this);" onClick="clearhint_search_cust(this);" CLASS="fstext"><BR>
+    <A HREF="http://localhost/freeside/search/report_cust_main.html" CLASS="fslink" STYLE="font-size: 11px">Advanced</A>
+    <INPUT TYPE="submit" VALUE="Search customers" CLASS="fsblackbutton" onMouseOver="this.className='fsblackbuttonselected'; return true;" onMouseOut="this.className='fsblackbutton'; return true;" STYLE="font-size:11px">
+  </FORM>
+  
+
+
+<SCRIPT TYPE="text/javascript">
+
+  function clearhint_search_cust (what) {
+    if ( what.value == '(cust #, name, company or contact phone)' )
+      what.value = '';
+  }
+
+</SCRIPT>
+
+        </TD>
+
+        <TD COLSPAN=1 BGCOLOR="#dddddd" ALIGN="center">
+          
+<SCRIPT TYPE="text/javascript">
+
+  function clearhint_search_address2 (what) {
+    if ( what.value == '(Unit #)' )
+      what.value = '';
+  }
+
+</SCRIPT>
+
+        </TD>
+
+        <TD COLSPAN=1 BGCOLOR="#dddddd" ALIGN="right">
+          
+  <FORM ACTION="http://localhost/freeside/search/cust_bill.html" METHOD="GET" STYLE="margin:0;display:inline">
+    <INPUT NAME="invnum" TYPE="text" VALUE="(inv #)" STYLE="width:56px" onFocus="clearhint_search_invoice(this);" onClick="clearhint_search_invoice(this);" CLASS="fstext">
+    <A HREF="http://localhost/freeside/search/report_cust_bill.html" CLASS="fslink" STYLE="font-size: 11px">Adv</A>    <BR>
+    <INPUT TYPE="submit" VALUE="Search invoices" CLASS="fsblackbutton" onMouseOver="this.className='fsblackbuttonselected'; return true;" onMouseOut="this.className='fsblackbutton'; return true;" STYLE="font-size:11px;padding-left:1px;padding-right:1px;margin-top:3px">
+  </FORM>
+  
+
+
+<SCRIPT TYPE="text/javascript">
+
+  function clearhint_search_invoice (what) {
+    if ( what.value == '(inv #)' )
+      what.value = '';
+  }
+
+</SCRIPT>
+
+        </TD>
+
+        <TD COLSPAN=1 BGCOLOR="#dddddd" ALIGN="right" STYLE="padding-left:2px">
+          
+  <FORM ACTION="http://localhost/freeside/search/cust_svc.html" METHOD="GET" STYLE="margin:0">
+    <INPUT NAME="search_svc" TYPE="text" VALUE="(user, email, ip, mac, domain or service phone)" STYLE="width:271px" onFocus="clearhint_search_svc(this);" onClick="clearhint_search_svc(this);" CLASS="fstext"><BR>
+    <A NOTYET="http://localhost/freeside/search/svc_Smarter.html" STYLE="color: #cccccc; font-size:11px">Advanced</A>
+    <INPUT TYPE="submit" VALUE="Search services" CLASS="fsblackbutton" onMouseOver="this.className='fsblackbuttonselected'; return true;" onMouseOut="this.className='fsblackbutton'; return true;" STYLE="font-size:11px">
+  </FORM>
+  
+
+
+<SCRIPT TYPE="text/javascript">
+
+  function clearhint_search_svc (what) {
+    if ( what.value == '(user, email, ip, mac, domain or service phone)' )
+      what.value = '';
+  }
+
+</SCRIPT>
+
+        </TD>
+
+        <TD COLSPAN=1 BGCOLOR="#dddddd" ALIGN="right" STYLE="padding-left:2px;padding-right:2px">
+          
+  <FORM ACTION="http://localhost/freeside//rt/index.html" METHOD="GET" STYLE="margin:0">
+    <INPUT NAME="q" TYPE="text" VALUE="(ticket #, subject, email or fulltext:text)" STYLE="width:223px" onFocus="clearhint_search_ticket(this);" onClick="clearhint_search_ticket(this);" CLASS="fstext"><BR>
+    <A HREF="http://localhost/freeside//rt/Search/Build.html?NewQuery=1" CLASS="fslink" STYLE="font-size:11px">Advanced</A>
+    <INPUT TYPE="submit" VALUE="Search tickets" CLASS="fsblackbutton" onMouseOver="this.className='fsblackbuttonselected'; return true;" onMouseOut="this.className='fsblackbutton'; return true;" STYLE="font-size:11px">
+  </FORM>
+  
+
+
+<SCRIPT TYPE="text/javascript">
+
+  function clearhint_search_ticket (what) {
+    if ( what.value == '(ticket #, subject, email or fulltext:text)' )
+      what.value = '';
+  }
+
+</SCRIPT>
+
+        </TD>
+
+      </TR>
+    </TABLE>
+
+
+
+    <TABLE WIDTH="100%" HEIGHT="100%" CELLSPACING=0 CELLPADDING=4>
+
+      <TR HEIGHT="100%">
+
+    <BR>
+        <TD CLASS="background" HEIGHT="100%" VALIGN="top"> <!-- WIDTH="100%"> -->
+
+          <H1>
+            Internal Customer #2: Schowalter, Oswald (<B><FONT COLOR="#00CC00">Active</FONT></B>)
+          </H1>
+
+
+          
+
+
+
+<style type="text/css">
+
+#customer_menu {
+  font-size: smaller;
+  border: none;
+  margin-top: .6em;
+  margin-bottom: 16px;
+}
+
+#customer_menu li {
+  float: left;
+  padding: .25em;
+}
+
+/* #customer_menu .ui-menu-item  */
+#customer_menu > li {
+  background-color: #f8f8f8;
+  padding-left: 0px;
+}
+
+/* #customer_menu .ui-menu-item  */
+#customer_menu > li.ui-state-focus {
+  background-color: #f8f8f8;
+  border: 1px solid transparent;
+}
+
+#customer_menu > li.ui-state-active {
+  background-color: #f8f8f8;
+  border: 1px solid transparent;
+}
+
+#customer_menu > li > a {
+  border-top: 1px solid transparent;
+  border-left: 1px solid transparent;
+  border-right: 1px solid transparent;
+  border-bottom: none;
+  padding: .5em .75em;
+}
+
+#customer_menu > li.ui-state-active > a {
+
+/* if i could find something light enough that didn't look pink?
+     or is this too visually distracting and not the useful hint i think it is?
+  background: #ED55E7;
+*/
+}
+
+#customer_menu a.current_show {
+  font-weight: bold;
+  background: #FFFFFF;
+  border-top: 1px solid #7e0079;
+  border-left: 1px solid #7e0079;
+  border-right: 1px solid #7e0079;
+  border-bottom: 2px solid #ffffff;
+  margin-bottom: -2px;
+  border-bottom-left-radius: 2px;
+  border-bottom-right-radius: 2px;
+}
+
+#customer_menu a {
+  margin-left: 0;
+  margin-right: 1em;
+  margin-top: 0;
+  border-top-left-radius: .5em;
+  border-top-right-radius: .5em;
+
+  font-weight: normal;
+  background: #e0e0e0;
+  color: #525151;
+  white-space: nowrap;
+  text-decoration: none;
+}
+
+#customer_menu ul {
+  background: #ffffff;
+  border: 1px solid #7e0079;
+  border-radius: 2px;
+  box-shadow: #333333 1px 1px 2px;
+}
+
+#customer_menu ul li {
+  float: none;
+  margin-right: 2px;
+  margin-left: 2px;
+}
+
+#customer_menu ul a {
+  color: #333333;
+  background: transparent;
+}
+
+#customer_menu li.ui-menu-divider {
+  border-color: #7e0079;
+/*  margin-right: 2px;
+  margin-left: 2px; */
+}
+
+#customer_menu a:hover {
+  text-decoration: underline;
+  color: #7e0079;
+}
+
+#customer_menu ul li.ui-state-focus {
+  background: transparent;
+  border: 1px solid transparent;
+  margin-right: 1px;
+  margin-left: 1px;
+}
+
+#customer_menu ul li.ui-state-active {
+  background: #f8f0fc;
+  border: 1px solid #7e0079;
+  border-radius: 2px;
+  margin-right: 1px;
+  margin-left: 1px;
+}
+
+#customer_menu a .arrow {
+  float: right;
+  background-image: url("http://localhost/freeside/images/arrow.right.black.png");
+  width: 3px;
+  height: 6px;
+  margin-top:4px;
+}
+
+@-moz-document url-prefix() {
+  #customer_menu a .arrow {
+    margin-top:-.8em;
+  }
+}
+
+</style>
+
+<FORM NAME='quickcharge' STYLE="margin:0; padding:0; display:inline">
+    <INPUT NAME="taxproductnum" ID="taxproductnum" TYPE="hidden">
+    <INPUT NAME="tax_override" ID="tax_override" TYPE="hidden">
+    <INPUT NAME="charge_storage" ID="charge_storage" TYPE="hidden">
+    <INPUT NAME="taxproductnum_description" ID="taxproductnum_description" TYPE="hidden">
+</FORM>
+
+
+<ul id="customer_menu">
+  <li>
+     <A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=2;show=basics">Basics</A> 
+      <ul class="customer_submenu">
+        <li> <A HREF="http://localhost/freeside/edit/cust_main.cgi?2">Edit customer</A> </li>
+        <li> <A HREF="http://localhost/freeside/edit/cust_main-contacts.html?2">Edit contacts</A> </li>
+        <li>-</li>
+        <li><FORM NAME="bill00002" STYLE="display:inline">
+
+
+<SCRIPT TYPE="text/javascript">
+
+
+    function bill00002start_job() {
+        // count args; build URL
+        var url = "http://localhost/freeside/misc/bill.cgi";
+        var a = bill00002start_job.arguments;
+
+        var args;
+        var len;
+        var content = 'sub=start_job';
+        if ( a && typeof a  == 'object'  && a[0].constructor == Array ) {
+            args = a[0];
+            len = args.length
+        } else {
+            args = a;
+            len = args.length - 1;
+        }
+        for (var i = 0; i < len; i++) 
+            content = content + "&arg=" + escape(args[i]);
+        content = content.replace( /[+]/g, '%2B'); // fix unescaped plus signs 
+
+        if ( 'POST' == 'GET' ) {
+          url = url + content;
+        }
+
+        //alert('POST ' + url);
+
+        var xmlhttp = rs_init_object();
+        xmlhttp.open("POST", url, true);
+
+        xmlhttp.onreadystatechange = function() {
+            if (xmlhttp.readyState != 4) 
+               return;
+
+            if (xmlhttp.status != 200) {
+              if ( xmlhttp.status != 0 ) {
+                //not warning on the 0 errors, they pop up when navagating away
+                // from the page
+                alert(xmlhttp.status + " status connecting to " + url);
+              }
+            } else {
+              var data = xmlhttp.responseText;
+              //alert('received response: ' + data);
+              if ( data.indexOf("<b>System error</b>") > -1 ) {
+                // trim this a little
+                var end = data.indexOf('<a href="#raw">') - 1;
+                data = data.substring(0, end);
+
+                overlib(data,
+                  WIDTH, 480, MIDX, 0, MIDY, 0,
+                  CAPTION, 'Error', STICKY, AUTOSTATUSCAP, DRAGGABLE,
+                  CLOSECLICK, BGCOLOR, '#f00', CGCOLOR, '#f00'
+                );
+                //var w;
+                //if ( w = window.open("about:blank") ) {
+                //  w.document.write(data);
+                //} else {
+                //  // popup blocking?  should use an overlib popup instead 
+                //  alert("Error popup disabled; try disabling popup blocking to see");
+                //}
+              } else {
+                // invoke the callback
+                a[a.length-1](data);
+              }
+            }
+        }
+
+        if ( 'POST' == 'POST' ) {
+
+          xmlhttp.setRequestHeader('Content-Type', 'application/x-www-form-urlencoded');
+          xmlhttp.send(content);
+
+        } else {
+
+          xmlhttp.setRequestHeader("If-Modified-Since", "Sat, 1 Jan 2000 00:00:00 GMT");
+          xmlhttp.send(null);
+
+        }
+
+        //rs_debug("x_$func_name url = " + url);
+        //rs_debug("x_$func_name waiting..");
+    }
+
+
+</SCRIPT>
+
+
+
+
+<SCRIPT TYPE="text/javascript">
+
+function bill00002process () {
+
+  //alert('bill00002process for form bill00002');
+
+  if ( document.bill00002.submit.disabled == false ) {
+    document.bill00002.submit.disabled=true;
+  }
+
+  overlib( 'Submitting job to server...', WIDTH, 444, HEIGHT, 168, CAPTION, 'Please wait...', STICKY, AUTOSTATUSCAP, CLOSETEXT, '', CLOSECLICK, MIDX, 0, MIDY, 0 );
+
+  var Hash = new Array();
+  var x = 0;
+  var fieldName;
+  for (var i = 0; i<document.bill00002.elements.length; i++) {
+    field  = document.bill00002.elements[i];
+    if ( (field.name.indexOf('custnum') > -1)
+       )
+    {
+        if ( field.type == 'select-multiple' ) {
+          //alert('select-multiple ' + field.name);
+          for (var j=0; j < field.options.length; j++) {
+            if ( field.options[j].selected ) {
+              //alert(field.name + ' => ' + field.options[j].value);
+              Hash[x++] = field.name;
+              Hash[x++] = field.options[j].value;
+            }
+          }
+        } else if (    ( field.type != 'radio'  && field.type != 'checkbox' )
+                    || ( ( field.type == 'radio' || field.type == 'checkbox' )
+                         && document.bill00002.elements[i].checked
+                       )
+                  )
+        {
+          Hash[x++] = field.name;
+          Hash[x++] = field.value;
+        }
+    }
+  }
+
+  // jsrsPOST = true;
+  // jsrsExecute( 'http://localhost/freeside/misc/bill.cgi', bill00002myCallback, 'start_job', Hash );
+
+  //alert('start_job( ' + Hash + ', bill00002myCallback )' );
+  //alert('start_job()' );
+  bill00002start_job( Hash, bill00002myCallback );
+
+}
+
+function bill00002myCallback( jobnum ) {
+
+  var url = 'http://localhost/freeside/elements/progress-popup.html?jobnum=_JOBNUM_&formname=bill00002&url=http%3A%2F%2Flocalhost%2Ffreeside%2Fview%2Fcust_main.cgi%3Fcustnum%3D2%3Bshow%3Dpayment_history';
+  url = url.replace('_JOBNUM_', jobnum);
+  overlib( OLiframeContent(url, 444, 168, 'popup-0000000000-0000-000000000.000000'), CAPTION, 'Please wait...', STICKY, AUTOSTATUSCAP, CLOSETEXT, '', CLOSECLICK, MIDX, 0, MIDY, 0 );
+
+}
+
+</SCRIPT>
+
+
+<A HREF="javascript:void(0);" onclick="javascript:bill00002process();">Bill now</A>
+<INPUT TYPE="hidden" NAME="custnum" VALUE="2">
+</FORM>
+</li>
+        <li><A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/misc/suspend_cust.html?custnum=2', 616, 410, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Confirm Suspension', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#ff9900', CGCOLOR, '#ff9900', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>Suspend</A></li>
+        <li><A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/misc/cancel_cust.html?custnum=2', 616, 410, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Confirm Cancellation', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#ff0000', CGCOLOR, '#ff0000', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>Cancel</A></li>
+        <li><A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/misc/merge_cust.html?custnum=2', 569, 210, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Merge customer', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>Merge</A></li>
+        <li> <A HREF="http://localhost/freeside/edit/cust_main.cgi?referral_custnum=2">Refer a new customer</A> </li>
+        <li>-</li>
+        <li> <A HREF="http://localhost/freeside/search/cust_event.html?custnum=2">View billing events</A> </li>
+      </ul>
+  </li>
+  <li>
+     <A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=2;show=notes">Notes</A> 
+      <ul class="customer_submenu">
+        <li><A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/edit/cust_main_note.cgi?custnum=2', 875, 538, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Add note', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>Add&nbsp;note</A></li>
+        <li><A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/edit/cust_main_attach.cgi?custnum=2', 480, 296, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Upload file', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>Attach&nbsp;file</A></li>
+      </ul>
+  </li>
+  <li>
+     <A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=2;show=tickets">Tickets</A> 
+  </li>
+  <li>
+     <A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=2;show=appointments">Appointments</A> 
+      <ul class="customer_submenu">
+        <li><A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/elements/make_appointment.html?custnum=2', 616, 410, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Schedule appointment', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>Schedule&nbsp;new&nbsp;appointment</A></li>
+      </ul>
+  </li>
+  <li>
+     <A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=2;show=quotations">Quotations</A> 
+      <ul class="customer_submenu">
+        <li> <A HREF="http://localhost/freeside/edit/quotation.html?custnum=2">Create new quotation</A> </li>
+      </ul>
+  </li>
+  <li>
+     <A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=2;show=packages">Packages</A> 
+      <ul class="customer_submenu">
+        <li><A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/misc/qual.html?custnum=2', 763, 436, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'New qualification', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>New&nbsp;qualification</A></li>
+        <li><A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/misc/order_pkg.html?custnum=2', 960, 740, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Order new package', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>Order&nbsp;new&nbsp;package</A></li>
+        <li><SCRIPT TYPE="text/javascript">
+
+function taxproductmagic(which) {
+
+  var str = '';
+  var elements = which.form.elements;
+  for (var i = 0; i<elements.length; i++) {
+
+    if (elements[i].name == 'taxproductnum'){
+      document.getElementById('taxproductnum').value = elements[i].value;
+      continue;
+    }
+    if (elements[i].name == 'taxproductnum_description'){
+      continue;
+    }
+
+    if (str.length){str += ';';}
+
+    var value = '';
+    if ( elements[i].type == 'checkbox' || elements[i].type == 'radio' ) {
+      if ( elements[i].checked == true ) {
+        value = elements[i].value;
+      //} else {
+      //  value = '';
+      }
+    } else {
+      value = elements[i].value;
+    }
+    str += elements[i].name + '=' + escape(value);
+
+  }
+  document.getElementById('charge_storage').value = str;
+  cClick();
+  overlib( OLiframeContent('http://localhost/freeside//browse/part_pkg_taxproduct.cgi?_type=select&id=taxproductnum&onclick=taxproductquickchargemagic&taxproductnum='+document.getElementById('taxproductnum').value, 1000, 400, 'tax_product_popup'), CAPTION, 'Select product', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK);
+}
+
+function taxproductquickchargemagic() {
+  var str = document.getElementById('charge_storage').value;
+  if (str.length){str += ';';}
+  str += 'magic=taxproductnum;taxproductnum=';
+  str += escape(document.getElementById('taxproductnum').value);
+  cClick();
+  overlib( OLiframeContent('http://localhost/freeside//edit/quick-charge.html?'+str, 545, 336, 'One-time charge'), CAPTION, 'One-time charge', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close');
+
+}
+
+function taxoverridemagic(which) {
+  var str = '';
+  var elements = which.ownerDocument.QuickChargeForm.elements;
+  for (var i = 0; i<elements.length; i++) {
+    if (elements[i].name == 'tax_override'){
+      document.getElementById('tax_override').value = elements[i].value;
+      continue;
+    }
+    if (str.length){str += ';';}
+    str += elements[i].name + '=' + escape(elements[i].value);
+  }
+  document.getElementById('charge_storage').value = str;
+  cClick();
+  overlib( OLiframeContent('http://localhost/freeside//edit/part_pkg_taxoverride.html?element_name=tax_override;onclick=taxoverridequickchargemagic;selected='+document.getElementById('tax_override').value, 1100, 600, 'tax_product_popup'), CAPTION, 'Edit product tax overrides', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK);
+}
+
+function taxoverridequickchargemagic() {
+  var str = document.getElementById('charge_storage').value;
+  if (str.length){str += ';';}
+  str += 'magic=taxoverride;tax_override=';
+  str += document.getElementById('tax_override').value;
+  cClick();
+  overlib( OLiframeContent('http://localhost/freeside//edit/quick-charge.html?'+str, 545, 336, 'One-time charge'), CAPTION, 'One-time charge', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', CLOSETEXT, 'Close');
+
+}
+
+</SCRIPT>
+<A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/edit/quick-charge.html?custnum=2', 763, 460, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'One-time charge', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>One-time&nbsp;charge</A>
+</li>
+        <li><A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/edit/bulk-cust_svc-pkgnum.html?custnum=2', 968, 575, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Move services', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>Move&nbsp;services&nbsp;between&nbsp;packages</A></li>
+        <li> <A HREF="http://localhost/freeside/edit/cust_pkg.cgi?2">Bulk order and cancel packages</A> </li>
+        <li>-</li>
+        <li> <A HREF="http://localhost/freeside/search/report_cust_pkg.html?custnum=2">Package reports</A> </li>
+        <li> <A HREF="http://localhost/freeside/search/qual.cgi?custnum=2">View qualifications</A> </li>
+        <li> <A HREF="http://localhost/freeside/search/report_svc_acct.html?custnum=2">View accounts</A> </li>
+        <li> <A HREF="http://localhost/freeside/search/report_cdr.html?custnum=2">View CDRs</A> </li>
+      </ul>
+  </li>
+  <li>
+     <A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=2;show=payment_history" class="current_show">Payment History</A> 
+      <ul class="customer_submenu">
+        <li><a href="javascript:void(0);">Enter payment<span class="arrow"></span></a><ul class="customer_subsubmenu"><li><li><li><li><li></ul></li>
+        <li><a href="javascript:void(0);">Process payment<span class="arrow"></span></a><ul class="customer_subsubmenu"><li><li></ul></li>
+        <li>-</li>
+        <li><A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/edit/cust_credit.cgi?custnum=2', 763, 410, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Enter credit', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>Enter&nbsp;credit</A></li>
+        <li><A HREF="javascript:void(0);"
+   onClick="overlib( OLiframeContent('http://localhost/freeside/edit/credit-cust_bill_pkg.html?custnum=2', 968, 575, 'popup-0000000000-0000-000000000.000000', 0, 'auto' ), CAPTION, 'Credit line items', STICKY, AUTOSTATUSCAP, MIDX, 0, MIDY, 0, DRAGGABLE, CLOSECLICK, BGCOLOR, '#333399', CGCOLOR, '#333399', FGCOLOR, '#f8f8f8', CLOSETEXT, 'Close'); return false;"
+   
+   
+   
+>Credit&nbsp;line&nbsp;items</A></li>
+        <li>-</li>
+        <li><a href="javascript:void(0);">Enter refund<span class="arrow"></span></a><ul class="customer_subsubmenu"><li><li><li><li></ul></li>
+        <li>-</li>
+        <li> <A HREF="http://localhost/freeside/view/cust_main_statement-pdf.cgi?2">Download PDF statement</A> </li>
+        <li> <A HREF="http://localhost/freeside/search/report_cust_bill.html?custnum=2">Search invoices</A> </li>
+        <li> <A HREF="http://localhost/freeside/search/cust_tax_exempt_pkg.cgi?custnum=2">View tax exemptions</A> </li>
+      </ul>
+  </li>
+  <li>
+     <A HREF="http://localhost/freeside/view/cust_main.cgi?custnum=2;show=change_history">Change History</A> 
+  </li>
+</ul>
+
+<script type="text/javascript">
+
+  $("#customer_menu").menu({
+    position: { my: "left top", at: "left+1 bottom+3" },
+    blur: function() {
+      $(this).menu("option", "position", { my:"left top", at:"left+1 bottom+3" } );
+    },
+    focus: function(e,ui) {
+      if ($("#customer_menu").get(0) !== $(ui).get(0).item.parent().get(0)) {
+        $(this).menu("option", "position", { my:"left top", at:"right+2 top"} );
+      }
+    },
+  });
+
+</script>
+
+
+
+<BR>
+
+<DIV CLASS="fstabcontainer">
+
+
+
+<SCRIPT TYPE="text/javascript">
+function areyousure(href, message) {
+  if (confirm(message) == true)
+    window.location.href = href;
+}
+</SCRIPT>
+
+<br>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+<TABLE>
+  <TR>
+    <TD ALIGN="left">
+
+
+
+    </TD>
+  </TR>
+  <TR>
+    <TD COLSPAN=2>
+
+
+<TABLE CLASS="grid" CELLSPACING=0 CELLPADDING=0 >
+
+
+
+
+<THEAD>
+<TR>
+  <TH CLASS="grid" BGCOLOR="#cccccc">Date</TH>
+  <TH CLASS="grid" BGCOLOR="#cccccc">Description</TH>
+  <TH CLASS="grid" BGCOLOR="#cccccc"><FONT SIZE=-1>Invoice</FONT></TH>
+  <TH CLASS="grid" BGCOLOR="#cccccc"><FONT SIZE=-1>Payment</FONT></TH>
+  <TH CLASS="grid" BGCOLOR="#cccccc"><FONT SIZE=-1>In-house Credit</FONT></TH>
+  <TH CLASS="grid" BGCOLOR="#cccccc"><FONT SIZE=-1>Refund</FONT></TH>
+  <TH CLASS="grid" BGCOLOR="#cccccc"><FONT SIZE=-1>Balance</FONT></TH>
+</TR>
+</THEAD>
+
+
+
+  <TR >
+    <TD VALIGN="top" CLASS="grid" BGCOLOR="#eeeeee">
+
+      10/09/2015
+
+      </FONT>
+    </TD>
+    <TD CLASS="grid" BGCOLOR="#eeeeee">
+      <A HREF="http://localhost/freeside/view/cust_bill.cgi?180"><B><FONT SIZE="+1" COLOR="#FF0000">Open Invoice #180 (Balance 174.03)</FONT></B></A>
+
+    </TD>
+    <TD VALIGN="top" ALIGN="right" CLASS="grid" BGCOLOR="#eeeeee">
+      $174.03
+    </TD>
+    <TD VALIGN="top" ALIGN="right" CLASS="grid" BGCOLOR="#eeeeee">
+      
+    </TD>
+    <TD VALIGN="top" ALIGN="right" CLASS="grid" BGCOLOR="#eeeeee">
+      
+    </TD>
+    <TD VALIGN="top" ALIGN="right" CLASS="grid" BGCOLOR="#eeeeee">
+      
+    </TD>
+    <TD VALIGN="top" ALIGN="right" CLASS="grid" BGCOLOR="#eeeeee">
+      $174.03
+    </TD>
+  </TR>
+
+
+  <TR >
+    <TD VALIGN="top" CLASS="grid" BGCOLOR="#ffffff">
+
+      11/01/2015
+
+      </FONT>
+    </TD>
+    <TD CLASS="grid" BGCOLOR="#ffffff">
+      <A HREF="http://localhost/freeside/view/cust_bill.cgi?238"><B><FONT SIZE="+1" COLOR="#FF0000">Open Invoice #238 (Balance 120.00)</FONT></B></A>
+
+    </TD>
+    <TD VALIGN="top" ALIGN="right" CLASS="grid" BGCOLOR="#ffffff">
+      $120.00
+    </TD>
+    <TD VALIGN="top" ALIGN="right" CLASS="grid" BGCOLOR="#ffffff">
+      
+    </TD>
+    <TD VALIGN="top" ALIGN="right" CLASS="grid" BGCOLOR="#ffffff">
+      
+    </TD>
+    <TD VALIGN="top" ALIGN="right" CLASS="grid" BGCOLOR="#ffffff">
+      
+    </TD>
+    <TD VALIGN="top" ALIGN="right" CLASS="grid" BGCOLOR="#ffffff">
+      $294.03
+    </TD>
+  </TR>
+
+
+  <TR >
+    <TD VALIGN="top" CLASS="grid" BGCOLOR="#eeeeee">
+
+      12/01/2015
+
+      </FONT>
+    </TD>
+    <TD CLASS="grid" BGCOLOR="#eeeeee">
+      <A HREF="http://localhost/freeside/view/cust_bill.cgi?444"><B><FONT SIZE="+1" COLOR="#FF0000">Open Invoice #444 (Balance 120.00)</FONT></B></A>
+
+    </TD>
+    <TD VALIGN="top" ALIGN="right" CLASS="grid" BGCOLOR="#eeeeee">
+      $120.00
+    </TD>
+    <TD VALIGN="top" ALIGN="right" CLASS="grid" BGCOLOR="#eeeeee">
+      
+    </TD>
+    <TD VALIGN="top" ALIGN="right" CLASS="grid" BGCOLOR="#eeeeee">
+      
+    </TD>
+    <TD VALIGN="top" ALIGN="right" CLASS="grid" BGCOLOR="#eeeeee">
+      
+    </TD>
+    <TD VALIGN="top" ALIGN="right" CLASS="grid" BGCOLOR="#eeeeee">
+      $414.03
+    </TD>
+  </TR>
+
+
+  <TR >
+    <TD VALIGN="top" CLASS="grid" BGCOLOR="#ffffff">
+
+      01/01/2016
+
+      </FONT>
+    </TD>
+    <TD CLASS="grid" BGCOLOR="#ffffff">
+      <A HREF="http://localhost/freeside/view/cust_bill.cgi?711"><B><FONT SIZE="+1" COLOR="#FF0000">Open Invoice #711 (Balance 120.00)</FONT></B></A>
+
+    </TD>
+    <TD VALIGN="top" ALIGN="right" CLASS="grid" BGCOLOR="#ffffff">
+      $120.00
+    </TD>
+    <TD VALIGN="top" ALIGN="right" CLASS="grid" BGCOLOR="#ffffff">
+      
+    </TD>
+    <TD VALIGN="top" ALIGN="right" CLASS="grid" BGCOLOR="#ffffff">
+      
+    </TD>
+    <TD VALIGN="top" ALIGN="right" CLASS="grid" BGCOLOR="#ffffff">
+      
+    </TD>
+    <TD VALIGN="top" ALIGN="right" CLASS="grid" BGCOLOR="#ffffff">
+      $534.03
+    </TD>
+  </TR>
+
+
+  <TR >
+    <TD VALIGN="top" CLASS="grid" BGCOLOR="#eeeeee">
+
+      02/01/2016
+
+      </FONT>
+    </TD>
+    <TD CLASS="grid" BGCOLOR="#eeeeee">
+      <A HREF="http://localhost/freeside/view/cust_bill.cgi?1040"><B><FONT SIZE="+1" COLOR="#FF0000">Open Invoice #1040 (Balance 120.00)</FONT></B></A>
+
+    </TD>
+    <TD VALIGN="top" ALIGN="right" CLASS="grid" BGCOLOR="#eeeeee">
+      $120.00
+    </TD>
+    <TD VALIGN="top" ALIGN="right" CLASS="grid" BGCOLOR="#eeeeee">
+      
+    </TD>
+    <TD VALIGN="top" ALIGN="right" CLASS="grid" BGCOLOR="#eeeeee">
+      
+    </TD>
+    <TD VALIGN="top" ALIGN="right" CLASS="grid" BGCOLOR="#eeeeee">
+      
+    </TD>
+    <TD VALIGN="top" ALIGN="right" CLASS="grid" BGCOLOR="#eeeeee">
+      $654.03
+    </TD>
+  </TR>
+
+
+  <TR >
+    <TD VALIGN="top" CLASS="grid" BGCOLOR="#ffffff">
+
+      03/01/2016
+
+      </FONT>
+    </TD>
+    <TD CLASS="grid" BGCOLOR="#ffffff">
+      <A HREF="http://localhost/freeside/view/cust_bill.cgi?1392"><B><FONT SIZE="+1" COLOR="#FF0000">Open Invoice #1392 (Balance 120.00)</FONT></B></A>
+
+    </TD>
+    <TD VALIGN="top" ALIGN="right" CLASS="grid" BGCOLOR="#ffffff">
+      $120.00
+    </TD>
+    <TD VALIGN="top" ALIGN="right" CLASS="grid" BGCOLOR="#ffffff">
+      
+    </TD>
+    <TD VALIGN="top" ALIGN="right" CLASS="grid" BGCOLOR="#ffffff">
+      
+    </TD>
+    <TD VALIGN="top" ALIGN="right" CLASS="grid" BGCOLOR="#ffffff">
+      
+    </TD>
+    <TD VALIGN="top" ALIGN="right" CLASS="grid" BGCOLOR="#ffffff">
+      $774.03
+    </TD>
+  </TR>
+
+
+</TABLE>
+    </TD>
+  </TR>
+</TABLE>
+
+<SCRIPT TYPE="text/javascript">
+
+function show_history () {
+  //alert('showing history!');
+
+  var balance_forward_row = document.getElementById('balance_forward_row');
+
+  balance_forward_row.style.display = 'none';
+  for ( var i = 0; i < 0; i++ ) {
+    var oldRow = document.getElementById('old_history'+i);
+    oldRow.style.display = '';
+  }
+
+}
+
+</SCRIPT>
+
+<BR>
+
+
+
+
+
+
+</DIV>
+        </TD>
+      </TR>
+    </TABLE>
+  </BODY>
+</HTML>
+
index 9f781c9..8292ae5 100644 (file)
@@ -4,12 +4,12 @@ search/cust_bill.html?OPEN90_date
 search/cust_bill.html?date
 search/cust_bill.html?magic=_date&agentnum=1&beginning=&ending=10%2F01%2F2015&charged_lt=&charged_gt=200.00&owed_lt=&owed_gt=&open=1
 search/cust_bill_pkg.cgi?agentnum=1&status=&cust_classnum=&beginning=01%2F01%2F2016&ending=01%2F31%2F2016
 search/cust_bill.html?date
 search/cust_bill.html?magic=_date&agentnum=1&beginning=&ending=10%2F01%2F2015&charged_lt=&charged_gt=200.00&owed_lt=&owed_gt=&open=1
 search/cust_bill_pkg.cgi?agentnum=1&status=&cust_classnum=&beginning=01%2F01%2F2016&ending=01%2F31%2F2016
-search/cust_pay.html?magic=_date&unapplied=0&beginning=01%2F01%2F2016&agentnum=1
+search/cust_pay.html?magic=_date&unapplied=0&beginning=01%2F01%2F2016&agentnum=1&order_by=paynum
 graph/cust_pkg.html?start_month=4&start_year=2015&end_month=3&end_year=2016
 graph/cust_pkg.html?start_month=4&start_year=2015&end_month=3&end_year=2016
-search/cust_pkg_churn.html?agentnum=&status=setup&begin=1438412400&end=1441090800
-search/cust_pkg.cgi?pkgnum
+search/cust_pkg_churn.html?agentnum=&status=setup&begin=1438412400&end=1441090800&order_by=cust_pkg.pkgnum
+search/cust_pkg.cgi?keywords=pkgnum&order_by=pkgnum
 search/cust_pkg_summary.cgi?beginning=02%2F01%2F2016&ending=02%2F28%2F2016&classnum=0
 search/cust_pkg_summary.cgi?beginning=02%2F01%2F2016&ending=02%2F28%2F2016&classnum=0
-search/cust_pkg.cgi?magic=bill&classnum=0&setup_ending=10%2F31%2F2015&pkgpart=5&pkgpart=2
+search/cust_pkg.cgi?magic=bill&classnum=0&setup_ending=10%2F31%2F2015&pkgpart=5&pkgpart=2&order_by=pkgnum
 search/h_cust_pkg.html?classnum=0&status=active,suspended&date=1454313600&pkgpart=2
 browse/part_svc.cgi?orderby=active
 search/unprovisioned_services.html
 search/h_cust_pkg.html?classnum=0&status=active,suspended&date=1454313600&pkgpart=2
 browse/part_svc.cgi?orderby=active
 search/unprovisioned_services.html
@@ -41,8 +41,16 @@ view/cust_main.cgi?custnum=135&show=change_history
 
 # invoice view
 view/cust_bill.cgi?681
 
 # invoice view
 view/cust_bill.cgi?681
-view/cust_bill-pdf.cgi?invnum=681&notice_name=Invoice
+view/cust_bill-tex.cgi?invnum=681&notice_name=Invoice
 
 # package configuration
 browse/part_pkg.cgi?active=1
 edit/part_pkg.cgi?2
 
 # package configuration
 browse/part_pkg.cgi?active=1
 edit/part_pkg.cgi?2
+
+# one-time charge (cust#2)
+edit/quick-charge.html?custnum=2
+edit/process/quick-charge.cgi?amount=100.00&custnum=2&pkg=Test%20one-time%20charge&quantity=1&bill_now=1
+# check that the charge was created and billed
+view/cust_main.cgi?custnum=2&show=packages
+view/cust_main.cgi?custnum=2&show=payment_history
+