<!-- Begin MENU

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


var menuside	= "left"	// MENU SIDE | left, right or center
var menuspace	= "15"		// MENU END SPACING



document.write('<div class="printhide"><TABLE cellpadding="0" cellspacing="0" border="0" width="100%" class="menuouter"><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="30"></a><br>');



// COPY THE NEXT TWO LINES AND PASTE ABOVE THIS LINE TO ADD A BUTTON



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



document.write('</td><td>');
document.write('<a href="http://www.tailofthedragonstore.com" target="_blank" class="menu">ON LINE SECURE STORE</a>');



document.write('</td><td>');
document.write('<a href="http://tailofthedragon.com/news.html" class="menu">NEWS</a>');



document.write('</td><td>');
document.write('<a href="http://tailofthedragon.com/calendar.html" class="menu">EVENT CALENDAR</a>');



document.write('</td><td>');
document.write('<a href="http://tailofthedragon.com/dragon.html" class="menu">TAIL OF THE DRAGON INFO</a>');

document.write('</td><td>');
document.write('<a href="http://tailofthedragontours.com" target="_blank" class="menu">TOURING OTHER ROADS</a>');


document.write('</td><td>');
document.write('<a href="http://www.tailofthedragonresorts.com" target="_blank" class="menu">ACCOMMODATIONS</a>');

document.write('</td><td>');
document.write('<a href="http://www.tailofthedragonmaps.com" target="_blank" class="menu">AREA MAPS</a>');

document.write('</td><td>');
document.write('<a href="http://tailofthedragon.com/contactus.html" class="menu">CONTACT US</a>');



// END LINKS



document.write('</td></tr></table>');
document.write('</td><td width="'+menuspace+'">');
document.write('<img src="picts/spacer.gif" width="'+menuspace+'" height="18"></a><br>');
document.write('</td></tr></table></div>');


//  End -->
