<?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 Seminar For New Entrant Motor Carriers ";
$title = "STANDARD ONLINE DOT COMPLIANCE SEMINAR FOR NEW ENTRANT MOTOR CARRIERS 
							<br>
							PLUS
							<br>
				Comprehensive DOT Compliance Start-up Kit w/ \"Training Edition\" Handbook";

$mainoutput .= "This class in not offered at this time.";

$mainoutput .= "<div>$thisMenu</div>";

/*

$info .= "A 2 1/2  hour interactive training session covering the compliance basics for new entrant motor carriers as required by the USDOT. 
For your convenience, this class is offered in either (one)  session or (two) 1 1/4 hour sessions. This is a one on one online, interactive training session. 
Your input will be essential to the educational value of this class. Training sessions can be scheduled at your convenience.<br><br>
	Price: $199 plus shipping
	<br><br>
	Price includes The Comprehensive DOT Compliance Start-up Kit with \"Training Edition\" Handbook <br><br>
<a style='font-size: 1em; color: #ffffff;' href='/complianceTraining/orderTraining.php?thisOrder=onlineOverviewPlusKit'>
$orderMe
</a>
$moreButton
"; 


$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 Comprehensive DOT Compliance Start-up Kit which contains:</b>

<div class=\"boxedContent\" style='margin-top: 1em;'>
<div style='display: inline-table; vertical-align: top; max-width: 300px; margin-right: 1em;'>

<li>1 copy of the Permits Plus Inc. New Entrant Safety Assurance Program Handbook \"Training Edition\" </li>
<li>1 copy Federal Motor Carrier Safety Regulations handbook </li>
<li>1 Driver Qualification File with required forms </li>
<li>1 Accident Register </li>
<li>1 Vehicle Maintenance file </li>
<li>1 Drug & Alcohol Testing file </li>
<li>1 Drivers Daily Logbook </li>
<li>Referral Form to a Drug & Alcohol Testing Consortium </li>
 
 </div>
<div style='display: inline-table; vertical-align: top; max-width: 224px;'>
<img src='https://www.permitsplus.com/products/images/pp2B_small.gif' width='224'>
 </div>
 
</div>

<a style='font-size: 1em; color: #ffffff;' href='/complianceTraining/orderTraining.php?thisOrder=onlineOverviewPlusKit'>
$orderMe
</a>
$moreButton



<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;
?>