function ImgChange(ImgId,ImgSource) {
	document.getElementById(ImgId).src = ImgSource.src;
}

function openPopUp(windowId,windowName,popupUrl,windowWidth,windowHeight) {
	windowId = window.open(popupUrl,windowName,"width="+windowWidth+",height="+windowHeight+",top=5,left=5,scrollbars=no,menubar=no,resizable=no,status=no,toolbar=no");
}

function noSpam(type, part1, part2) {
	if (type == "email")
		document.location.href = "mai"+"lto:"+part1+"@"+part2;
}