<!-- Begin MENU

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


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

// BORDER-BOTTOM: #"0000FF" "0"px solid; 

document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="100%" bgcolor="#000000"><tr><td align="'+menuside+'">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" bgcolor="#000000"><tr><td width="'+menuspace+'">');
/////document.write('<img src="/home/picts/spacer.gif" width="'+menuspace+'" height="5">');

// 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="/home/bio.html" class="menu">About</a>');

document.write('</td><td>');
document.write('<a href="/home/roy_utley_author.html" class="menu">Author</a>');

document.write('</td><td>');
document.write('<a href="/home/exhibits.html" class="menu">Artist</a>');

document.write('</td><td>');
document.write('<a href="/home/gallery.htm" class="menu">Gallery</a>');

//document.write('</td><td>');
//document.write('<a href="/home/questions.html" class="menu">Some suggested interview questions</a>');

//document.write('</td><td>');
//document.write('<a href="/home/mediakit/interview_request.html" class="menu">Interview request form</a>');

//document.write('</td><td>');
//document.write('<a href="/b2" class="menu">BLOG</a>');

document.write('</td><td>');
document.write('<a href="/home/mediakit" class="menu">Media Kit</a>');

///document.write('</td><td>');
///document.write('<a href="http://royutley.com/home/live-video/index.html" class="menu">LIVE Video Broadcast</a>');

document.write('</td><td>');
document.write('<a href="/home/contact.html" class="menu">Contact</a>');

// END LINKS

document.write('</td></tr></table>');
document.write('</td><td width="'+menuspace+'">');
document.write('</td></tr></table>');

//  End -->