// JavaScript Document
function WarrantyWindow()	{
	window.open("Warranty.htm", "Warranty","width=840,height=800,scrollbars=yes");
	}
function Printer()	{
	window.print();
	}
function MapWindow()	{
	window.open("Map.htm", "Map to Thompson Automotive Machine Ltd","width=840,height=800,scrollbars=yes");
	}

