<!-- Begin

// CHANGE ANY OF THESE VARIABLES FOR THE MENU AREA



var imagewidth		= "50"		// WIDTH OF THE MENU IMAGES
var imageheight		= "50"		// HEIGHT OF THE MENU IMAGES
var menutype		= "menu"	// SHOW IMAGE OR MENU - OPTIONS | menu | image | none |



   if (menutype == "menu") {
document.write('<table cellpadding="0" cellspacing="0" border="0"><tr><td valign="middle">');
document.write('<img src="picts/samples-discography.gif" width="135" height="50" border="0"><br>');


document.write('</td><td valign="middle" class="diskPADDING">');
document.write('<a href="reason-music.htm"><img src="picts/disk-1.jpg" width="'+imagewidth+'" height="'+imageheight+'" border="0" class="Sampborder"></a><br>');


document.write('</td><td valign="middle" class="diskPADDING">');
document.write('<a href="step-in-the-name-of-love.htm"><img src="picts/disk-2.jpg" width="'+imagewidth+'" height="'+imageheight+'" border="0" class="Sampborder"></a><br>');


document.write('</td><td valign="middle" class="diskPADDING">');
document.write('<a href="rnb-classic.htm"><img src="picts/disk-3.jpg" width="'+imagewidth+'" height="'+imageheight+'" border="0" class="Sampborder"></a><br>');



// NOTE: COPY AND PASTE THE NEXT 2 LINES ABOVE OR BELOW TO ADD A LINK



document.write('</td><td valign="middle" class="diskPADDING">');
document.write('<a href="rnb-instrumentals.htm"><img src="picts/disk-4.jpg" width="'+imagewidth+'" height="'+imageheight+'" border="0" class="Sampborder"></a><br>');

document.write('</td><td valign="middle" class="diskPADDING">');
document.write('<a href="hip-hop-rnb-beats.htm"><img src="picts/disk-5.jpg" width="'+imagewidth+'" height="'+imageheight+'" border="0" class="Sampborder"></a><br>');

document.write('</td><td valign="middle" class="diskPADDING">');
document.write('<a href="jazz-instrumentals.htm"><img src="picts/disk-6.jpg" width="'+imagewidth+'" height="'+imageheight+'" border="0" class="Sampborder"></a><br>');

document.write('</td><td valign="middle" class="diskPADDING">');
document.write('<a href="funky-beat.htm"><img src="picts/disk-7.jpg" width="'+imagewidth+'" height="'+imageheight+'" border="0" class="Sampborder"></a><br>');

document.write('</td><td valign="middle" class="diskPADDING">');
document.write('<a href="new-rnb-beats.htm"><img src="picts/disk-8.jpg" width="'+imagewidth+'" height="'+imageheight+'" border="0" class="Sampborder"></a><br>');

document.write('</td><td valign="middle" class="diskPADDING">');
document.write('<a href="gospel-instrumental.htm"><img src="picts/disk-9.jpg" width="'+imagewidth+'" height="'+imageheight+'" border="0" class="Sampborder"></a><br>');

document.write('</td><td valign="middle" class="diskPADDING">');
document.write('<a href="reggaeton-beats.htm"><img src="picts/disk-10.jpg" width="'+imagewidth+'" height="'+imageheight+'" border="0" class="Sampborder"></a><br>');

document.write('</td><td valign="middle" class="diskPADDING">');
document.write('<a href="copy-music.htm"><img src="picts/disk-11.jpg" width="'+imagewidth+'" height="'+imageheight+'" border="0" class="Sampborder"></a><br>');

document.write('</td><td valign="middle" class="diskPADDING">');
document.write('<a href="downloadable-rnb-ringtones.htm"><img src="picts/disk-12.jpg" width="'+imagewidth+'" height="'+imageheight+'" border="0" class="Sampborder"></a><br>');


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



else if (menutype == "image") {
document.write('<img src="picts/samples.jpg" border="0" width="750" height="50" alt="image"><br>');
}


//  End -->
