function Home()  
{
document.writeln("<b>Products Plus, Inc.</b>&#153;, located in Ozark, Missouri, is the leading antifreeze recycler in the four state region. Our customers are the automotive, trucking, and quick lube industries.");
document.writeln("<br><br>");
document.writeln("Our products include Coolant Plus <b><span style=\"color: #485F33\">Green</span></b>, Coolant Plus <b><span style=\"color: #BE7F1C\">Orange</span></b>, Coolant Plus <b><span style=\"color: #D0B94F\">Gold</span></b>, and <b><span style=\"color: #1C7B8F\">Windshield Washer fluid</span></b>.");
document.writeln("<br><br>");
document.writeln("We provide a route driven delivery system to serve our customers.");
document.writeln("<br><br>");
document.writeln("Contact us toll free at (877) 581-3755 for more information.");

}

function About()  
{
document.writeln("<b>The Products Plus Story</b>");
document.writeln("<br><br>");
document.writeln("Products Plus, Inc., which is the leading antifreeze recycler in the four state region, had humble beginnings.");
document.writeln("Tommy Ayers began recycling antifreeze in 1995 using an \"On-Site\" filtering technique.  In 1998 he rented a 1200 sq. ft. warehouse in Nixa, MO and started Products Plus.");
document.writeln("<br><br>");
document.writeln("Products Plus incorporated in February of 1999 and moved to a larger warehouse in 2000.  After a few years of steady");
document.writeln("growth and with confidence high, Products Plus, Inc. moved to it\'s current location in Ozark, MO in 2004.");
document.writeln("<br><br>");
document.writeln("Our service area ranges from Tulsa to St. Louis and from Kansas City to Fort Smith, serving almost 1000 customers on a route driven system.");

document.writeln("<br><br>");
document.writeln("<b>Our Customers</b>");
document.writeln("<br><br>");
document.writeln("<table>");
document.writeln("<tr>");
document.writeln("	<td width=\"250\" class=\"message-text\">");
document.writeln("		<ul margin-top:0; margin-bottom:0;\">");
document.writeln("			<li style=\"padding-bottom: 2\">Fast Lube Shops");
document.writeln("			<li style=\"padding-bottom: 2\">Auto Dealerships");
document.writeln("			<li style=\"padding-bottom: 2\">Truck Dealerships");
document.writeln("			<li style=\"padding-bottom: 2\">Trucking Companies");
document.writeln("			<li style=\"padding-bottom: 2\">Auto &amp; Truck Repair");
document.writeln("			<li style=\"padding-bottom: 2\">Muffler Shops");
document.writeln("			<li style=\"padding-bottom: 2\">Radiator Shops");
document.writeln("		</ul>");
document.writeln("	</td>");
document.writeln("	<td width=\"250\" class=\"message-text\">");
document.writeln("		<ul margin-top:0; margin-bottom:0;\">");
document.writeln("			<li style=\"padding-bottom: 2\">Body Shops");
document.writeln("			<li style=\"padding-bottom: 2\">Tire Stores");
document.writeln("			<li style=\"padding-bottom: 2\">Farm Equipment &amp; Supply");
document.writeln("			<li style=\"padding-bottom: 2\">Schools");
document.writeln("			<li style=\"padding-bottom: 2\">Military Bases");
document.writeln("			<li style=\"padding-bottom: 2\">Government Agencies: <br>City, County, &amp; State");
document.writeln("		</ul>");
document.writeln("	</td>");
document.writeln("</tr>");
document.writeln("</table>");

}

function Products()  
{
document.writeln("<b>The Products Plus Difference</b>");
document.writeln("<br><br>");
document.writeln("Products Plus, Inc. utilizes the best equipment in order to recycle our antifreeze.  A combination of reverse osmosis and distillation gives us the highest quality glycol product that can be blended into making a high quality antifreeze.");
document.writeln("<br><br>");
document.writeln("<b>Antifreeze/Coolant Premix</b>");
document.writeln("<ul style=\"margin-top:0; margin-bottom:0;\">");
document.writeln("	<li>2792 Coolant Plus <b><span style=\"color: #485F33\">Green</span></b>");
document.writeln("	<li>2798 Coolant Plus <b><span style=\"color: #BE7F1C\">Orange</span></b>");
document.writeln("	<li>2804 Coolant Plus <b><span style=\"color: #D0B94F\">Gold</span></b>");
document.writeln("</ul>");
document.writeln("<br>");
document.writeln("<b>Windshield Wash Premix</b>");
document.writeln("<br><br>");
document.writeln("<b>Pumps</b>");
document.writeln("<ul style=\"margin-top:0; margin-bottom:0;\">");
document.writeln("	<li>Hand Pumps");
document.writeln("	<li>Air Pumps");
document.writeln("</ul>");

}

function Contact()  
{
document.writeln("<table width=\"475\">");
document.writeln("<tr>");
document.writeln("<td width=\"475\" align=\"center\" colspan=\"2\" class=\"noPrint\">");
document.writeln("<img src = \"images/logo-message.gif\" height=\"100\" width=\"177\" align=\"center\">");
document.writeln("</td></tr><tr>");
document.writeln("<td class=\"message-text\" align=\"center\" style=\"letter-spacing: 2;\" colspan=\"2\">");
document.writeln("<br><br><b>");
document.writeln("5225 N 23rd<br>Ozark, MO 65721</b><br><br><br>");
document.writeln("</td></tr><tr>");
document.writeln("<td class=\"message-text\" width=\"225\" style=\"text-align: right;letter-spacing: 2;\">");
document.writeln("<b>Toll Free:&nbsp;&nbsp;<br>Phone:&nbsp;&nbsp;<br>Fax:&nbsp;&nbsp;<br>Email:&nbsp;&nbsp;</b>");
document.writeln("</td><td class=\"message-text\" width=\"250\" style=\"text-align: left;letter-spacing: 2;\">");
document.writeln("<b>(877) 581-3755<br>(417) 581-3755<br>(417) 581-0160<br><a href=\"mailto: info@ppicoolant.com?subject=Contact Products Plus, Inc\" class=\"green\">info@ppicoolant.com</a></b>");
document.writeln("</td></tr></table>");

}