Olive Branch MS Chamber of Commerce (circa Oct 1999)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This repo is archived. You can view files and clone it, but cannot push or open issues/pull-requests.
 
 
 
 

47 lines
1.5 KiB

<?php // economic development menu
header("Pragma: no-cache");
header("Content-type: text/html");
$basetarget="main";
include("html/head.std");
?>
<div>
<h2 class=center>Economic Development Menu<hr></h2>
<div class=offset>
<dl>
<dt><b>Select from the items below:</b>
<dl>
<dt><b>Overview:</b>
<dd>An overview of the economic resources in our area.
<dt><b>Demographics:</b>
<dd>A printable report of the demographics of our area.
<dt><b>Industrial Parks:</b>
<dd>Your guide to the industrial parks located in our community.
<dt><b>Sites & Buildings:</b>
<dd>A searchable database of the available sites and buildings
located in our community.
<dt><b>Employers Directory:</b>
<dd>A searchable listing of the area's major employers.
<dt><b>Transportation Resources</b>
<dd>A map-based presentation of transportation facilities
in the area.
<dt><b>Workforce Development:</b>
<dd>A map-based presentation of the workforce development
resources available in our community.
<dt><b>State & Regional Resources:</b>
<dd>A listing of useful contacts at the state and regional level.
<dt><b>Incentives:</b>
<dd>A listing of incentives, tax abatements, and low-interest
financing options.
<dt><b>Links & Contacts:</b>
<dd>A listing of useful contacts.
<dt><b>Developmental News Releases:</b>
<dd>A listing of news releases pertaining to economic development.
<dt><a href="em_info.php3"><b>Request More Information:</b></a>
<dd>An easy to use form for requesting more information about the
topics that interest you.
</dl>
</dl>
<?php
include("html/tail.std");
?>