<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

// GALLERY MENU LINKS



var topspacing		= "30"		// NUDGE GALLERY MENU DOWN
var sidewidth		= "150"		// GALLERY MENU WIDTH




document.write('<img src="picts/spacer.gif" height="'+topspacing+'" width="'+sidewidth+'"><br><BR>');
document.write('<a href="index.html"><img src="gallery/home.jpg" border="0" width="75" height="50"><br>');

document.write('<hr class="page-splits" style="width: 110px;">');
document.write('<span class="picturetitle">');




document.write('NEW VEHICLE<BR>GALLERIES<br>');

document.write('</span>');
document.write('<hr class="page-splits" style="width: 110px;">');





document.write('<a href="mercedes-vito.htm"><img src="gallery/gallery1-1.jpg" border="0" class="Galborder" width="75" height="50"><br>');
document.write('Mercedes Benz Vito</a><br><br>');

document.write('<a href="renault-kangoo.htm"><img src="gallery/gallery2-1.jpg" border="0" class="Galborder" width="75" height="50"><br>');
document.write('Renault Kangoo</a><br><br>');

document.write('<a href="renault-trafic.htm"><img src="gallery/gallery3-1.jpg" border="0" class="Galborder" width="75" height="50"><br>');
document.write('Renault Trafic</a><br><br>');


document.write('<a href="renault-master.htm"><img src="gallery/gallery4-1.jpg" border="0" class="Galborder" width="75" height="50"><br>');
document.write('Renault Master</a><br><br>');


document.write('<a href="volkswagon-caddy.htm"><img src="gallery/gallery5-1.jpg" border="0" class="Galborder" width="75" height="50"><br>');
document.write('VW Caddy Maxi Life</a><br><br>');


document.write('<a href="volkswagon-t5.htm"><img src="gallery/gallery6-1.jpg" border="0" class="Galborder" width="75" height="50"><br>');
document.write('Volkswagen T5</a><br><br>');


document.write('<hr class="page-splits" style="width: 110px;"><br>');
document.write('<img src="picts/spacer.gif" height="1" width="125" border="0" alt="image"><br>');

// END -->