<!-- Begin

// CHANGE ANY OF THESE VARIABLES FOR THE SIDEBAR AREA



var imagewidth		= "50"		// WIDTH OF THE SIDEBAR IMAGES
var imageheight		= "50"		// HEIGHT OF THE SIDEBAR IMAGES
var sidealign		= "center"	// ALIGN SIDEBAR - left | center | right
var pageheight		= "250"		// CHANGE TOTAL HEIGHT OF ALL PAGES



document.write('<table cellpadding="0" cellspacing="0" border="0" width="100%"><tr><td align="'+sidealign+'" valign="top">');



document.write('<img src="../picts/discography.gif" width="121" height="56" border="0">');



document.write('<br>');

document.write('<a href="hobber1.htm"><img src="picts/sidebar-1.jpg" width="'+imagewidth+'" height="'+imageheight+'" border="0" class="Sampborder" alt="HERA 200  HERA 350"></a><br>HERA');

document.write('<br>');

document.write('<a href="hobber2.htm"><img src="picts/sidebar-2.jpg" width="'+imagewidth+'" height="'+imageheight+'" border="0" class="Sampborder" alt="YH200-W"></a><br>YH200');

document.write('<br>');

document.write('<a href="hobber3.htm"><img src="picts/sidebar-3.jpg" width="'+imagewidth+'" height="'+imageheight+'" border="0" class="Sampborder" alt="YNL20  YNL25"></a><br>YNL');

document.write('<br>');

document.write('<a href="hobber4.htm"><img src="picts/sidebar-4.jpg" width="'+imagewidth+'" height="'+imageheight+'" border="0" class="Sampborder" ></a><br>Contact us');

document.write('<br>');


document.write('</td></tr></table>');



// PAGE SPACER

document.write('<img src="picts/spacer.gif" border="0" width="2" height="'+pageheight+'"><br>');




//  End -->
