var error_image ="";

function onImageError(id,w,h)
{
	id.src = error_image;
	if (w && h)
	{
		id.width = w;
		id.height =h;	
	}
}
