File: /home/awaldron/www/archive/waldron1/inform.php
<? //print header
$page_name = "plans";
require("header.php");
?>
<td valign="top">
<center>
<br><table border=0 width=100% cellspacing=0 cellpadding=0>
<tr><td valign="middle" align="center"><img src="images/delim.gif" width=50 height=15 align="middle"><img src="images/t_inform.gif" align="middle"><img src="images/delim.gif" width=50 height=15 align="middle"></td></tr>
<tr><td height="5"><img src="images/clear.gif" height=5 width=5></td></tr>
</table>
<table width="95%" border=0><tr><td class="text">
<P><img src="images/bullet.gif"> <b>How much is this worth to me?</b>
<?
$db = odbc_connect("DB5338A", "5338", "miff0609");
$rsx = odbc_exec($db, "SELECT Hourly, Multi FROM qselAllRates WHERE (PlanID = 10)");
$hourly_rate = (odbc_result($rsx, "Hourly"));
echo "<br>If you would hire a full-time employee at $" . $hourly_rate . " an hour to create, implement and maintain a website that informs your customers of your products and services, then this plan is for you! Please read below for all the details on Waldron Internet Media Services' \"Inform\" plan.\n";
?>
<P><table border=0 cellspacing=0 cellpadding=0 width=200 align=right>
<tr><td colspan=2><img src="images/planpic6.jpg"></td></tr>
<tr><td height=5 colspan=2><img src="images/clear.gif" width=5 height=5></td></tr>
<tr><td width=10 background="images/shadow_left.gif" valign="top"><img src="images/shadow_top.gif"></td>
<td width=190><table width=100% border=0 cellspacing=1 cellpadding=1 bgcolor="000000">
<tr><td class="table-header" align="center">Plan Includes:</td></tr>
<tr><td class="service-data" align="left">
<img src="images/bullet.gif"> <a href="#" onClick="AW_openBrWindow('descriptions/updates.htm','desc','scrollbars=no,resizable=no,width=375,height=225')" class="service-link">4 Monthly Updates</a>
<br> <img src="images/bullet.gif"> <a href="#" onClick="AW_openBrWindow('descriptions/pages.htm','desc','scrollbars=no,resizable=no,width=375,height=225')" class="service-link">Maximum of 10 Pages</a>
<br> <img src="images/bullet.gif"> <a href="#" onClick="AW_openBrWindow('descriptions/webspace.htm','desc','scrollbars=no,resizable=no,width=375,height=225')" class="service-link">25 MB of Web Space</a>
<br> <img src="images/bullet.gif"> <a href="#" onClick="AW_openBrWindow('descriptions/bandwidth.htm','desc','scrollbars=no,resizable=no,width=375,height=225')" class="service-link">6 GB of Bandwidth</a>
<br> <img src="images/bullet.gif"> <a href="#" onClick="AW_openBrWindow('descriptions/maillist.htm','desc','scrollbars=no,resizable=no,width=375,height=225')" class="service-link">1 Mailing Lists</a>
<br> <img src="images/bullet.gif"> <a href="#" onClick="AW_openBrWindow('descriptions/pop3.htm','desc','scrollbars=no,resizable=no,width=375,height=225')" class="service-link">10 POP3 Accounts</a>
<br> <img src="images/bullet.gif"> <a href="#" onClick="AW_openBrWindow('descriptions/responders.htm','desc','scrollbars=no,resizable=no,width=375,height=225')" class="service-link">Unlimited Auto-Responders</a>
<br> <img src="images/bullet.gif"> <a href="#" onClick="AW_openBrWindow('descriptions/aliases.htm','desc','scrollbars=no,resizable=no,width=375,height=225')" class="service-link">Unlimeted Email Aliases</a>
<br> <img src="images/bullet.gif"> <a href="#" onClick="AW_openBrWindow('descriptions/stats.htm','desc','scrollbars=no,resizable=no,width=375,height=225')" class="service-link">Usage Statistics</a>
<br> <img src="images/bullet.gif"> <a href="#" onClick="AW_openBrWindow('descriptions/ebay.htm','desc','scrollbars=no,resizable=no,width=375,height=225')" class="service-link">Ebay Service</a>
<?
$low_rate = (odbc_result($rsx, "Multi"));
echo " <br> <img src=\"images/bullet.gif\"> <a href=\"#\" onClick=\"AW_openBrWindow('descriptions/multi.htm','desc','scrollbars=no,resizable=no,width=375,height=225')\" class=\"service-link\">Rates as low as $" . (integer)$low_rate . ".95/month</a>";
?>
</td>
</tr>
</table>
</td>
</tr>
<tr><td width=10><img src="images/shadow_corner.gif"></td>
<td width=190 background="images/shadow_bot.gif" align="right"><img src="images/shadow_bot_rt.gif"></td>
</tr>
</table>
<P><img src="images/bullet.gif"> <b>Who is this plan ideal for?</b>
<br>This plan is geared towards businesses whose only need is to have general information posted in a common place, where any person worldwide will have access to. Any business advertising through television, radio, newspaper or yellow pages should have a website where interested customers can go to receive further information. This low-budget plan is perfect for anyone interested in an entry-level internet solution.
<P><img src="images/bullet.gif"> <b>What are the possibilities with this plan?</b>
<br>"Inform" websites have the least amount of features but present the business's information clearly and concisely. Such information may include contact information, store locations and hours, directions, services offered, company overview events and more. Clients choosing this plan will receive 10 'name@yourdomain.com' email addresses and 1 mailing list to keep you in touch with your customers. They will also receive 4 updates per month, roughly one per week.
<?
require("ebay_desc.php");
?>
</td></tr></table>
</td>
<?
$right_nav = array("inform", "personify", "customize", "communicate", "catalog", "market", "compare");
require("footer.php");
?>