// JavaScript Document
function imageError(theImage,border,height,width) {
	theImage.src='../ms/images/blank.gif';
	theImage.border=border;
	theImage.height=height;
	theImage.width=width;
}