<?php
/**
 * converted to mysqli Mar 27,2020
 */

$user = get_current_user();

include "/home/$user/.php/bootstrap.php";

//include("/home/$user/.php/beta.inc");
$result = mysqli_query($primary_db,"SELECT * FROM links");
while ($row = mysqli_fetch_array($result,MYSQLI_ASSOC)) {
	$xyz = $row[code];
      $theLink[$xyz] = $row[link];
	  
} 
include("/home/$user/secure_html/complianceTraining/menu.php");
$pagetitle = "Online DOT Compliance Overview For New Entrant Motor Carriers ";
$title = "STANDARD ONLINE DOT COMPLIANCE SEMINAR FOR NEW ENTRANT MOTOR CARRIERS";

$info = "This program is no longer available.";
/*
$info .= "A 2 1/2 hour interactive training session covering the compliance basics for new entrant motor carriers as required by the USDOT.  
This is a one on one online, interactive training session. Your input will be essential to the educational value of this class. 
Price includes the New Entrant DOT Compliance “Training Edition”  Handbook.  Meetings can be scheduled at your convenience. 
	<br><br>
	Price: $99
	<br><br>
	Price includes our \"New Entrant DOT Compliance Handbook, Training Edition\"
<br>
<br>

<a href='$theLink[complianceSwitch]?thisOrder=onlineOverview'>
<img src='$theLink[ppincURL]/complianceTraining/images/orderButton.gif' border=0>
</a>
"; 


$mainoutput .= "

$thisMenu

		<br>
		This following topics will be covered in order to prepare the motor carrier for their new entrant DOT audit:
<ul>
<li>Financial Responsibility (Insurance requirements)</li>
<li>Preparing & Keeping an Accident Register</li>
<li>Driver Qualification (Preparing the files & qualifying drivers as per DOT regs)</li>
<li>Hours of Service Responsibility (keeping logs or exemptions)</li>
<li>Maintenance & Inspection of Vehicles</li>
<li>Drug & Alcohol Testing </li>
</ul>

<b>Also included is the New Entrant Safety Assurance Program Handbook \"Training Edition\":</b>
<div class=\"boxedContent\" style='margin-top: 1em;'>
<div style='display: inline-table; vertical-align: top; max-width: 300px; margin-right: 1em;'>
Covers all current FMCSA record and record keeping requirements (including record retention) in an easy to use, easy to understand compilation of the FMCSA rules and regulations as they pertain to new and established motor carriers. 
<br /><br />
Extra features include chapters on how to use the FMCSA regulations handbook & safer system website. Also included are sample forms to facilitate the understanding of which forms to use to comply with specific parts of the regulations. 
</div>
<div style='display: inline-table; vertical-align: top; max-width: 224px;'>
<img src='https://www.permitsplus.com/products/images/pp1B_small.gif' width='224'>
 </div>
</div>

<br>
<br>
<a href='$theLink[complianceSwitch]?thisOrder=onlineOverview'>
<img src='$theLink[ppincURL]/complianceTraining/images/orderButton.gif' border=0>
</a>

<br><br>
<span class=smallRead>
<b>System requirements</b>
<br>
In order to participate you must have the following:
<br>
<b>On a PC</b>
<li>Internet Explorer® 6.0 or newer, Mozilla® Firefox® 3.0 or newer (JavaScriptTM and JavaTM enabled)</li> 
<li>Windows® 2000, XP, 2003 Server, Vista or Windows® 7 </li>
<li>Cable modem, DSL or better Internet connection </li>
<li>Minimum of Pentium® class 1GHz CPU with 512 MB of RAM (recommended) (2 GB of RAM for Windows® Vista) </li>
<br>
<b>On a Mac®</b>
<li>SafariTM 3.0 or newer, Firefox® 3.0 or newer (JavaScriptTM and JavaTM enabled) </li>
<li>Mac OS® X 10.4 or newer - Tiger®, Leopard® and Snow Leopard® </li>
<li>PowerPC G4/G5 or Intel processor (512 MB of RAM or better recommended) </li>
<li>Cable modem, DSL, or better Internet connection </li>
</span>
";

*/
 
include ("/home/$user/secure_html/php.includes/page.inc");
echo $page;
?>