<!-- Begin MENU

// NOTE: If you use a ' add a slash before it like this \'


var menuside	= "center"	// MENU SIDE | left, right or center
var menuspace	= "12"		// MENU END SPACING



document.write('<div class="printhide"><TABLE cellpadding="0" cellspacing="0" border="0" width="100%" class="menubackground"><tr><td align="'+menuside+'">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0"><tr><td width="'+menuspace+'">');
document.write('<img src="picts/spacer.gif" width="'+menuspace+'" height="1"></a><br>');

document.write('<a href="http://maps.google.com/maps?sourceid=navclient&amp;rlz=1T4ADBF_enUS288US288&amp;q=1521+Pacific+Coast+Hwy+Harbor+City,+CA+90710-2741&amp;um=1&amp;ie=UTF-8&amp;hq=&amp;hnear=1521+Pacific+Coast+Hwy,+Los+Angeles,+CA+90710&amp;gl=us&amp;ei=22gZS6SZGYucsgPQwoz3Bw&amp;sa=X&amp;oi=geocode_result&amp;ct=title&amp;resnum=1&amp;ved=0CAwQ8gEwAA" target="_blank"><img src="picts/address.jpg" width="684" height="19" border="0" /></a><br>');



// COPY THE NEXT TWO LINES AND PASTE ABOVE THIS LINE TO ADD A BUTTON




document.write('</td><td>');
document.write('<a href="indian-motorcycle-los-angeles.html" class="menu">Welcome!</a>');


document.write('</td><td>');
document.write('<a href="http://www.indianmotorcyclela.com/dealer-events.htm" class="menu">Dealer Events</a>');

document.write('</td><td>');
document.write('<a href="http://www.indianmotorcyclela.com/forum/index.php" class="menu">Blog Post</a>');




// END LINKS


document.write('</td></tr></table>');
document.write('</td><td width="'+menuspace+'">');
document.write('<img src="picts/spacer.gif" width="'+menuspace+'" height="5"></a><br>');
document.write('</td></tr></table></div>');


//  End -->