function killKomplexURLs(pURL) {
	window.location.href = pURL;
}
function setTarget(pThis) {
	pThis.target = pThis.href;
}
