<!-- Begin

// CHANGE ANY OF THESE VARIABLES FOR THE SIDEBAR AREA



var imagewidth		= "200"		// WIDTH OF THE SIDEBAR IMAGES
var imageheight		= "135"		// HEIGHT OF THE SIDEBAR IMAGES
var sidealign		= "center"	// ALIGN SIDEBAR - left | center | right



document.write('<table cellpadding="0" cellspacing="0" border="0" width="100%"><tr><td align="'+sidealign+'" valign="top">');


document.write('<span class="smalltitle"></span><br>');
document.write('<br>');


document.write('<img src="picts/disk-6.jpg" width="'+imagewidth+'" height="'+imageheight+'" border="0" class="Sampborder"></a><br>');
document.write('<br>');


document.write('<img src="picts/disk-7.jpg" width="'+imagewidth+'" height="'+imageheight+'" border="0" class="Sampborder"></a><br>');
document.write('<br>');


document.write('<img src="picts/disk-5.jpg" width="'+imagewidth+'" height="'+imageheight+'" border="0" class="Sampborder"></a><br>');
document.write('<br>');

document.write('<img src="picts/disk-8.jpg" width="'+imagewidth+'" height="'+imageheight+'" border="0" class="Sampborder"></a><br>');
document.write('<br>');

document.write('<img src="picts/disk-1.jpg" width="'+imagewidth+'" height="'+imageheight+'" border="0" class="Sampborder"></a><br>');
document.write('<br>');

document.write('<img src="picts/disk-2.jpg" width="'+imagewidth+'" height="'+imageheight+'" border="0" class="Sampborder"></a><br>');
document.write('<br>');

document.write('<img src="picts/disk-3.jpg" width="'+imagewidth+'" height="'+imageheight+'" border="0" class="Sampborder"></a><br>');
document.write('<br>');

document.write('</td></tr></table>');



//  End -->
