-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathBilling.html
More file actions
531 lines (402 loc) · 34.3 KB
/
Billing.html
File metadata and controls
531 lines (402 loc) · 34.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
<HTML><HEAD><meta http-equiv="content-type" content="text/html; charset=utf-8"><meta http-equiv="imagetoolbar" content="no"><link href="Resources/axurerppage.css" type="text/css" rel="stylesheet"></HEAD><BODY>
<script type="text/javascript">
function InitializeSubmenu(submenucontainerid, tablecellroid, tablecellid, fname) {
var s = "";
s = s + "function " + fname + "() { ";
s = s + "document.getElementById(submenucontainerid).style.visibility='';";
s = s + "BringToFront(submenucontainerid);";
s = s + "}";
if ((index = navigator.userAgent.indexOf("MSIE")) >= 0)
s = s + "document.getElementById('" + tablecellid + "').attachEvent(\"onmouseover\", " + fname + ");";
else
s = s + "document.getElementById('" + tablecellid + "').addEventListener(\"mouseover\", " + fname + ", true);";
s = s + "document.getElementById(tablecellroid).onclick = function() {";
s = s + "if( document.createEvent ) {";
s = s + "var evObj = document.createEvent('MouseEvents');";
s = s + "evObj.initEvent( 'click', true, false );";
s = s + "document.getElementById(tablecellid).dispatchEvent(evObj);";
s = s + "} else if( document.createEventObject ) {";
s = s + "document.getElementById(tablecellid).fireEvent('onclick');";
s = s + "}";
s = s + "}";
eval(s);
}
</script>
<span style="position:absolute; left:10px; top:62px; width:643px; height:7px; ;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='Billing_files/u0.png',sizingMethod='scale');
"><img style="width:643px; height:7px; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);"
src="Billing_files/u0.png" border="0" alt=""></span>
<IMG id=u0 src="Resources/transparent.gif" style="position:absolute; left:10px; top:61.5px; width:640px; height:4px">
<DIV id=ou1 style="position:absolute; left:10px; top:64px; width:721px; height:26px;; overflow:visible">
<span style="position:absolute; left:-3px; top:-3px; width:729px; height:34px; ;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='Billing_files/u1.png',sizingMethod='scale');
"><img style="width:729px; height:34px; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);"
src="Billing_files/u1.png" border="0" alt=""></span>
</DIV>
<DIV id=u1container style="position:absolute; left:10px; top:64px; width:721px; height:26px;; overflow:visible">
<DIV id=u2 style="position:absolute; left:2px; top:4.5px; width:716px; height:16px; ; ; text-align: center ; font-family:Arial; text-align:left;" >
<DIV id=u2_rtf> </DIV></DIV>
</DIV>
<IMG id=u1 src="Resources/transparent.gif" style="position:absolute; left:10px; top:64px; width:720px; height:25px" >
<SELECT id=u3 style="position:absolute; left:505px; top:10px; width:145px; height:22px; ; background-color:#FFFFFF; text-align: left ; font-family:'Arial'; font-size: 8pt; color:#000000; font-style:normal; font-weight:normal; text-decoration:none" >
<OPTION value="Alan">Alan</OPTION>
<OPTION selected value="Joe">Joe</OPTION>
<OPTION value="Go to My Profile">Go to My Profile</OPTION>
<OPTION value="Logout">Logout</OPTION>
</SELECT>
<DIV id=u3ann style="font-size:1px; position:absolute; left:641px; top:6px; width:1px; height:1px; overflow:visible"></DIV>
<DIV id=u4 style="position:absolute; left:20px; top:71px; width:130px; height:16px; ; ; text-align: left ; font-family:Arial; text-align:left;" >
<DIV id=u4_rtf><span style=" font-family:'Arial'; color:#0000FF; font-size:10pt;"><u>Immediate Help</u></span></DIV></DIV>
<DIV id=u5 style="position:absolute; left:133px; top:70px; width:180px; height:16px; ; ; text-align: left ; font-family:Arial; text-align:left;" >
<DIV id=u5_rtf><span style=" font-family:'Arial'; color:#0000FF; font-size:10pt;"><u>Schedule Appointment</u></span></DIV></DIV>
<DIV id=u6 style="position:absolute; left:295px; top:70px; width:130px; height:16px; ; ; text-align: left ; font-family:Arial; text-align:left;" >
<DIV id=u6_rtf><span style=" font-family:'Arial'; color:#0000FF; font-size:10pt;"><u>Leave Feedback</u></span></DIV></DIV>
<DIV id=u7 style="position:absolute; left:423px; top:70px; width:80px; height:16px; ; ; text-align: left ; font-family:Arial; text-align:left;" >
<DIV id=u7_rtf><span style=" font-family:'Arial'; color:#0000FF; font-size:10pt;"><u>Calender</u></span></DIV></DIV>
<DIV id=u8 style="position:absolute; left:511px; top:70px; width:41px; height:16px; ; ; text-align: left ; font-family:Arial; text-align:left;" >
<DIV id=u8_rtf><span style=" font-family:'Arial'; color:#0000FF; font-size:10pt;"><u>Blog</u></span></DIV></DIV>
<DIV id=u9 style="position:absolute; left:500px; top:46px; width:150px; height:14px; ; ; text-align: left ; font-family:Arial; text-align:left;" >
<DIV id=u9_rtf><div style="text-align:right"><span style=" font-family:'Arial'; color:#000000; font-size:8pt;"><i>A Netspective production</i></span></div></DIV></DIV>
<DIV id=ou10 style="position:absolute; left:187px; top:5px; width:151px; height:26px;; overflow:visible">
<span style="position:absolute; left:-3px; top:-3px; width:159px; height:34px; ;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='Billing_files/u10.png',sizingMethod='scale');
"><img style="width:159px; height:34px; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);"
src="Billing_files/u10.png" border="0" alt=""></span>
</DIV>
<DIV id=u10container style="position:absolute; left:187px; top:5px; width:151px; height:26px;; overflow:visible">
<DIV id=u11 style="position:absolute; left:2px; top:4.5px; width:146px; height:16px; ; ; text-align: left ; font-family:Arial; text-align:left;" >
<DIV id=u11_rtf><span style=" color:#0000FF; font-size:10pt;">Interactive Prototype</span></DIV></DIV>
</DIV>
<IMG id=u10 src="Resources/transparent.gif" style="position:absolute; left:187px; top:5px; width:150px; height:25px" >
<span style="position:absolute; left:12px; top:8px; width:56px; height:52px">
<span id=ou12 style="position:absolute;left:0px;top:0px;width:56px;height:52px;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='Billing_files/u12.png',sizingMethod='scale');
"><img style="width:56px; height:52px; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);"
src="Billing_files/u12.png" border="0" alt=""></span>
</span>
<IMG id=u12 src="Resources/transparent.gif" style="position:absolute; left:12px; top:8px; width:56px; height:52px" >
<span style="position:absolute; left:71px; top:9px; width:117px; height:19px">
<span id=ou13 style="position:absolute;left:0px;top:0px;width:117px;height:19px;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='Billing_files/u13.png',sizingMethod='scale');
"><img style="width:117px; height:19px; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);"
src="Billing_files/u13.png" border="0" alt=""></span>
</span>
<IMG id=u13 src="Resources/transparent.gif" style="position:absolute; left:71px; top:9px; width:117px; height:19px" >
<DIV id=u14 style="position:absolute; left:570px; top:70px; width:92px; height:16px; ; ; text-align: left ; font-family:Arial; text-align:left;" >
<DIV id=u14_rtf><span style=" font-family:'Arial'; color:#0000FF; font-size:10pt;"><u>Billing</u></span></DIV></DIV>
<DIV id=u15 style="position:absolute; left:620px; top:70px; width:100px; height:16px; ; ; text-align: left ; font-family:Arial; text-align:left;" >
<DIV id=u15_rtf><span style=" font-family:'Arial'; color:#0000FF; font-size:10pt;"><u>Find Doctor</u></span></DIV></DIV>
<DIV id=ou16 style="position:absolute; left:80px; top:30px; width:481px; height:26px;; overflow:visible">
<span style="position:absolute; left:-3px; top:-3px; width:489px; height:34px; ;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='Billing_files/u16.png',sizingMethod='scale');
"><img style="width:489px; height:34px; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);"
src="Billing_files/u16.png" border="0" alt=""></span>
</DIV>
<DIV id=u16container style="position:absolute; left:80px; top:30px; width:481px; height:26px;; overflow:visible">
<DIV id=u17 style="position:absolute; left:2px; top:0.5px; width:476px; height:24px; ; ; text-align: left ; font-family:Arial; text-align:left;" >
<DIV id=u17_rtf><span style=" color:#800000; font-size:16pt;"><b>Billing</b></span></DIV></DIV>
</DIV>
<IMG id=u16 src="Resources/transparent.gif" style="position:absolute; left:80px; top:30px; width:480px; height:25px" >
<DIV id=u18 style="position:absolute; left:10px; top:110px; width:505px; height:123px;"></DIV>
<DIV id=u18container style="position:absolute; left:10px; top:110px; width:505px; height:123px; overflow:hidden">
<DIV id=ou19 style="position:absolute; left:0px; top:0px; width:101px; height:39px;; overflow:visible">
<span style="position:absolute; left:-3px; top:-3px; width:109px; height:47px; ;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='Billing_files/u19.png',sizingMethod='scale');
"><img style="width:109px; height:47px; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);"
src="Billing_files/u19.png" border="0" alt=""></span>
</DIV>
<DIV id=u19container style="position:absolute; left:0px; top:0px; width:101px; height:39px;; overflow:visible">
<DIV id=u20 style="position:absolute; left:2px; top:2px; width:96px; height:16px; ; ; text-align: left ; font-family:Arial; text-align:left;" >
<DIV id=u20_rtf><span style=" color:#000000; font-size:10pt;">Date</span></DIV></DIV>
</DIV>
<IMG id=u19 src="Resources/transparent.gif" style="position:absolute; left:0px; top:0px; width:100px; height:38px" >
<DIV id=ou21 style="position:absolute; left:100px; top:0px; width:101px; height:39px;; overflow:visible">
<span style="position:absolute; left:-3px; top:-3px; width:109px; height:47px; ;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='Billing_files/u21.png',sizingMethod='scale');
"><img style="width:109px; height:47px; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);"
src="Billing_files/u21.png" border="0" alt=""></span>
</DIV>
<DIV id=u21container style="position:absolute; left:100px; top:0px; width:101px; height:39px;; overflow:visible">
<DIV id=u22 style="position:absolute; left:2px; top:2px; width:96px; height:16px; ; ; text-align: left ; font-family:Arial; text-align:left;" >
<DIV id=u22_rtf><span style=" font-family:'Arial'; color:#000000; font-size:10pt;">Start Time</span></DIV></DIV>
</DIV>
<IMG id=u21 src="Resources/transparent.gif" style="position:absolute; left:100px; top:0px; width:100px; height:38px" >
<DIV id=ou23 style="position:absolute; left:200px; top:0px; width:101px; height:39px;; overflow:visible">
<span style="position:absolute; left:-3px; top:-3px; width:109px; height:47px; ;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='Billing_files/u23.png',sizingMethod='scale');
"><img style="width:109px; height:47px; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);"
src="Billing_files/u23.png" border="0" alt=""></span>
</DIV>
<DIV id=u23container style="position:absolute; left:200px; top:0px; width:101px; height:39px;; overflow:visible">
<DIV id=u24 style="position:absolute; left:2px; top:2px; width:96px; height:16px; ; ; text-align: left ; font-family:Arial; text-align:left;" >
<DIV id=u24_rtf><span style=" font-family:'Arial'; color:#000000; font-size:10pt;">End Time</span></DIV></DIV>
</DIV>
<IMG id=u23 src="Resources/transparent.gif" style="position:absolute; left:200px; top:0px; width:100px; height:38px" >
<DIV id=ou25 style="position:absolute; left:300px; top:0px; width:101px; height:39px;; overflow:visible">
<span style="position:absolute; left:-3px; top:-3px; width:109px; height:47px; ;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='Billing_files/u25.png',sizingMethod='scale');
"><img style="width:109px; height:47px; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);"
src="Billing_files/u25.png" border="0" alt=""></span>
</DIV>
<DIV id=u25container style="position:absolute; left:300px; top:0px; width:101px; height:39px;; overflow:visible">
<DIV id=u26 style="position:absolute; left:2px; top:2px; width:96px; height:16px; ; ; text-align: left ; font-family:Arial; text-align:left;" >
<DIV id=u26_rtf><span style=" font-family:'Arial'; color:#000000; font-size:10pt;">Total Time</span></DIV></DIV>
</DIV>
<IMG id=u25 src="Resources/transparent.gif" style="position:absolute; left:300px; top:0px; width:100px; height:38px" >
<DIV id=ou27 style="position:absolute; left:400px; top:0px; width:101px; height:39px;; overflow:visible">
<span style="position:absolute; left:-3px; top:-3px; width:109px; height:47px; ;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='Billing_files/u27.png',sizingMethod='scale');
"><img style="width:109px; height:47px; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);"
src="Billing_files/u27.png" border="0" alt=""></span>
</DIV>
<DIV id=u27container style="position:absolute; left:400px; top:0px; width:101px; height:39px;; overflow:visible">
<DIV id=u28 style="position:absolute; left:2px; top:2px; width:96px; height:16px; ; ; text-align: left ; font-family:Arial; text-align:left;" >
<DIV id=u28_rtf><span style=" font-family:'Arial'; color:#000000; font-size:10pt;">Cost</span></DIV></DIV>
</DIV>
<IMG id=u27 src="Resources/transparent.gif" style="position:absolute; left:400px; top:0px; width:100px; height:38px" >
<DIV id=ou29 style="position:absolute; left:0px; top:38px; width:101px; height:21px;; overflow:visible">
<span style="position:absolute; left:-3px; top:-3px; width:109px; height:29px; ;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='Billing_files/u29.png',sizingMethod='scale');
"><img style="width:109px; height:29px; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);"
src="Billing_files/u29.png" border="0" alt=""></span>
</DIV>
<DIV id=u29container style="position:absolute; left:0px; top:38px; width:101px; height:21px;; overflow:visible">
<DIV id=u30 style="position:absolute; left:2px; top:2px; width:96px; height:16px; ; ; text-align: left ; font-family:Arial; text-align:left;" >
<DIV id=u30_rtf><span style=" font-family:'Arial'; color:#000000; font-size:10pt;">03/22/07</span></DIV></DIV>
</DIV>
<IMG id=u29 src="Resources/transparent.gif" style="position:absolute; left:0px; top:38px; width:100px; height:20px" >
<DIV id=ou31 style="position:absolute; left:100px; top:38px; width:101px; height:21px;; overflow:visible">
<span style="position:absolute; left:-3px; top:-3px; width:109px; height:29px; ;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='Billing_files/u31.png',sizingMethod='scale');
"><img style="width:109px; height:29px; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);"
src="Billing_files/u31.png" border="0" alt=""></span>
</DIV>
<DIV id=u31container style="position:absolute; left:100px; top:38px; width:101px; height:21px;; overflow:visible">
<DIV id=u32 style="position:absolute; left:2px; top:2px; width:96px; height:16px; ; ; text-align: left ; font-family:Arial; text-align:left;" >
<DIV id=u32_rtf><span style=" color:#000000; font-size:10pt;">5:00pm</span></DIV></DIV>
</DIV>
<IMG id=u31 src="Resources/transparent.gif" style="position:absolute; left:100px; top:38px; width:100px; height:20px" >
<DIV id=ou33 style="position:absolute; left:200px; top:38px; width:101px; height:21px;; overflow:visible">
<span style="position:absolute; left:-3px; top:-3px; width:109px; height:29px; ;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='Billing_files/u33.png',sizingMethod='scale');
"><img style="width:109px; height:29px; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);"
src="Billing_files/u33.png" border="0" alt=""></span>
</DIV>
<DIV id=u33container style="position:absolute; left:200px; top:38px; width:101px; height:21px;; overflow:visible">
<DIV id=u34 style="position:absolute; left:2px; top:2px; width:96px; height:16px; ; ; text-align: left ; font-family:Arial; text-align:left;" >
<DIV id=u34_rtf><span style=" color:#000000; font-size:10pt;">7:00pm</span></DIV></DIV>
</DIV>
<IMG id=u33 src="Resources/transparent.gif" style="position:absolute; left:200px; top:38px; width:100px; height:20px" >
<DIV id=ou35 style="position:absolute; left:300px; top:38px; width:101px; height:21px;; overflow:visible">
<span style="position:absolute; left:-3px; top:-3px; width:109px; height:29px; ;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='Billing_files/u35.png',sizingMethod='scale');
"><img style="width:109px; height:29px; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);"
src="Billing_files/u35.png" border="0" alt=""></span>
</DIV>
<DIV id=u35container style="position:absolute; left:300px; top:38px; width:101px; height:21px;; overflow:visible">
<DIV id=u36 style="position:absolute; left:2px; top:2px; width:96px; height:16px; ; ; text-align: left ; font-family:Arial; text-align:left;" >
<DIV id=u36_rtf><span style=" color:#000000; font-size:10pt;">2hrs</span></DIV></DIV>
</DIV>
<IMG id=u35 src="Resources/transparent.gif" style="position:absolute; left:300px; top:38px; width:100px; height:20px" >
<DIV id=ou37 style="position:absolute; left:400px; top:38px; width:101px; height:21px;; overflow:visible">
<span style="position:absolute; left:-3px; top:-3px; width:109px; height:29px; ;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='Billing_files/u37.png',sizingMethod='scale');
"><img style="width:109px; height:29px; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);"
src="Billing_files/u37.png" border="0" alt=""></span>
</DIV>
<DIV id=u37container style="position:absolute; left:400px; top:38px; width:101px; height:21px;; overflow:visible">
<DIV id=u38 style="position:absolute; left:2px; top:2px; width:96px; height:16px; ; ; text-align: left ; font-family:Arial; text-align:left;" >
<DIV id=u38_rtf><span style=" color:#000000; font-size:10pt;">$240</span></DIV></DIV>
</DIV>
<IMG id=u37 src="Resources/transparent.gif" style="position:absolute; left:400px; top:38px; width:100px; height:20px" >
<DIV id=ou39 style="position:absolute; left:0px; top:58px; width:101px; height:21px;; overflow:visible">
<span style="position:absolute; left:-3px; top:-3px; width:109px; height:29px; ;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='Billing_files/u39.png',sizingMethod='scale');
"><img style="width:109px; height:29px; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);"
src="Billing_files/u39.png" border="0" alt=""></span>
</DIV>
<DIV id=u39container style="position:absolute; left:0px; top:58px; width:101px; height:21px;; overflow:visible">
<DIV id=u40 style="position:absolute; left:2px; top:2px; width:96px; height:16px; ; ; text-align: left ; font-family:Arial; text-align:left;" >
<DIV id=u40_rtf><span style=" font-family:'Arial'; color:#000000; font-size:10pt;">03/27/07</span></DIV></DIV>
</DIV>
<IMG id=u39 src="Resources/transparent.gif" style="position:absolute; left:0px; top:58px; width:100px; height:20px" >
<DIV id=ou41 style="position:absolute; left:100px; top:58px; width:101px; height:21px;; overflow:visible">
<span style="position:absolute; left:-3px; top:-3px; width:109px; height:29px; ;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='Billing_files/u41.png',sizingMethod='scale');
"><img style="width:109px; height:29px; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);"
src="Billing_files/u41.png" border="0" alt=""></span>
</DIV>
<DIV id=u41container style="position:absolute; left:100px; top:58px; width:101px; height:21px;; overflow:visible">
<DIV id=u42 style="position:absolute; left:2px; top:2px; width:96px; height:16px; ; ; text-align: left ; font-family:Arial; text-align:left;" >
<DIV id=u42_rtf><span style=" color:#000000; font-size:10pt;">5:00pm</span></DIV></DIV>
</DIV>
<IMG id=u41 src="Resources/transparent.gif" style="position:absolute; left:100px; top:58px; width:100px; height:20px" >
<DIV id=ou43 style="position:absolute; left:200px; top:58px; width:101px; height:21px;; overflow:visible">
<span style="position:absolute; left:-3px; top:-3px; width:109px; height:29px; ;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='Billing_files/u43.png',sizingMethod='scale');
"><img style="width:109px; height:29px; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);"
src="Billing_files/u43.png" border="0" alt=""></span>
</DIV>
<DIV id=u43container style="position:absolute; left:200px; top:58px; width:101px; height:21px;; overflow:visible">
<DIV id=u44 style="position:absolute; left:2px; top:2px; width:96px; height:16px; ; ; text-align: left ; font-family:Arial; text-align:left;" >
<DIV id=u44_rtf><span style=" color:#000000; font-size:10pt;">7:00pm</span></DIV></DIV>
</DIV>
<IMG id=u43 src="Resources/transparent.gif" style="position:absolute; left:200px; top:58px; width:100px; height:20px" >
<DIV id=ou45 style="position:absolute; left:300px; top:58px; width:101px; height:21px;; overflow:visible">
<span style="position:absolute; left:-3px; top:-3px; width:109px; height:29px; ;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='Billing_files/u45.png',sizingMethod='scale');
"><img style="width:109px; height:29px; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);"
src="Billing_files/u45.png" border="0" alt=""></span>
</DIV>
<DIV id=u45container style="position:absolute; left:300px; top:58px; width:101px; height:21px;; overflow:visible">
<DIV id=u46 style="position:absolute; left:2px; top:2px; width:96px; height:16px; ; ; text-align: left ; font-family:Arial; text-align:left;" >
<DIV id=u46_rtf><span style=" color:#000000; font-size:10pt;">2hrs</span></DIV></DIV>
</DIV>
<IMG id=u45 src="Resources/transparent.gif" style="position:absolute; left:300px; top:58px; width:100px; height:20px" >
<DIV id=ou47 style="position:absolute; left:400px; top:58px; width:101px; height:21px;; overflow:visible">
<span style="position:absolute; left:-3px; top:-3px; width:109px; height:29px; ;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='Billing_files/u47.png',sizingMethod='scale');
"><img style="width:109px; height:29px; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);"
src="Billing_files/u47.png" border="0" alt=""></span>
</DIV>
<DIV id=u47container style="position:absolute; left:400px; top:58px; width:101px; height:21px;; overflow:visible">
<DIV id=u48 style="position:absolute; left:2px; top:2px; width:96px; height:16px; ; ; text-align: left ; font-family:Arial; text-align:left;" >
<DIV id=u48_rtf><span style=" color:#000000; font-size:10pt;">$240</span></DIV></DIV>
</DIV>
<IMG id=u47 src="Resources/transparent.gif" style="position:absolute; left:400px; top:58px; width:100px; height:20px" >
<DIV id=ou49 style="position:absolute; left:0px; top:78px; width:101px; height:21px;; overflow:visible">
<span style="position:absolute; left:-3px; top:-3px; width:109px; height:29px; ;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='Billing_files/u49.png',sizingMethod='scale');
"><img style="width:109px; height:29px; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);"
src="Billing_files/u49.png" border="0" alt=""></span>
</DIV>
<DIV id=u49container style="position:absolute; left:0px; top:78px; width:101px; height:21px;; overflow:visible">
<DIV id=u50 style="position:absolute; left:2px; top:2px; width:96px; height:16px; ; ; text-align: left ; font-family:Arial; text-align:left;" >
<DIV id=u50_rtf><span style=" color:#000000; font-size:10pt;">04/02/07</span></DIV></DIV>
</DIV>
<IMG id=u49 src="Resources/transparent.gif" style="position:absolute; left:0px; top:78px; width:100px; height:20px" >
<DIV id=ou51 style="position:absolute; left:100px; top:78px; width:101px; height:21px;; overflow:visible">
<span style="position:absolute; left:-3px; top:-3px; width:109px; height:29px; ;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='Billing_files/u51.png',sizingMethod='scale');
"><img style="width:109px; height:29px; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);"
src="Billing_files/u51.png" border="0" alt=""></span>
</DIV>
<DIV id=u51container style="position:absolute; left:100px; top:78px; width:101px; height:21px;; overflow:visible">
<DIV id=u52 style="position:absolute; left:2px; top:2px; width:96px; height:16px; ; ; text-align: left ; font-family:Arial; text-align:left;" >
<DIV id=u52_rtf><span style=" color:#000000; font-size:10pt;">4:30pm</span></DIV></DIV>
</DIV>
<IMG id=u51 src="Resources/transparent.gif" style="position:absolute; left:100px; top:78px; width:100px; height:20px" >
<DIV id=ou53 style="position:absolute; left:200px; top:78px; width:101px; height:21px;; overflow:visible">
<span style="position:absolute; left:-3px; top:-3px; width:109px; height:29px; ;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='Billing_files/u53.png',sizingMethod='scale');
"><img style="width:109px; height:29px; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);"
src="Billing_files/u53.png" border="0" alt=""></span>
</DIV>
<DIV id=u53container style="position:absolute; left:200px; top:78px; width:101px; height:21px;; overflow:visible">
<DIV id=u54 style="position:absolute; left:2px; top:2px; width:96px; height:16px; ; ; text-align: left ; font-family:Arial; text-align:left;" >
<DIV id=u54_rtf><span style=" color:#000000; font-size:10pt;">6:30pm</span></DIV></DIV>
</DIV>
<IMG id=u53 src="Resources/transparent.gif" style="position:absolute; left:200px; top:78px; width:100px; height:20px" >
<DIV id=ou55 style="position:absolute; left:300px; top:78px; width:101px; height:21px;; overflow:visible">
<span style="position:absolute; left:-3px; top:-3px; width:109px; height:29px; ;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='Billing_files/u55.png',sizingMethod='scale');
"><img style="width:109px; height:29px; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);"
src="Billing_files/u55.png" border="0" alt=""></span>
</DIV>
<DIV id=u55container style="position:absolute; left:300px; top:78px; width:101px; height:21px;; overflow:visible">
<DIV id=u56 style="position:absolute; left:2px; top:2px; width:96px; height:16px; ; ; text-align: left ; font-family:Arial; text-align:left;" >
<DIV id=u56_rtf><span style=" color:#000000; font-size:10pt;">2hrs</span></DIV></DIV>
</DIV>
<IMG id=u55 src="Resources/transparent.gif" style="position:absolute; left:300px; top:78px; width:100px; height:20px" >
<DIV id=ou57 style="position:absolute; left:400px; top:78px; width:101px; height:21px;; overflow:visible">
<span style="position:absolute; left:-3px; top:-3px; width:109px; height:29px; ;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='Billing_files/u57.png',sizingMethod='scale');
"><img style="width:109px; height:29px; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);"
src="Billing_files/u57.png" border="0" alt=""></span>
</DIV>
<DIV id=u57container style="position:absolute; left:400px; top:78px; width:101px; height:21px;; overflow:visible">
<DIV id=u58 style="position:absolute; left:2px; top:2px; width:96px; height:16px; ; ; text-align: left ; font-family:Arial; text-align:left;" >
<DIV id=u58_rtf><span style=" color:#000000; font-size:10pt;">$240</span></DIV></DIV>
</DIV>
<IMG id=u57 src="Resources/transparent.gif" style="position:absolute; left:400px; top:78px; width:100px; height:20px" >
<DIV id=ou59 style="position:absolute; left:0px; top:98px; width:101px; height:21px;; overflow:visible">
<span style="position:absolute; left:-3px; top:-3px; width:109px; height:29px; ;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='Billing_files/u59.png',sizingMethod='scale');
"><img style="width:109px; height:29px; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);"
src="Billing_files/u59.png" border="0" alt=""></span>
</DIV>
<DIV id=u59container style="position:absolute; left:0px; top:98px; width:101px; height:21px;; overflow:visible">
<DIV id=u60 style="position:absolute; left:2px; top:2px; width:96px; height:16px; ; ; text-align: left ; font-family:Arial; text-align:left;" >
<DIV id=u60_rtf><span style=" color:#000000; font-size:10pt;">04/07/07</span></DIV></DIV>
</DIV>
<IMG id=u59 src="Resources/transparent.gif" style="position:absolute; left:0px; top:98px; width:100px; height:20px" >
<DIV id=ou61 style="position:absolute; left:100px; top:98px; width:101px; height:21px;; overflow:visible">
<span style="position:absolute; left:-3px; top:-3px; width:109px; height:29px; ;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='Billing_files/u61.png',sizingMethod='scale');
"><img style="width:109px; height:29px; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);"
src="Billing_files/u61.png" border="0" alt=""></span>
</DIV>
<DIV id=u61container style="position:absolute; left:100px; top:98px; width:101px; height:21px;; overflow:visible">
<DIV id=u62 style="position:absolute; left:2px; top:2px; width:96px; height:16px; ; ; text-align: left ; font-family:Arial; text-align:left;" >
<DIV id=u62_rtf><span style=" color:#000000; font-size:10pt;">6:45pm</span></DIV></DIV>
</DIV>
<IMG id=u61 src="Resources/transparent.gif" style="position:absolute; left:100px; top:98px; width:100px; height:20px" >
<DIV id=ou63 style="position:absolute; left:200px; top:98px; width:101px; height:21px;; overflow:visible">
<span style="position:absolute; left:-3px; top:-3px; width:109px; height:29px; ;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='Billing_files/u63.png',sizingMethod='scale');
"><img style="width:109px; height:29px; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);"
src="Billing_files/u63.png" border="0" alt=""></span>
</DIV>
<DIV id=u63container style="position:absolute; left:200px; top:98px; width:101px; height:21px;; overflow:visible">
<DIV id=u64 style="position:absolute; left:2px; top:2px; width:96px; height:16px; ; ; text-align: left ; font-family:Arial; text-align:left;" >
<DIV id=u64_rtf><span style=" color:#000000; font-size:10pt;">7:45pm</span></DIV></DIV>
</DIV>
<IMG id=u63 src="Resources/transparent.gif" style="position:absolute; left:200px; top:98px; width:100px; height:20px" >
<DIV id=ou65 style="position:absolute; left:300px; top:98px; width:101px; height:21px;; overflow:visible">
<span style="position:absolute; left:-3px; top:-3px; width:109px; height:29px; ;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='Billing_files/u65.png',sizingMethod='scale');
"><img style="width:109px; height:29px; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);"
src="Billing_files/u65.png" border="0" alt=""></span>
</DIV>
<DIV id=u65container style="position:absolute; left:300px; top:98px; width:101px; height:21px;; overflow:visible">
<DIV id=u66 style="position:absolute; left:2px; top:2px; width:96px; height:16px; ; ; text-align: left ; font-family:Arial; text-align:left;" >
<DIV id=u66_rtf><span style=" color:#000000; font-size:10pt;">1hrs</span></DIV></DIV>
</DIV>
<IMG id=u65 src="Resources/transparent.gif" style="position:absolute; left:300px; top:98px; width:100px; height:20px" >
<DIV id=ou67 style="position:absolute; left:400px; top:98px; width:101px; height:21px;; overflow:visible">
<span style="position:absolute; left:-3px; top:-3px; width:109px; height:29px; ;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='Billing_files/u67.png',sizingMethod='scale');
"><img style="width:109px; height:29px; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);"
src="Billing_files/u67.png" border="0" alt=""></span>
</DIV>
<DIV id=u67container style="position:absolute; left:400px; top:98px; width:101px; height:21px;; overflow:visible">
<DIV id=u68 style="position:absolute; left:2px; top:2px; width:96px; height:16px; ; ; text-align: left ; font-family:Arial; text-align:left;" >
<DIV id=u68_rtf><span style=" color:#000000; font-size:10pt;">$120</span></DIV></DIV>
</DIV>
<IMG id=u67 src="Resources/transparent.gif" style="position:absolute; left:400px; top:98px; width:100px; height:20px" >
</DIV>
<DIV id=u69 style="position:absolute; left:310px; top:231px; width:100px; height:19px; ; ; text-align: left ; font-family:Arial; text-align:left;" >
<DIV id=u69_rtf><span style=" color:#000000; font-size:13pt;">Monthly Total</span></DIV></DIV>
<DIV id=u70 style="position:absolute; left:410px; top:230px; width:105px; height:25px;"></DIV>
<DIV id=u70container style="position:absolute; left:410px; top:230px; width:105px; height:25px; overflow:hidden">
<DIV id=ou71 style="position:absolute; left:0px; top:0px; width:101px; height:21px;; overflow:visible">
<span style="position:absolute; left:-3px; top:-3px; width:109px; height:29px; ;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='Billing_files/u71.png',sizingMethod='scale');
"><img style="width:109px; height:29px; filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);"
src="Billing_files/u71.png" border="0" alt=""></span>
</DIV>
<DIV id=u71container style="position:absolute; left:0px; top:0px; width:101px; height:21px;; overflow:visible">
<DIV id=u72 style="position:absolute; left:2px; top:2px; width:96px; height:16px; ; ; text-align: left ; font-family:Arial; text-align:left;" >
<DIV id=u72_rtf><span style=" color:#000000; font-size:10pt;">$840</span></DIV></DIV>
</DIV>
<IMG id=u71 src="Resources/transparent.gif" style="position:absolute; left:0px; top:0px; width:100px; height:20px" >
</DIV>
<INPUT id=u73 type=submit value="Pay Now" style="position:absolute; left:420px; top:310px; width:100px; height:25px; ; ; text-align: center ; font-family:'Arial'; font-size: 10pt; color:#000000; font-style:normal; font-weight:normal; text-decoration:none" >
<SELECT id=u74 style="position:absolute; left:340px; top:270px; width:175px; height:22px; ; background-color:#FFFFFF; text-align: left ; font-family:'Arial'; font-size: 10pt; color:#000000; font-style:normal; font-weight:normal; text-decoration:none" >
<OPTION selected value="Select Payment Method">Select Payment Method</OPTION>
<OPTION selected value="Visa ****1546">Visa ****1546</OPTION>
<OPTION selected value="MasterCard ***2556">MasterCard ***2556</OPTION>
</SELECT>
<DIV id=u75 style="position:absolute; left:420px; top:354px; width:140px; height:16px; ; ; text-align: left ; font-family:Arial; text-align:left;" >
<DIV id=u75_rtf><span style=" font-family:'Arial'; color:#0000FF; font-size:10pt;"><u>View Pre-Paid Sessions</u></span></DIV></DIV><SCRIPT src="Resources/axurerp_pagescript.js"></SCRIPT>
<SCRIPT src="Billing_files/axurerp_pagespecificscript.js"></SCRIPT></BODY></HTML>