startindexpage
puts $page "
Clients
ILC Clients and Projects
Our consulting services take the form of support
and planning for Internet access.
This includes planning and design of corporate
Internet presence, networked
communications for internal company needs, and education
of staff. Click on the list
below to find out more about a particular project.
"
foreach rec [lsort -command byTitle $leafList] {
set leafSer [lindex $rec 0]
set leafType [lindex $rec 1]
set leafTitle [lindex $rec 2]
set quickDescription [lindex $rec 4]
puts $page "- $leafTitle
- [fixstr $quickDescription]"
}
puts $page "
For more information contact Internet Literacy
Consultants +1.415.575.1156
"
endindexpage
registerindex TopIndex main