<?php

//$reportErrors = 'TRUE';
$user = get_current_user();
include "/home/$user/.php/bootstrapNew.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 = "ASAP Program";
$title = "DRIVER ASAP PROGRAM";

$info .= "$29 per driver. 
	<br><br>
	As per US DOT regulation 391.27 every motor carrier must annually review/certify the driving records of all drivers operating a 
	CMV to determine whether or not they meet the minimum requirements for safe driving and have no disqualifying offenses. 
	A record of this review shall be included in the drivers qualification file.
	<br><br>
		<a href='$theLink[complianceSwitch]?thisOrder=asap'>
		<img src=$theLink[ppincURL]complianceTraining/images/orderButton.gif border=0>
		</a>"; 


$mainoutput .= "$thisMenu
		<br>
		Our Driver ASAP program will contact you when a driver is due for their annual review. 
		We will then conduct the review on your behalf and will provide the required documentation for your drivers' qualification file.  
		In addition, we'll also provide you with expiration warnings regarding your drivers' medical certification and operator's license. 
		Providing you with this valuable information will help you keep your drivers current, thereby lessening your compliance and legal liabilities.  
		<br>
		<br>    
		<a href='$theLink[complianceSwitch]?thisOrder=asap'>
		<img src=$theLink[ppincURL]complianceTraining/images/orderButton.gif border=0>
		</a>";

include "/home/$user/secure_html/php.includes/page.inc";
echo $page;
?>