function afterDelay(delay,doThis){
	setTimeout(doThis,delay*1000);
}
function closeWindow(){
	window.close();
}

function load(site){
	location.replace(site);
}

function giconnectPopUp(){
	popup =window.open("/giconnect/de/popup.html", "GIconnect", "screenX=0,screenY=0,scrollbars=no,toolbar=no,status=no,resizable=no");
	popup.focus();
}

function setColor(color) {
	this.style.color=Color;
}
