<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'


var showicon		= "no"		// SHOW MENU ICON
var menuspace		= "5"		// MENU END SPACING
var menuside		= "CENTER"	// MENU SIDE | left | center | right



document.write('<link rel="StyleSheet" href="topmenu.css" type="text/css">');
document.write('<div id="menulocation" class="printhide">');
document.write('<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 align="left" nowrap>');
document.write('<img src="picts/spacer.gif" border="0" width="'+menuspace+'" height="10"><br>');



// START LINKS TO MAKE A NEW LINK COPY ANY OF THESE 2 LINES //


document.write('</td><td >');
document.write('<a href="live-performances.htm" class="menu">LIVE PERFORMANCES</a>'); 


document.write('</td><td >');
document.write('<a href="one_chord_song.htm" class="menu">ONE CHORD HIT SONG</a>'); 



document.write('</td><td nowrap>');
document.write('<a href="albums.htm" class="menu">ALBUMS & DOWNLOADS</a>');


document.write('</td><td nowrap>');
document.write('<a href="radio_plays.htm" class="menu">CHARTED SONGS</a>');


document.write('</td><td nowrap>');
document.write('<a href="http://www.songcastmusic.com/profiles/BrianLeeWatson"class="menu"target="_blank">PURCHASE THRU ITUNES</a>');

document.write('</td><td nowrap>');
document.write('<a href="musicians.htm" class="menu">MUSICIANS</a>');




document.write('</td><td nowrap>');
document.write('<a href="contact.htm" class="menu">CONTACT</a>');





document.write('</td><td>');
document.write('<img src="picts/spacer.gif" border="0" width="'+menuspace+'" height="10"><br>');
document.write('</td></tr></table>');

   if (showicon == "yes") {
document.write('</td><td align="right" width="43">');
document.write('<img src="picts/menu_icon.jpg" border="0" class="menuicon"><br>');
}

document.write('</td></tr></table></div>');

//  End -->
