// JavaScript Document
<!--
document.writeln('<table border="0" align="center" width="170">');
document.writeln('<tr>');
document.writeln('<td>');
document.writeln('<li><a href="../index.htm">Home</a></li>');
document.writeln('</td>');
document.writeln('</tr>');
document.writeln('<tr>');
document.writeln('<td>');
document.writeln('<li><a href="../feedback/comments.htm">Feedback & Questions</a></li>');
document.writeln('</td>');
document.writeln('</tr>');
document.writeln('<tr>');
document.writeln('<td>');
document.writeln('<li><a href="../events/events.htm">Events & Outings</a></li>');
document.writeln('</td>');
document.writeln('</tr>');
document.writeln('<tr>');
document.writeln('<td>');
document.writeln('<li><a href="../news/news.htm" alt="Previous News Items">Previous News</a></li>');
document.writeln('</td>');
document.writeln('</tr>');
document.writeln('<tr>');
document.writeln('<td>');
document.writeln('<li><a href="../gallery/gallery.htm">Gallery</a></li>');
document.writeln('</td>');
document.writeln('</tr>');
document.writeln('<tr>');
document.writeln('<td>');
document.writeln('<li><a href="../videos/videos.htm">Videos & Downloads</a></li>');
document.writeln('</td>');
document.writeln('</tr>');
document.writeln('<tr>');
document.writeln('<td>');
document.writeln('<li><a href="../answers/answers.php">Guestbook & Answers</a></li>');
document.writeln('</td>');
document.writeln('</tr>');
document.writeln('<tr>');
document.writeln('<td>');
document.writeln('<li><a href="../webdesign/webdesign.htm">Web Design Services</a></li>');
document.writeln('</td>');
document.writeln('</tr>');
document.writeln('<tr>');
document.writeln('<td>');
document.writeln('<li><a href="../painting/painting.htm">Spray Painting</a></li>');
document.writeln('</td>');
document.writeln('</tr>');
document.writeln('<tr>');
document.writeln('<td>');
document.writeln('<li><a href="../performance/performance.htm">Performance Mods</a></li>');
document.writeln('</td>');
document.writeln('</tr>');
document.writeln('<tr>');
document.writeln('<td>');
document.writeln('<li><a href="../technical/technical.htm">Tech & Restoration</a></li>');
document.writeln('</td>');
document.writeln('</tr>');
document.writeln('<tr>');
document.writeln('<td>');
document.writeln('<li><a href="../budget/budget.htm">Conversion Budget</a></li>');
document.writeln('</td>');
document.writeln('</tr>');
document.writeln('<tr>');
document.writeln('<td>');
document.writeln('<li><a href="../mymini/mymini.htm">My Mini</a></li>');
document.writeln('</td>');
document.writeln('</tr>');
document.writeln('<tr>');
document.writeln('<td>');
document.writeln('<li><a href="../sitemap/sitemap.htm">Sitemap</a></li>');
document.writeln('</td>');
document.writeln('</tr>');
document.writeln('<tr>');
document.writeln('<td>');
document.writeln('<br>');
document.writeln('<form>');
document.writeln('<select name="list" onClick="if(options[selectedIndex].value)window.location.href=(options[selectedIndex].value)">');
document.writeln('<option>Links of Interest');
document.writeln('<option value="../links/links1.htm">1 - Mini Various');
document.writeln('<option value="../links/links2.htm">2 - Halfcuts/Engines');						  
document.writeln('<option value="../links/links3.htm">3 - Clubs & Homepages');	
document.writeln('<option value="../links/links4.htm">4 - Car Spraypainting');						  
document.writeln('</select>');
document.writeln('</form>');
document.writeln('</td>');
document.writeln('</tr>');
document.writeln('<tr>');
document.writeln('<td>');
document.writeln('The 10 steps to engine conversion');
document.writeln('<form>');
document.writeln('<select name="list" onClick="if(options[selectedIndex].value)window.location.href=(options[selectedIndex].value)">');
document.writeln('<option>The Engine Conversion');
document.writeln('<option value="../engineconversion/start.htm">Start Here...');
document.writeln('<option value="../engineconversion/conversion1.htm">1 Buying the halfcut');						  
document.writeln('<option value="../engineconversion/conversion2.htm">2 Removing the Engine');						  
document.writeln('<option value="../engineconversion/conversion3.htm">3 Creating Subframe Pt1');	
document.writeln('<option value="../engineconversion/conversion4.htm">4 Creating Subframe Pt2');	
document.writeln('<option value="../engineconversion/conversion5.htm">5 Engine Installation');					  
document.writeln('<option value="../engineconversion/conversion6.htm">6 Engine Mounts');					
document.writeln('<option value="../engineconversion/conversion7.htm">7 Engine Bay');						  
document.writeln('<option value="../engineconversion/conversion8.htm">8 Installation Pt 1');
document.writeln('<option value="../engineconversion/conversion9.htm">9 Installation Pt 2');
document.writeln('<option value="../engineconversion/conversion10.htm">10 Installation Pt 3');
document.writeln('<option value="../engineconversion/conversion11.htm">11 Registration');
document.writeln('</select>');
document.writeln('</form>');
document.writeln('</td>');
document.writeln('</tr>');
document.writeln('</table>');
