<?php
include_once("includes.php");
unset($_SESSION['tradeup']);
include_once('header.php');
?>
<center>
<div class="container" style="background-image:url('images/layout/transparentBG.png');padding:10px">
<div style="background-color:#bbb;">
<table cellspacing="0" cellpadding="0" style="width:100%">
<tr>
<td style="padding-left:40px;text-align:left">
<center>
<i>S'il vous plaît sélectionnez votre concessionnaire préféré: </i>
<br><br>
<table cellspacing="0" cellpadding="0">
<tr>
<td style="vertical-align:middle;">
<font style="font-weight:bold;font-size:14pt">Garage Windsor Ltée Riv du Loup</font>
<br>
Garage Windsor Ltée Riv du Loup
<br>
(418) 862-3586
</td>
<td style="vertical-align:middle;padding-left:30px"><input type="button" value="Go >" onClick="location.href='index.php?dealer=windsor'" style="font-size:25pt;width:100px"></td>
</tr>
<tr>
<td style="padding-top:30px">
<font style="font-weight:bold;font-size:14pt">Garage Windsor - Trois-Pistoles</font>
<br>
201, rue Notre-Dame Ouest
<br>
(418) 851-1788
</td>
<td style="padding-top:30px;vertical-align:middle;padding-left:30px"><input type="button" value="Go >" onClick="location.href='index.php?dealer=troispistoles'" style="font-size:25pt;width:100px"></td>
</tr>
</table>
</center>
</td>
</tr>
</table>
<br><br>
<a href="index.php">Retour</a></center>
</div></div>
<?php unset($_SESSION['tradeup']); ?>
<?php include_once('footer.php'); ?>