<!-- Begin

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

// USE lowercase FOR ALL OPTIONS ONLY

var showimage1		= "yes"		//  SHOW FIRST SIDEBAR IMAGE
var showimage2		= "yes"		//  SHOW SECOND SIDEBAR IMAGE
var showimage3		= "yes"		//  SHOW THIRDSIDEBAR IMAGE
var linkstop 		= "no" 		//  START LINKS AT THE VERY TOP


document.write('<DIV id="menulocation" class="printhide">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="154"><tr><td class="menutrans">');
   if (linkstop == "no") {
document.write('<img src="picts/menu-top.gif" width="154" height="5"><br>');
}


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="index.html" class="menu">Home</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="about.htm" class="menu">About us</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="news.htm" class="menu">News</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="vauxhall.htm" class="menu">Vauxhall</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="chevrolet.htm" class="menu">Chevrolet</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="daewoo.htm" class="menu">Daewoo</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="sales.htm" class="menu">Sales</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="used car list.htm" class="menu">Used Car & Van list</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="service.htm" class="menu">Servicing & Repairs</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="masterfit.htm" class="menu">MasterFit</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="parts.htm" class="menu">Parts & Accessories</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="forecourt.htm" class="menu">Forecourt</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="carwash.htm" class="menu">Car Wash</a>');

//NOTE PAGE NOT IN USE AT THE MOMENT  document.write('</td></tr><tr><td nowrap>');
//NOTE PAGE NOT IN USE AT THE MOMENT  document.write('<a href="shop.htm" class="menu">Webshop</a>');
//NOTE
//NOTE
document.write('</td></tr><tr><td nowrap>');
document.write('<a href="contact.htm" class="menu">Location, hours & contact</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="links.htm" class="menu">Links</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="weather.htm" class="menu">Weather forecast</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="jobs.htm" class="menu">Job opportunities</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="service_intervals.htm" class="menu">Service Intervals</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="MOT.htm" class="menu">MOT</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="contact.htm" class="menu">The small print</a>');
 

document.write('</td></tr><tr><td>');
document.write('<img src="picts/menu-bottom.gif" width="154" height="34"><br>');

document.write('</td></tr><tr><td align="center">');

   if (showimage1 == "yes") {
document.write('<br><br><img src="picts/broadwater-small.jpg" alt="Steeles of Worthing - Broadwater Vauxhall, Chevrolet & Daewoo" width="125" height="81.85" border="0" class="borders"></a><br><br>');
}
   if (showimage2 == "yes") {
document.write('<img src="picts/Goring-Way-small.jpg" alt="Steeles of Worthing - Goring Texaco & Car Wash" width="125" height="88.67" border="0" class="borders"></a><br><br>');
}
   if (showimage3 == "yes") {
document.write('<br><img src="picts/RMIF.GIF" alt="Retail Motor Industry Federation" width="42.5" height="60.5" border="0" class="borders"></a><br><br>');
}
   if (showimage3 == "yes") {
document.write('<br><img src="picts/Motor Industry Code of Practice.jpg" alt="Motor Industry Code of Practice" width="130" height="40.12" border="0" class="borders"></a><br><br>');
}


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="mailto:mail@steeles.co.uk" class="menu">mail@steeles.co.uk</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="mailto:mail@steeles.co.uk" class="menu">Tel:  01903 237527</a>');




document.write('</td></tr></table></DIV>');
