<!-- Begin

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

document.write('<DIV id=menu>');
document.write('<TABLE cellpadding=0 cellspacing=0 border=0 width="154"><tr><td>');
document.write('<img src="picts/menu-top.gif" width="154" height="160"></a><br>');


document.write('</td></tr><tr><td onClick="location.href=\'artists.html\';" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button">');
document.write('Music Store<br>');


document.write('</td></tr><tr><td onClick="location.href=\'about.html\';" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button">');
document.write('Who We Are<br>');


document.write('</td></tr><tr><td onClick="location.href=\'info.html\';" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button">');
document.write('How It Works<br>');


document.write('</td></tr><tr><td onClick="location.href=\'music-sales.html\';" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button">');
document.write('Sell Your Music<br>');


document.write('</td></tr><tr><td onClick="location.href=\'faq.html\';" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button">');
document.write('FAQ<br>');


// COPY AND PASTE THE NEXT TWO LINES TOO ADD A NEW LINK

document.write('</td></tr><tr><td onClick="location.href=\'links.html\';" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button">');
document.write('Links & Affiliates<br>');


document.write('</td></tr><tr><td onClick="location.href=\'contact.html\';" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button">');
document.write('Contact<br>');


document.write('</td></tr><tr><td onClick="location.href=\'index.html\';" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button">');
document.write('Home<br>');


document.write('</td></tr><tr><td>');
document.write('<img src="picts/menu-bottom.jpg" width="154" height="150"></a><br>');


document.write('</td></tr></table></DIV>');

//  End -->