<!--
	var tempImage = new Image(200,25);
	if(document.images) {
		ftover = new Array(10);
		ftout = new Array(10);
		for(var n=1;n<=10;n++) {
			ftover[n]=new Image(200,25);
			ftout[n]=new Image(200,25);
			ftover[n].src="images/bar"+n+"b.JPG";
			ftout[n].src="images/bar"+n+".JPG";
//document.write(ftout[n].src+"<br>");
		}
	}
	function tabOn(i) {
		if(document.images) document.images["ft"+i].src=ftover[i].src;
	}
	function tabOff(i) {
		if(document.images) document.images["ft"+i].src=ftout[i].src;
	}
	function sidebar(i){
		ftout[i].src=ftover[i].src;
		with (document){
	write('<a href="home.htm" onmouseover="tabOn(1)" onmouseout="tabOff(1)">'+
		'<img src="'+ftout[1].src+'" width="146" name="ft1" height="30" border="0">'+
		'<a href="integral_quench.htm" onmouseover="tabOn(2)" onmouseout="tabOff(2)">'+
		'<img src="'+ftout[2].src+'" border=0 name="ft2" hspace=0 '+
		'vspace=0 alt="Case and Neutral Hardening, Normalizing, Stress Relief, Tempering" width=146 height=24></a>');
	write('<a href="qa_lab.htm" onmouseover="tabOn(3)" onmouseout="tabOff(3)">');
	write('<img src="'+ftout[3].src+'" border="0" name="ft3" hspace="0" vspace="0" alt="Microstructure, Case Depth, Hardness" width="146" height="25"></a>');
	write('<a href="vacuum_heat.htm" onmouseover="tabOn(4)" onmouseout="tabOff(4)">'+
		'<img src="'+ftout[4].src+'" border="0" name="ft4" hspace="0" vspace="0" '+
		'alt="Anneal, Temper, Quench" width="146" height="38"></a>');
	write('<a href="induction_heat.htm" onmouseover="tabOn(5)" onmouseout="tabOff(5)">'+
		'<img src="'+ftout[5].src+'" border="0" name="ft5" hspace="0" vspace="0" '+
		'alt="localized tempering and quenching" width="146" height="37"></a>');
	write('<a href="atmosphere.htm" onmouseover="tabOn(6)" onmouseout="tabOff(6)">'+
		'<img src="'+ftout[6].src+'" border="0" name="ft6" hspace="0" vspace="0" '+
		'alt="Annealing, Stress Relieving" width="146" height="36"></a>');
	write('<a href="straightening.htm" onmouseover="tabOn(7)" onmouseout="tabOff(7)">'+
		'<img src="'+ftout[7].src+'" border="0" name="ft7" hspace="0" vspace="0" '+
			'alt="straightening" width="146" height="39"></a>');
	write('<a href="cryogenic.htm" onmouseover="tabOn(8)" onmouseout="tabOff(8)">'+
		'<img src="'+ftout[8].src+'" border=0 name="ft8" hspace=0 vspace=0 '+
			'alt="increase life, stabilize size" width=146 height=27></a>');
	write('<a href="current_future_plans.htm" onmouseover="tabOn(9)" onmouseout="tabOff(9)">'+
		'<img src="'+ftout[9].src+'" border=0 name="ft9" hspace=0 vspace=0 '+
			'alt="current_future_plans" width="146" height="35"></a>');
	write('<a href="contact.htm" onmouseover="tabOn(10)" onmouseout="tabOff(10)">'+
		'<img src="'+ftout[10].src+'" border="0" name="ft10" hspace="0" vspace="0" '+
			'alt="contact" width="146" height="28"></a>');
	write("<img src='images/barbottom.JPG' width='146' height='24'>");
	
}
}
// -->
