function showSteps(step) {
	document.write('<table border="0" cellpadding="0" cellspacing="0" width="100%">');
	document.write('<tr>');
	document.write('<td width="1%"><a href="."><img border="0" src="pictures/ButtonTutorial.00.Thumb.png" title="Intro"></a></td><td>&nbsp;</td>');
	document.write('<td width="1%"><a href="Tutorial.01.shtml"><img border="0" src="pictures/ButtonTutorial.01.Thumb.jpg" title="Step 1"></a></td><td>&nbsp;</td>');
	document.write('<td width="1%"><a href="Tutorial.02.shtml"><img border="0" src="pictures/ButtonTutorial.03.Thumb.jpg" title="Step 2"></a></td><td>&nbsp;</td>');
	document.write('<td width="1%"><a href="Tutorial.03.shtml"><img border="0" src="pictures/ButtonTutorial.05.Thumb.jpg" title="Step 3"></a></td><td>&nbsp;</td>');
	document.write('<td width="1%"><a href="Tutorial.04.shtml"><img border="0" src="pictures/ButtonTutorial.07.Thumb.jpg" title="Step 4"></a></td><td>&nbsp;</td>');
	document.write('<td width="1%"><a href="Tutorial.05.shtml"><img border="0" src="pictures/ButtonTutorial.10.Thumb.jpg" title="Step 5"></a></td><td>&nbsp;</td>');
	document.write('<td width="1%"><a href="Tutorial.06.shtml"><img border="0" src="pictures/ButtonTutorial.12.Thumb.jpg" title="Step 6"></a></td><td>&nbsp;</td>');
	document.write('<td width="1%"><a href="Tutorial.07.shtml"><img border="0" src="pictures/ButtonTutorial.14.Thumb.jpg" title="Step 7"></a></td><td>&nbsp;</td>');
	document.write('<td width="1%"><a href="Tutorial.08.shtml"><img border="0" src="pictures/ButtonTutorial.16.Thumb.jpg" title="Step 8"></a></td><td>&nbsp;</td>');
	document.write('<td width="1%"><a href="Tutorial.09.shtml"><img border="0" src="pictures/ButtonTutorial.17.Thumb.jpg" title="Step 9"></a></td><td>&nbsp;</td>');
	document.write('<td width="1%"><a href="Tutorial.10.shtml"><img border="0" src="pictures/ButtonTutorial.18.Thumb.jpg" title="Step 10"></a></td><td>&nbsp;</td>');
	document.write('<td width="1%"><a href="Tutorial.11.shtml"><img border="0" src="pictures/ButtonTutorial.20.Thumb.jpg" title="Step 11"></a></td>');
	document.write('</tr>');
	document.write('</table>');
}

function showStyle(name, file) {
	var styleWindow = window.open(
		"http://www.ratsnest.com/buttons/pictures/" + file,
		name,
		'width=360, height=440, resizable=yes'
	);

	styleWindow.focus();
}

