
// 2005-10-27, tom: if no imgSrc is available as param a global var "gImgSrc" must be defined!
//var gImgSrc = "/images/main/noimage.gif";
function badImage(theImage,imgSrc) {
	if (!imgSrc) imgSrc = gImgSrc;
	theImage.src = imgSrc;
}
