// JavaScript Document

// Start of Image Replacement on Image Path Error 

function ImgError(source){
	source.src = "graphics/00000001/no-image-path-error_tn.jpg";
	source.onerror = "";
	return true;
}

// End of Image Replacement on Image Path Error 


