

// 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>');

//BOOK
document.write('</td><td valign="middle" class="diskPADDING">');
document.write('<a href="http://www.thaddeushogarth.com/Merchant2/merchant.mvc?Screen=PROD&Product_Code=B-FRB&Category_Code="> <img src="picts/funk.r&b7.jpg" width="'+imagewidth+'" height="'+imageheight+'" border="0" class="Sampborder"></a><br>')

//DVD
document.write('</td><td valign="middle" class="diskPADDING">');
document.write('<a href="http://www.thaddeushogarth.com/Merchant2/merchant.mvc?Screen=PROD&Product_Code=A-DVD&Category_Code="> <img src="picts/tn_thb_dvd1.jpg" width="'+imagewidth+'" height="'+imageheight+'" border="0" class="Sampborder"></a><br>')


//LAB
document.write('</td><td valign="middle" class="diskPADDING">');
document.write('<a href="http://www.thaddeushogarth.com/Merchant2/merchant.mvc?Screen=PROD&Product_Code=A-LAB&Category_Code="> <img src="picts/cdcoverbig.gif" width="'+imagewidth+'" height="'+imageheight+'" border="0" class="Sampborder"></a><br>');


document.write('</td><td valign="middle" class="diskPADDING">');
document.write('<a href="http://www.thaddeushogarth.com/Merchant2/merchant.mvc?Screen=PROD&Product_Code=A-TTB&Category_Code="> <img src="picts/hogarth2_small.jpg" width="'+imagewidth+'" height="'+imageheight+'" border="0" class="Sampborder"></a><br>');


document.write('</td><td valign="middle" class="diskPADDING">');
document.write('<a href="http://www.thaddeushogarth.com/Merchant2/merchant.mvc?Screen=PROD&Product_Code=A-IMAWBN&Category_Code="> <img src="picts/hogarth3.jpg" width="'+imagewidth+'" height="'+imageheight+'" border="0" class="Sampborder"></a><br>');


document.write('</td><td valign="middle" class="diskPADDING">');
document.write('<a href="http://www.thaddeushogarth.com/Merchant2/merchant.mvc?Screen=PROD&Product_Code=A-WTSCD&Category_Code="><img src="picts/hogarth_small.jpg" width="'+imagewidth+'" height="'+imageheight+'" border="0" class="Sampborder"></a><br>');


//document.write('<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>');
}


// 

