<!-- Begin

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


var spacerheight	= "45"		// MENU SPACING TOP TO BOTTOM
var menu_width		= "180"		// WIDTH OF MENU AREA

document.write('<DIV id="menucode">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" class="menu-bottom-line"><tr><td>');
document.write('<img src="picts/spacer.gif" width="1" height="1"><br>');



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


document.write('</td></tr><tr><td>');
document.write('<a href="home-nosound.html" class="menu">Home</a>');


document.write('</td></tr><tr><td>');
document.write('<a href="MUSICBUSINESSCONTRACTS.html" class="menu">Music Business Contracts</a>');


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


document.write('</td></tr><tr><td>');
document.write('<a href="links.htm" class="menu">Links</a>');


// END FIRST GROUP OF LINKS //




document.write('</td></tr></table></DIV>');
document.write('<DIV id="menucode">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" class="menu-bottom-line"><tr><td>');



// START SECOND MENU LINKS //




document.write('</td></tr><tr><td>');
document.write('<a href="samples-1.htm" class="menu">Music Downloads</a>');

document.write('</td></tr><tr><td>');
document.write('<a href="video.htm" class="menu">Music Video</a>');

document.write('</td></tr><tr><td>');
document.write('<a href="takepart-TheCove.html" class="menu">Help Stop The Killing Of Dolphins</a>');

document.write('</td></tr><tr><td>');
document.write('<a href="Opt-In.html" class="menu">Get Your Free Gift Now</a>');


// END LINKS //


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


// MENU WIDTH SPACER //

document.write('<IMG SRC="picts/radio1.jpg" width="160" height="150" border="0" alt="download MP3, MP4 "><br>');
document.write('<IMG SRC="picts/mic.jpg" width="160" height="150" border="0" alt="Music Producer Singer Song writer"><br>');
document.write('<IMG SRC="picts/cd.jpg" width="160" height="200" border="0" alt="Music business contracts"><br>');
document.write('<IMG SRC="picts/PayPal.jpg" width="170" height="200" border="0" alt="Music business contracts"><br>');

//  End -->