$(document).ready(function() {
	
	// Fix background images on all TD elements
	$("table td").pngfix();
	
	// Fix all inline PNG images and the element #container with the custom sizingMethod of "scale"
	$("img[@src$=png], #content, #footer, .tranz_1, .tranz_2, .tranz_3").pngfix({
		sizingMethod: "scale"
	});
	
});
