<?php
  session_start();
//  ini_set('display_errors', 1); 
// error_reporting(E_ALL);

require ('config.inc');
require ($globals);
//require ($standardfunctions);
//require ($emailfunctions);
//require ($pagefunctions);
//require ($nameandaddresssan);

//require ('/var/www/html/setsessionvars.php');


$title='Auto Tech Service Center - Boonton\'s Best Foreign/Domestic Automotive Service Specialist';
$stylesheet_url='//www.autotech-nj.com/attemplate.css';
$show_newsletters=1;
$show_books=1;
$show_books_detail=1;
$show_featured_articles=1;
$show_documents_plus=1;

$meta='<meta NAME="description" CONTENT="Foreign and domestic automotive service specializing in BMW, Bentley, Corvette, Ferrari, Porsche, Land Rover, and Lotus as well as classic cars. We service cars from all over Morris county and are based centrally in Boonton, a short drive from Mountain Lakes and Montville. ">

<meta NAME="keywords" CONTENT="Diagnostics, tune-ups, car repair, oil change, brakes, tires, belts, engine overhaul, transmissions, drive train, suspensions">
';

$mainbody='		
		<div class="main_content">
		<h2 class="contentheading" >Auto Tech Service Center</h2>
     <p><b>Since 1991, Auto Tech Service Center has been dedicated to performing expert auto repairs, service and maintenance on all foreign and domestic vehicles. </b></p> <p>
		<img style="margin: 5px;" src="./images/auto_tech_garage.jpg"  width="300px" align="right" border="0">
	
				
		 <h3 class="contentsubheading" >Service</h3>
		<p>By making customer satisfaction our number one goal, Auto Tech has grown to be one of the premier auto centers in the area.</p>

		<h3 class="contentsubheading">Professionalism</h3>
		<p>Our professionally trained and certified service technicians use the latest technology to ensure that your foreign or domestic auto is serviced correctly. We have 20 years of experience and expertise in the repair, service and maintenance of BMW, Audi, Mercedes, Land Rover, Lexus, Porsche and all other foreign and domestic makes and models.</p>

		<h3 class="contentsubheading">Convenience</h3>
		<p>We are conveniently located directly off of Route 287 in Boonton, NJ at 117 Washington Street.</p>
    <p>Major credit cards accepted: Visa, Mastercard, American Express, Discover.</p>
    
		<h3 class="contentsubheading" >Value</h3>					<img style="margin: 5px;" src="./carimages/range_rover2.jpg"  width="300px" align="right" border="0">

		<p>Providing the highest quality auto repairs and maintenance at reasonable rates, keeps our customers coming back.</p>
		
		<h3 class="contentsubheading" >Communication</h3>
		<p>We will make sure that you understand the scope, estimated costs and timeframe for any work being considered.</p>
				
		<h3 class="contentsubheading" >Call us today</h3>
		<p>We would love to show you what Auto Tech can do, (973) 335-1120.</p>
		<br
	</div>
';

require_once('at_template.php')

?>

