<!-- 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="samples1.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="samples2.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="samples3.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="samples4.htm"><img src="picts/disk-4.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 -->
