| Monday | Tuesday | Wednesday | Thursday | Friday | Saturday | Sunday | Total | ");
htmlfile.write("Auto Rental | " + nozero(request.units) + " | " + nozero(request.tues) + " | " + nozero(request.weds) + " | " + nozero(request.thur) + " | " + nozero(request.fri) + " | " + nozero(request.sat) + " | " + nozero(request.sun) + " | " + nozero(request.auto) + " |
");
htmlfile.write("Auto Personal | " + nozero(request.monperson) + " | " + nozero(request.tueperson) + " | " + nozero(request.wedperson) + " | " + nozero(request.thuperson) + " | " + nozero(request.friperson) + " | " + nozero(request.satperson) + " | " + nozero(request.sunperson) + " | " + nozero(request.autotravel) + " |
");
htmlfile.write("Miscellaneous | " + nozero(request.monmisc) + " | " + nozero(request.tuemisc) + " | " + nozero(request.wedmisc) + " | " + nozero(request.thumisc) + " | " + nozero(request.frimisc) + " | " + nozero(request.satmisc) + " | " + nozero(request.sunmisc) + " | " + nozero(request.miscellaneous) + " |
");
htmlfile. write("Employee Paid Airfare | " + nozero(request.monair) + " | " + nozero(request.tueair) + " | " + nozero(request.wedair) + " | " + nozero(request.thuair) + " | " + nozero(request.friair) + " | " + nozero(request.satair) + " | " + nozero(request.sunair) + " | " + nozero(request.paidairfare) + " |
");
htmlfile.write("Lodging | " + nozero(request.monlodging) + " | " + nozero(request.tuelodging) + " | " + nozero(request.wedlodging) + " | " + nozero(request.thulodging) + " | " + nozero(request.frilodging) + " | " + nozero(request.satlodging) + " | " + nozero(request.sunlodging) + " | " + nozero(request.lodging) + " |
");
htmlfile.write("Meals, Personal | " + nozero(request.monmeals) + " | " + nozero(request.tuemeals) + " | " + nozero(request.wedmeals) + " | " + nozero(request.thumeals) + " | " + nozero(request.frimeals) + " | " + nozero(request.satmeals) + " | " + nozero(request.sunmeals) + " | " + nozero(request.meals) + " |
");
htmlfile.write("Telephone | " + nozero(request.montelephone) + " | " + nozero(request.tuetelephone) + " | " + nozero(request.wedtelephone) + " | " + nozero(request.thutelephone) + " | " + nozero(request.fritelephone) + " | " + nozero(request.sattelephone) + " | " + nozero(request.suntelephone) + " | " + nozero(request.telephone) + " |
");
htmlfile.write("Misc Travel | " + nozero(request.monmisctravel) + " | " + nozero(request.tuemisctravel) + " | " + nozero(request.wedmisctravel) + " | " + nozero(request.thumisctravel) + " | " + nozero(request.frimisctravel) + " | " + nozero(request.satmisctravel) + " | " + nozero(request.sunmisctravel) + " | " + nozero(request.misctravel) + " |
");
htmlfile.write("Business Meetings | " + nozero(request.monmeeting) + " | " + nozero(request.tuemeeting) + " | " + nozero(request.wedmeeting) + " | " + nozero(request.thumeeting) + " | " + nozero(request.frimeeting) + " | " + nozero(request.satmeeting) + " | " + nozero(request.sunmeeting) + " | " + nozero(request.meeting) + " |
");
htmlfile.flush();
htmlfile.write("