sb.append("<h1>Park</h1>");
...
Park
Parks a call into a Parking Lot so that it can be picked ");
sb.append("up by dialing the parking lot no.<br><br>");
sb.append("<h2>Dynamic Parking Lot</h2>");
sb.append(
"
Dynamic Parking Lot
If enabled then the call will by allocated into an unused Parking Lot starting at the lot no. defined by Parking Lot + 1.<br>");
sb.append("If not enabled then the call will be parked on the Lot defined by Parking Lot.<br><br>");
sb.append("<h2>Parking Lot Type</h2>");
sb.append("
Parking Lot Type
Defines how to interpret the value of the Parking Lot field.<br><br>"); // sb.append( "Dialed No. - the Parking
Lot
...
// number dialed to get to this route is used.")
...
No.
...
sb.append("The Parking Lot No. field contains the Parking Lot No. which must be an Integer.<br><br>");
sb.append("<h3>Route Variable</h3>");
sb.append(
"
Route Variable
The Parking Lot field contains the name of a Route variable that contains the the Parking Lot No.<br><br>");